kc[data-model] > .crumina-our-video > .full-block {
    left: -15px;
    right: -15px;
}

.kc[data-model] {
    height: 100%;
}


.kc-container {
    position: relative;
    z-index: 1;
}

@media (max-width: 800px) {
    .kc_row:not(.kc_row_inner) {
        padding: 60px 0;
    }
}

@media (max-width: 360px) {
    .kc_row:not(.kc_row_inner) {
        padding: 30px 0;
    }
}

.kc_row_inner + .kc_row_inner {
    margin-top: 40px;
}

@media (max-width: 640px) {
    .kc_row_inner + .kc_row_inner {
        margin-top: 0;
    }
}

.kc-col-inner-container > .kc-elm {
    margin-bottom: 30px;
}

.kc-col-inner-container > .kc-elm:last-child {
    margin-bottom: 0;
}

.kc-col-inner-container > .kc-elm p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .kc-col-inner-container > .kc-elm.product-description-solution {
        margin-top: 0;
        margin-bottom: 60px;
    }
}

.kc-col-container > .kc-elm + .kc-elm,
.kc-col-container > .kc-elm + .kc[data-model],
.kc-col-container > .kc[data-model] + .kc-elm,
.kc-col-container > .kc[data-model] + .kc[data-model] {
    margin-top: 30px;
}

.kc-col-container > .kc-elm {
    margin-bottom: 0;
}

@media (max-width: 799px) {
    body.kc-css-system .kc_column_inner.col-sm-6:nth-child(2),
    body.kc-css-system .kc_column.col-sm-6:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    body.kc-css-system .kc_column_inner.col-sm-6:nth-child(2),
    body.kc-css-system .kc_column.col-sm-6:nth-child(2) {
        margin-top: 30px;
    }
}

@media (max-width: 570px) {
    body.kc-css-system .kc_column.col-xs-12 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    body.crumina-grid .kc_column_inner + .kc_column_inner.col-sm-12 {
        margin-top: 40px;
    }

    body.crumina-grid .kc_column_inner + .kc_column_inner.col-sm-6:nth-child(n+3) {
        margin-top: 40px;
    }

    body.crumina-grid .kc_column_inner + .kc_column_inner.col-sm-6:nth-child(odd) {
        clear: left;
    }

    body.crumina-grid .kc_column + .kc_column {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    body.crumina-grid .kc_column + .kc_column {
        margin-top: 30px;
    }
}

body.crumina-grid .kc_col-of-5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 800px) {
    body.crumina-grid .kc_col-of-5 {
        width: 50%;
    }
}

@media (max-width: 570px) {
    body.crumina-grid .kc_col-of-5 {
        width: 100%;
    }
}

@media (max-width: 800px) {
    body.crumina-grid * > .kc_col-of-5:last-child {
        width: 100%;
    }
}

@media (max-width: 799px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
        width: 33.3333%;
    }
}

@media (max-width: 600px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column + .kc_column {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column + .kc_column {
        margin-top: 40px;
    }
}

/*!
 *  @name: kingcomposer.css
 *  @website: https://kingcomposer.com
 *  @Copyright: (c) 2016 King-Theme
*/
/**==========BASE===========**/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.front i, .back i {
    display: inline-block;
}

div {
    display: block;
}

.kc-elm {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.kc_col-sm-1 {
    width: 8.33333%;
}

.kc_col-sm-2 {
    width: 16.6667%;
}

div.kc_col-of-5 {
    width: 20%;
    float: left;
}

.kc_col-sm-3 {
    width: 25%;
}

.kc_col-sm-4 {
    width: 33.3333%;
}

.kc_col-sm-5 {
    width: 41.6667%;
}

.kc_col-sm-6 {
    width: 50%;
}

.kc_col-sm-7 {
    width: 58.3333%;
}

.kc_col-sm-8 {
    width: 66.6667%;
}

.kc_col-sm-9 {
    width: 75%;
}

.kc_col-sm-10 {
    width: 83.3333%;
}

.kc_col-sm-11 {
    width: 91.6667%;
}

.kc_col-sm-12 {
    width: 100%;
}

.kc-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.kc-row-container:not(.kc-container) {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
}

.kc_column {
    position: relative;
}

.kc-infinite-loop {
    text-align: center;
    padding: 50px;
    font-size: 18px;
    color: red;
    width: 100%;
    display: inline-block;
}

.kc_row:not(.kc_row_inner) {
    clear: both;
    float: left;
    width: 100%;
}

.kc_wrap-video-bg {
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.kc_row_inner, .kc-row-container.kc-container .kc-wrap-columns {
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
}

.kc_row.kc_row_inner {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
}

.kc_tab_content > .kc_row_inner {
    width: 100%;
    margin: 0px;
}

.kc_column, .kc_column_inner {
    min-height: 1px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.kc_column > .kc-col-container, .kc_column_inner > .kc-col-inner-container {
    height: 100%;
}

.kingcomposer div.kc_column_inner, .kingcomposer div.kc_column {
    clear: none;
}

.kc_row_inner > div.kc_column_inner:only-child {
    width: 100%;
}

.kc_clfw {
    width: 100% !important;
    clear: both !important;
    display: block !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.kc-col-container {
    clear: both;
    display: inline-block;
    width: 100%;
}

section[data-kc-fullheight] {
    min-height: 100vh;
}

html body section[data-kc-parallax="true"] {
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

section[data-kc-fullwidth] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

body section[data-kc-equalheight="true"], body section[data-kc-equalheight="true"] > .kc-container, body section[data-kc-equalheight="true"] > .kc-container .kc-wrap-columns {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    width: 100%;
}

body div.kc_row_inner[data-kc-equalheight="true"] {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body section[data-kc-equalheight-align="middle"] > .kc-row-container > .kc-wrap-columns > .kc_column > .kc-col-container,
body section[data-kc-equalheight-align="middle"] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container,
body section[data-kc-equalheight-align="bottom"] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container,
body div[data-kc-equalheight-align="middle"] > .kc_column_inner > .kc_wrapper,
body div[data-kc-equalheight-align="bottom"] > .kc_column_inner > .kc_wrapper {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}

body div.kc_row_inner[data-kc-equalheight="true"] > .kc_column_inner > .kc_wrapper.kc_row_inner {
    height: 100%;
}

body section[data-kc-equalheight-align="middle"] > .kc-row-container > .kc-wrap-columns > .kc_column > .kc-col-container, body section[data-kc-equalheight-align="middle"] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container, body div[data-kc-equalheight-align="middle"] > .kc_column_inner > .kc_wrapper {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

body section[data-kc-equalheight-align="bottom"] > .kc-row-container > .kc-wrap-columns > .kc_column > .kc-col-container, body section[data-kc-equalheight-align="bottom"] > .kc-container > .kc-wrap-columns > .kc_column > .kc-col-container, body div[data-kc-equalheight-align="bottom"] > .kc_column_inner > .kc_wrapper {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

body section[data-kc-fullheight="middle-content"], body section[data-kc-fullheight="middle-content"] > .kc-row-container, body section[data-kc-fullheight="middle-content"] > .kc-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

body section[data-kc-equalheight="true"] > .kc-container .kc-wrap-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: initial;
    margin-right: initial;
}

.kc-off-notice {
    width: 100%;
    padding: 10px;
    text-align: left;
    background-color: #e9e385;
    color: #333;
    font-size: 14px;
}

.kc-off-notice a {
    text-transform: capitalize;
    text-decoration: underline;
}

@media screen and (min-width: 999px) {
    .kc_row_inner, .kc-row-container .kc-wrap-columns {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .kc_row_inner, .kc-row-container.kc-container .kc-wrap-columns {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
    }
}

@media screen and (max-width: 767px) {
    body.kc-css-system .kc_column, body.kc-css-system .kc_column_inner {
        width: 100%;
    }

    div.kc_row {
        display: block;
    }
}


.kc_twitter_feed.kc_twitter_style-2 .kc_twitter_follow,
.kc_facebook_recent_post.kc_shortcode .fb-button-profile {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 50px;
    position: relative;
    transition: all .3s ease;
    text-align: center;
}

.kc_twitter_feed.kc_twitter_style-2 .kc_twitter_follow:hover,
.kc_facebook_recent_post.kc_shortcode .fb-button-profile:hover {
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
}

.message-boxes .message-box-wrap {
    border-radius: 30px;
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
    border: none;
    margin: 15px 0;
    font-size: 16px;
}

.message-boxes .message-box-wrap .kc-close-but {
    position: relative;
}

.message-boxes .message-box-wrap .kc-close-but:after {
    content: '\f00d';
    display: block;
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 1;
}

.kc-multi-icons-wrapper button {
    padding: 10px;
    margin: 3px;
    line-height: 1;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    background-color: var(--secondary-accent-color);
}


/*------------- #Tabs --------------*/
.kc_tabs {
    display: inline-block;
    width: 100%;
}

.kc_wrapper.ui-tabs {
    width: 100%;
    display: inline-block;
}

.kc_vertical_tabs > .kc_wrapper.ui-tabs {
    border: none;
}

.kc_tabs.kc-tabs-slider ul.kc-tabs-slider-nav {
    margin: 0;
}

ul.kc-tabs-slider-nav li {
    display: inline-block;
    cursor: pointer;
    padding: 8px 15px;
}

ul.kc-tabs-slider-nav li.kc-title-active {
    background: #ddd;
}

.kc_tabs_nav, .nav-pills {
    *zoom: 1;
    line-height: 45px;
    margin: 0;
    padding: 0;
}

.kc_tabs_nav:before, .nav-pills:before, .kc_tabs_nav:after, .nav-pills:after {
    display: table;
    line-height: 0;
    content: "";
}

.kc_tabs_nav:after, .nav-pills:after {
    clear: both;
}

.kc_tabs_nav ~ .kc_tab {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 0;
}

html body.kc-css-system .kc_tabs_nav ~ .kc_tab:not(.ui-tabs-body-active) {
    margin: 0 !important;
    padding: 0 !important;
}

.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
    height: inherit !important;
    background: #ddd;
}

.kc_tabs_nav ~ .kc_tab .kc_tab_content {
    padding: 30px 30px 15px;
}

.kc_tabs_nav > li, .nav-pills > li {
    float: left;
}

.kc_tabs_nav > li > a, .nav-pills > li > a {
    padding: 0 30px;
    text-decoration: none;
    outline: none;
    display: block;
    line-height: 50px;
    color: #6b6b6b;
}

.kc_tabs > .kc_wrapper > .kc_tabs_nav {
    background: #eee;
    float: left;
    min-height: 50px;
    margin: 0;
    width: 100%;
}

.kc_tabs_nav {
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.kc_tabs_nav > li {
    list-style: none;
    border-right: 1px solid #fff;
    border-left: none !important;
    border-bottom: none !important;
}

.kc_tabs_nav > li {
    margin: 0;
    float: left;
    color: #333;
    box-shadow: none;
    cursor: pointer;
}

.kc_tabs_nav > li:hover, .kc_tabs_nav > li > a:hover, .kc_tabs_nav > .ui-tabs-active > a {
    background-color: #ddd;
    color: #333;
}

.kc_tabs_nav > .ui-tabs-active, .kc_tabs_nav > .ui-tabs-active:hover, .kc_tabs_nav > .ui-tabs-active > a, .kc_tabs_nav > .ui-tabs-active > a:hover {
    color: #555555;
    display: block;
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 25%;
    z-index: 10;
    right: 0;
}

.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav {
    border-right: none;
    right: 0;
    left: 0;
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab {
    float: left;
    width: 75%;
    height: 0;
    overflow: hidden;
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active {
    height: inherit;
    border: 1px solid #ddd;
}

.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab {
    list-style: outside none none;
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li {
    list-style: outside none none;
    border: 1px solid #ddd;
}

.kc_wrapper > ul.ui-tabs-nav > li {
    overflow: hidden;
}

.kc_vertical_tabs:not(.tabs_right) > .kc_wrapper > ul.ui-tabs-nav > li {
    border-right: 0 !important;
}

.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav > li {
    border-left: 0 !important;
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li:not(:last-child) {
    border-bottom: 0 !important;
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li > a:hover, .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a, .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li.ui-tabs-active > a:hover {
    border: none;
    background: #f7f7f7;
    margin-left: 0px;
    color: #333;
}

.kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav > li > a {
    display: block;
    padding: 12px 0 12px 20px;
    outline: none;
    text-decoration: none;
}

.kc_vertical_tabs.tabs_right > .kc_wrapper > ul.ui-tabs-nav {
    float: right;
}

.kc-video-inner iframe {
    margin-bottom: 0px;
}

.kc_accordion_content {
    padding-bottom: 0px;
    padding-bottom: 0px;
    border-left: 1px solid #eaeaea;
    color: #727272;
    border-right: 1px solid #eaeaea;
    display: none;
}

.kc_accordion_content.ui-state-body-active {
    height: inherit !important;
}

.kc_accordion_section > .kc_accordion_header {
    position: relative;
    cursor: pointer;
    min-height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: inherit;
    margin-top: 0;
    margin-bottom: -1px;
    float: left;
    width: 100%;
    border: 1px solid #e0e0e0;
}

.kc_accordion_section > .ui-state-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}

.kc_accordion_header > span.ui-accordion-header-icon {
    float: right;
    font-family: 'simple-line-icons';
    margin: 17px;
    color: #aaa;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.kc_accordion_header > span.ui-accordion-header-icon:before {
    content: "\e604";
}

.kc-section-active .kc_accordion_header.ui-state-active > span.ui-accordion-header-icon:before {
    content: "\e607";
}

.kc_accordion_header > a {
    display: block;
    font-size: 15px;
    padding: 10px 15px;
    text-decoration: none;
    outline: none;
    font-weight: normal;
    border: none;
}

.kc_accordion_header > a {
    cursor: pointer;
}

.kc_accordion_content .kc-panel-body {
    padding: 15px;
    float: left;
    width: 100%;
}

.kc_wrapper > .kc_tabs_nav.ui-tabs-nav {
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    float: left;
    width: auto !important;
}

@media (max-width: 1024px) {
    .kc_wrapper > .kc_tabs_nav.ui-tabs-nav {
        border-radius: 15px 15px 0 0;
    }
}

.ui-tabs .kc_tabs_nav ~ .kc_tab .kc_tab_content {
    overflow: hidden;
    padding: 40px 20px;
    background-color: var(--ss-light-gray-color);
}

.ui-tabs .kc_tabs_nav > .ui-tabs-active a {
    background-color: var(--ss-light-gray-color);
    color: var(--primary-accent-color);
}

.ui-tabs .kc_tabs_nav > .ui-tabs-active a:hover {
    color: var(--primary-accent-color);
}

.ui-tabs .kc_tabs_nav > .ui-tabs-active a:before {
    opacity: 1;
}

.ui-tabs .kc_tabs_nav > li > a {
    padding: 25px 70px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    line-height: 1;
    color: #2f2c2c;
    transition: all .3s ease;
}

.ui-tabs .kc_tabs_nav > li > a:hover {
    color: #2f2c2c;
}

.ui-tabs .kc_tabs_nav > li > a:before {
    content: '';
    display: block;
    width: 60%;
    height: 2px;
    position: absolute;
    background-color: var(--primary-accent-color);
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    opacity: 0;
    transition: all .3s ease;
}

.ui-tabs .kc_tabs_nav > li:hover {
    background-color: transparent;
}

@media (max-width: 1024px) {
    .ui-tabs .kc_tabs_nav > li {
        padding: 15px 30px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .ui-tabs .kc_tabs_nav > li {
        width: 100%;
    }
}

.ui-tabs .kc_text_block p {
    color: #acacac;
}

.ui-tabs .kc_tabs_nav ~ .kc_tab {
    transition: all .3s ease;
}

@media (max-width: 1024px) {
    .kc_tabs > .kc_wrapper > .kc_tabs_nav {
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav {
        text-align: center;
        float: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .kc_vertical_tabs > .kc_wrapper > ul.ui-tabs-nav ~ div.kc_tab {
        float: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .kc_vertical_tabs:not(.tabs_right) > .kc_wrapper > ul.ui-tabs-nav > li {
        border-right: 1px solid #ddd !important;
    }
}

.kc_image_gallery.kc-grid {
    width: 100%;
    overflow: hidden;
}

.kc_image_gallery.kc-grid .item-grid {
    float: left;
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
}

.kc-grid .item-grid a {
    position: relative;
    display: block;
}

.kc_image_gallery.kc-grid .item-grid .kc-image-overlay {
    background: rgba(0, 0, 0, 0.2);
}

.kc_image_gallery.kc-grid .item-grid:hover .kc-image-overlay {
    opacity: 1;
}

.kc_image_gallery.kc-grid .item-grid img {
    display: block;
}

.kc_image_gallery.kc-grid .item-grid {
    width: 25%;
}

.kc_image_gallery.kc-grid .item-grid.grid-2 {
    width: 50%;
}

.kc_image_gallery.kc-grid .item-grid.grid-3 {
    width: 32.7%;
}

.kc_image_gallery.kc-grid .item-grid.grid-4 {
    width: 25%;
}

.kc_image_gallery.kc-grid.masonry .item-grid.grid-4 {
    width: 24.8%;
}

.kc_image_gallery.kc-grid .item-grid.grid-5 {
    width: 20%;
}

.kc_image_gallery.kc-grid .item-grid.grid-6 {
    width: 16.66666666666666%;
}

.kc_image_gallery.kc-grid .item-grid img {
    max-width: 100%;
    border-image-width: 0;
}

.kc_image_gallery {
    clear: both;
}

.kc_single_image {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.kc_single_image figure {
    position: relative;
}

.kc_single_image > a {
    width: 100%;
    float: left;
    position: relative;
}

.kc_single_image p {
    margin: 10px 0;
    float: left;
    width: 100%;
}

.kc_image_empty {
    max-width: 100%;
}

.kc-image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s ease;
    opacity: 0;
}

.kc-image-overlay i {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.kc-image-overlay:hover i {
    border-radius: 10px;
}

.kc_single_image:hover .kc-image-overlay {
    background: rgba(58, 52, 42, 0.7);
    opacity: 1;
}

.particles-js-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100%;
    max-height: 100vh;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}

.kc_row_relative {
    position: relative;
}

.divider_line2 i,.divider_line3 .line_text {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.divider_line {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.divider_line .divider_inner {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
}

.divider_line2 {
    height: 1px;
    position: relative;
}

.divider_line2 i {
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 100%;
    background-color: #d3d3d3;
    text-align: center;
    vertical-align: middle;
    line-height: 27px;
    position: absolute;
}

.divider_line3 {
    position: relative;
}

.divider_line3 .line_text {
    text-transform: uppercase;
    background: #fff;
    padding: 0 10px;
    position: absolute;
}

.crumina-grid .owl-theme .owl-controls .owl-buttons div {
    padding: 10px 20px;
    font-size: 12px;
    transition: all .3s ease;
}

.crumina-grid .owl-theme.owl-nav-arrow .owl-controls .owl-buttons div {
    background-color: transparent;
}

.crumina-grid .owl-nav-round.owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
}

.owl-carousel .owl-item {
    text-align: center;
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background: transparent;
    opacity: 0;
    left: 50px;
    color: transparent;
    transition: all 0.3s ease;
    padding: 0;
    z-index: 9;
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 50px;
    left: initial;
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:before {
    content: "\e605";
    color: #999;
    transition: all 0.6s ease;
    font-family: 'simple-line-icons';
    font-size: 50px;
    line-height: 50px;
    font-weight: 100;
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\e606";
}

.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
    left: 15px;
}

.owl-nav-arrow.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #666;
}

.owl-nav-arrow.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 15px;
    left: initial;
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -25px;
    background: #fafafa;
    opacity: 0;
    left: 50px;
    color: transparent;
    transition: all 0.3s ease;
    padding: 0;
    border: 1px solid #aaa;
    border-radius: 100%;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    color: #fff;
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 50px;
    left: initial;
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div:before {
    content: "\e605";
    color: #999;
    transition: all 0.6s ease;
    font-family: 'simple-line-icons';
    font-size: 20px;
    line-height: 40px;
    font-weight: 100;
    width: 40px;
    height: 40px;
    text-align: left;
    display: block;
    padding-left: 8px;
    margin-top: -1px;
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\e606";
    padding-right: 8px;
    text-align: right;
}

.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
    left: 15px;
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #fff;
}

.owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover {
    border-color: #fff;
}

.owl-nav-round.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 15px;
    left: initial;
}


.kc-tweet-owl .owl-controls.clickable .owl-pagination .owl-page span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: auto 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
    background-color: #d7d7d7;
    opacity: 1;
}

.kc-tweet-owl .owl-controls.clickable .owl-pagination .owl-page.active span {
    background-color: transparent;
    border: 2px solid var(--primary-accent-color);
}

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev {
    transition: all .3s ease;
    position: relative;
}

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev:before {
    content: '\e936';
    display: block;
    position: absolute;
    font-family: 'seosight';
    font-size: 10px;
    color: #2f2c2c;
    left: -12px;
    top: 2px;
    transition: all .3s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev:hover {
    background-color: var(--primary-accent-color);
}

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-prev:hover:before {
    left: -15px;
    color: var(--primary-accent-color);
}

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next {
    transition: all .3s ease;
    position: relative;
}

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next:after {
    content: '\e936';
    display: block;
    position: absolute;
    font-family: 'seosight';
    font-size: 10px;
    color: #2f2c2c;
    right: -12px;
    top: 2px;
    transition: all .3s ease;
}

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next:hover {
    background-color: var(--primary-accent-color);
}

.kc-tweet-owl .owl-controls.clickable .owl-buttons .owl-next:hover:after {
    right: -15px;
    color: var(--primary-accent-color);
}

.pagination-vertical .kc_row_inner.section-padding {
    padding: 0;
}

.crumina-grid .owl-nav-round.owl-theme .owl-controls .owl-buttons div:hover,
.crumina-grid .owl-theme .owl-controls .owl-buttons div {
    background-color: var(--primary-accent-color);
}