:root {
    font-size: 16px
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #444
}

iframe {
    border: none
}

a,
b,
div,
li,
ul {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    -moz-outline: none;
    outline: 0
}

embed,
img:not([draggable]),
object,
video {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto
}

button:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    color: #2e3d44;
    font-weight: 700;
    letter-spacing: -.4px
}

a {
    display: inline-block;
    color: #444;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

a:hover {
    color: #e13833
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

a {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

h1 {
    font-size: 72px
}

h2 {
    font-size: 60px
}

h3 {
    font-size: 48px
}

h4 {
    font-size: 36px
}

h5 {
    font-size: 30px
}

h6 {
    font-size: 24px
}

.comment-content h1,
.entry-content h1 {
    font-size: 36px
}

.comment-content h2,
.entry-content h2 {
    font-size: 30px
}

.comment-content h3,
.entry-content h3 {
    font-size: 24px
}

.comment-content h4,
.entry-content h4 {
    font-size: 18px
}

.comment-content h5,
.entry-content h5 {
    font-size: 16px
}

.comment-content h6,
.entry-content h6 {
    font-size: 14px
}

.comment-content li,
.comment-content p,
.entry-content li,
.entry-content p {
    line-height: 1.625
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.625
}

.xs_page_wrapper {
    overflow: hidden !important
}

.nav-alignment-dynamic,
.nav-alignment-flex-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementskit-menu-container {
    z-index: 10000
}

.elementskit-navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.elementskit-navbar-nav li {
    position: relative
}

.elementskit-navbar-nav li a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.elementskit-navbar-nav li a:hover {
    text-decoration: none
}

.elementskit-navbar-nav li.elementskit-megamenu-has {
    position: static
}

.elementskit-navbar-nav>li>a {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-transform: none;
    font-weight: 500;
    letter-spacing: normal
}

.elementskit-dropdown {
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    background-color: #f4f4f4;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.elementskit-dropdown>li>.elementskit-dropdown {
    left: 100%;
    top: 0
}

.elementskit-dropdown>li>.elementskit-dropdown.open-fromleft {
    left: auto;
    right: 100%
}

.elementskit-submenu-panel>li>a {
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-right: 10px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.elementskit-navbar-nav li:hover>a,
.elementskit-navbar-nav>li>a:hover {
    color: #1e73be;
    background-color: #fff
}

.elementskit-submenu-panel>li:hover>a,
.elementskit-submenu-panel>li>a:hover {
    color: #0d3a4f;
    background-color: rgba(255, 255, 255, .5)
}

.elementskit-megamenu-panel {
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #d8d4d4;
    border-left: 1px solid #d8d4d4;
    border-right: 1px solid #d8d4d4;
    border-bottom: 1px solid #d8d4d4;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)
}

.elementskit-overlay {
    display: none
}

.elementskit-nav-identity-panel {
    display: none
}

.elementskit-menu-hamburger {
    border: 1px solid rgba(0, 0, 0, .2);
    float: right
}

.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    background-color: rgba(0, 0, 0, .5)
}

.elementskit-menu-close,
.elementskit-menu-hamburger {
    display: none;
    padding: 8px;
    background-color: transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    position: relative;
    z-index: 10;
    cursor: pointer;
    width: 45px
}

.elementskit-menu-close .elementskit-menu-hamburger-icon,
.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    height: 1px;
    width: 100%;
    display: block;
    margin-bottom: 4px
}

.elementskit-menu-close .elementskit-menu-hamburger-icon:last-child,
.elementskit-menu-hamburger .elementskit-menu-hamburger-icon:last-child {
    margin-bottom: 0
}

.elementskit-menu-close {
    border: 1px solid rgba(0, 0, 0, .5);
    color: rgba(51, 51, 51, .5);
    float: right;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px
}

.elementskit-dropdown-has:hover>a::after {
    border-color: transparent #1e73be #1e73be transparent
}

.elementskit-dropdown-has>a {
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.elementskit-dropdown-has>a:hover::after {
    border-color: transparent #1e73be #1e73be transparent
}

.elementskit-dropdown-has>a::after {
    content: "";
    margin-left: 6px;
    height: 6px;
    width: 6px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #000 #000 transparent;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.elementskit-submenu-panel .elementskit-dropdown-has:hover>a::after {
    border-color: transparent #0d3a4f #0d3a4f transparent
}

.elementskit-submenu-panel .elementskit-dropdown-has>a:hover::after {
    border-color: transparent #0d3a4f #0d3a4f transparent
}

@media (min-width:1025px) {
    .elementskit-dropdown .elementskit-dropdown-has>a::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .elementskit-menu-container {
        background: rgba(255, 255, 255, 0);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%);
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        position: relative
    }
    .elementskit-dropdown {
        min-width: 250px
    }
    .elementskit-navbar-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100px
    }
    .elementskit-navbar-nav>li>a {
        font-size: 15px;
        color: #000;
        padding-left: 15px;
        padding-right: 15px
    }
    .elementskit-dropdown {
        -webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
        box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        pointer-events: none
    }
    .elementskit-dropdown-has:hover>.elementskit-dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto
    }
}

@media (max-width:1024px) {
    .elementskit-menu-container {
        background: #f7f7f7;
        background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#f7f7f7));
        background: -webkit-linear-gradient(bottom, #f7f7f7 0, #f7f7f7 100%);
        background: -o-linear-gradient(bottom, #f7f7f7 0, #f7f7f7 100%);
        background: linear-gradient(0deg, #f7f7f7 0, #f7f7f7 100%);
        max-width: 350px;
        width: 100%;
        position: fixed;
        top: 0;
        left: -450px;
        height: 100%;
        -webkit-box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
        box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
        -webkit-transition: left .6s cubic-bezier(.6, .1, .68, .53) 0s;
        -o-transition: left .6s cubic-bezier(.6, .1, .68, .53) 0s;
        transition: left .6s cubic-bezier(.6, .1, .68, .53) 0s
    }
    .elementskit-menu-container.active {
        left: 0
    }
    .no-scroller {
        overflow: hidden
    }
    .elementskit-menu-overlay {
        display: block;
        position: fixed;
        z-index: 14;
        top: 0;
        left: -110%;
        height: 100%;
        width: 100%;
        background-color: rgba(51, 51, 51, .5);
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .6s cubic-bezier(.6, .1, .68, .53) .4s;
        -o-transition: all .6s cubic-bezier(.6, .1, .68, .53) .4s;
        transition: all .6s cubic-bezier(.6, .1, .68, .53) .4s
    }
    .elementskit-menu-overlay.active {
        left: 0;
        -webkit-transition: all .6s cubic-bezier(.22, .61, .24, 1) 0s;
        -o-transition: all .6s cubic-bezier(.22, .61, .24, 1) 0s;
        transition: all .6s cubic-bezier(.22, .61, .24, 1) 0s
    }
    .elementskit-menu-close,
    .elementskit-menu-hamburger {
        display: block
    }
    .elementskit-nav-identity-panel {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        width: 100%
    }
    .elementskit-nav-identity-panel .elementskit-site-title {
        float: left
    }
    .elementskit-nav-identity-panel .elementskit-menu-close {
        float: right
    }
    .elementskit-navbar-nav {
        padding-top: 100px
    }
    .elementskit-navbar-nav>li>a {
        color: #000;
        font-size: 12px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 5px;
        padding-bottom: 5px
    }
    .elementskit-navbar-nav>li>a:hover {
        color: #0d3a4f
    }
    .elementskit-navbar-nav>li:hover>a {
        color: #0d3a4f
    }
    .elementskit-submenu-panel>li>a {
        color: #000;
        font-size: 12px;
        padding-top: 7px;
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 7px
    }
    .elementskit-dropdown {
        max-height: 0;
        overflow: hidden;
        display: block;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
        -o-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
        transition: max-height 2s cubic-bezier(0, 1, 0, 1)
    }
    .elementskit-dropdown.elementskit-dropdown-open {
        max-height: 2500px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: max-height 5s ease-out;
        -o-transition: max-height 5s ease-out;
        transition: max-height 5s ease-out
    }
    .elementskit-navbar-nav>.elementskit-dropdown-has>.elementskit-dropdown li a {
        padding-left: 15px
    }
}

.elementskit-dropdown-has>a::after {
    display: none
}

.elementor-widget-image-box .elementor-image-box-title a {
    display: block
}

.xs__menu .menu-style-2 .elementskit-navbar-nav>li>a::before {
    background-color: #0e9cd2
}

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

@media (min-width:992px) {
    .header-standard {
        max-height: 5.25rem
    }
}

@media (max-width:991px) {
    .header-standard {
        background-color: #fff
    }
}

.header-standard .navbar {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:992px) {
    .header-standard .navbar {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start
    }
}

@media (min-width:992px) {
    .header-standard .logo {
        padding: 22px 35px 22px 35px;
        background-color: #fff;
        -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .07);
        box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .07);
        position: relative;
        z-index: 5
    }
    .header-standard .logo>img {
        max-width: 100px
    }
}

@media (max-width:991px) {
    .header-standard .logo>img {
        max-width: 65px
    }
}

.header-standard ul.navbar-nav .menu-submenu-indicator {
    margin-left: 6px;
    display: block;
    float: right;
    position: relative;
    font-family: FontAwesome
}

.header-standard ul.navbar-nav .menu-submenu-indicator::before {
    content: "\f107"
}

.header-standard ul.navbar-nav .dropdown .dropdown-menu li a {
    color: #777;
    font-weight: 500
}

@media (min-width:992px) {
    .header-standard ul.navbar-nav .dropdown .dropdown-menu li a {
        padding-left: 30px;
        padding-right: 30px
    }
}

.header-standard ul.navbar-nav .dropdown .dropdown-menu li a:hover {
    color: #2e3d44
}

.header-standard ul.navbar-nav .dropdown .dropdown-menu li:hover>a {
    color: #2e3d44
}

.header-standard ul.navbar-nav .dropdown .dropdown-menu .menu-submenu-indicator::before {
    content: "\f105"
}

.header-standard ul.navbar-nav>li .nav-link {
    padding-right: 15px;
    padding-left: 15px
}

.header-standard ul.navbar-nav>li>a {
    font-weight: 600;
    text-transform: uppercase;
    position: relative
}

@media (min-width:992px) {
    .header-standard ul.navbar-nav>li>a {
        border-right: 1px solid rgba(101, 122, 132, .1);
        height: 84px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header-standard ul.navbar-nav>li>a:hover::before {
        width: 100%
    }
    .header-standard ul.navbar-nav>li>a::before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        height: 4px;
        width: 0%;
        background-color: #657a84;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }
}

@media (min-width:992px) {
    .header-standard ul.navbar-nav>li.current_page_item>a::before,
    .header-standard ul.navbar-nav>li:hover>a::before {
        width: 100%
    }
}

.header-standard ul.navbar-nav li a {
    color: #2e3d44;
    font-size: .9375rem;
    font-family: Poppins, sans-serif;
    font-size: .9375rem;
    margin-left: 0;
    padding: 15px
}

.header-standard ul.navbar-nav li a::after {
    display: none
}

.quote-btn {
    color: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.quote-btn:hover {
    opacity: .8;
    color: #fff
}

.navbar-sticky.fixed-top {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 35px 35px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 35px 35px 0 rgba(0, 0, 0, .1)
}

.navbar-sticky.fixed-top .search-block {
    top: 55px
}

@media (min-width:992px) {
    .navbar-nav .menu-item-has-children .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        pointer-events: none;
        -webkit-box-shadow: 0 35px 35px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 35px 35px 0 rgba(0, 0, 0, .1);
        -webkit-border-radius: 0 0 .375rem .375rem;
        border-radius: 0 0 .375rem .375rem;
        width: 18.125rem;
        border: 0 solid #000
    }
    .navbar-nav .menu-item-has-children .dropdown-menu .dropdown-menu {
        -webkit-border-radius: .375rem;
        border-radius: .375rem;
        left: auto;
        right: 100%;
        top: 0
    }
    .navbar-nav .menu-item-has-children:hover>.dropdown-menu {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.nav-search-area {
    margin-left: 1.875rem;
    margin-right: 1.875rem
}

@media (max-width:991px) {
    .navbar-nav .menu-item-has-children .dropdown-menu {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

.header-standard .navbar-nav>li>a {
    color: #101010;
    font-size: .875rem
}

@media (min-width:992px) {
    .header-standard .navbar-nav .dropdown-menu>li:not(:last-child) {
        border-bottom: 1px solid #f0f0f0
    }
}

.header-standard .navbar-nav .dropdown-menu>li>a {
    color: #1a1a1a;
    font-size: .9375rem;
    padding: .75rem 0;
    display: block
}

.header-standard .navbar-nav .dropdown-menu>li>a.active,
.header-standard .navbar-nav .dropdown-menu>li>a:hover {
    color: #2f2d79;
    background-color: transparent
}

.header-standard .navbar-nav .dropdown-menu>li:hover>a {
    color: #2f2d79;
    background-color: transparent
}

.header-standard .navbar {
    padding-top: 0;
    padding-bottom: 0
}

.nav-search-area {
    position: relative
}

.search-block {
    display: none;
    position: absolute;
    top: 67px;
    left: -230px;
    width: 250px
}

.nav-search {
    cursor: pointer
}

.search-button {
    cursor: pointer
}

.navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

@media (max-width:991px) {
    .navbar-toggler {
        margin-left: 3.125rem
    }
    .header-quote,
    .nav-search-area {
        display: none
    }
    .header-standard {
        padding-top: .625rem;
        padding-bottom: .625rem
    }
}

.admin-bar .navbar-sticky.fixed-top {
    margin-top: 2rem
}

@media (min-width:992px) {
    .xs_inner_page_transparent_header {
        background-color: transparent
    }
    .xs_inner_page_transparent_header:not(.fixed-top).header-standard ul.navbar-nav>li>a {
        color: #fff
    }
    .xs_inner_page_transparent_header:not(.fixed-top).header ul.navbar-nav>li>a.active,
    .xs_inner_page_transparent_header:not(.fixed-top).header ul.navbar-nav>li>a:focus,
    .xs_inner_page_transparent_header:not(.fixed-top).header ul.navbar-nav>li>a:hover {
        color: rgba(255, 255, 255, .7)
    }
}

@media (max-width:991px) {
    .dropdown-menu {
        border: none
    }
}

.xs__menu {
    height: 5rem;
    margin-bottom: 2.5625rem;
    background-color: #fff
}

.xs__menu .elementskit-navbar-nav>li>a {
    position: relative
}

.xs__menu .elementskit-navbar-nav>li>a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: .25rem;
    width: 0%;
    background-color: #657a84;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.xs__menu .elementskit-navbar-nav>li>a.active::before,
.xs__menu .elementskit-navbar-nav>li>a:hover::before {
    width: 100%
}

.xs__menu .elementskit-navbar-nav>li:hover>a::before {
    width: 100%
}

.xs__menu .elementskit-navbar-nav>li>a {
    border-right: 1px solid rgba(101, 122, 132, .1)
}

.xs__menu .ekit_navSidebar-button {
    position: relative
}

.xs__menu .ekit_navSidebar-button::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -.625rem;
    color: #657a84;
    border-top: .4375rem solid currentColor;
    border-right: .3125rem solid currentColor;
    border-left: .3125rem solid transparent;
    border-bottom: .4375rem solid transparent
}

.banner-solid {
    background-color: #e13833
}

.xs-jumbotron {
    min-height: 350px
}

.xs-jumbotron-title {
    color: #fff;
    margin-bottom: 12px
}

@media (max-width:480px) {
    .xs-jumbotron-title {
        font-size: 1.5rem
    }
}

.banner-bg {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.main-container {
    padding: 80px 0
}

.sassico_banner {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.xs_single_blog_banner {
    min-height: 25rem;
    position: relative
}

.banner-bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.xs-breadcrumblist {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    color: #fff
}

.xs-breadcrumblist>li {
    display: inline-block
}

.xs-breadcrumblist>li:not(:last-child) {
    padding-right: 13px
}

.xs-breadcrumblist>li:not(:first-child) {
    padding-left: 13px
}

.xs-breadcrumblist>li>a {
    color: inherit
}

.single-timeline .title {
    color: #3a3a3a
}

.topbar {
    padding: .6875rem 0;
    border-bottom: 1px solid #ededed;
    position: relative;
    z-index: 50;
    background-color: #fff
}

.topbar~.xs-jumbotron {
    margin-top: -5.25rem
}

.top-info {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

.top-info>li {
    display: inline-block;
    color: #565872
}

.top-info>li:not(:last-child) {
    margin-right: 2.1875rem
}

@media (max-width:767px) {
    .top-info>li:not(:last-child) {
        margin-right: .625rem;
        font-size: .75rem
    }
}

.top-info>li>i {
    color: #042ff8
}

.sassico-back-to-top-wraper {
    position: fixed;
    z-index: 200
}

.sassico-back-to-top-wraper.arrow_only {
    bottom: 3.5625rem;
    right: 3.125rem
}

.sassico-back-to-top-wraper.arrow_with_text {
    bottom: 6.1875rem;
    right: 6.4375rem
}

.sassico-back-to-top-wraper.arrow_with_text .sassico-back-to-top {
    font-size: .875rem;
    color: #6961f5;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    line-height: 1
}

.sassico-back-to-top-wraper.arrow_with_text .sassico-back-to-top>i {
    margin-bottom: 3
}

.sassico-back-to-top-wraper.arrow_with_text .sassico-back-to-top>svg {
    margin-bottom: 9px
}

.sassico-back-to-top {
    cursor: pointer;
    font-size: 1.25rem;
    color: #00d280;
    display: block;
    margin-bottom: 0
}

.sassico-back-to-top>img,
.sassico-back-to-top>svg {
    width: 1rem
}

.sassico-back-to-top-text {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.error404 .banner-bg {
    margin-top: -101px
}

.error404 .error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0, 0, 0, .1)
}

.error404 .error-page .error-message h3 {
    font-size: 24px
}

.error404 .error-page .error-body {
    margin-top: 20px
}

.error404 .error-page .error-body a.btn {
    margin-top: 20px;
    background-color: #042ff8;
    border-color: #042ff8;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 12px 30px
}

.error404 .error-page .error-body a.btn>i {
    padding-right: 7px
}

.error404 .error-page .error-body a.btn:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px)
}

.wfdp-donationForm .wfp-modal-header {
    margin-bottom: 0
}

.wfdp-donationForm>.wfdp-donation-message {
    display: none
}

.wfdp-donationForm .xs-donate-field-wrap-group {
    display: none
}

.wfdp-donationForm .wfp-bdage-list {
    padding-bottom: .625rem
}

.wfdp-donationForm .wfp-bdage-list>li {
    color: #2e3d44;
    font-size: .8125rem;
    font-weight: 500;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid transparent;
    padding: .75rem 1.0625rem
}

.wfdp-donationForm .wfp-bdage-list>li.donate-active {
    color: #e13833;
    border: 2px solid currentColor;
    background-color: #fff
}

.wfdp-donationForm .wfp-bdage-list>li:not(:last-child) {
    margin-right: .375rem
}

.wfp-view .wfdp-donationForm .wfp-donate-form-footer {
    padding-top: 0;
    border-top: 0 solid #000;
    margin-left: 0;
    margin-right: 0
}

.wfp-view .wfdp-donationForm .wfp-donate-form-footer .submit-btn,
.wfp-view .wfdp-donationForm .wfp-donate-form-footer .wfdp-donation-input-form {
    float: none
}

.wfp-view .wfdp-donationForm .wfdp-donation-input-form {
    margin-bottom: 0
}

.wfp-view .wfdp-donationForm .wfdp-donation-input-form .wfp-bdage-list {
    margin-top: 0
}

.wfp-view .wfp-donation-form-wraper {
    padding-top: 0;
    padding-bottom: .625rem
}

.wfp-view .wfp-donation-form-wraper .wfdp-donation-input-form .wfdp-input-payment-field,
.wfp-view .wfp-donation-form-wraper .wfdp-donation-input-form.xs-multi-lebel {
    margin-left: 0;
    margin-right: 0
}

.wfp-view .wfp-donation-form-wraper .wfdp-donation-message,
.wfp-view .wfp-donation-form-wraper .wfdp-donation-payment-details {
    margin-left: 0;
    margin-right: 0
}

.wfp-view .wfdp-donation-continue-btn {
    margin-left: 0;
    margin-right: 0
}

.wfp-view .wfdp-donation-input-form>.xs-btn.submit-btn {
    background-color: #2e3d44;
    color: #fff;
    padding-top: .3125rem;
    padding-right: .3125rem;
    padding-bottom: .3125rem;
    padding-left: 1.5rem;
    font-size: .8125rem;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: .3125rem;
    border-radius: .3125rem
}

.wfp-view .wfdp-donation-input-form>.xs-btn.submit-btn:hover {
    background-color: #384b53
}

.wfp-view .wfdp-donation-input-form>.xs-btn.submit-btn:hover::after {
    background-color: #2e3d44;
    color: #fff
}

.wfp-view .wfdp-donation-input-form>.xs-btn.submit-btn::after {
    content: "\f00c";
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-family: FontAwesome;
    top: 0;
    margin-left: 1.5rem;
    max-width: 1.9375rem;
    max-height: 1.9375rem;
    padding: .5625rem;
    color: #2e3d44;
    background-color: #fff;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    display: inline-block
}

.xs_mission_and_vission .elementskit-box-header>img {
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%
}

.xs_mission_and_vission .elementskit-info-image-box:hover {
    -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .07)
}

.xs_mission_and_vission .elementskit-info-image-box:hover .elementskit-box-header {
    -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .07)
}

.xs_mission_and_vission .elementskit-info-image-box:hover .elementskit-box-header>img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.xs_mission_and_vission .elementskit-info-image-box:hover .elementskit-btn {
    -webkit-box-shadow: 0 10px 20px 0 rgba(225, 56, 51, .3);
    box-shadow: 0 10px 20px 0 rgba(225, 56, 51, .3)
}

.xs_mission_and_vission .elementskit-info-image-box:hover .elementskit-btn>i {
    color: #e13833
}

.xs_mission_and_vission .elementskit-box-body {
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative
}

.xs_mission_and_vission .elementskit-box-body::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-image: url(../images/mission-and-vission-watermark-icon.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 3.25rem;
    height: 3.5625rem
}

.xs_mission_and_vission .elementskit-btn>i {
    background-color: #fff;
    color: #2e3d44;
    margin-left: 1.5rem
}

.xs_mission_and_vission .ekit-wid-con .elementskit-info-image-box .elementskit-box-header {
    z-index: 1;
    overflow: visible
}

.xs_mission_and_vission .ekit-wid-con .elementskit-info-image-box .elementskit-box-header img {
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.xs_mission_and_vission.icon-none .elementskit-box-body::before {
    display: none
}

.xs-image-box {
    counter-reset: my-awesome-counter
}

.xs-image-box .elementor-row>.elementor-element {
    counter-increment: my-awesome-counter
}

.xs-image-box .simple-card {
    position: relative
}

.xs-image-box .simple-card::before {
    content: "0" counter(my-awesome-counter);
    color: #f7f7f7;
    font-size: 4.0625rem;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    display: block;
    line-height: .8;
    position: absolute;
    right: 0;
    bottom: -3px;
    z-index: 1
}

.xs-blog-post {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    padding-top: 2.6875rem;
    padding-bottom: 2.6875rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: 1px solid #f0f0f0;
    margin-left: -1px
}

.xs-blog-post:hover {
    -webkit-box-shadow: 0 25px 45px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 25px 45px 0 rgba(0, 0, 0, .1)
}

.xs-blog-post:hover::before {
    opacity: 1
}

.xs-blog-post:hover .post-thumb {
    opacity: .2
}

.xs-blog-post:hover .entry-content>p,
.xs-blog-post:hover .entry-title,
.xs-blog-post:hover .post-meta>span,
.xs-blog-post:hover .read-more {
    color: #fff
}

.xs-blog-post .post-body {
    position: relative;
    z-index: 10
}

.xs-blog-post .post-meta {
    margin-bottom: 1.0625rem
}

.xs-blog-post .post-meta>span {
    display: inline-block;
    color: #2e3d44;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase
}

.xs-blog-post .post-item-date>span {
    font-size: 3rem;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    line-height: 1;
    text-indent: -4px
}

.xs-blog-post .entry-content {
    margin-bottom: 2.375rem
}

.xs-blog-post .entry-content>p {
    color: #666;
    margin-bottom: 0
}

.xs-blog-post .entry-title {
    font-size: 1.25rem;
    color: #2e3d44;
    letter-spacing: -.4px;
    margin-top: 0;
    margin-bottom: 1.875rem
}

.xs-blog-post .entry-title>a {
    color: inherit
}

.xs-blog-post .read-more {
    font-size: .75rem;
    color: #2e3d44;
    text-transform: uppercase;
    font-weight: 500
}

.xs-blog-post .read-more>i {
    -webkit-transition: margin-right .2s ease;
    -o-transition: margin-right .2s ease;
    transition: margin-right .2s ease;
    vertical-align: middle;
    margin-right: .625rem;
    display: inline-block
}

.xs-blog-post .read-more:hover>i {
    margin-right: .375rem
}

.xs-blog-post .post-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    mix-blend-mode: luminosity;
    z-index: 1
}

.xs-blog-post::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2e3d44;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.post.post-style2 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.post.post-style2:hover {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05)
}

.post.post-style2 .entry-header .entry-title {
    font-size: 20px;
    letter-spacing: -.4px;
    line-height: 1.2
}

.post.post-style2 .entry-header .post-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.post.post-style2 .entry-header .post-meta .meta-date {
    position: relative;
    padding-left: 35px
}

.post.post-style2 .entry-header .post-meta .meta-date::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 20px;
    height: 1px;
    background: #e13833
}

.post.post-style2 .entry-header .post-meta .post-comment {
    width: 27px;
    height: 22px;
    position: relative;
    background: #e13833;
    color: #fff;
    -webkit-border-radius: 3px 3px 0;
    border-radius: 3px 3px 0;
    text-align: center;
    padding: 1px;
    margin-top: -10px;
    margin-right: 0
}

.post.post-style2 .entry-header .post-meta .post-comment::after {
    position: absolute;
    content: "";
    border-width: 0 7px 7px 0;
    border-color: transparent #e13833 transparent transparent;
    right: 0;
    bottom: -6px;
    z-index: 1;
    border-style: solid
}

.post.post-style2 .post-footer .btn-readmore {
    color: #2e3d44
}

.post.post-style2 .post-footer .btn-readmore:hover {
    color: #e13833
}

.post.post-style2 .post-footer .btn-readmore i {
    margin-right: 6px
}

.post.post-style2 .post-body {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.post.post-style2 .post-media {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.entry-content a {
    color: #e13833
}

.xs_woo_product_list .ekit-wid-con .woocommerce ul.products .ekit-wc-add-to-cart .add_to_cart_button:before {
    font-family: xsfont
}

.xs_woo_product_list .ekit-wid-con .ekit-wc-product-image:before {
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.xs_woo_product_list .ekit-wid-con .ekit-wc-product-image>a {
    display: block
}

.xs_woo_product_list .ekit-wid-con .price {
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.xs_woo_product_list .ekit-wid-con .ekit-wc-product:hover .ekit-wc-product-image::before {
    opacity: 1
}

.xs_woo_product_list .ekit-wid-con .ekit-wc-product:hover .ekit-wc-product-desc .ekit-wc-product-price .price {
    color: #e13833 !important
}

.testimonial___slider.swiper-container-vertical {
    max-height: 13.6875rem;
    min-height: 13.625rem
}

@media (min-width:992px) {
    .testimonial___slider.swiper-container-vertical {
        padding-right: 6.25rem
    }
}

.testimonial___slider.swiper-container-horizontal {
    padding-bottom: 1.25rem
}

.testimonial___slider.swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 0
}

.testimonial___slider .swiper-slide {
    opacity: 0
}

.testimonial___slider .swiper-slide-active {
    opacity: 1
}

.testimonial-quote {
    margin-bottom: 1.25rem
}

.testimonial-quote>img {
    max-width: 5rem
}

.testimonial-quote>.testimonial-icon {
    font-size: 2.5rem
}

@media (min-width:992px) {
    .testimonial-avatar {
        margin-right: 1.875rem
    }
}

.testimonial-avatar>img {
    width: 8.75rem;
    height: 8.75rem;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.testimonial-content>p {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -.4px;
    font-family: Poppins, sans-serif;
    color: #2e3d44;
    line-height: 1.16667;
    margin-bottom: 1.5625rem
}

.client-details>span {
    font-size: 1rem
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 7px
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: .625rem
}

.swiper-pagination-bullet {
    opacity: .5;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border: 2px solid transparent;
    width: .625rem;
    height: .625rem
}

.swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #000;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    background-color: transparent
}

.xs-testimonial .ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-icon-content {
    position: absolute;
    right: 0;
    top: 70px;
    line-height: 1;
    left: 85px;
    z-index: 1;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e13833;
    padding: 9px
}

.xs-testimonial .ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-icon-content i {
    font-size: 15px;
    position: absolute;
    top: 10px
}

.xs-testimonial .ekit-wid-con .slick-dots li.slick-active button {
    border: 1px solid #fff
}

.xs_campaign_box .wfp-view .wfp-list-campaign {
    overflow: visible
}

.xs_campaign_box .wfp-view .wfp-list-campaign .campaign-blog {
    overflow: hidden;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.xs_campaign_box .wfp-view .wfp-list-campaign .campaign-blog .wfp-compaign-contents {
    position: relative;
    overflow: hidden;
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.xs_campaign_box .wfp-view .wfp-list-campaign .campaign-blog .wfp-compaign-contents:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-image: url(../images/mission-and-vission-watermark-icon.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 3.25rem;
    height: 3.5625rem
}

.xs_campaign_box .wfp-view .wfp-list-campaign .campaign-blog .wfp-feature-video,
.xs_campaign_box .wfp-view .wfp-list-campaign .campaign-blog .wfp-post-image {
    min-height: 11.25rem
}

.xs_campaign_box .wfp-view .wfp-pledge-block::before {
    background-color: #e13833
}

.xs_campaign_box .wfp-view .wfp-pledge-block::after {
    -webkit-box-shadow: inset 0 0 0 2px #e13833;
    box-shadow: inset 0 0 0 2px #e13833
}

.xs_ellipsis {
    color: #e13833;
    padding-left: .25rem;
    letter-spacing: 2px;
    display: inline-block
}

.xs-breadcrumblist>li {
    font-size: 1.125rem
}

.wfp-view .wfp-pledge-block::before {
    background: #e13833
}

.wfp-view .wfp-pledge-block::before {
    background: #e13833
}

.wfp-view .wfp-pledge-block::after {
    -webkit-box-shadow: inset 0 0 0 2px #e13833;
    box-shadow: inset 0 0 0 2px #e13833
}

.wfp-view .wfp-order-summery-section .order_details li {
    margin-bottom: 20px
}

.wfp-view .wfp-order-summery-section .order_details li strong {
    font-size: 14px
}

.xs-innner-page-banner {
    min-height: 25rem;
    position: relative
}

.xs-innner-page-banner>.container {
    z-index: 4
}

.xs-innner-page-banner.banner-bg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.xs-innner-page-banner.banner-bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.ekit-template-content-header~.xs-jumbotron {
    margin-top: -2.5625rem
}

.metform-btn {
    -webkit-box-shadow: none;
    box-shadow: none
}

.xs_iconbox {
    counter-reset: my-awesome-counter
}

.xs_iconbox .elementor-row>.elementor-element {
    counter-increment: my-awesome-counter
}

.xs_iconbox .elementskit-infobox {
    position: relative
}

.xs_iconbox .elementskit-infobox:hover::before {
    opacity: .1
}

.xs_iconbox .elementskit-infobox::before {
    content: "0" counter(my-awesome-counter);
    color: #eee;
    font-size: 3rem;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: .9375rem;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.xs_iconbox .elementskit-infobox:after {
    content: "";
    position: absolute;
    bottom: 2rem;
    right: 1.75rem;
    background-image: url(../images/white-dots.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 3.375rem;
    height: 2.3125rem;
    -webkit-background-size: contain;
    background-size: contain
}

.xs_iconbox .elementskit-btn>i {
    max-width: none;
    max-height: none;
    padding: 0;
    color: inherit;
    margin-right: .625rem
}

.quote-text {
    position: relative
}

.quote-text .elementskit-info-box-icon {
    position: absolute;
    top: -20px
}

.box-shape {
    position: relative
}

.box-shape::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 415px;
    height: 400px;
    background: #2e3d44;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: -1
}

@media (max-width:767px) {
    .box-shape::after {
        display: none
    }
}

.ekit-wid-con .ekit-team-social-list>li:not(:last-child) {
    border-right: 1px solid #f06050
}

.ekit-wid-con .profile-card>.ekit-team-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementskit-funfact .vertical-bar {
    position: absolute;
    right: -4px
}

@media (max-width:768px) {
    .elementskit-funfact .vertical-bar {
        display: none !important
    }
}

.video-shape {
    position: relative
}

.video-shape::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 320px 0 0 400px;
    border-color: transparent transparent transparent #e13833;
    left: -45px;
    bottom: -45px;
    z-index: -1
}

.xs-timeline .ekit-wid-con .vertical-timeline .single-timeline:nth-child(even) .timeline-content {
    text-align: left
}

.xs-timeline .ekit-wid-con .vertical-timeline .single-timeline:hover .timeline-item {
    background: #e13833
}

.xs-timeline .ekit-wid-con .vertical-timeline .single-timeline:hover .timeline-item .timeline-icon {
    background: #fff;
    color: #e13833
}

.xs-timeline .ekit-wid-con .vertical-timeline .single-timeline:hover .timeline-item .timeline-pin {
    border-color: #e13833
}

.xs-timeline .ekit-wid-con .vertical-timeline .single-timeline .timeline-icon {
    background: #e13833
}

@media (max-width:991px) {
    .xs-instagram-feed .ekit-wid-con .ekit-instagram-area .ekit-insta-row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (max-width:767px) {
    .xs-instagram-feed .ekit-wid-con .ekit-instagram-area .ekit-insta-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.xs-instagram-feed .ekit-wid-con .ekit-instagram-area .ekit-insta-row .ekit-ins-feed {
    width: 50%
}

.xs-instagram-feed .ekit-ins-feed .insta-media a {
    position: relative
}

.xs-instagram-feed .ekit-ins-feed .insta-media a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f16d";
    width: 35px;
    height: 35px;
    background: #e13833;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: "Font Awesome 5 Brands";
    text-align: center;
    padding: 7px;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    z-index: 1
}

.xs-instagram-feed .ekit-ins-feed .insta-media a:hover::after {
    opacity: 1
}

.event_list_wrapper {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05);
    margin-bottom: 30px
}

.event-content {
    padding: 45px 60px
}

.event-content ul li {
    font-size: 16px;
    color: #e13833;
    display: inline-block;
    margin-right: 10px;
    line-height: 24px
}

.event-content .event-title {
    font-size: 28px;
    letter-spacing: -1.12px;
    line-height: 36px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px
}

.event-content .event-title::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #2e3d44
}

.event-content .event-title a {
    color: #2e3d44
}

.event-content .event-title a:hover {
    color: #e13833
}

.event-content-footer .contact-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.event-content-footer .contact-wrap .address_icon {
    margin-right: 20px;
    color: #2e3d44
}

.event-content-footer .contact-wrap .address_icon img {
    width: 65px
}

.event-content-footer .contact-wrap .address_icon.date_icon img {
    width: 40px
}

.event-thumb {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.event-thumb img {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.widget.POLITONO-widget-event {
    border: none;
    padding: 0
}

.widget.POLITONO-widget-event .event-time {
    width: 60px;
    height: 70px;
    background-color: #2e3d44;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 0;
    margin-right: 15px
}

.widget.POLITONO-widget-event .event-time span {
    font-size: 28px;
    line-height: .8;
    font-family: Poppins, sans-serif;
    margin-bottom: 5px;
    display: block
}

.widget.POLITONO-widget-event .event-time span:last-child {
    font-size: 16px
}

.widget.POLITONO-widget-event .post-content .entry-title {
    font-size: 16px;
    letter-spacing: -.4px;
    line-height: 20px;
    font-weight: 600
}

.widget.POLITONO-widget-event .post-content .entry-title a {
    color: #2e3d44
}

.widget.POLITONO-widget-event .post-content .entry-title a:hover {
    color: #e13833
}

.widget.POLITONO-widget-event .post-content .address {
    font-size: 14px;
    color: #666
}

.widget.POLITONO-widget-event .widget-post {
    margin-bottom: 20px
}

.xs-donation-amount {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.xs-donation-amount .goal-amount .wfp-inner-data strong,
.xs-donation-amount .raised .wfp-inner-data strong {
    display: block
}

.donate-classic .wfp-view .wfp-list-campaign .campaign-blog {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.donate-classic .wfp-view .wfp-list-campaign .campaign-blog .wfp-compaign-contents .wfp-campaign-content .wfp-inner-data {
    text-align: right
}

.donate-classic .wfp-view .wfp-list-campaign .campaign-blog .wfp-compaign-contents .wfp-campaign-content .wfp-inner-data strong {
    font-size: 16px;
    font-weight: 600;
    color: #2e3d44
}

.donate-classic .wfp-view .wfp-list-campaign .campaign-blog .wfp-compaign-contents .wfp-campaign-content .wfp-campaign-content--cat .wfp-campaign-content--cat__link {
    position: absolute;
    top: 20px;
    left: 35px;
    background: #e13833;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase
}

.donate-classic .wfp-view .wfp-list-campaign .campaign-blog:hover {
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .07);
    border: 1px solid #f0f0f0
}

.donate-classic .wfp-view .wfp-list-campaign .campaign-blog:hover .wfp-campaign-container .wfp-post-image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.donate-classic .wfp-view .wfp-list-campaign .campaign-blog .wfp-campaign-container .wfp-post-image {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.sticky_post_content>p {
    margin-bottom: 0;
    font-size: .8125rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Poppins, sans-serif
}

.sticky_post_content>p>a {
    color: inherit
}

.stick_post_nav_wraper {
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5
}

.sticky_post_nav {
    font-size: .8125rem;
    cursor: pointer
}

.nav_spacer {
    width: 1px;
    height: 10px;
    background-color: #657a84;
    display: inline-block;
    margin-left: .4375rem;
    margin-right: .4375rem
}

.sticky_post_icon {
    background-color: #e13833;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0
}

.sticky_post_slider {
    margin-left: 3.5rem;
    padding: 11px 0
}

.sticky_post_container {
    position: relative;
    z-index: 5
}

.language-switch {
    list-style: none;
    margin: 0;
    padding: 0
}

.language-switch li a .xs-flag {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px
}

.xs-promo-popup .modal-content {
    background-color: transparent;
    padding: 0;
    border: 0
}

.language-content P {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.3333333333rem
}

.flag-lists {
    text-align: center;
    list-style: none
}

.flag-lists li {
    display: inline-block;
    margin-right: 25px
}

.flag-lists li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 10px
}

.flag-lists li a {
    color: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flag-lists li a img {
    width: 25px;
    height: 25px;
    margin-right: 10px
}

.zoom-anim-dialog.modal-language .modal-dialog.modal-lg {
    max-width: 100%
}

.language_switch_two {
    list-style: none;
    margin: 0;
    padding: 0
}

.language_switch_two li {
    display: inline-block;
    position: relative
}

.language_switch_two li:not(:last-child) {
    margin-right: 15px
}

.language_switch_two li a {
    color: #792ef4
}

.language_switch_two li:not(:last-child):before {
    content: '/';
    position: absolute;
    left: calc(100% + 5px)
}

@media (max-width:991px) {
    .flag-lists {
        text-align: left;
        -webkit-column-count: 2;
        column-count: 2
    }
    .flag-lists li {
        display: block;
        margin-bottom: 10px
    }
}

.mfp-bg.xs-promo-popup {
    background-color: rgba(0, 0, 0, .87);
    padding-bottom: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: menu-animation .8s ease-out forwards;
    animation: menu-animation .8s ease-out forwards
}

.xs-promo-popup .modal-content {
    background-color: transparent;
    padding: 0;
    border: 0
}

.xs-promo-popup .mfp-close {
    color: #fff;
    opacity: 0;
    -webkit-transition: all 1s ease .8s;
    -o-transition: all 1s ease .8s;
    transition: all 1s ease .8s;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px)
}

.xs-promo-popup.mfp-ready .mfp-close {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 1s ease .8s;
    -o-transition: all 1s ease .8s;
    transition: all 1s ease .8s;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px)
}

.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.language-swithch {
    position: relative
}

.language-swithch::before {
    position: absolute;
    content: "\f0d7";
    right: 0;
    font-family: FontAwesome;
    top: 0;
    z-index: 1;
    color: #fff
}

.language-swithch .language_switch_two {
    background: 0 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 20px;
    position: relative;
    color: #fff
}

.language-swithch .language_switch_two option {
    background: #2e3d44
}

.xs_header_button>i {
    opacity: .5
}

.elementskit-btn>i,
.xs_btn>i {
    max-width: 1.9375rem;
    max-height: 1.9375rem;
    padding: .5625rem;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.primary_btn>i {
    background-color: #e13833
}

.primary_btn:hover>i {
    background-color: #da2520
}

.secondary_btn>i {
    background-color: #2e3d44
}

.secondary_btn:hover>i {
    background-color: #242f35
}

.btn-lg>i {
    max-width: 2.8125rem;
    max-height: 2.8125rem;
    padding: 1rem
}

.xs__menu.header-three .ekit_navSidebar-button::before {
    display: none
}

.xs__menu.header-three .elementskit-navbar-nav>li>a {
    border: 0
}

.xs__menu.header-three .elementskit-navbar-nav>li>a:hover::before {
    width: 25px
}

.tp-bullets.electionify {
    counter-reset: my-counter
}

.tp-bullets.electionify .tp-bullet {
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    text-align: center;
    counter-increment: my-counter
}

.tp-bullets.electionify .tp-bullet::before {
    content: "0" counter(my-counter);
    color: #eee;
    font-family: Rubik, sans-serif;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    font-size: 11px
}

.donate-single {
    background-color: #fafafa;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 45px
}

.donate-single .wfdp-donation-form .wfdp-donationForm .wfp-modal-header .wfp-post-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0
}

.donate-single .wfdp-donation-form .wfdp-donationForm .xs-donate-display-amount {
    padding-left: 15px;
    padding-bottom: 30px
}

.donate-single .wfdp-donation-form .wfdp-donationForm .wfdp-donation-input-form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    background: #fff
}

.donate-single .wfdp-donation-form .wfp-input-field {
    margin: 15px 0
}

.donate-single .wfdp-donation-input-form {
    margin-bottom: 40px !important;
    padding-left: 15px
}

.wfp-view .wfp-goal-wraper .wfp-total-backers-count .wfp-backers-title {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px
}

.wfp-view .wfp-goal-wraper .wfp-total-backers-count .wfp-backers-count {
    font-weight: 500
}

.single-wp-fundraising .wfp-view {
    margin-top: 70px
}

.single-wp-fundraising .wfp-view .wfp-goal-wraper .wfp-total-pledge-count>.wfp-pledge-title {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px
}

.single-wp-fundraising .wfp-view .wfp-goal-wraper .wfp-total-pledge-count .wfp-pledge-count {
    font-weight: 500
}

.single-wp-fundraising .wfp-view .xs-btn.submit-btn {
    background-color: #e13833
}

.wfp-title-section {
    display: none
}

.wfp-view .wfp-goal-single .wfdp-donate-goal-progress .raised .target-date-goal {
    display: none
}

.wfp-view .wfp-goal-single .pie_bar span {
    display: none
}

.wfp-view .wfp-backers-title {
    display: none
}

.wfp-view .wfp-tab>li.active>a {
    color: #e13833
}

.wfp-view .wfp-tab>li.active>a:before {
    background-color: #e13833
}

.wfp-view .xs-btn-primary {
    background-color: #e13833
}

.wfp-tab-wrapper {
    margin-top: 50px;
    margin-bottom: 140px
}

.xs-map-tab .nav-tabs {
    position: absolute;
    bottom: 10%;
    z-index: 1;
    background: #fff;
    left: 5%;
    right: 5%
}

.xs-footer {
    padding: 30px 0
}

.xs-footer .footer-widget {
    padding-left: 18px
}

.copy-right {
    padding: 20px 0;
    background: #2e3d44;
    color: #fff
}

.copy-right .default-footer-social-media-link {
    list-style: none;
    padding: 0;
    margin: 0
}

.copy-right .default-footer-social-media-link li {
    display: inline-block
}

.back_to_top {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    right: 24px;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

.back_to_top a {
    color: #fff
}