@charset "UTF-8";
/*==================================================================

##Browser Reset
##General Styles
##Header Styles
    #Cart Woocommerce
    #Logo
    #Menu style
    #Mega Menu
    #Sticky Menu
    #Lavalam
    #Mobile Navigation
##Page Title
##Header Search
##Typography
##Footer Styles
##Page 404
##Page Search
##Blog
    #First Recent Post Hero
    #Second Recent Post Hero
    #Image Overlay
    #Slider Post
    #Image Post
    #Standard Post
    #Post Share
    #Lists
    #Medium Image
    #Tiny Image
    #First Large Post
    #Related Post in Single
    #Single Post
    #Post Prev/Next
    #Likes
##Isotope
##Lists Style
##Comments
##Contact Form
##Slick Slider
##Pagination
##Page MailChimp
##Load More
##Extended Row
##Preloader
##Scroll Up
##Wpml
##Shop
    #Shop Catalog
    #Pagination Shop
    #Tabs Shop
    #Single Shop
    #Respond Shop
    #Cart Shop
    #Checkout Shop
    #Responsive Shop
##Widgets Base
    #Search
    #Recent Posts
    #Tagcloud
    #Navigation Menu
    #Author
    #Text Widget
    #Banner
    #Gallery
    #Calendar
    #Mailchimp
##Counter
##Countdown
##Blog Categories
##Testimonials
##Carousel Navigation
##Team
##Image Layers
##Pricing Table
##Progress Bar
##Services
##Services 2
##Services 3
##Circuit Services
##Composer Modules Styles
    #Accordion
    #Toggle
    #Progress bar
    #Tabs
    #Wp Menu
    #Pie Chart
    #Round Chart
##Message Box
##Info Box
##Flip Box
##Custom Title
##Button
##Portfolio
##Custom Text
##Video Popup
##Spacing
##Clients
##Demo Item
##Social Icons
##Double Heading
##Time Line Vertical
##Time Line Horizontal
##Icon
##Divider
##Instagram
##Responsive

==================================================================*/
/* ==================== ##Browser Reset ==================== */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    position: relative;
    overflow-x: hidden;
}

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

mark {
    padding: 0 5px;
    color: inherit;
}

strong {
    font-weight: 700;
}

pre {
    padding: 20px;
    word-wrap: break-word;
    background: #ebf0f9;
    max-width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

code, kbd, tt, var, pre {
    font-family: monospace;
}

ul,
ol {
    padding: 0 0 20px 0;
}

li ul {
    padding-bottom: 0;
}

textarea {
    min-height: 50px;
    height: 122px;
}

p a {
    transition: color 300ms;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    user-select: none;
}

label,
legend {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
}

iframe {
    width: 100%;
    display: block;
}

table {
    width: 100%;
    border-collapse: collapse;
}

p {
    margin: 0 0 20px 0;
}

p:empty {
    display: none;
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
}
*:focus {
    outline: none !important;
}

a {
    transition: all 0.4s;
    text-decoration: none;
}

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

/* ==================== ##General styles ==================== */
::selection {
    color: #ffffff;
}

/* input */
body input[type=text],
body input[type=url],
body input[type=search],
body input[type=email],
body input[type=password],
body input[type=tel],
body input[type=time],
select,
textarea {
    height: 50px;
    max-width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px 20px;
    -webkit-appearance: none;
    font-family: inherit;
    border: 1px solid #c4cdd7;
    background: transparent;
    outline: none;
    margin: 0;
    border-radius: 25px;
    transition: all 0.3s ease;
}
body input[type=text]:focus, body input[type=text]:active,
body input[type=url]:focus,
body input[type=url]:active,
body input[type=search]:focus,
body input[type=search]:active,
body input[type=email]:focus,
body input[type=email]:active,
body input[type=password]:focus,
body input[type=password]:active,
body input[type=tel]:focus,
body input[type=tel]:active,
body input[type=time]:focus,
body input[type=time]:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    border-color: transparent;
    background: #fff;
    box-shadow: 0px 14px 13px 0px rgba(109, 75, 196, 0.08);
}

input[type=radio],
input[type=checkbox] {
    margin: 5px 0.4375em 0 0;
}
input[type=radio] ~ label,
input[type=checkbox] ~ label {
    display: inline;
}

form.post-password-form {
    margin-bottom: 20px;
}
form.post-password-form p:first-child {
    margin-bottom: 24px;
}
form.post-password-form label {
    width: calc(100% - 130px);
    max-width: 270px;
    font-size: 16px;
}
form.post-password-form label input[type=password] {
    width: 100%;
    margin-top: 5px;
}
form.post-password-form input[type=submit] {
    margin-top: 15px;
    color: #fff;
    height: 50px;
    font-size: 16px;
    min-width: 130px;
}

.select__field:before {
    content: "\f0d7";
    display: block;
    position: absolute;
    z-index: 0;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
    pointer-events: none;
}

textarea {
    height: 120px;
    padding-top: 20px;
}

.button__wrapper {
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 25px;
    transition: 0.3s ease;
}
.button__wrapper *:not(span) {
    position: relative;
    z-index: 1;
}
.button__wrapper:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    opacity: 0;
    transition: inherit;
    content: "";
}
.button__wrapper:hover:after {
    opacity: 1;
}

input[type=submit],
button {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    background: transparent;
    margin-bottom: 0;
    border-width: 0;
    border-style: solid;
    padding: 5px 42px 5px;
    text-transform: capitalize;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 400ms;
    border-radius: 25px;
}

input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
    background: transparent;
}

dl {
    margin-bottom: 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

/* container */
.wgl-container {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
}
.wgl-container.full-width {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#main .wgl-container .wgl_wrapper {
    left: 0 !important;
}

.fullwidth-wrapper {
    width: 100%;
    padding: 0 30px;
}

.wgl-container:after,
.wgl-container:before,
.row:after,
.row:before,
.clearfix:after,
.clearfix:before {
    display: table;
    line-height: 0;
    content: "";
}

.wgl-container:after,
.row:after,
.clear,
.clearfix:after {
    clear: both;
}

[class*=wgl_col-] {
    float: left;
    min-height: 1px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row [class*=wgl_col-] {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* default */
.slick-slider a,
.slick-slider a:hover,
.slick-slider a:focus {
    transition: all 400ms;
}

a:hover {
    color: inherit;
}

/* extra classes */
.z-index-1 {
    z-index: 1;
}

.relative {
    position: relative;
}

.text-uppercase {
    text-transform: uppercase;
}

.bypostauthor {
    opacity: 1;
}

.ohidden {
    overflow: hidden;
}

.ovisible {
    overflow: visible;
}

/* Add Support Guttenber Full Width */
p + .alignfull,
p + .alignwide {
    margin-top: 2em;
}

main .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

main .alignfull img {
    width: 100vw;
}

main .alignwide {
    max-width: none;
    width: 75vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

main .sidebar_right .alignfull,
main .sidebar_left .alignfull,
main .sidebar_right .alignwide,
main .sidebar_left .alignwide {
    width: auto;
    max-width: 110%;
    margin-left: -15px;
    margin-right: -15px;
    transform: translateX(0);
}

main .sidebar_right .alignfull,
main .sidebar_left .alignfull {
    margin-left: -30px;
    margin-right: -30px;
}

main .sidebar_right .alignfull img,
main .sidebar_left .alignfull img {
    width: 100%;
}

/* \End Support Guttenber Full Width */
/* aligning images tinymce */
.acenter {
    text-align: center;
}

.aleft {
    text-align: left;
}

.aright {
    text-align: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0 30px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 30px;
}

.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.5em 0;
}

.wp-caption,
.gallery-caption {
    font-style: italic;
    max-width: 100%;
}

.sticky-sidebar_init #main {
    padding-bottom: 120px;
}

#main {
    padding: 40px 0;
    position: relative;
    z-index: 0;
    min-height: 50vh;
    overflow: hidden;
}

.row.sidebar_left #main-content {
    float: right;
}

.wpb_single_image * {
    border-radius: inherit;
}

.gm-control-active {
    border-radius: 0;
    box-shadow: none;
}

hr {
    border: none;
    border-bottom: 1px solid #1d1f21;
    margin: 20px 0 20px;
}
hr.wp-block-separator {
    max-width: 100px;
}
hr.wp-block-separator.is-style-wide, hr.wp-block-separator.is-style-dots {
    max-width: 100%;
}

/* table */
table td,
table th {
    padding: 5px 10px;
    border: 1px solid #ebebee;
    text-align: left;
}
table:not(:last-child) {
    margin-bottom: 22px;
}

.col-md-delimiter .vc_column_container:not(:last-child):before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    width: 1px;
    height: 65%;
    background: #eee;
    transform: translateY(-50%);
}

/*https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
Text meant only for screen readers. */
.screen-reader-text {
    position: absolute !important;
    height: 1px;
    width: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    word-wrap: normal !important;
    overflow: hidden;
}

.screen-reader-text:focus {
    display: block;
    z-index: 100000;
    /* Above WP toolbar. */
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    font-size: 1em;
    line-height: normal;
    color: #444;
    text-decoration: none;
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
}

/* Audio def spacer */
.mejs-container {
    margin-bottom: 20px;
}

/* Gallery */
.wp-block-gallery {
    margin-bottom: 16px;
}
.wp-block-gallery li.blocks-gallery-item {
    padding-left: 0;
    margin-bottom: 16px;
}
.wp-block-gallery li.blocks-gallery-item:before {
    display: none;
}
.wp-block-gallery li.blocks-gallery-item figcaption {
    line-height: 1.5;
}
.wp-block-gallery.alignwide {
    clear: both;
}

.wp-block-media-text {
    margin-bottom: 1.5em;
}

.wp-block-separator {
    margin: 1.65em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
/* ==================== ##Header Styles ==================== */
.wgl-theme-header {
    position: relative;
    z-index: 2;
}
.wgl-theme-header .wrapper a {
    color: inherit;
}
.wgl-theme-header .wrapper .softlab_module_button a {
    margin-bottom: 0;
    box-shadow: none;
    color: #fff;
}
.wgl-theme-header .wrapper a:hover {
    opacity: 1;
}
.wgl-theme-header .wgl-sticky-header .wgl-logotype-container > a,
.wgl-theme-header .wgl-sticky-header .wgl-logotype-container > a > img {
    max-height: none !important;
}
.wgl-theme-header .wgl-mobile-header {
    display: none;
}
.wgl-theme-header .mobile_nav_wrapper .primary-nav .menu {
    display: none;
}
.wgl-theme-header.header_overlap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
}
.wgl-theme-header.header_shadow {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}
.wgl-theme-header .wgl_button {
    z-index: 0;
}
.wgl-theme-header .woo_mini_cart {
    /* #Cart Woocommerce */
    position: absolute;
    top: calc(100% + 15px);
    right: auto;
    left: 0;
    width: 340px;
    text-align: center;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0 !important;
    transition-duration: 0;
    z-index: 600;
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in;
    padding: 38px 30px 38px;
    border-radius: 15px;
}
.wgl-theme-header .woo_mini_cart p {
    margin-bottom: 0;
}
.wgl-theme-header .woo_mini_cart ul {
    margin: 0;
    padding: 0;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-top: 23px;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total strong {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
    margin-left: 5px;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    padding: 7px 20px;
    left: auto;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    margin-right: 10px;
    margin-bottom: 0;
    color: #fff;
    transition: all 0.4s;
    text-align: center;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    border-radius: 25px;
    background: transparent;
    min-height: 40px;
    position: relative;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    opacity: 1;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:hover:after {
    opacity: 1;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    opacity: 0;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:last-child {
    margin-bottom: 0;
    margin-right: 0;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout {
    border-width: 1px;
    border-style: solid;
    margin-right: 0;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout:hover {
    color: #fff;
}
.wgl-theme-header .wgl-header-row .header_side[class^=position_center] .header_area_container > div.mini-cart {
    padding: 0;
}
.wgl-theme-header .wgl-header-row .header_side[class^=position_center] .primary-nav > ul li.mega-menu > ul.mega-menu {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.wgl-theme-header .mini-cart {
    display: inline-block;
    position: relative;
}
.wgl-theme-header .mini-cart a {
    color: inherit;
}
.wgl-theme-header .mini-cart a.woo_icon {
    display: flex;
    align-items: center;
    height: 100%;
}
.wgl-theme-header .mini-cart:hover .woo_mini_cart, .wgl-theme-header .mini-cart.open_cart .woo_mini_cart {
    visibility: visible;
    opacity: 1 !important;
    top: 100%;
}
.wgl-theme-header .mini-cart:hover svg line.st_transform-left, .wgl-theme-header .mini-cart.open_cart svg line.st_transform-left {
    transform: rotate(-60deg);
}
.wgl-theme-header .mini-cart:hover svg line.st_transform-right, .wgl-theme-header .mini-cart.open_cart svg line.st_transform-right {
    transform: rotate(60deg);
}
.wgl-theme-header .mini-cart .woo_mini_cart:before {
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    height: 38px;
    width: 100%;
    content: "";
}
.wgl-theme-header .mini-cart .header_cart-button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 28px;
    height: 32px;
    margin-top: 0;
    position: relative;
}
.wgl-theme-header .mini-cart .header_cart-button svg {
    transition: all 0.3s ease;
}
.wgl-theme-header .mini-cart .header_cart-button svg g path {
    fill: currentColor !important;
}
.wgl-theme-header .mini-cart .header_cart-button svg .st0 {
    stroke: currentColor !important;
    transform-origin: bottom left;
    transform-box: fill-box;
    transition: all 0.45s ease;
}
.wgl-theme-header .mini-cart .header_cart-button svg .st0.st_transform-right {
    transform-origin: bottom right;
}
.wgl-theme-header .mini-cart .header_cart-button svg line {
    stroke: currentColor !important;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li {
    list-style: none;
    clear: both;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    padding-right: 0;
    line-height: 1.1;
    padding-left: 0;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
    margin-bottom: 0;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a {
    display: block;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    padding-right: 24px;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a:hover {
    opacity: 0.8;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove {
    display: inline;
    padding-right: 0;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity .woocommerce-Price-amount.amount {
    font-size: 14px;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    display: inline-block;
    margin-right: 2px;
    font-size: 14px;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove {
    float: right;
    font: 0/0 serif;
    text-shadow: none;
    color: inherit !important;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 2;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:before {
    position: relative;
    content: "\f112";
    font-family: "flaticon";
    font-size: 10px;
    line-height: 0;
    display: inline-block;
    color: #acb2bb;
    text-rendering: auto;
    top: 3px;
    right: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    transition: all 0.3s;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:hover {
    opacity: 0.8;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:hover:before {
    color: #ff144b;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li img {
    max-width: 80px;
    margin-right: 15px;
    margin-left: 0;
    float: left;
    position: relative;
    margin-top: -4px;
    border-radius: 10px;
    border: 1px solid #e7e8e8;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:first-child {
    margin-top: 0;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
    margin-bottom: 0;
}
.wgl-theme-header .mini-cart .flaticon-shopcart-icon:before {
    content: "\f198";
    font-family: Flaticon;
    font-size: 20px;
    vertical-align: middle;
    display: none;
}
.wgl-theme-header [class^=position_right] .woo_mini_cart {
    right: 0;
    left: auto;
}
.wgl-theme-header [class^=position_left] .woo_mini_cart {
    right: auto;
    left: 0;
}
.wgl-theme-header [class^=position_center] .woo_mini_cart {
    right: auto;
    left: auto;
}
.wgl-theme-header .woo_mini-count span {
    font-size: 12px;
    min-width: 18px;
    padding: 0;
    height: 18px;
    border-radius: 50%;
    margin-top: 0;
    margin-left: -2px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    z-index: 1;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: middle;
    position: absolute;
    margin-top: -2px;
}

.wgl-header-row .wgl-header-row_wrapper {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.wgl-header-row .header_side.display_normal {
    flex: 0 auto;
}
.wgl-header-row .header_side.display_grow {
    flex: 1;
}
.wgl-header-row .header_side.display_grow .primary-nav > .menu {
    white-space: nowrap;
}
.wgl-header-row .header_side.v_align_middle {
    align-self: center;
}
.wgl-header-row .header_side.v_align_middle .primary-nav .lavalamp-object {
    top: 50%;
}
.wgl-header-row .header_side.v_align_bottom {
    align-self: flex-end;
}
.wgl-header-row .header_side.v_align_bottom .primary-nav .lavalamp-object {
    top: auto;
    bottom: 0;
}
.wgl-header-row .header_side.v_align_bottom .primary-nav > ul > li > a {
    align-self: flex-end;
    align-items: flex-end;
}
.wgl-header-row .header_side.v_align_bottom .header_area_container > *,
.wgl-header-row .header_side.v_align_bottom .header_search-button {
    vertical-align: bottom;
}
.wgl-header-row .header_side.v_align_top {
    align-self: flex-start;
}
.wgl-header-row .header_side.v_align_top .primary-nav .lavalamp-object {
    margin-top: 0 !important;
}
.wgl-header-row .header_side.v_align_top .primary-nav > ul > li > a {
    align-self: flex-start;
    align-items: flex-start;
}
.wgl-header-row .header_side.v_align_top .header_area_container > *,
.wgl-header-row .header_side.v_align_top .header_search-button {
    vertical-align: top;
}
.wgl-header-row .header_side.h_align_right {
    text-align: right;
}
.wgl-header-row .header_side.h_align_center {
    text-align: center;
}
.wgl-header-row .header_side.h_align_left {
    text-align: left;
}
.wgl-header-row .header_side.display_grow.h_align_right {
    margin-left: auto;
}
.wgl-header-row .header_side.display_grow.h_align_center {
    margin-right: auto;
    margin-left: auto;
}
.wgl-header-row .header_side.display_grow.h_align_left {
    margin-right: auto;
}
.wgl-header-row .header_side.display_grow.h_align_left .header_area_container {
    justify-content: flex-start;
}
.wgl-header-row .header_side.display_grow.h_align_center .header_area_container {
    justify-content: center;
}
.wgl-header-row .header_side.display_grow.h_align_right .header_area_container {
    justify-content: flex-end;
}
.wgl-header-row .header_side[class^=position_left] .header_area_container > *:last-child {
    padding-right: 0;
}
.wgl-header-row .header_side[class^=position_right] .header_area_container > *:first-child {
    padding-left: 0;
}
.wgl-header-row .header_side[class^=position_left] .primary-nav ul li ul {
    left: 0;
    right: auto;
}
.wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li ul .sub-menu {
    left: 100%;
    right: auto;
}
.wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(1) > .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(2) > .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(3) > .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(4) > .sub-menu {
    left: 0;
    right: auto;
}
.wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(1) > .sub-menu .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(2) > .sub-menu .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(3) > .sub-menu .sub-menu, .wgl-header-row .header_side[class^=position_left] .primary-nav > ul > li:nth-last-child(4) > .sub-menu .sub-menu {
    left: 100%;
    right: auto;
}

.wgl-header-row .header_side,
.wgl-header-row .header_render_editor,
.wgl-header-row .wrapper,
.wgl-header-row .header_area_container {
    max-width: 100%;
    box-sizing: border-box;
}

.header_area_container {
    max-height: 100%;
    height: 100%;
    display: inline-block;
}
.header_area_container > * {
    display: inline-block;
    vertical-align: middle;
}

.delimiter {
    position: relative;
    display: inline-block;
}

.large_delimiter {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}
.large_delimiter:after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    line-height: 50px;
    opacity: 0.2;
    visibility: visible;
    border: 0;
    position: absolute;
    font-size: initial;
    margin-left: 0;
    top: 0;
    background: #fff;
}

/* #Logo */
.wgl-logotype-container img {
    vertical-align: middle;
    max-height: 100%;
}
.wgl-logotype-container a {
    color: inherit;
}
.wgl-logotype-container .logo-name {
    color: inherit;
    font-size: 40px;
}

/* #Menu */
.primary-nav {
    letter-spacing: 0.02em;
    /* Lavalamp settings */
}
.primary-nav .lavalamp_animate .lavalamp-object {
    opacity: 1;
}
.primary-nav .lavalamp-object {
    opacity: 0;
    z-index: 0;
    border-radius: 50%;
}
.primary-nav > ul.lavalamp > li > a > span:before {
    display: none !important;
}
.primary-nav a {
    transition: all 0.3s;
}
.primary-nav ul:hover li:not(:hover) {
    z-index: 0;
    position: relative;
}
.primary-nav ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
}
.primary-nav ul li:before {
    display: none;
}
.primary-nav > ul li {
    position: relative;
    padding-left: 0;
}
.primary-nav > ul li.mega-menu {
    position: static !important;
}
.primary-nav > ul li.mega-menu > ul.mega-menu {
    left: auto;
}
.primary-nav > ul {
    height: 100%;
    padding: 0;
}
.primary-nav > ul > li {
    height: 100%;
}
.primary-nav > ul > li.current-menu-item > a > span:before, .primary-nav > ul > li.current_page_item > a > span:before, .primary-nav > ul > li.current-menu-ancestor > a > span:before, .primary-nav > ul > li.current-menu-parent > a > span:before, .primary-nav > ul > li.current_page_parent > a > span:before, .primary-nav > ul > li.current_page_ancestor > a > span:before {
    opacity: 1;
    visibility: visible;
    margin-top: 1px;
}
.primary-nav > ul > li > a {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    opacity: 1;
    color: inherit;
    padding: 0 17px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.primary-nav > ul > li > a > span {
    position: relative;
}
.primary-nav > ul > li > a > span:before {
    position: absolute;
    display: block;
    top: 100%;
    border-radius: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-left: -2.5px;
    border: 0;
    content: "";
    opacity: 0;
    margin-top: -4px;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.primary-nav > ul > li:hover > a > span:before {
    opacity: 1;
    visibility: visible;
    margin-top: 1px;
}
.primary-nav > ul > li > ul:before {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 15px;
    width: 100%;
    content: "";
}
.primary-nav ul li ul li {
    display: block;
}
.primary-nav ul li ul ul {
    top: -3px;
    left: 100%;
}
.primary-nav ul li ul,
.primary-nav ul li div.mega-menu-container {
    display: block;
    position: absolute;
    left: -12px;
    top: calc(100% + 15px);
    min-width: 270px;
    white-space: nowrap;
    padding: 0;
    opacity: 0;
    z-index: 555;
    visibility: hidden;
    text-align: left;
    transition: all 0.3s ease-in;
    border: 0;
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    padding: 24px 0;
    border-radius: 15px;
}
.primary-nav ul li ul .menu-item {
    transition: 0s;
    line-height: inherit;
}
.primary-nav ul li ul .menu-item a {
    color: inherit;
    opacity: 1;
    display: block;
    transition: 0s;
    padding: 4px 28px 4px 36px;
}
.primary-nav > ul > li.mega-menu:after {
    display: none;
}
.primary-nav ul li ul li:hover ul {
    top: -24px;
}
.primary-nav ul li:hover > ul,
.primary-nav ul li:hover > div.mega-menu-container {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0) translateZ(0);
    top: 100%;
}
.primary-nav ul li:hover > ul.mega-menu > ul.mega-menu, .primary-nav ul li:hover > ul.mega-menu > li > ul.mega-menu,
.primary-nav ul li:hover > ul > ul.mega-menu,
.primary-nav ul li:hover > ul > li > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container.mega-menu > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container.mega-menu > li > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container > li > ul.mega-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0) translateZ(0);
}
.primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a > span, .primary-nav ul li ul li.current-menu-item > a > span, .primary-nav ul li ul li.current_page_item > a > span {
    color: #fff;
}
.primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a > span:before, .primary-nav ul li ul li.current-menu-item > a > span:before, .primary-nav ul li ul li.current_page_item > a > span:before {
    opacity: 1;
    margin-left: -20px;
}
.primary-nav ul li ul li > a > span {
    position: relative;
    padding-left: 0;
    transition: color 0.3s;
    display: block;
}
.primary-nav ul li ul li > a > span:before {
    position: absolute;
    display: block;
    top: 50%;
    border-radius: 50%;
    margin-top: -2.5px;
    margin-left: -30px;
    left: 0%;
    width: 5px;
    height: 5px;
    border: 0;
    content: "";
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
}
.primary-nav ul li ul li.menu-item-has-children > a > span > .menu-item_plus:before, .primary-nav ul li ul li.menu-item-has-children > a > span > .menu-item_plus:after {
    position: absolute;
    content: "";
    z-index: 1;
    background: currentColor;
}
.primary-nav ul li ul li.menu-item-has-children > a > span > .menu-item_plus:before {
    width: 8px;
    height: 2px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.primary-nav ul li ul li.menu-item-has-children > a > span > .menu-item_plus:after {
    width: 2px;
    height: 8px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.primary-nav > ul > li.menu-item-has-children > a > span > .menu-item_plus:before, .primary-nav > ul > li.menu-item-has-children > a > span > .menu-item_plus:after,
.primary-nav > ul > li.mega-menu.mega-cat > a > span > .menu-item_plus:before,
.primary-nav > ul > li.mega-menu.mega-cat > a > span > .menu-item_plus:after {
    position: absolute;
    content: "";
    z-index: 1;
    background: currentColor;
}
.primary-nav > ul > li.menu-item-has-children > a > span > .menu-item_plus:before,
.primary-nav > ul > li.mega-menu.mega-cat > a > span > .menu-item_plus:before {
    width: 8px;
    height: 2px;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}
.primary-nav > ul > li.menu-item-has-children > a > span > .menu-item_plus:after,
.primary-nav > ul > li.mega-menu.mega-cat > a > span > .menu-item_plus:after {
    width: 2px;
    height: 8px;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
}
.primary-nav > ul > li.menu-item-has-children > a > span,
.primary-nav > ul > li.mega-menu.mega-cat > a > span {
    margin-right: 14px;
}
.primary-nav ul li ul li:hover > a > span:before {
    opacity: 1;
    margin-left: -20px;
}
.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu {
    left: auto;
}
.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu {
    right: 0;
}
.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu .sub-menu {
    right: 100%;
}

.admin-bar .wgl-sticky-header {
    top: 32px;
}

/* #Mega Menu */
.primary-nav ul li.mega-menu-links > ul {
    padding: 0;
    box-sizing: border-box;
    width: 1170px;
    display: flex;
    flex-wrap: wrap;
}
.primary-nav ul li.mega-menu-links > ul > li {
    margin-top: 17px;
    float: left;
    padding: 0;
    box-sizing: border-box;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-left: 0;
    margin-right: 0;
}
.primary-nav ul li.mega-menu-links > ul > li:after {
    content: "";
    display: block;
    height: calc(100% - 60px);
    width: 1px;
    background: #e7e8e8;
    position: absolute;
    right: 0;
    top: 30px;
}
.primary-nav ul li.mega-menu-links > ul > li:hover ~ li {
    z-index: 0;
}
.primary-nav ul li.mega-menu-links > ul > li.hide-mega-headings > a {
    display: none;
}
.primary-nav ul li.mega-menu-links > ul > li:hover > a > span {
    color: initial !important;
    background: none !important;
}
.primary-nav ul li.mega-menu-links > ul > li > a {
    position: relative;
    padding-top: 4px;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
}
.primary-nav ul li.mega-menu-links > ul > li > a > span {
    padding-left: 0 !important;
}
.primary-nav ul li.mega-menu-links > ul > li > a > span:before {
    display: none;
}
.primary-nav ul li.mega-menu-links > ul > li > a:after {
    display: none;
}
.primary-nav ul li.mega-menu-links.mega-columns-1col > ul > li {
    width: 100%;
}
.primary-nav ul li.mega-menu-links.mega-columns-1col > ul > li:after {
    display: none;
}
.primary-nav ul li.mega-menu-links.mega-columns-2col > ul > li {
    width: 50%;
}
.primary-nav ul li.mega-menu-links.mega-columns-2col > ul > li:nth-child(2n):after {
    display: none;
}
.primary-nav ul li.mega-menu-links.mega-columns-3col > ul > li {
    width: 33.33333%;
}
.primary-nav ul li.mega-menu-links.mega-columns-3col > ul > li:nth-child(3n):after {
    display: none;
}
.primary-nav ul li.mega-menu-links.mega-columns-4col > ul > li {
    width: 25%;
}
.primary-nav ul li.mega-menu-links.mega-columns-4col > ul > li:nth-child(4n):after {
    display: none;
}
.primary-nav ul li.mega-menu-links.mega-columns-5col > ul > li {
    width: 20%;
}
.primary-nav ul li.mega-menu-links.mega-columns-5col > ul > li:nth-child(5n):after {
    display: none;
}
.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
    position: relative;
    left: 0 !important;
    right: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
    opacity: 0;
    min-width: auto;
    visibility: hidden;
    margin-top: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li {
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
}
.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul {
    left: 100% !important;
    right: auto !important;
}

/* Mega Menu Categories */
.primary-nav ul li.mega-menu.mega-cat > ul.mega-menu {
    width: 1170px;
}
.primary-nav ul li.mega-menu.mega-cat > ul.mega-menu.sub-menu-columns-item {
    width: 100%;
}
.primary-nav ul li.mega-menu.mega-cat > ul.mega-menu > li > ul {
    position: relative;
    left: 0 !important;
    right: auto !important;
    top: 0;
    opacity: 0;
    min-width: auto;
    visibility: hidden;
    margin-top: 0;
}
.primary-nav ul li.mega-menu.mega-cat.mega-columns-1col .ajax_menu .item {
    width: 100%;
}
.primary-nav ul li.mega-menu.mega-cat.mega-columns-2col .ajax_menu .item {
    width: 50%;
}
.primary-nav ul li.mega-menu.mega-cat.mega-columns-3col .ajax_menu .item {
    width: 33.33333%;
}
.primary-nav ul li.mega-menu.mega-cat.mega-columns-4col .ajax_menu .item {
    width: 25%;
}
.primary-nav ul li.mega-menu.mega-cat.mega-columns-5col .ajax_menu .item {
    width: 20%;
}
.primary-nav ul li.mega-menu.mega-cat .ajax_menu .item {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    box-sizing: border-box;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts {
    float: left;
    width: 80%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts .preloader_type {
    width: 80%;
    margin-left: 20%;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container {
    overflow: hidden;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.6s ease, opacity 0.4s ease;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(5) {
    transition-delay: 0.4s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(4) {
    transition-delay: 0.3s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(3) {
    transition-delay: 0.2s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(2) {
    transition-delay: 0.1s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(1) {
    transition-delay: 0s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu.fadeIn-menu .item {
    opacity: 1;
    transform: translateY(0);
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu {
    /* Categories Vertical */
    position: relative;
    box-shadow: none;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical {
    width: 20%;
    padding: 0;
    background: rgba(0, 0, 0, 0.04);
    float: left;
    box-sizing: border-box;
    border-top: 0;
    margin: 0;
    padding-bottom: 1500px;
    margin-bottom: -1500px;
    border: 0;
    box-shadow: none;
    padding-top: 19px;
    min-width: initial;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item {
    transition: background 0.4s, color 0.3s, border-color 0.4s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 0;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item > a {
    padding: 10px 28px 10px 28px;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.is-active {
    background: #fff;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal {
    /* Categories Horizontal */
    border: 0;
    box-shadow: none;
    padding: 20px;
    background: transparent;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li {
    float: left;
    padding: 0;
    margin-right: 10px;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li:last-child {
    margin-right: 0;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li.is-active > a {
    color: #fff;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li > a {
    display: block;
    padding: 3px 13px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    transition: background 0.3s, color 0.3s;
}
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container > .mega-cat-content.horizontal-posts {
    padding: 0 10px;
}

/* Mega menu preloader */
.mega_menu_wrapper_overlay {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.mega_menu_wrapper_preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 16px;
}

.preloader_type {
    width: 100%;
    height: 100%;
    position: relative;
}

.mega_menu_wrapper_preloader span {
    height: 16px;
    width: 16px;
    background-color: #999;
    animation: wgl_circle 1.4s infinite ease-in-out both;
    position: absolute;
    top: 0;
    border-radius: 100%;
}

.mega_menu_wrapper_preloader span:first-of-type {
    left: -22px;
    animation-delay: -0.32s;
}

.mega_menu_wrapper_preloader span:nth-of-type(2) {
    animation-delay: -0.16s;
}

.mega_menu_wrapper_preloader span:last-of-type {
    left: 22px;
}
@keyframes wgl_circle {
    0%, 80%, to {
        transform: scale(0);
        opacity: 0;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}
/* #Sticky Menu */
.wgl-sticky-header {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    overflow: hidden;
    opacity: 0;
}
.wgl-sticky-header.sticky_active {
    opacity: 1;
    overflow: visible;
    transform: translateY(0);
}
.wgl-sticky-header.header_sticky_shadow {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}

/* #Lavalam */
.lavalamp {
    position: static;
}

.lavalamp-object {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
}

/* Custom easing transitions */
.lavalamp .lavalamp-object {
    transition-property: transform, width, height;
}

.lavalamp .lavalamp-object.ease-in-out {
    transition-timing-function: ease-in-out;
}

.lavalamp .lavalamp-object.linear {
    transition-timing-function: linear;
}

.lavalamp .lavalamp-object.easeInQuad {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.lavalamp .lavalamp-object.easeInCubic {
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.lavalamp .lavalamp-object.easeInQuart {
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.lavalamp .lavalamp-object.easeInQuint {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.lavalamp .lavalamp-object.easeInSine {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

.lavalamp .lavalamp-object.easeInExpo {
    transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.lavalamp .lavalamp-object.easeInCirc {
    transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.lavalamp .lavalamp-object.easeInBack {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.lavalamp .lavalamp-object.easeOutQuad {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lavalamp .lavalamp-object.easeOutCubic {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lavalamp .lavalamp-object.easeOutQuart {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lavalamp .lavalamp-object.easeOutQuint {
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.lavalamp .lavalamp-object.easeOutSine {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lavalamp .lavalamp-object.easeOutExpo {
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.lavalamp .lavalamp-object.easeOutCirc {
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.lavalamp .lavalamp-object.easeOutBack {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lavalamp .lavalamp-object.easeInOutQuad {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.lavalamp .lavalamp-object.easeInOutCubic {
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.lavalamp .lavalamp-object.easeInOutQuart {
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.lavalamp .lavalamp-object.easeInOutQuint {
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.lavalamp .lavalamp-object.easeInOutSine {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.lavalamp .lavalamp-object.easeInOutExpo {
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.lavalamp .lavalamp-object.easeInOutCirc {
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.lavalamp .lavalamp-object.easeInOutBack {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ==================== #Mobile Navigation ==================== */
.hamburger-box {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 20px;
    vertical-align: top;
}

.mobile-hamburger-toggle {
    padding: 0 0;
    display: none;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    height: 20px;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: calc(2px / -2);
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: currentColor;
    transition: transform 0.15s ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
    top: -9px;
}
.hamburger-inner::after {
    top: auto;
    bottom: -9px;
}

.hamburger-box .hamburger-inner {
    top: -1px;
    transition: background-color 0s 0.13s linear;
}
.hamburger-box .hamburger-inner::before {
    top: 9px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-box .hamburger-inner::after {
    top: 18px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile-hamburger-toggle.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}
.mobile-hamburger-toggle.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 9px, 0) rotate(45deg);
}
.mobile-hamburger-toggle.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 9px, 0) rotate(-45deg);
}

.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children:after,
.mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:after,
.mobile_nav_wrapper .primary-nav > ul > li.mega-menu.mega-cat > a:after,
.mobile_nav_wrapper .primary-nav > ul > li > a > span.button_switcher:after,
.mobile_nav_wrapper .primary-nav ul li ul li > a:before {
    display: none;
}
.mobile_nav_wrapper .primary-nav ul li a {
    position: relative;
    text-transform: capitalize;
}

.primary-nav ul li ul .menu-item.back {
    margin-left: -21px;
}
.primary-nav ul li ul .menu-item.back a {
    display: inline-block !important;
    color: inherit !important;
}
.primary-nav ul li ul .menu-item.back:before {
    content: "\f30a";
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    font-weight: 600;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    transition: color 0.4s;
    color: inherit !important;
}

.mobile_nav_wrapper .primary-nav ul li ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px 0 30px;
    color: inherit;
    opacity: 1;
    background-color: transparent;
    visibility: visible;
    transition: all 0ms;
}

.wgl-menu_outer {
    position: fixed;
    z-index: -10;
    width: 100%;
    height: 0%;
    opacity: 0;
    background-color: #222328;
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 0.2s;
}

/* Mobile Switcher */
body.mobile_switch_on .wgl-mobile-header {
    position: fixed;
    width: 100%;
}
body.mobile_switch_on .wgl-menu_outer {
    z-index: 999;
    opacity: 1;
}

.mobile_nav_wrapper .primary-nav {
    padding-top: 30px;
}

.mobile_nav_wrapper .primary-nav > ul {
    min-height: 508px;
}

.mobile_nav_wrapper .primary-nav > ul.mobile_switch_on {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 30px 30px 30px;
    text-align: left;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li {
    display: block;
    float: none;
    height: auto;
    padding: 0;
    /* Mobile Mega Menu Column */
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li div.mega-menu-container {
    display: none;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li:before {
    display: none;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu {
    display: block;
    min-height: inherit !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    max-width: none !important;
    background-image: none !important;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li {
    width: 100%;
    margin-top: 0;
    font-weight: inherit !important;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li.hide-mega-headings a {
    display: block;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li ul.show_sub_menu {
    visibility: visible;
    opacity: 1;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li ul li:after {
    display: none;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li:after {
    display: none;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a {
    padding: 10px 0;
    margin: 0;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a span {
    display: inline;
}
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a span.menu-item_plus {
    display: none;
}

.mobile_nav_wrapper .primary-nav > ul > li > a span:before,
.mobile_nav_wrapper .primary-nav > ul > li > a span:after {
    display: none;
}

.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children > a:after,
.mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:after {
    display: none;
}

.mobile_nav_wrapper .primary-nav ul li {
    position: static;
}

.mobile_nav_wrapper .primary-nav ul li ul li {
    border-bottom: 0;
    margin: 0;
}
.mobile_nav_wrapper .primary-nav ul li ul li:hover > a {
    background: transparent;
    color: inherit;
}
.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent > a, .mobile_nav_wrapper .primary-nav ul li ul li.menu-item.current-menu-item > a {
    background: transparent;
}
.mobile_nav_wrapper .primary-nav ul li ul li > a > span {
    padding: 0;
    background: none !important;
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul > li > a:before {
    display: none;
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul > li:hover > a > span {
    color: inherit;
}

.mobile_nav_wrapper .primary-nav ul:hover li:not(:hover) {
    position: static;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
    box-shadow: none;
    margin-top: 0;
    border: none;
    height: 100%;
    position: absolute;
    right: -100% !important;
    left: auto !important;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease 0s;
    background-color: #222328;
}
.mobile_nav_wrapper .primary-nav ul li ul.sub-menu:after,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul:after,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul:after {
    display: none;
}
.mobile_nav_wrapper .primary-nav ul li ul.sub-menu.show_sub_menu,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul.show_sub_menu,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul.show_sub_menu {
    right: 0 !important;
    display: block !important;
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
    padding-top: 0;
    padding-bottom: 0;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:hover, .mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:focus {
    padding-left: 0;
}

/* Button Switcher */
.mobile_nav_wrapper .primary-nav .button_switcher {
    width: 50px;
    height: 50px;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-right: 0;
}
.mobile_nav_wrapper .primary-nav .button_switcher:before {
    content: "";
    display: inline-block;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    transform: translate(-50%, -50%) rotate(135deg);
    opacity: 0.8;
    transition: all 0.3s ease;
    background: none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 8px;
    height: 8px;
    visibility: visible;
    margin-top: 0;
    border-radius: 0;
    color: inherit;
    margin-left: 0 !important;
}

.wgl-mobile-header .mini-cart {
    position: static;
}

.wgl-mobile-header .wgl-header-row .header_side[class^=position_right] .header_area_container > * {
    padding-left: 10px;
}

.wgl-mobile-header .wgl-header-row .header_side[class^=position_left] .header_area_container > * {
    padding-right: 20px;
}

.wgl-mobile-header .wgl-header-row .header_side[class^=position_center] .header_area_container > * {
    padding-left: 20px;
    padding-right: 20px;
}
.wgl-mobile-header .wgl-header-row .header_side[class^=position_center] .header_area_container > *:last-child, .wgl-mobile-header .wgl-header-row .header_side[class^=position_center] .header_area_container > *:first-child {
    padding-right: 0;
    padding-left: 0;
}
.wgl-mobile-header .wgl-header-row .header_side[class^=position_center] .header_area_container .wgl-logotype-container .logo-name {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
}

@media only screen and (max-width: 360px) {
    .wgl-mobile-header .woo_mini_cart {
        width: calc(100vw - 40px);
    }
}
@media only screen and (max-width: 1200px) {
    .wgl-theme-header .wgl-sticky-header {
        display: none;
    }
}
/* ==================== #Side Panel  ==================== */
.side_panel:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%;
}
.side_panel .side_panel-toggle {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-top: 0;
    position: relative;
    color: inherit;
}
.side_panel .side_panel-toggle:hover span:nth-child(1) {
    transform: translateY(2px);
}
.side_panel .side_panel-toggle:hover span:nth-child(3) {
    transform: translateY(-2px);
}
.side_panel .side_panel-toggle span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border-top: 2px solid;
    transition: 0.15s ease;
    color: inherit;
}
.side_panel .side_panel-toggle span:nth-child(1) {
    top: 0;
}
.side_panel .side_panel-toggle span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
.side_panel .side_panel-toggle span:nth-child(3) {
    bottom: 0;
}

body.admin-bar #side-panel {
    top: 32px;
}

body.side-panel_active .side-panel_overlay {
    opacity: 1;
    visibility: visible;
    background: rgba(65, 65, 65, 0.6);
}

.side-panel_overlay {
    background: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.45s ease-in-out;
    z-index: 9999;
}

#side-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 480px;
    background: #fff;
    transform: translateX(calc(100% + 30px));
    transition: transform 0.45s ease-in-out;
    z-index: 10000;
}
#side-panel.side-panel_position_left {
    left: 0;
    right: auto;
    transform: translateX(calc(-100% - 30px));
}
#side-panel.side-panel_open {
    transform: translateX(0);
}
#side-panel .side-panel_sidebar {
    position: absolute;
    padding: 90px 65px;
    width: calc(100% + 17px);
    bottom: -17px;
    top: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
}
#side-panel .side-panel_sidebar .widget ul li {
    color: inherit;
}
#side-panel .side-panel_sidebar .widget ul li a {
    color: inherit;
}
#side-panel .side-panel_sidebar .widget:not(:first-child) {
    padding-top: 40px;
}
#side-panel .side-panel_sidebar .widget_media_gallery .gallery-item .gallery-icon {
    margin: 10px;
}
#side-panel .side-panel_sidebar .widget_media_gallery .gallery {
    margin: -10px;
}
#side-panel .side-panel_close {
    display: block;
    position: absolute;
    right: 40px;
    top: 40px;
    color: #979797;
    font-size: 21px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.45s ease-in-out;
}
#side-panel .side-panel_close:hover {
    opacity: 0.8;
}
#side-panel .side-panel_close:before {
    content: "\f180";
    font-family: "flaticon";
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
/* ==================== ##Page Title ==================== */
.page-header {
    padding: 10px 0;
    position: relative;
    z-index: 1;
}
.page-header_wrapper {
    height: 100%;
}
.page-header_wrapper .wgl-container {
    height: 100%;
}
.page-header .page-header_content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-header_align_left .page-header_content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.page-header_align_right .page-header_content {
    flex-direction: row-reverse;
}
.page-header_align_center .page-header_content {
    flex-direction: column;
    justify-content: center;
}
.page-header_title {
    text-transform: capitalize;
    color: inherit;
    font-weight: 800 !important;
}
.page-header_breadcrumbs {
    margin-top: 14px;
}
.page-header_breadcrumbs a {
    color: inherit;
}
.page-header_breadcrumbs a.home {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.page-header_breadcrumbs a.home:before {
    font-size: 16px;
    content: "\f1cb";
    font-family: "Flaticon";
    font-weight: 400;
}
.page-header_breadcrumbs a:hover {
    opacity: 1;
}
.page-header_breadcrumbs .breadcrumbs {
    white-space: nowrap;
    text-transform: capitalize;
    letter-spacing: 0;
}
.page-header_breadcrumbs .divider {
    color: inherit;
    margin: 0 2.5px;
}
.page-header_breadcrumbs .divider:before {
    content: "\f13d";
    font-family: "Flaticon";
    font-size: 10px;
    transition: all 0.3s ease;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}
.page-header_breadcrumbs .divider:last-child {
    display: none;
}

/* ==================== ##Header Search ==================== */
.header_search {
    position: relative;
}
.header_search:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%;
}
.header_search-button {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: 0;
    position: relative;
}
.header_search-button svg {
    transition: all 0.3s ease;
}
.header_search-button svg g path {
    fill: currentColor !important;
}
.header_search-button svg .st_transform {
    stroke: currentColor !important;
    transform-origin: bottom left;
    transform-box: fill-box;
    transition: all 0.45s ease;
}
.header_search-button svg line {
    stroke: currentColor !important;
}
.header_search-button:hover svg path.st_transform {
    transform: rotate(-185deg);
}
.header_search-button:before, .header_search-button:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 3px solid currentColor;
}
.header_search-button:before {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border-width: 2px;
    transform: rotate(45deg);
    transition: all 0.3s, background-color 0s linear 0s;
}
.header_search-button:after {
    border-width: 0.5px;
    width: 0;
    height: 35%;
    left: 90%;
    top: 90%;
    margin-left: 0;
    margin-top: 0;
    background-color: currentColor;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all 0.3s;
}
.header_search.search_alt .header_search-field {
    opacity: 0;
    visibility: hidden;
    transform: scale3d(0.8, 0.8, 0.8);
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.header_search.search_alt .header_search-field .search-form {
    position: relative;
    z-index: 1;
    width: 80%;
    max-width: 1170px;
}
.header_search.search_alt .header_search-field .search-form:after {
    content: "";
    background: url(../img/icons/search/search.svg);
    line-height: 0;
    font-size: 0;
    display: block;
    transform: translate(0, 0);
    opacity: 1;
    transition: all 0.4s;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: 0;
    position: absolute;
}
.header_search.search_alt .header_search-field .search-form:hover:after {
    opacity: 0.6;
}
.header_search.search_alt .header_search-field .search-field {
    height: 40px;
    width: 100%;
    font-weight: 400;
    padding: 0px 40px 0 0;
    background: #ffffff;
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
}
.header_search.search_alt .header_search-field .search-field:placeholder {
    font-size: 18px;
    font-weight: 400;
}
.header_search.search_alt .header_search-field .search-field:focus, .header_search.search_alt .header_search-field .search-field:active {
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
}
.header_search.search_alt .header_search-field .search-button {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 50px;
    right: 0;
    top: 0;
    font-size: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.header_search.search_alt .header_search-field .search-button:focus, .header_search.search_alt .header_search-field .search-button:active {
    box-shadow: none;
    background: transparent;
}
.header_search.search_alt .header_search-field .header_search-wrap {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 1170px;
    margin-bottom: 40px;
}
.header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
    font-size: 250px;
    color: #f6f6f6;
    line-height: 0.12;
    margin-left: -114px;
}
.header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_description {
    font-weight: 800;
    font-size: 40px;
    line-height: 52px;
}
.header_search.search_alt .header_search-field .header_search-close {
    position: fixed;
    top: 12.5%;
    right: 3.8%;
    cursor: pointer;
    font-size: 70px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    color: #979797;
}
.header_search.search_standard .header_search-field {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    padding: 38px 40px;
    opacity: 0;
    visibility: hidden;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 300ms;
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    border-radius: 15px;
}
.header_search.search_standard .header_search-field .search-form {
    position: relative;
    z-index: 1;
}
.header_search.search_standard .header_search-field .search-form:after {
    content: "";
    background: url(../img/icons/search/search.svg);
    line-height: 0;
    font-size: 0;
    display: block;
    transform: translate(0, 0);
    opacity: 1;
    transition: all 0.4s;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -16px;
    right: 10px;
    position: absolute;
}
.header_search.search_standard .header_search-field .search-form:hover:after {
    opacity: 0.6;
}
.header_search.search_standard .header_search-field .search-field {
    height: 40px;
    width: 270px;
    font-weight: 400;
    padding: 0px 40px 0 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
}
.header_search.search_standard .header_search-field .search-field:focus, .header_search.search_standard .header_search-field .search-field:active {
    box-shadow: none;
    border-color: none;
}
.header_search.search_standard .header_search-field .search-button {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 50px;
    right: 0;
    top: 0;
    font-size: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.header_search.search_standard .header_search-field .search-button:focus, .header_search.search_standard .header_search-field .search-button:active {
    box-shadow: none;
    background: transparent;
}
.header_search.header_search-open.search_standard .header_search-field, .header_search.header_search-open.search_alt .header_search-field {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform: scale3d(1, 1, 1);
}
.header_search.header_search-open.search_standard .header_search-button svg, .header_search.header_search-open.search_alt .header_search-button svg {
    opacity: 0;
}
.header_search.header_search-open.search_standard .header_search-button:before, .header_search.header_search-open.search_standard .header_search-button:after, .header_search.header_search-open.search_alt .header_search-button:before, .header_search.header_search-open.search_alt .header_search-button:after {
    opacity: 1;
    visibility: visible;
}
.header_search.header_search-open.search_standard .header_search-button:before, .header_search.header_search-open.search_alt .header_search-button:before {
    width: 0;
    height: 100%;
    border-radius: 0;
    border-width: 0.5px;
    left: 50%;
    background-color: currentColor;
    transition: all 0.3s, background-color 0s linear 0.3s;
    transform: translateX(-0.5px) rotate(45deg);
}
.header_search.header_search-open.search_standard .header_search-button:after, .header_search.header_search-open.search_alt .header_search-button:after {
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.header_search.header_search-open.search_standard .header_search-close, .header_search.header_search-open.search_alt .header_search-close {
    opacity: 1;
}
.header_search.header_search-open.search_standard .header_search-close:before, .header_search.header_search-open.search_alt .header_search-close:before {
    content: "\f180";
    font: normal normal normal 14px/1 flaticon;
    font-size: 21px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .header_search-field .header_search-wrap .header_search-heading_bg {
        font-size: 90px;
    }
}
@media screen and (max-width: 480px) {
    .header_search .header_search-field .softlab_module_double_headings {
        text-align: center;
    }

    .header_search .header_search-field .search-field {
        max-width: 340px;
    }

    .header_search-field .search-form {
        width: auto;
    }

    .header_search-field .header_search-wrap .header_search-heading_bg {
        font-size: 60px;
    }

    .header_search-field .header_search-wrap .header_search-heading_description {
        font-size: 30px;
    }
}
@media only screen and (max-width: 440px) {
    .header_search .header_search-field .search-field {
        max-width: 260px;
    }

    .header_search-field .search-form {
        width: auto;
    }
}
@media only screen and (max-width: 369px) {
    .header_search .header_search-field .search-field {
        max-width: 240px;
    }

    .header_search-field .search-form {
        width: auto;
    }
}
@media only screen and (max-width: 329px) {
    .header_search .header_search-field .search-field {
        max-width: 200px;
    }

    .header_search-field .search-form {
        width: auto;
    }
}
@media only screen and (max-width: 280px) {
    .header_search .header_search-field .search-field {
        max-width: 180px;
    }

    .header_search-field .search-form {
        width: auto;
    }
}
/* ==================== ##Typography ==================== */
span.highlighter {
    padding: 0 0.2em;
    color: #ffffff;
}

/* Blockquote */
blockquote {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 42px;
    text-align: center;
    margin: 0 auto;
    color: #232323;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    max-width: 930px;
    margin-top: -12px;
}
blockquote p:last-of-type {
    margin-bottom: 5px;
}
blockquote cite {
    display: block;
    position: relative;
    margin-top: 20px;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #606568;
}
blockquote:before {
    content: "“";
    z-index: 1;
    font-size: 72px;
    line-height: 96px;
    font-weight: bold;
    opacity: 1;
    padding-left: 0;
    box-sizing: border-box;
    font-style: normal;
    display: inline-block;
    width: 46px;
    height: 46px;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    text-align: center;
    border-radius: 10px;
    position: relative;
    top: 12px;
    background: #ffffff;
}

/* Dropcaps */
.dropcap {
    float: left;
    margin-top: 0.1875em;
    margin-right: 0.35em;
    text-align: left;
    font-size: 3em;
    line-height: 1;
    font-weight: 700;
    color: inherit;
}

.dropcap-bg {
    float: left;
    width: 2.174em;
    height: 2.174em;
    margin-top: 0.4em;
    margin-right: 1.1em;
    border-radius: 0.5625em;
    text-align: center;
    font-size: 1.15em;
    line-height: 2.15;
    font-weight: 700;
    color: #ffffff;
}

p.has-drop-cap:not(:focus):first-letter {
    font-size: 3em;
    line-height: 1.2;
    font-weight: 600;
}

small {
    font-size: 0.8em;
}

code, tt, kbd {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

i, cite, em, var, address, dfn, q {
    font-style: italic;
}

kbd {
    font-family: monospace;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

/* ==================== ##Footer Styles ==================== */
.footer_wrapper {
    padding: 24px 0;
}

.footer_top-area p {
    margin-bottom: 19px;
}
.footer_top-area.widgets_area .row {
    border-bottom: 1px solid #e2e7f1;
}

.footer_top-area strong {
    font-weight: inherit;
}

.footer_top-area .textwidget img {
    margin-bottom: 20px;
}

.footer_top-area .widget.widget_wgl_posts .recent-posts-widget {
    padding-top: 0;
}

.footer_top-area .primary-nav.footer-menu .menu-item a {
    font-weight: 500;
}

.footer_top-area .footer-link {
    position: relative;
    z-index: 1;
}
.footer_top-area .footer-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 0;
    border-bottom: 1px solid;
    width: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    visibility: visible;
    transition: all 0.3s ease-in-out 0s, border-color 0s;
}
.footer_top-area .footer-link:hover:before {
    width: 100%;
}

.footer {
    position: relative;
}
.footer .blog-post {
    margin-bottom: 20px;
}
.footer .blog-posts .blog-style-tiny_img .blog-post_media {
    width: 90px;
}
.footer .blog-posts .item:last-child .blog-post {
    margin-bottom: 0;
}
.footer .button__wrapper {
    background: transparent !important;
}
.footer .gallery-caption {
    display: none;
}
.footer .mc4wp-form-fields {
    position: relative;
}
.footer .mc4wp-form-fields input[type=email]:not([type=checkbox]) {
    width: 100%;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #6d7078;
    background-color: transparent;
    color: #dbdbdb;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
}
.footer .mc4wp-form-fields input[type=email]:not([type=checkbox])::placeholder {
    color: #dbdbdb;
}
.footer .mc4wp-form-fields input[type=submit] {
    transition: all 400ms;
    margin-bottom: 0;
    padding: 0 34px;
    height: 44px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #fff !important;
    letter-spacing: 0;
}
.footer .mc4wp-form-fields input[type=submit]:hover, .footer .mc4wp-form-fields input[type=submit]:active, .footer .mc4wp-form-fields input[type=submit]:focus {
    background: transparent !important;
}
.footer .softlab_wave_footer {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer .softlab_wave_footer svg {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}

.primary-nav.footer-menu .menu-item {
    display: inline-block;
    margin: 0 20px;
}

.copyright {
    font-size: 14px;
}
.copyright p {
    margin: 0px;
}

/* ==================== ##Page 404 ==================== */
.banner_404 {
    margin-bottom: 8px;
    line-height: 1;
    text-align: center;
}
.banner_404_content {
    display: inline-block;
}
.banner_404_content span, .banner_404_content img {
    float: left;
}
.banner_404_content span {
    display: inline-block;
    margin-top: 6px;
}
.banner_404_content span:first-child {
    margin-right: 12px;
}
.banner_404_content span:last-child {
    margin-left: 12px;
}
.banner_404 img {
    margin-right: 1%;
}

.page_404_wrapper {
    padding: 0px 50px 100px;
    background-position: 65% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.page_404_wrapper .search-form {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 20px;
}
.page_404_wrapper .search-form .search-field,
.page_404_wrapper .search-form {
    width: 100%;
    max-width: 425px;
}
.page_404_wrapper .search-form .search-field {
    margin-bottom: 0;
}
.page_404_wrapper .search-form .search-field::placeholder {
    color: #97a0aa;
}
.page_404_wrapper input[type=submit].search-button {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 50px;
    right: 0;
    top: 0;
    font-size: 0;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}
.page_404_wrapper .search-form:after {
    position: absolute;
    content: "";
    background: url(../img/icons/search/search.svg);
    line-height: 0;
    font-size: 0;
    display: block;
    transform: translate(0, 0);
    opacity: 1;
    transition: all 0.4s;
    right: 20px;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background: #97a0aa;
    -webkit-mask: url(../img/icons/search/search.svg) no-repeat 50% 50%;
    mask: url(../img/icons/search/search.svg) no-repeat 50% 50%;
    mask-size: cover;
    -webkit-mask: url(../img/icons/search/search.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
}
.page_404_wrapper .banner_404_title {
    margin-bottom: 8px;
}
.page_404_wrapper .banner_404_text {
    margin-bottom: 41px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}
.page_404_wrapper .search_404_text {
    margin-bottom: 40px;
}
.page_404_wrapper .softlab_404_button .button__wrapper {
    margin-top: 10px;
}
.page_404_wrapper .softlab_404_button .wgl_button_link {
    margin-bottom: 0;
    border: 0;
    padding: 16px 44px;
    transition: all 0.5s;
    text-transform: capitalize;
}
.page_404_wrapper .softlab_404_button .wgl_button_link span {
    position: relative;
    z-index: 1;
}
.page_404_wrapper .softlab_404_button .wgl_button_link:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    opacity: 0;
    transition: inherit;
    content: "";
}
.page_404_wrapper .softlab_404_button .wgl_button_link:hover {
    color: #fff;
}
.page_404_wrapper .softlab_404_button .wgl_button_link:hover:after {
    opacity: 1;
}

/* ==================== ##Page Search ==================== */
header.searh-header {
    margin-bottom: 30px;
}
header.searh-header .page-title {
    font-size: 40px;
}

header.searh-header-404 .page-title {
    margin-bottom: 10px;
    font-size: 40px;
}

.search-no-results .page_404_wrapper {
    margin-bottom: 30px;
}

/* ==================== ##SCSS variables ==================== */
/* ==================== ##Blog ==================== */
/* Fix to Item Carousel with box shadow */
.blog-posts .item {
    float: left;
}
.blog-posts .container-grid.row.blog_carousel {
    margin-left: -15px;
    margin-right: -15px;
}
.blog-posts .container-grid.row.blog_carousel .softlab_module_carousel-wrapper {
    overflow: visible;
}
.blog-posts .container-grid.row.blog_carousel .softlab_module_carousel {
    width: calc(100% + 30px);
    padding: 10px 15px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
.blog-posts .container-grid.row.blog_carousel .softlab_module_carousel .slick-slider {
    overflow: visible;
}
.blog-posts .container-grid.row .softlab_module_carousel .softlab_module_carousel {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

/* #Standard Post */
.blog-style-standard .blog-post_wrapper {
    transition: all 0.3s ease;
    margin-left: 20px;
    border-radius: 30px;
}
.blog-style-standard .blog-post_wrapper .blog-post_meta_info {
    position: absolute;
    left: 0;
    top: 30px;
    transform: translateY(0);
    background: #fff;
    border-radius: 30px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 38px 0;
    z-index: 12;
    white-space: nowrap;
    transition: all 0.45s ease;
}
.blog-style-standard .blog-post_wrapper .blog-post_meta_info .meta-wrapper {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: #8b9baf;
}
.blog-style-standard .blog-post_wrapper .blog-post_meta_info .meta-wrapper * {
    letter-spacing: 0;
    line-height: 38px;
}
.blog-style-standard .blog-post_wrapper .blog-post_meta_info .meta-wrapper span, .blog-style-standard .blog-post_wrapper .blog-post_meta_info .meta-wrapper a {
    color: #8b9baf;
}
.blog-style-standard .blog-post_wrapper .blog-post_meta_info .meta-wrapper span + span:before {
    color: #8b9baf;
}
.blog-style-standard .blog-post_wrapper .blog-post_media .blog-post_meta_info {
    margin-left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.blog-style-standard .blog-post_wrapper .blog-post_media img {
    width: 100%;
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .blog-style-standard .blog-post_wrapper .blog-post_media img {
        width: auto;
    }
}
.blog-style-standard .wgl_col-12 .blog-post {
    margin-bottom: 60px;
    border-radius: 30px;
}
.blog-style-standard .wgl_col-12 .blog-post.format-standard-image, .blog-style-standard .wgl_col-12 .blog-post.format-gallery, .blog-style-standard .wgl_col-12 .blog-post.format-video {
    margin-bottom: 50px;
}
.blog-style-standard .wgl_col-12 .blog-post .blog-post_content {
    padding: 0;
}
.blog-style-standard .wgl_col-12 .blog-post .blog-post_meta_info {
    top: 65px;
}
.blog-style-standard .wgl_col-12 .blog-post .blog-post_media .blog-post_meta_info {
    top: 50%;
    transform: translateY(-50%);
}
.blog-style-standard .wgl_col-12 .blog-post .blog-post_media {
    margin-bottom: 30px;
}
.blog-style-standard .wgl_col-12 .blog-post_text {
    margin-bottom: 20px;
}
.blog-style-standard .wgl_col-12 .blog-post_meta-desc {
    margin-bottom: -15px;
}
.blog-style-standard .wgl_col-12 .format-no_featured:not(.format-video) .blog-post_wrapper,
.blog-style-standard .wgl_col-12 .format-quote .blog-post_wrapper,
.blog-style-standard .wgl_col-12 .format-audio .blog-post_wrapper,
.blog-style-standard .wgl_col-12 .format-link .blog-post_wrapper {
    padding: 55px 55px 65px 70px;
    background: #f7f9fd;
}
.blog-style-standard .blog-post {
    transition: all 0.3s ease;
    border-radius: 0;
    background: #fff;
    margin-bottom: 50px;
}
.blog-style-standard .blog-post.format-standard-image, .blog-style-standard .blog-post.format-gallery, .blog-style-standard .blog-post.format-video {
    margin-bottom: 40px;
}
.blog-style-standard .blog-post:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}
.blog-style-standard .blog-post.format-quote .blog-post_media {
    margin-bottom: 25px;
    margin-top: -6px;
}
.blog-style-standard .blog-post.format-quote .blog-post_content, .blog-style-standard .blog-post.format-gallery .blog-post_content, .blog-style-standard .blog-post.format-link .blog-post_content, .blog-style-standard .blog-post.format-audio .blog-post_content {
    border: 0;
}
.blog-style-standard .blog-post .blog-post_media {
    margin-bottom: 22px;
}
.blog-style-standard .blog-post .blog-post_content {
    border-top-width: 0;
    padding: 0;
}
.blog-style-standard .blog-post .blog-post_content > .meta-wrapper {
    margin-bottom: 3px;
}
.blog-style-standard .blog-post blockquote cite {
    padding-left: 0;
}
.blog-style-standard .blog-post:hover .blog-post_wrapper .blog-post_meta_info {
    box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.1);
}
.blog-style-standard .blog-post.hide_media {
    margin-bottom: 30px;
}
.blog-style-standard .blog-post.hide_media .blog-post_content {
    padding-bottom: 10px;
}
.blog-style-standard .format-standard .blog-post_content {
    padding: 0;
}
.blog-style-standard.blog_carousel .slick-slide {
    margin-bottom: 0;
}
.blog-style-standard.blog_carousel .slick-slide.item_slick {
    margin-bottom: 0;
}
.blog-style-standard .blog-post_media-slider img {
    border-radius: 0;
}
.blog-style-standard .blog-post_text {
    font-size: 16px;
}
.blog-style-standard .blog-post_text blockquote {
    padding-bottom: 65px;
    padding-top: 65px;
}
.blog-style-standard .blog-post_meta-wrap {
    float: left;
    line-height: 0;
}
.blog-style-standard .blog-post_meta-wrap:after {
    content: "";
    display: table;
    clear: both;
}
.blog-style-standard .blog-post_meta-wrap .meta-wrapper {
    border-top-width: 0 !important;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
}
.blog-style-standard .blog-post_meta-wrap .meta-wrapper > span + span {
    margin-left: 30px;
}
.blog-style-standard .blog-post_meta-wrap .meta-wrapper span.author_post a:before {
    font-family: "Flaticon";
    font-size: 16px;
    display: inline-block;
    border: 0;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -4px;
    content: "\f123";
    color: #927fd6;
}
.blog-style-standard .blog-post_info-wrap > div:last-child {
    margin-left: 0;
}
.blog-style-standard .blog-post_meta-categories span + span:before {
    color: inherit;
}
.blog-style-standard .meta-wrapper {
    color: #8b9baf;
}
.blog-style-standard .meta-wrapper a, .blog-style-standard .meta-wrapper span {
    color: #8b9baf;
}
.blog-style-standard .blog-post_info-wrap {
    color: #8b9baf;
}

.blog-post {
    margin-bottom: 30px;
    position: relative;
}
.blog-post_text {
    margin-bottom: 17px;
}
.blog-post_text *:last-child {
    margin-bottom: 0;
}
.blog-post.format-gallery > .blog-post_wrapper > .blog-post_media > .blog-post_media_part {
    overflow: hidden;
    border-radius: 30px;
}
.blog-post.format-gallery .blog-post_media:hover .softlab_module_carousel .slick-prev {
    margin-left: 0;
}
.blog-post.format-gallery .blog-post_media:hover .softlab_module_carousel .slick-next {
    margin-right: 0;
}
.blog-post .single_meta .blog-post_media .blog-post_media_part {
    border-radius: 0;
}
.blog-post.format-quote .blog-post_quote-text {
    margin-bottom: 0;
}
.blog-post.standard .blog-post_media, .blog-post.format-standard .blog-post_media {
    margin-bottom: 12px;
}
.blog-post.format-quote .blog-post_media, .blog-post.format-link .blog-post_media, .blog-post.format-audio .blog-post_media {
    position: static;
}
.blog-post .blog-post_media {
    position: relative;
}
.blog-post .blog-post_media img {
    box-sizing: border-box;
}
.blog-post .blog-post_media .blog-post_media_part {
    position: relative;
}
.blog-post .blog-post_media .blog-post_media_part .parallax-video .blog-post_feature-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.blog-post.format-quote .blog-post_text-bg {
    top: 37px;
}
.blog-post.format-standard-image .blog-post_media, .blog-post.format-image .blog-post_media {
    position: relative;
    z-index: 1;
}
.blog-post.format-standard-image .blog-post_media .blog-post_media_part, .blog-post.format-image .blog-post_media .blog-post_media_part {
    overflow: hidden;
    border-radius: 30px;
}
.blog-post.format-standard-image .blog-post_media .blog-post_media_part img, .blog-post.format-image .blog-post_media .blog-post_media_part img {
    border-radius: 30px;
}
.blog-post.format-standard-image .blog-post_media .blog-post_feature-link:before, .blog-post.format-image .blog-post_media .blog-post_feature-link:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    background-color: rgba(40, 40, 40, 0.5);
    transition: opacity 0.3s;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.blog-post.format-standard-image .blog-post_media .blog-post_feature-link, .blog-post.format-image .blog-post_media .blog-post_feature-link {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.blog-post.format-standard-image .blog-post_media:hover .blog-post_feature-link:before, .blog-post.format-image .blog-post_media:hover .blog-post_feature-link:before {
    opacity: 1;
}
.blog-post.format-standard.link .blog-post_title:before {
    content: "\f0c1";
    display: inline-block;
    margin-right: 20px;
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    line-height: 1;
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.blog-post.format-quote .blog-post_quote-author {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
    text-align: left;
    padding-left: 48px;
    text-transform: capitalize;
}
.blog-post.format-quote .blog-post_quote-author-pos {
    font-weight: 300;
}
.blog-post .softlab_module_videobox.button_align-right.with_image .videobox_link_wrapper {
    right: 50px;
    top: auto;
    transform: translate(0%, 0%);
    bottom: 50px;
}

.format-video .blog-post_media .blog-post_media_part {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.wgl_col-12.item .format-video .blog-post_media .blog-post_media_part {
    padding-bottom: 58%;
}
.wgl_col-12.item .format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
    padding-bottom: 0;
}

.wgl_col-12.item .format-audio .blog-post_media .blog-post_media_part {
    padding-bottom: 20%;
    border-radius: 0;
    overflow: hidden;
}

.format-video .blog-post_media .blog-post_media_part,
.format-audio .blog-post_media .blog-post_media_part {
    padding-bottom: 81.43%;
}
.format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
.format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
    padding-bottom: 0;
}

.format-video .blog-post_media iframe,
.format-audio .blog-post_media iframe {
    position: absolute;
    z-index: 1;
    height: 100%;
}

.blog-post_quote-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 42px;
    position: relative;
    z-index: 1;
    margin-top: 6px;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: top;
    padding-left: 50px;
}
.blog-post_quote-text:before {
    content: "“";
    z-index: 1;
    font-size: 86px;
    line-height: 1;
    font-weight: 700;
    opacity: 1;
    text-align: left;
    padding-left: 0;
    box-sizing: border-box;
    font-style: normal;
    display: inline-block;
    position: absolute;
    left: -5px;
    top: 5px;
}

.blog-post_quote-author .blog-post_quote-image {
    width: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.format-no_featured:not(.format-video) .blog-post_wrapper,
.format-standard .blog-post_wrapper,
.format-quote .blog-post_wrapper,
.format-audio .blog-post_wrapper,
.format-link .blog-post_wrapper {
    padding: 30px 40px 28px;
    background: #f7f9fd;
}
.format-no_featured:not(.format-video) .blog-post_wrapper .blog-post_content,
.format-standard .blog-post_wrapper .blog-post_content,
.format-quote .blog-post_wrapper .blog-post_content,
.format-audio .blog-post_wrapper .blog-post_content,
.format-link .blog-post_wrapper .blog-post_content {
    padding: 0;
}
.format-no_featured:not(.format-video) .blog-post_wrapper .blog-post_media .blog-post_meta_info,
.format-standard .blog-post_wrapper .blog-post_media .blog-post_meta_info,
.format-quote .blog-post_wrapper .blog-post_media .blog-post_meta_info,
.format-audio .blog-post_wrapper .blog-post_media .blog-post_meta_info,
.format-link .blog-post_wrapper .blog-post_media .blog-post_meta_info {
    margin-left: 0;
}

.format-audio .blog-post_wrapper > .blog-post_media {
    margin-bottom: 38px;
}
.format-audio .blog-post_wrapper > .blog-post_content {
    padding: 0 !important;
}

.format-quote .blog-post_wrapper .blog-post_content,
.format-standard .blog-post_wrapper .blog-post_content,
.format-link .blog-post_wrapper .blog-post_content {
    padding: 0 !important;
}

.blog-post.sticky-post .blog-post_wrapper {
    border-width: 0;
    border-style: solid;
    border-color: #eeeeee;
    padding: 25px 25px 15px 25px;
    border-radius: 30px;
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
}

.blog-post_link {
    position: relative;
    z-index: 1;
    padding-top: 0;
}
.blog-post_link > .link_post {
    font-size: 24px !important;
    font-weight: 500;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 0;
    padding-left: 42px;
    line-height: 36px;
}
.blog-post_link:before {
    content: "\f1cc";
    font-family: "Flaticon";
    font-size: 32px;
    font-weight: 400;
    position: absolute;
    left: -6px;
    top: 0px;
}

.blog-posts .blog-post_title {
    display: block;
    clear: both;
    word-wrap: break-word;
}

.blog-post_content p {
    margin-bottom: 8px;
}

/* #h1,h2,h3,h4,h5,h6 */
.blog-post_content h1,
.row > div > h1,
.blog-post_content h2,
.row > div > h2,
.blog-post_content h3,
.row > div > h3,
.blog-post_content h4,
.row > div > h4,
.blog-post_content h5,
.row > div > h5,
.blog-post_content h6,
.row > div > h6 {
    margin-bottom: 8px;
}

/* #Lists */
.blog-posts-list:after {
    display: block;
    height: 0;
    content: "";
    clear: both;
}
.blog-posts-list + .wgl-pagination {
    margin-bottom: 25px;
}

.home .sidebar_right .blog-posts-list,
.home .sidebar_left .blog-posts-list,
.archive .sidebar_right .blog-posts-list,
.archive .sidebar_left .blog-posts-list {
    margin-top: 0;
}

.archive .blog-posts-list {
    margin-top: 0;
}

.home .row.sidebar_right,
.home .row.sidebar_left {
    margin-top: 50px;
}

/* #Medium Image */
.blog-posts .blog-style-medium_img .blog-post.format-standard-image .blog-post_media .blog-post_media_part {
    border-radius: 30px;
}
.blog-posts .blog-style-medium_img .format-video .blog-post_media .blog-post_media_part, .blog-posts .blog-style-medium_img .format-audio .blog-post_media .blog-post_media_part {
    border-radius: 0;
}
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper, .blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper {
    overflow: visible;
}
.blog-posts .blog-style-medium_img .blog-post_wrapper {
    background: transparent;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
}
.blog-posts .blog-style-medium_img .blog-post_wrapper:after {
    display: block;
    height: 0;
    content: "";
    clear: both;
}
.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper > .blog-post_media,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper > .blog-post_media {
    width: 100%;
    float: none;
    padding-right: 0;
}
.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper > .blog-post_content,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper > .blog-post_content {
    width: 100%;
    float: none;
    padding-right: 0;
}
.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper {
    padding: 50px;
    background: #f7f9fd;
    border-radius: 30px;
}
.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper .blog-post_content,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper .blog-post_content {
    width: 100%;
    float: none;
}
.blog-posts .blog-style-medium_img .format-standard .blog-post_wrapper {
    padding: 50px;
    background: #f7f9fd;
    border-radius: 30px;
}
.blog-posts .blog-style-medium_img .format-standard .blog-post_wrapper .blog-post_content {
    width: 100%;
    float: none;
}
.blog-posts .blog-style-medium_img .format-audio .blog-post_media .blog-post_media_part {
    margin-bottom: 0;
    padding-bottom: 237px;
}
.blog-posts .blog-style-medium_img .format-audio .blog-post_content {
    padding-top: 30px !important;
}
.blog-posts .blog-style-medium_img .blog-post_media {
    width: 250px;
    padding-right: 30px;
    margin-bottom: 0;
    float: left;
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 30px;
}
.blog-posts .blog-style-medium_img .blog-post_media .blog-post_media {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    float: none;
    margin-bottom: 0;
    padding-right: 0;
}
.blog-posts .blog-style-medium_img .blog-post_title {
    clear: none;
}
.blog-posts .blog-style-medium_img .blog-post_text {
    margin-bottom: 11px;
}
.blog-posts .blog-style-medium_img .blog-post_meta-wrap {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    line-height: 0;
}
.blog-posts .blog-style-medium_img .blog-post_meta-wrap:after {
    content: "";
    display: table;
    clear: both;
}
.blog-posts .blog-style-medium_img .blog-post_meta-wrap .meta-wrapper {
    border-top-width: 0 !important;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
}
.blog-posts .blog-style-medium_img .blog-post_meta-wrap .meta-wrapper > span + span {
    margin-left: 30px;
}
.blog-posts .blog-style-medium_img .blog-post_meta-wrap .meta-wrapper span.author_post a:before {
    font-family: "Flaticon";
    font-size: 16px;
    display: inline-block;
    border: 0;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -4px;
    content: "\f123";
    color: #927fd6;
}
.blog-posts .blog-style-medium_img .blog-post_meta-wrap .meta-wrapper span.comments_post a:before {
    color: inherit;
}
.blog-posts .blog-style-medium_img .blog-post_info-wrap > div:last-child {
    margin-left: 0;
}
.blog-posts .blog-style-medium_img .blog-post_meta-categories span + span:before {
    color: inherit;
}
.blog-posts .blog-style-medium_img .blog-post_info-wrap {
    color: #8b9baf;
}
.blog-posts .blog-style-medium_img .blog-post_media .blog-post_feature-link:before {
    border-radius: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.blog-posts .blog-style-medium_img .blog-post_content {
    padding-right: 30px;
    padding-left: 0;
    margin-left: 0;
    float: left;
    width: calc(100% - 250px);
}
.blog-posts .blog-style-medium_img .blog-post_content > .meta-wrapper {
    margin-bottom: 15px;
}

/* #Tiny Image */
.blog-posts .blog-style-tiny_img .softlab_module_carousel .slick-prev,
.blog-posts .blog-style-tiny_img .softlab_module_carousel .slick-next {
    display: none !important;
}
.blog-posts .blog-style-tiny_img .blog-post .blog-post_link > .link_post {
    margin-top: 0;
}
.blog-posts .blog-style-tiny_img .blog-post .blog-post_link:before {
    top: 0;
}
.blog-posts .blog-style-tiny_img .blog-post .blog-post_quote-text {
    margin-top: 0;
}
.blog-posts .blog-style-tiny_img .blog-post.format-standard .blog-post_media {
    width: auto;
    margin-right: 0;
    float: none;
}
.blog-posts .blog-style-tiny_img .format-link .blog-post_media, .blog-posts .blog-style-tiny_img .format-quote .blog-post_media {
    width: 100%;
    margin-right: 0;
    float: none;
}
.blog-posts .blog-style-tiny_img .blog-post_media {
    width: 110px;
    margin-right: 20px;
    margin-bottom: 0;
    float: left;
}
.blog-posts .blog-style-tiny_img .blog-post_media .blog-post_media {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    float: none;
    margin-bottom: 0;
}
.blog-posts .blog-style-tiny_img .blog-post_media .blog-post_feature-link:before {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
.blog-posts .blog-style-tiny_img .blog-post_media .blog-post_media_part {
    border-radius: 30px;
}
.blog-posts .blog-style-tiny_img .blog-post_media .blog-post_media_part img {
    border-radius: 30px;
}
.blog-posts .blog-style-tiny_img .blog-post_title {
    clear: none;
}
.blog-posts .blog-style-tiny_img .meta-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    margin-bottom: 0;
}
.blog-posts .blog-style-tiny_img .blog-post_meta-wrap, .blog-posts .blog-style-tiny_img .meta-wrapper {
    padding-left: 0;
    padding-right: 0;
    background: none;
}
.blog-posts .blog-style-tiny_img .blog-post_meta-wrap {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    line-height: 0;
}
.blog-posts .blog-style-tiny_img .blog-post_meta-wrap:after {
    content: "";
    display: table;
    clear: both;
}
.blog-posts .blog-style-tiny_img .blog-post_meta-wrap .meta-wrapper {
    border-top-width: 0 !important;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
}
.blog-posts .blog-style-tiny_img .blog-post_meta-wrap .meta-wrapper > span + span {
    margin-left: 30px;
}
.blog-posts .blog-style-tiny_img .blog-post_meta-wrap .meta-wrapper span.author_post a:before {
    font-family: "Flaticon";
    font-size: 16px;
    display: inline-block;
    border: 0;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -4px;
    color: #927fd6;
    content: "\f123";
}
.blog-posts .blog-style-tiny_img .blog-post_meta-wrap .meta-wrapper span.comments_post a:before {
    color: inherit;
}
.blog-posts .blog-style-tiny_img .blog-post_info-wrap > div:last-child {
    margin-left: 0;
}
.blog-posts .blog-style-tiny_img .blog-post_meta-categories span + span:before {
    color: inherit;
}
.blog-posts .blog-style-tiny_img .blog-post_info-wrap {
    color: #8b9baf;
}

.mega-ajax-content .item .blog-post_media {
    margin-bottom: 14px;
}
.mega-ajax-content .item .blog-post_title {
    margin-bottom: 5px;
}
.mega-ajax-content .item .blog-post_content {
    white-space: normal;
}
.mega-ajax-content .item .meta-wrapper {
    background: none;
    padding-left: 0;
    padding-right: 0;
}
.mega-ajax-content .format-video .blog-post_media .blog-post_media_part, .mega-ajax-content .format-audio .blog-post_media .blog-post_media_part {
    padding-bottom: 70.272%;
}

.blog_carousel .blog-post {
    margin-bottom: 0 !important;
}
.blog_carousel .softlab_module_carousel .slick-dots {
    margin-top: 0;
}
.blog_carousel.row {
    margin-left: 0;
    margin-right: 0;
}
.blog_carousel .softlab_module_carousel-wrapper {
    overflow: visible;
}

.blog-post_meta-wrap {
    line-height: 0;
}
.blog-post_meta-wrap:after {
    content: "";
    display: table;
    clear: both;
}
.blog-post_meta-wrap .meta-wrapper {
    border-top-width: 0 !important;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
}
.blog-post_meta-wrap .share_post-container > a:before,
.blog-post_meta-wrap .share_post-container:before {
    font-weight: 400;
}
.blog-post_meta-wrap .meta-wrapper * {
    letter-spacing: 1.1px;
}

.meta-wrapper {
    margin-bottom: 0px;
    color: #8b9baf;
    font-weight: 400;
    padding-top: 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 0;
}
.meta-wrapper a {
    color: #8b9baf;
}
.meta-wrapper * {
    line-height: 30px;
    transition: color 0.3s;
    letter-spacing: 0;
}
.meta-wrapper span {
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.meta-wrapper span:hover {
    opacity: 1;
}
.meta-wrapper span + span:before {
    content: "|";
    margin: 0 5px;
    display: inline-block;
    color: inherit;
}
.meta-wrapper span.comments_post a:before {
    font-family: "Flaticon";
    font-size: 16px;
    display: inline-block;
    border: 0;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -4px;
    content: "\f1bc";
    color: #7cb5fc;
}

/* Category List */
.blog-post_meta-categories {
    position: relative;
    z-index: 1;
    line-height: 0;
}
.blog-post_meta-categories a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase;
    border-radius: 0;
    position: relative;
}
.blog-post_meta-categories a:hover {
    color: #fff;
}
.blog-post_meta-categories span {
    display: inline-block;
    position: relative;
    letter-spacing: 0;
}
.blog-post_meta-categories span:last-child {
    margin-right: 0;
}
.blog-post_meta-categories span + span:before {
    content: "/";
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.single_meta.format-video .blog-post_media .blog-post_media_part, .single_meta.format-audio .blog-post_media .blog-post_media_part {
    padding-bottom: 58%;
}
.single_meta.format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax), .single_meta.format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
    padding-bottom: 0;
}
.single_meta .softlab_module_carousel {
    overflow: hidden;
}
.single_meta .softlab_module_videobox img {
    box-shadow: none;
}
.single_meta .videobox_wrapper_link:before {
    border-radius: 0;
}
.single_meta .meta-wrapper {
    padding-top: 0;
}
.single_meta .blog-post_title {
    line-height: 1.32;
    margin-bottom: 18px;
    margin-top: 7px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: 700;
}
.single_meta .blog-post_media {
    margin-bottom: 24px;
}
.single_meta .blog-post_media .blog-post_media_part {
    border-radius: 0;
}
.single_meta .blog-post_quote-text {
    padding-top: 0;
}
.single_meta .blog-post_quote-text:before {
    top: -18px;
    left: -4px;
}
.single_meta .blog-post_media {
    margin-bottom: 39px;
}
.single_meta .blog-post_link > .link_post {
    padding-left: 12px;
}
.single_meta .blog-post_link {
    padding-top: 0;
}
.single_meta .blog-post_link:before {
    position: relative;
    top: 7px;
}
.single_meta.post_format-post-format-quote .blog-post_media .blog-post_media_part {
    padding-top: 0;
}
.single_meta .wgl-likes .sl-icon {
    color: #ef52a3;
}

/* Single post type 1 */
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap {
    margin-bottom: 34px;
    margin-top: 0;
    min-height: 30px;
    color: #8b9baf;
}
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap .meta-wrapper * {
    line-height: 30px;
}
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap .meta-wrapper *.blog-post_meta-categories {
    line-height: 0;
}
.single_type-1 .blog-post.blog-post-single-item .blog-post_content > .meta-wrapper {
    margin-bottom: 10px;
    margin-top: -10px;
}
.single_type-1 .blog-post.blog-post-single-item .single_post_info.post_info > .blog-post_meta-wrap,
.single_type-1 .blog-post.blog-post-single-item .single_post_info.post_info > .meta-wrapper {
    min-height: auto;
    color: initial;
    margin-bottom: -20px;
}
.single_type-1 .blog-post.blog-post-single-item .single_post_info.post_info > .blog-post_meta-wrap > .tagcloud-wrapper, .single_type-1 .blog-post.blog-post-single-item .single_post_info.post_info > .blog-post_meta-wrap .blog-post_info-wrap,
.single_type-1 .blog-post.blog-post-single-item .single_post_info.post_info > .meta-wrapper > .tagcloud-wrapper,
.single_type-1 .blog-post.blog-post-single-item .single_post_info.post_info > .meta-wrapper .blog-post_info-wrap {
    margin-bottom: 20px;
}
.single_type-1 .single_meta .blog-post_media {
    margin-bottom: 65px;
}
.single_type-1 .single_meta .blog-post_title {
    margin-top: 0;
    margin-bottom: 10px;
}

/* Single post type 2 */
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap {
    min-height: 30px;
    color: #8b9baf;
    margin-bottom: 34px;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap .meta-wrapper * {
    line-height: 30px;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content > .meta-wrapper {
    margin-bottom: 15px;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
    margin-top: 0;
    margin-bottom: 20px;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content > .blog-post_media {
    margin-bottom: 25px;
}
.single_type-2 .blog-post.blog-post-single-item .single_post_info.post_info > .blog-post_meta-wrap,
.single_type-2 .blog-post.blog-post-single-item .single_post_info.post_info > .meta-wrapper {
    min-height: auto;
    color: initial;
    margin-bottom: -20px;
}
.single_type-2 .blog-post.blog-post-single-item .single_post_info.post_info > .blog-post_meta-wrap > .tagcloud-wrapper, .single_type-2 .blog-post.blog-post-single-item .single_post_info.post_info > .blog-post_meta-wrap .blog-post_info-wrap,
.single_type-2 .blog-post.blog-post-single-item .single_post_info.post_info > .meta-wrapper > .tagcloud-wrapper,
.single_type-2 .blog-post.blog-post-single-item .single_post_info.post_info > .meta-wrapper .blog-post_info-wrap {
    margin-bottom: 20px;
}

/* Single post type 3 */
.post_featured_bg {
    position: relative;
    margin-bottom: 70px;
    background: #14081f;
    margin-top: -40px;
}
.post_featured_bg .meta-wrapper span:after {
    background: #fff;
}
.post_featured_bg .meta-wrapper span.author_post a {
    color: #fff;
}
.post_featured_bg .parallax-video {
    z-index: 1 !important;
}
.post_featured_bg .parallax-video + .wgl-container {
    z-index: 2;
    position: relative;
}
.post_featured_bg .blog-post_bg_media {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}
.post_featured_bg .blog-post_bg_media:before {
    background-color: rgba(30, 30, 52, 0.5);
}
.post_featured_bg .blog-post_meta-wrap {
    position: relative;
}
.post_featured_bg .blog-post {
    margin-bottom: 0;
}
.post_featured_bg .blog-post_title {
    line-height: 1.02;
    margin-bottom: 26px;
    margin-top: 18px;
}
.post_featured_bg .blog-post_likes-wrap .wgl-likes {
    padding-right: 0;
}
.post_featured_bg .wgl-likes:hover .sl-count {
    color: #fff;
}
.post_featured_bg .wgl-likes:hover .sl-icon {
    color: #ef52a3;
}
.post_featured_bg .blog-post_title,
.post_featured_bg .wgl-likes .sl-count,
.post_featured_bg .meta-wrapper {
    color: #fff;
    background: none;
    padding-left: 0;
    padding-right: 0;
}
.post_featured_bg .blog-post_title .comments_post a, .post_featured_bg .blog-post_title a,
.post_featured_bg .wgl-likes .sl-count .comments_post a,
.post_featured_bg .wgl-likes .sl-count a,
.post_featured_bg .meta-wrapper .comments_post a,
.post_featured_bg .meta-wrapper a {
    color: #fff;
}
.post_featured_bg .blog-post_title > span.author_post a:after,
.post_featured_bg .wgl-likes .sl-count > span.author_post a:after,
.post_featured_bg .meta-wrapper > span.author_post a:after {
    border-color: #fff;
}
.post_featured_bg .blog-post_title > span.author_post a:hover,
.post_featured_bg .wgl-likes .sl-count > span.author_post a:hover,
.post_featured_bg .meta-wrapper > span.author_post a:hover {
    color: inherit !important;
}
.post_featured_bg .blog-post_meta-wrap {
    background: none;
}
.post_featured_bg .content-container {
    position: relative;
}
.post_featured_bg .date_info {
    margin-top: 25px;
}
.post_featured_bg .blog-post_views-wrap .counts {
    color: #fff !important;
}
.post_featured_bg .meta-wrapper span + span:before {
    color: #8f8f8f;
}
.post_featured_bg .meta-wrapper .blog-post_meta-categories span + span:before {
    color: inherit;
}

.single #main-content > .blog-post {
    margin-bottom: 60px;
}

.blog-post_text + .clear + .button-read-more,
.blog-post_text + .page-link + .clear + .button-read-more {
    margin-bottom: 21px;
}

.blog-post_text .more-link + .button-read-more {
    display: block;
    margin-top: 20px;
}

.blog-post_meta-desc .button-read-more {
    float: left;
}
.blog-post_meta-desc .button-read-more + .blog-post_meta-wrap {
    float: right;
}
.blog-post_meta-desc:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.blog-post_meta-desc .meta-wrapper span + span:before {
    display: none;
}

.blog-post_text + .page-link {
    margin-bottom: 21px;
}

.button-read-more {
    display: inline-block;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}
.button-read-more:before {
    content: "<";
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.button-read-more:after {
    margin-left: 5px;
    content: ">";
    display: inline-block;
    vertical-align: middle;
}

.tagcloud-wrapper {
    float: left;
    margin: 0;
}
.tagcloud-wrapper .title_tags {
    font-size: 14px;
    margin-right: 18px;
}

.single_post_info .tagcloud {
    float: left;
}
.single_post_info .blog-post_views-wrap {
    float: right;
}
.single_post_info .blog-post_likes-wrap {
    float: right;
}
.single_post_info:after {
    content: "";
    display: table;
    clear: both;
}
.single_post_info div:only-child {
    float: none !important;
    display: block;
    text-align: center;
}
.single_post_info div.share_post-container:only-child {
    float: right !important;
}
.single_post_info .blog-post_share-wrap {
    float: left;
}
.single_post_info.post_info {
    padding-top: 60px;
    padding-bottom: 35px;
    clear: both;
    border-bottom: 1px solid rgba(96, 101, 104, 0.15);
}
.single_post_info.post_info > .blog-post_meta-wrap,
.single_post_info.post_info > .meta-wrapper {
    margin-bottom: -20px;
}
.single_post_info.post_info > .blog-post_meta-wrap > .tagcloud-wrapper, .single_post_info.post_info > .blog-post_meta-wrap .blog-post_info-wrap,
.single_post_info.post_info > .meta-wrapper > .tagcloud-wrapper,
.single_post_info.post_info > .meta-wrapper .blog-post_info-wrap {
    margin-bottom: 20px;
}
.single_post_info.post_info > .blog-post_meta-wrap > .tagcloud-wrapper .tagcloud,
.single_post_info.post_info > .meta-wrapper > .tagcloud-wrapper .tagcloud {
    text-align: left;
}
.single_post_info .blog-post_info-wrap > div {
    margin-left: 19px;
}

.divider_post_info {
    margin-top: 38px;
    margin-bottom: 38px;
    clear: both;
    border-bottom: 1px solid rgba(96, 101, 104, 0.15);
}

.blog-post_excerpt {
    margin: 0 0 38px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
}
.blog-post_excerpt > p:last-child {
    margin-bottom: 0;
}

.blog-post_info-wrap {
    float: right;
    line-height: 0;
}
.blog-post_info-wrap > div {
    margin-left: 28px;
}
.blog-post_info-wrap .blog-post_views-wrap {
    float: left;
}
.blog-post_info-wrap > .meta-wrapper {
    float: right;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}
.blog-post_info-wrap > .meta-wrapper * {
    letter-spacing: 0;
}

.blog-post_likes-wrap {
    float: right;
}
.blog-post_likes-wrap + .share_post {
    padding-right: 20px;
}
.blog-post_likes-wrap .wgl-likes {
    line-height: 30px;
}

/* Columns in Blog */
.blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n+1) {
    clear: left;
}

.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
    clear: left;
}

.blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(4n+1) {
    clear: left;
}

/* #Post Prev/Next */
.softlab-post-navigation {
    padding: 0;
    margin-bottom: -30px;
    position: relative;
}
.softlab-post-navigation:after {
    display: block;
    height: 0;
    content: "";
    clear: both;
}
.softlab-post-navigation .back-nav_page {
    position: absolute;
    left: 50%;
    top: calc(50% - 15px);
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
}
.softlab-post-navigation .back-nav_page:hover span:nth-child(1) {
    margin-left: 10px;
}
.softlab-post-navigation .back-nav_page:hover span:nth-child(2) {
    margin-top: 10px;
}
.softlab-post-navigation .back-nav_page:hover span:nth-child(3) {
    margin-right: 10px;
}
.softlab-post-navigation .back-nav_page:hover span:nth-child(4) {
    margin-bottom: 10px;
}
.softlab-post-navigation .back-nav_page span {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #bbc8d7;
    transition: all 0.45s ease;
}
.softlab-post-navigation .back-nav_page span:nth-child(1) {
    top: 0;
    left: 0;
}
.softlab-post-navigation .back-nav_page span:nth-child(2) {
    top: 0;
    right: 0;
}
.softlab-post-navigation .back-nav_page span:nth-child(3) {
    bottom: 0;
    right: 0;
}
.softlab-post-navigation .back-nav_page span:nth-child(4) {
    bottom: 0;
    left: 0;
}
.softlab-post-navigation + .single.related_posts {
    margin-top: 83px;
}

.single.related_posts {
    margin-top: 83px;
}

.prev-link,
.next-link {
    font-size: 13px;
    font-weight: 700;
    transition: all 300ms;
    position: relative;
    text-transform: uppercase;
    background: #f2f2f2;
    z-index: 1;
    padding: 20px 7.5px;
    float: right;
    color: #939393;
}
.prev-link_icon,
.next-link_icon {
    display: inline-block;
    width: 0;
    height: 0px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    vertical-align: top;
    color: inherit;
}
.prev-link_icon:before,
.next-link_icon:before {
    content: "\f11f";
    font-family: "Flaticon";
    font-size: 12px;
    display: inline-block;
    border: 0;
    vertical-align: middle;
    font-style: normal;
    position: absolute;
    left: -6px;
    top: 2px;
}
.prev-link:hover,
.next-link:hover {
    color: #ffffff !important;
}

.prev-link {
    float: left;
}
.prev-link_wrapper {
    float: left;
    margin-bottom: 30px;
    text-align: right;
    width: calc(50% - 65px);
}
.prev-link_wrapper a:hover .image_prev:after, .prev-link_wrapper a:hover .image_prev:before {
    visibility: visible;
    opacity: 1;
}
.prev-link_wrapper a:hover .image_prev:before {
    margin-left: -5px;
}
.prev-link_wrapper a:hover .image_prev.no_image:before {
    opacity: 0;
    visibility: hidden;
}
.prev-link_wrapper a:hover .image_prev.no_image .no_image_post:before {
    margin-left: -5px;
    opacity: 1;
    visibility: visible;
}
.prev-link_wrapper .image_prev {
    display: inline-block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    transition: all 0.3s;
}
.prev-link_wrapper .image_prev .no_image_post {
    display: block;
    width: 100%;
    height: 100%;
}
.prev-link_wrapper .image_prev.no_image:before {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}
.prev-link_wrapper .image_prev.no_image .no_image_post:before {
    content: "\f1be";
    font-family: "Flaticon";
    font-size: 21px;
    position: absolute;
    line-height: 70px;
    left: 0;
    margin-left: 20px;
    right: 0;
    opacity: 1;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.prev-link_wrapper .image_prev:before {
    content: "\f1be";
    font-family: "Flaticon";
    font-size: 21px;
    position: absolute;
    line-height: 70px;
    left: 0;
    margin-left: 20px;
    right: 0;
    opacity: 1;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.prev-link_wrapper .image_prev:after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.prev-link_wrapper .prev_title {
    max-width: 228px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    position: relative;
    transition: all 0.45s ease;
    word-wrap: break-word;
}
.prev-link_icon {
    margin-left: 5px;
    margin-right: 5px;
}
.prev-link_icon:before {
    content: "\f140";
    left: auto;
    right: -6px;
}

.next-link:before {
    right: 0;
    left: auto;
    transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
}
.next-link:hover:before {
    right: auto;
    left: 0;
}
.next-link_wrapper {
    text-align: left;
    float: right;
    margin-bottom: 30px;
    width: calc(50% - 65px);
}
.next-link_wrapper a:hover .image_next:after, .next-link_wrapper a:hover .image_next:before {
    visibility: visible;
    opacity: 1;
}
.next-link_wrapper a:hover .image_next:before {
    margin-right: -5px;
}
.next-link_wrapper a:hover .image_next.no_image:before {
    opacity: 0;
    visibility: hidden;
}
.next-link_wrapper a:hover .image_next.no_image .no_image_post:before {
    margin-right: -5px;
    opacity: 1;
    visibility: visible;
}
.next-link_wrapper .image_next {
    display: inline-block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    transition: all 0.3s;
}
.next-link_wrapper .image_next.no_image:before {
    opacity: 1;
    visibility: visible;
    margin-right: 0;
}
.next-link_wrapper .image_next.no_image .no_image_post:before {
    content: "\f1bd";
    font-family: "Flaticon";
    font-size: 21px;
    position: absolute;
    line-height: 70px;
    left: 0;
    margin-right: 20px;
    right: 0;
    opacity: 1;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.next-link_wrapper .image_next .no_image_post {
    display: block;
    width: 100%;
    height: 100%;
}
.next-link_wrapper .image_next:before {
    content: "\f1bd";
    font-family: "Flaticon";
    font-size: 21px;
    position: absolute;
    line-height: 70px;
    left: 0;
    margin-right: 20px;
    right: 0;
    opacity: 1;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.next-link_wrapper .image_next:after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.next-link_wrapper .next_title {
    max-width: 228px;
    display: inline-block;
    text-align: left;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    transition: all 0.45s ease;
    word-wrap: break-word;
}

.next-link_wrapper .image_next:after,
.prev-link_wrapper .image_prev:after,
.next-link_wrapper .image_next.no_image:before,
.prev-link_wrapper .image_prev.no_image:before {
    color: #8b9baf;
}

.info_prev-link_wrapper > a {
    padding: 21px 54px 18px 14px;
}

.info_next-link_wrapper > a {
    padding: 21px 14px 18px 54px;
}

.info_prev-link_wrapper > a,
.info_next-link_wrapper > a {
    display: flex;
    align-items: center;
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    position: relative;
    border-radius: 30px;
}
.info_prev-link_wrapper > a:before,
.info_next-link_wrapper > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s ease;
    border-radius: inherit;
}
.info_prev-link_wrapper > a:hover,
.info_next-link_wrapper > a:hover {
    box-shadow: 0px 9px 30px 0px rgba(109, 75, 196, 0.4);
}
.info_prev-link_wrapper > a:hover .meta-wrapper,
.info_next-link_wrapper > a:hover .meta-wrapper {
    color: #d4baef;
}
.info_prev-link_wrapper > a:hover .next_title, .info_prev-link_wrapper > a:hover .prev_title,
.info_next-link_wrapper > a:hover .next_title,
.info_next-link_wrapper > a:hover .prev_title {
    color: #fff;
}
.info_prev-link_wrapper > a:hover:before,
.info_next-link_wrapper > a:hover:before {
    opacity: 1;
    visibility: visible;
}

.prev-link-info_wrapper > span,
.next-link-info_wrapper > span {
    display: block;
}
.prev-link-info_wrapper .meta-wrapper,
.next-link-info_wrapper .meta-wrapper {
    background: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    font-size: 13px;
    color: #8b9baf;
}
.prev-link-info_wrapper .meta-wrapper > *,
.next-link-info_wrapper .meta-wrapper > * {
    transition: all 0.45s ease;
    line-height: 30px;
    letter-spacing: 0;
}

/* Author info wrapper */
.author-info_wrapper {
    padding: 0;
    margin: 40px 0 40px;
    border-radius: 0;
    position: relative;
    z-index: 0;
}
.author-info_avatar {
    text-align: center;
    margin-bottom: 26px;
}
.author-info_avatar img {
    width: 75px;
    border-radius: 10px !important;
    box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.2);
}
.author-info_content {
    text-align: center;
}
.author-info_name {
    margin-bottom: 11px !important;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 26px;
}
.author-info_name span {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    margin-right: 5px;
}
.author-info_description {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 20px;
    max-width: 680px;
    margin: 0 auto;
}
.author-info_social-link {
    display: inline-block;
    margin-right: 22px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    width: 30px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    color: #bbc8d7;
}
.author-info_social-link:hover {
    background: #fff;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
}
.author-info_social-link:last-child {
    margin-right: 0;
}
.author-info_social-wrapper {
    line-height: 1;
    padding-bottom: 5px;
    margin-top: 30px;
}

.single .single.related_posts .softlab_module_title {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.single .single.related_posts .blog-post .blog-post_media {
    margin-bottom: 22px;
}

@media only screen and (max-width: 1200px) {
    .vc_row:not(.vc_row-no-padding) .vc_column_container > .vc_column-inner,
    .vc_row:not(.vc_row-no-padding) .theiaStickySidebar > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media only screen and (max-width: 992px) {
    .vc_col-sm-8 .blog-posts .blog-style-medium_img .blog-post_media, .vc_col-sm-9 .blog-posts .blog-style-medium_img .blog-post_media {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-right: 30px;
        text-align: left;
        margin-top: 30px;
        padding-left: 30px;
    }
    .vc_col-sm-8 .blog-posts .blog-style-medium_img .blog-post_content, .vc_col-sm-9 .blog-posts .blog-style-medium_img .blog-post_content {
        padding-bottom: 20px;
        padding-right: 30px;
        padding-left: 30px;
        margin-left: 0;
        float: left;
        width: 100%;
        width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .vc_col-sm-8 .blog-style-standard.row .wgl_col-6, .vc_col-sm-9 .blog-style-standard.row .wgl_col-6 {
        width: 100%;
    }

    .blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4 {
        width: 50%;
    }

    .blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
        clear: none;
    }

    .blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(2n+1) {
        clear: left;
    }
}
@media only screen and (max-width: 768px) {
    .blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4 {
        width: 100%;
    }

    .prev-link_wrapper, .next-link_wrapper {
        max-width: 100%;
        width: 100%;
    }

    .softlab-post-navigation .back-nav_page {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .blog-posts .blog-style-medium_img .blog-post_media {
        width: 180px;
    }
    .blog-posts .blog-style-medium_img .blog-post_content {
        width: calc(100% - 180px);
    }

    .blog-style-standard .wgl_col-12 .format-no_featured:not(.format-video) .blog-post_wrapper,
    .blog-style-standard .wgl_col-12 .format-quote .blog-post_wrapper,
    .blog-style-standard .wgl_col-12 .format-audio .blog-post_wrapper,
    .blog-style-standard .wgl_col-12 .format-link .blog-post_wrapper {
        padding: 30px 40px 28px;
    }
}
@media only screen and (max-width: 1024px) {
    .blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n+1) {
        clear: none;
    }

    .blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
        clear: none;
    }

    .blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(4n+1) {
        clear: none;
    }

    .blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n+1) {
        clear: left;
    }

    .blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
        clear: left;
    }

    .blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(2n+1) {
        clear: left;
    }

    .softlab-post-navigation {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 600px) {
    .single_type-2 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper,
    .single_type-1 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper {
        max-width: 100%;
    }
}
@media screen and (max-width: 420px) {
    .single_meta .meta-wrapper span:after {
        display: none;
    }

    .blog-posts .blog-style-medium_img .blog-post_media {
        width: 100%;
        padding-right: 0;
        margin-right: -1px;
    }
    .blog-posts .blog-style-medium_img .blog-post_content {
        width: 100%;
        padding-left: 30px;
    }
}
.blog-post_wrapper .softlab_module_videobox img {
    border-radius: 30px;
    box-shadow: none;
}
.blog-post_wrapper .blog-post_content .softlab_module_videobox .videobox_wrapper_link:before {
    display: none;
}
.blog-post_wrapper .blog-post_content .softlab_module_videobox {
    margin-bottom: 50px;
}

.blog-post_bg_media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.blog-post_bg_media:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
}
.blog-post_bg_media .slider-wrapper, .blog-post_bg_media .blog-post_media-slider {
    height: 100%;
}

/* Slick Settings */
.slider-wrapper.softlab_module_carousel .blog-post_media-slider_slick {
    height: 100%;
}
.slider-wrapper.softlab_module_carousel .blog-post_media-slider_slick .item_slick {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 5;
}
.slider-wrapper.softlab_module_carousel .blog-post_media-slider_slick .item_slick span {
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    border-radius: 30px;
    overflow: hidden;
}
.slider-wrapper.softlab_module_carousel .blog-post_media-slider_slick .item_slick span img {
    transition: all 500ms ease-in-out;
    transform: scale(1.25, 1.25);
    border-radius: 30px;
}
.slider-wrapper.softlab_module_carousel .blog-post_media-slider_slick .item_slick.slick-active span img {
    transform: scale(1, 1);
}
.slider-wrapper.softlab_module_carousel .blog-post_media-slider_slick .slick-list,
.slider-wrapper.softlab_module_carousel .blog-post_media-slider_slick .slick-track {
    height: 100%;
}

.slider-wrapper.softlab_module_carousel .slick-slider {
    z-index: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slider-wrapper.softlab_module_carousel .slick-slider .slick-arrow {
    z-index: 100;
}

.blog_carousel_title-arrow .softlab_module_carousel .slick-prev.slick-arrow, .blog_carousel_title-arrow .softlab_module_carousel .slick-next.slick-arrow {
    display: none !important;
}

.blog_title.softlab_module_title {
    justify-content: flex-start;
    padding-bottom: 15px;
}

.wgl_module_title.item_title {
    position: relative;
}
.wgl_module_title.item_title .carousel_arrows {
    position: absolute;
    right: 0;
    top: 2px;
    text-align: center;
    z-index: 2;
}
.wgl_module_title.item_title .carousel_arrows span[class*=slick_arrow] {
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #f2f2f2;
    margin-left: 10px;
    transition: all 0.45s ease;
}
.wgl_module_title.item_title .carousel_arrows span[class*=slick_arrow] span {
    display: block;
    line-height: 25px;
    text-align: center;
}
.wgl_module_title.item_title .carousel_arrows span[class*=slick_arrow] span:after {
    content: "\f11f";
    font-family: "Flaticon";
    font-size: 14px;
    display: inline-block;
    border: 0;
    color: #939393 !important;
    vertical-align: top;
    line-height: 25px;
}
.wgl_module_title.item_title .carousel_arrows span[class*=slick_arrow]:hover span:after {
    color: #fff !important;
}
.wgl_module_title.item_title .carousel_arrows span[class*=slick_arrow].left_slick_arrow span:after {
    content: "\f140";
}

.row.sidebar_left .content-container {
    float: right;
}

.container-grid.row > .softlab_module_carousel {
    margin-left: 0;
    margin-right: 0;
}
.container-grid.row > .softlab_module_carousel.navigation_offset_element {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
}
.container-grid.row > .softlab_module_carousel.navigation_offset_element > .slick-slider {
    overflow: visible;
}
.container-grid.row > .softlab_module_carousel.navigation_offset_element .slick-list {
    overflow: hidden;
}

.blog_title {
    margin-bottom: 30px;
}

.blog_subtitle {
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 1.6;
}

/* Views */
.blog-post_views-wrap {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
}
.blog-post_views-wrap:before {
    font-family: Flaticon;
    content: "\f129";
    font-size: 16px;
    color: #c7c7c7;
    margin-right: 2px;
    font-weight: 400;
}
.blog-post_views-wrap .counts {
    font-weight: 400;
    vertical-align: top;
}
.blog-post_views-wrap .counts_text {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: none;
}

/* Attachment media */
.attachment_media .meta-wrapper {
    margin-bottom: 10px;
    font-weight: 600;
}
.attachment_media .meta-wrapper > span {
    position: relative;
    padding-left: 23px;
}
.attachment_media .meta-wrapper > span:first-child {
    padding-left: 0;
}
.attachment_media .meta-wrapper > span:first-child:before {
    display: none;
}

.parallax-video {
    position: absolute !important;
    z-index: 2 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: "object-fit: cover;";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Blog Archive */
.blog_archive-cat {
    margin-bottom: 20px;
    text-align: center;
}
.blog_archive-cat_title {
    text-transform: capitalize;
}

.archive .wgl_blog_list {
    margin-bottom: 30px;
}

/* ==================== ##Shares Style ==================== */
/* Post List Share */
.share_post-container {
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    color: #fff;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    float: right;
}
.share_post-container .share_social-wpapper {
    display: inline-block;
}
.share_post-container .share_post > a:before,
.share_post-container .share_social-wpapper a span {
    font-size: 14px;
}
.share_post-container .share_post {
    display: block;
    color: inherit;
}
.share_post-container span {
    line-height: inherit;
    display: block;
}
.share_post-container > a {
    line-height: 29px;
    display: block;
    text-align: center;
    pointer-events: none;
    color: #99a8ba;
}
.share_post-container > a:before {
    font-size: 13px;
    font-family: "Flaticon";
    font-weight: bold;
    content: "\f106";
    padding: 0;
}
.share_post-container:hover .share_social-wpapper {
    visibility: visible;
    opacity: 1;
    margin-top: -2px;
}
.share_post-container .share_social-wpapper {
    padding: 0;
    display: block;
    position: absolute;
    right: 0%;
    top: -100%;
    margin-top: 10px;
    margin-right: -20px;
    z-index: 2;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 6px 13px 0px rgba(145, 145, 145, 0.3);
    background: #ffffff;
    border-radius: 5px;
    padding: 0;
    transition: all 0.4s ease-in-out;
}
.share_post-container .share_social-wpapper:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    height: 15px;
    width: 100%;
}
.share_post-container .share_social-wpapper:after {
    content: "";
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #fff transparent transparent transparent;
    right: 17px;
    bottom: -8px;
}
.share_post-container .share_social-wpapper ul {
    padding: 0;
    line-height: inherit;
    white-space: nowrap;
}
.share_post-container .share_social-wpapper ul li {
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
}
.share_post-container .share_social-wpapper ul li:before {
    display: none;
}
.share_post-container .share_social-wpapper ul li .share_facebook span.fa {
    color: #3b5998;
}
.share_post-container .share_social-wpapper ul li .share_google span.fa {
    color: #db4437;
}
.share_post-container .share_social-wpapper ul li .share_twitter span.fa {
    color: #1da1f2;
}
.share_post-container .share_social-wpapper ul li .share_pinterest span.fa {
    color: #bd081c;
}
.share_post-container .share_social-wpapper ul li .share_linkedin span.fa {
    color: #007bb5;
}

/* Post Share */
.single_info-share_social-wpapper > span {
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
}
.single_info-share_social-wpapper:only-child {
    border: 0;
    padding: 0;
}
.single_info-share_social-wpapper .share_social-wpapper {
    font-size: 0;
    line-height: 0;
    margin-top: 5px;
    display: inline-block;
}
.single_info-share_social-wpapper .share_link, .single_info-share_social-wpapper .share_post {
    position: relative;
    display: inline-block;
    transition: all 0.45s ease-in-out;
}
.single_info-share_social-wpapper .share_link + .share_link {
    margin-left: 5px;
}
.single_info-share_social-wpapper .share_facebook span.fa {
    color: #3b5998;
}
.single_info-share_social-wpapper .share_google span.fa {
    color: #db4437;
}
.single_info-share_social-wpapper .share_twitter span.fa {
    color: #1da1f2;
}
.single_info-share_social-wpapper .share_pinterest span.fa {
    color: #bd081c;
}
.single_info-share_social-wpapper .share_linkedin span.fa {
    color: #007bb5;
}
.single_info-share_social-wpapper .share_link {
    line-height: 28px;
}
.single_info-share_social-wpapper .share_link span.fa {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    text-align: center;
    transition: 0.5s;
    border-radius: 50%;
    background: #f7f9fd;
}
.single_info-share_social-wpapper .share_link + .share_link {
    margin-left: 13px;
}
.single_info-share_social-wpapper .share_link span.fa-facebook:hover {
    background-color: #3b5998;
    color: #ffffff;
}
.single_info-share_social-wpapper .share_link span.fa-twitter:hover {
    background-color: #1da1f2;
    color: #ffffff;
}
.single_info-share_social-wpapper .share_link span.fa-linkedin:hover, .single_info-share_social-wpapper .share_link span.fa-linkedin-square {
    background-color: #007bb5;
    color: #ffffff;
}
.single_info-share_social-wpapper .share_link span.fa-pinterest:hover, .single_info-share_social-wpapper .share_link span.fa-pinterest-p:hover {
    background-color: #bd081c;
    color: #ffffff;
}
.single_info-share_social-wpapper .share_link span.fa-instagram:hover {
    background-color: #c32aa3;
    color: #ffffff;
}
.single_info-share_social-wpapper .share_link span.fa-google:hover {
    background-color: #db4437;
    color: #ffffff;
}

/* Author Post Share */
.author-info_social-wrapper .author-info_social-link.fa-facebook:hover {
    color: #3b5998;
}
.author-info_social-wrapper .author-info_social-link.fa-google:hover {
    color: #db4437;
}
.author-info_social-wrapper .author-info_social-link.fa-twitter:hover {
    color: #1da1f2;
}
.author-info_social-wrapper .author-info_social-link.fa-pinterest:hover {
    color: #bd081c;
}
.author-info_social-wrapper .author-info_social-link.fa-linkedin:hover {
    color: #007bb5;
}

/* Blog Post Share */
.blog-post .single_info-share_social-wpapper .share_social-wpapper {
    margin-top: 0;
}
.blog-post .single_info-share_social-wpapper .share_link span.fa {
    background: #fff;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
}
.blog-post .single_info-share_social-wpapper .share_link span.fa-facebook:hover {
    background-color: #3b5998;
    color: #ffffff;
}
.blog-post .single_info-share_social-wpapper .share_link span.fa-twitter:hover {
    background-color: #1da1f2;
    color: #ffffff;
}
.blog-post .single_info-share_social-wpapper .share_link span.fa-linkedin:hover, .blog-post .single_info-share_social-wpapper .share_link span.fa-linkedin-square {
    background-color: #007bb5;
    color: #ffffff;
}
.blog-post .single_info-share_social-wpapper .share_link span.fa-pinterest:hover, .blog-post .single_info-share_social-wpapper .share_link span.fa-pinterest-p:hover {
    background-color: #bd081c;
    color: #ffffff;
}
.blog-post .single_info-share_social-wpapper .share_link span.fa-instagram:hover {
    background-color: #c32aa3;
    color: #ffffff;
}
.blog-post .single_info-share_social-wpapper .share_link span.fa-google:hover {
    background-color: #db4437;
    color: #ffffff;
}

/* Page Share */
.wgl-social-share_pages {
    position: absolute;
    z-index: 90;
}
.wgl-social-share_pages.fixed {
    position: fixed;
    z-index: 90;
}
.wgl-social-share_pages.standard_style li {
    padding: 0;
    margin-bottom: 5px;
}
.wgl-social-share_pages.standard_style li:before {
    display: none;
}
.wgl-social-share_pages.standard_style a {
    line-height: 40px;
    width: 60px;
    text-align: right;
    border-radius: 0 30px 30px 0;
    color: #bbc8d7;
    display: block;
    box-sizing: border-box;
    padding-right: 16px;
    transition: all 0.45s ease;
}
.wgl-social-share_pages.standard_style a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 0 30px 30px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}
.wgl-social-share_pages.standard_style a:hover {
    color: #fff;
}
.wgl-social-share_pages.standard_style a:hover:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.wgl-social-share_pages.standard_style a span {
    width: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
}
.wgl-social-share_pages.hovered_style {
    top: 40%;
    left: 50px;
}
.wgl-social-share_pages.hovered_style .share_social-desc {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: -1;
}
.wgl-social-share_pages.hovered_style .share_social-title {
    transform: translateY(0%) rotate(180deg);
    border-radius: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 0;
    z-index: 12;
    white-space: nowrap;
    transition: all 0.45s ease;
    font-size: 13px;
    font-weight: 600;
    color: #8b9baf;
    line-height: 40px;
    position: absolute;
    bottom: calc(100% + 14px);
    text-transform: uppercase;
}
.wgl-social-share_pages.hovered_style .share_social-icon-plus {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    transition: transform 0.2s ease-in-out;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    cursor: pointer;
    bottom: 0;
    /* Vertical line */
    /* horizontal line */
}
.wgl-social-share_pages.hovered_style .share_social-icon-plus:before {
    top: 50%;
    left: 50%;
    width: 2px;
    height: 12px;
    margin-left: -1px;
    margin-top: -6px;
}
.wgl-social-share_pages.hovered_style .share_social-icon-plus:after {
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    margin-left: -6px;
}
.wgl-social-share_pages.hovered_style .share_social-icon-plus:before, .wgl-social-share_pages.hovered_style .share_social-icon-plus:after {
    position: absolute;
    content: "";
    z-index: 1;
}
.wgl-social-share_pages.hovered_style ul {
    width: 40px;
    margin: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    transform: translate(0, 30px);
    opacity: 0;
    transition: 0.2s ease-in-out;
    visibility: hidden;
    padding: 0;
    z-index: 2;
}
.wgl-social-share_pages.hovered_style ul li {
    padding: 0;
    text-align: center;
}
.wgl-social-share_pages.hovered_style ul li:before {
    display: none;
}
.wgl-social-share_pages.hovered_style ul li a {
    color: #bbc8d7;
}
.wgl-social-share_pages.hovered_style ul li a span {
    width: 20px;
    display: inline-block;
    text-align: center;
}
.wgl-social-share_pages.hovered_style:hover .share_social-title {
    opacity: 0;
}
.wgl-social-share_pages.hovered_style:hover .share_social-icon-plus {
    transform: rotate(-45deg);
}
.wgl-social-share_pages.hovered_style:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

/* #Likes */
.wgl-likes {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
}
.wgl-likes .sl-button {
    color: inherit;
}
.wgl-likes .sl-count {
    transition: all 0.3s ease;
}
.wgl-likes .sl-icon {
    margin-right: 8px;
    transform: translateZ(0);
    display: inline-block;
    font-size: 14px;
    color: #ef52a3;
}
.wgl-likes:hover .sl-icon {
    animation-name: pulse_like;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes pulse_like {
    25% {
        transform: scale(1.2);
    }
    75% {
        transform: scale(0.9);
    }
}
/* ==================== ##Isotope (Recommended) ==================== */
/* https://isotope.metafizzy.co/v1/docs/introduction.html */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    transition-duration: 0.8s;
}

.isotope {
    transition-property: height, width;
}

.isotope .isotope-item {
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    transition-duration: 0s;
}

/* ==================== ##Lists Style ==================== */
body ul li,
body ol li {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    list-style: none;
    line-height: 40px;
}

body ul li:before {
    content: "";
    position: absolute;
    z-index: 1;
    font-size: 1em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    left: 2px;
    top: 18px;
}

body ul > li:last-child,
body ol > li:last-child {
    padding-bottom: 0;
}

body ul.softlab_dash li {
    padding-left: 25px;
}
body ul.softlab_dash li:before {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 0;
    top: 20px;
}
body ul.softlab_plus li {
    padding-left: 25px;
}
body ul.softlab_plus li:before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 8px;
    height: 2px;
    left: 7px;
    top: 20px;
}
body ul.softlab_plus li:after {
    position: absolute;
    z-index: 1;
    content: "";
    width: 2px;
    height: 8px;
    left: 10px;
    top: 17px;
}
body ul.softlab_check li {
    padding-left: 25px;
}
body ul.softlab_check li:before {
    content: "\f144";
    font-family: flaticon;
    width: 0;
    height: 0;
    top: 0;
    font-size: 10px;
}
body ul.softlab_slash li {
    padding-left: 25px;
}
body ul.softlab_slash li:before {
    content: "/";
    width: 0;
    height: 0;
    top: 0;
    left: 7px;
    font-size: 1.05em;
    font-weight: 700;
}
body ul.no-list-style li {
    padding: 0;
}
body ul.no-list-style li:before {
    display: none;
}

body ol {
    counter-reset: li;
}

body ol li {
    counter-increment: li;
}

body ol > li {
    position: relative;
}

body ol > li:before {
    /* https://www.w3.org/Style/Examples/007/color-bullets.en.html */
    content: "." counter(li);
    position: absolute;
    z-index: 1;
    left: 0;
    font-size: inherit;
    display: inline-block;
    line-height: inherit;
    direction: rtl;
    font-weight: 600;
    width: auto;
    height: auto;
}

body ul ol > li:before {
    top: 0;
    background-color: transparent !important;
}

body li ol {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* ==================== ##Comments ==================== */
.single.related_posts + .row #comments {
    padding-top: 0;
    margin-top: 64px;
}

#comments {
    margin-top: 44px;
    margin-bottom: 44px;
}
#comments > h3 {
    margin-bottom: 11px;
    padding-bottom: 16px;
    z-index: 10;
    position: relative;
}
#comments .pingback .edit-link .comment-edit-link {
    font-size: 12px;
    color: #7e7676;
    margin-left: 5px;
}
#comments .pingback .edit-link .comment-edit-link:hover {
    color: #b9a9cd;
}
#comments .comment-notes {
    margin-bottom: 30px;
}
#comments .form-submit {
    margin-bottom: 0;
    clear: both;
}
#comments .commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: inherit;
}
#comments .commentlist li.pingback,
#comments .commentlist li.trackback {
    padding: 0;
}
#comments .commentlist li.pingback:before,
#comments .commentlist li.trackback:before {
    display: none;
}
#comments .commentlist + * {
    margin-top: 48px;
}
#comments .commentlist .comment-respond {
    margin: 20px 0;
}
#comments .commentlist .comment {
    padding: 0;
}
#comments .commentlist .comment:before, #comments .commentlist .comment:after {
    display: none;
}
#comments .commentlist .comment .stand_comment {
    padding: 40px 0 22px 100px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#comments .commentlist .comment .stand_comment .thiscommentbody {
    position: relative;
    z-index: 1;
    min-height: 70px;
}
#comments .commentlist .comment .commentava {
    position: absolute;
    z-index: 1;
    left: -100px;
    top: 4px;
    height: 70px;
    width: 70px;
}
#comments .commentlist .comment .commentava img {
    border-radius: 50%;
}
#comments .commentlist .comment.pingback .stand_comment {
    padding-left: 0;
}
#comments .commentlist .comment .children .comment {
    margin-left: 70px;
}
#comments .commentlist .comment .children .stand_comment {
    padding-left: 70px;
}
#comments .commentlist .comment .children .stand_comment .commentava {
    left: -70px;
    width: 50px;
    height: 50px;
}
#comments .commentlist > .comment > .children > .comment {
    margin-left: 90px;
}
#comments .commentlist > .comment:last-child {
    margin-bottom: -1px;
}
#comments .commentlist > .comment:last-child .stand_comment:last-child {
    border-bottom: 0;
}
#comments .commentlist .comment_info {
    padding-right: 90px;
}
#comments .commentlist .comment_info .meta-wrapper {
    margin-bottom: 0;
    opacity: 1;
    float: none;
    padding: 0;
    line-height: 22px;
    background: none;
    font-weight: 400;
}
#comments .commentlist .comment_info .meta-wrapper * {
    font-size: 14px;
    text-transform: capitalize;
}
#comments .commentlist .comment_info .meta-wrapper .comment-edit-link {
    transition: color 0.3s ease;
}
#comments .commentlist .comment_info .meta-wrapper .comment-edit-link span {
    transition: 0s;
}
#comments .commentlist .comment_author_says {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    padding-top: 0;
}
#comments .commentlist .comment_author_says a {
    font-weight: inherit;
    font-size: inherit;
}
#comments .commentlist .comment_content {
    margin-top: 0;
    font-weight: 400;
    line-height: 30px;
}
#comments .commentlist .comment_content p {
    margin-bottom: 0;
    padding-bottom: 5px;
}
#comments .commentlist .comment_content h1, #comments .commentlist .comment_content h2, #comments .commentlist .comment_content h3, #comments .commentlist .comment_content h4, #comments .commentlist .comment_content h5, #comments .commentlist .comment_content h6 {
    margin-bottom: 8px;
}
#comments .comment-reply-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: capitalize;
    box-sizing: border-box;
    border: 1px solid #c4cdd7;
    border-radius: 15px;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    top: 0;
    letter-spacing: 0;
    line-height: 28px;
    padding: 0 14px;
    color: #c4cdd7;
}
#comments .comment-reply-link:hover, #comments .comment-reply-link:focus, #comments .comment-reply-link:active {
    border-color: transparent;
    box-shadow: 0px 6px 13px 0px rgba(145, 145, 145, 0.3);
}
#comments #cancel-comment-reply-link {
    font-weight: 300;
    opacity: 0.8;
    text-transform: capitalize;
}
#comments small #cancel-comment-reply-link {
    font-size: 18px;
    margin-left: 10px;
}
#comments ol.commentlist > li:first-child > .stand_comment {
    padding-top: 0;
}
#comments .button__wrapper input[type=submit],
#comments .button__wrapper button {
    background: transparent !important;
}
#comments .number-comments {
    font-weight: 600;
}

.comments-title {
    margin-bottom: 28px;
}

body .comment-respond .comment-reply-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
}
body .comment-respond .comment-form {
    margin-left: -10px;
    margin-right: -10px;
}
body .comment-respond .comment-form [class*=wgl_col-],
body .comment-respond .comment-form > p {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
body .comment-respond div label {
    margin: 0;
}
body .comment-respond div label:not(.label-message):after {
    content: "\f11e";
    font-family: "Flaticon";
    font-size: 16px;
    position: absolute;
    right: 35px;
    line-height: 50px;
    color: #97a0aa;
}
body .comment-respond div label.label-email:after, body .comment-respond div label[for=email]:after {
    content: "\f105";
}
body .comment-respond div label.label-url:after {
    content: "\f111";
}
body .comment-respond div label[for=rating]:after, body .comment-respond div label[for=comment]:after {
    content: "";
}
body .comment-respond .form_field {
    width: 100%;
    margin-bottom: 20px !important;
}
body .comment-respond textarea.form_field {
    resize: none;
    margin-bottom: 20px !important;
}

body .comment-form-cookies-consent {
    clear: both;
    top: -10px;
}
body .comment-form-cookies-consent > input,
body .comment-form-cookies-consent > label,
body .comment-form-cookies-consent > span {
    display: inline-block;
}
body .comment-form-cookies-consent > input {
    margin-right: 7px;
}

.wp-block-latest-comments > li {
    padding-left: 0;
}
.wp-block-latest-comments > li:before {
    display: none;
}

/* ==================== ##Contact Form ==================== */
.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}
.wpcf7 .wpcf7-response-output {
    margin: 0;
}
.wpcf7 input:not([type=submit]),
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
}
.wpcf7 input:not([type=submit])::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder {
    color: #97a0aa !important;
}
.wpcf7-form .row {
    margin-left: -10px;
    margin-right: -10px;
}
.wpcf7-form .row [class*=wgl_col-] {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.wpcf7 .ajax-loader {
    display: none !important;
}
.wpcf7-not-valid {
    border-color: #ff0000;
}
.wpcf7-not-valid-tip {
    padding-top: 5px;
}
.wpcf7 .form-icon {
    position: absolute;
    z-index: 1;
    top: 9px;
    right: 35px;
    font-size: 14px;
    color: #bababa;
}
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    align-items: center;
}
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input {
    width: auto;
    height: auto;
}
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input + .wpcf7-list-item-label,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input + .wpcf7-list-item-label {
    padding-left: 0.5em;
}
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type=radio] {
    -webkit-appearance: radio;
    appearance: radio;
}

.wpb_text_column .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

.sign_up {
    display: flex;
    justify-content: center;
    margin-right: -20px;
}
.sign_up input[type=submit] {
    margin-left: 20px;
    height: 50px;
}
.sign_up input[type=email] {
    width: 350px;
}
.sign_up .ajax-loader {
    display: none;
}

.coming-soon .button__wrapper {
    margin-top: 0;
}
.coming-soon .button__wrapper input[type=submit] {
    height: 44px;
}

/* Footer Contact Form */
.footer .wpcf7 input:not([type=submit]) {
    width: 100%;
    height: 48px;
    padding: 0px 50px 0 20px;
    border: 0;
    outline: none;
    font-weight: 400;
    background: currentColor;
    overflow: hidden;
    margin-bottom: 0;
    color: inherit;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
}
.footer .wpcf7 input:not([type=submit]):focus, .footer .wpcf7 input:not([type=submit]):active {
    background: #fff;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
    color: #97a0aa;
}
.footer .wpcf7 span[class*=email] {
    position: relative;
}
.footer .wpcf7 span[class*=email]:after {
    content: "\f105";
    font-family: "Flaticon";
    font-size: 20px;
    position: absolute;
    right: 20px;
    line-height: 48px;
    color: #97a0aa;
    top: 0px;
}
.footer .wpcf7 input[type=submit] {
    box-shadow: none;
}

/* End Footer Contact Form */
/* Mailchimp */
#mc_embed_signup .mc-field-group {
    width: calc(100% - 160px);
    margin-right: 20px;
    float: left;
    position: relative;
    z-index: 1;
}
#mc_embed_signup .mc-field-group input {
    width: 100%;
    height: 40px;
    padding-bottom: 0;
    padding-top: 0;
    color: #979797;
    background-color: rgba(255, 255, 255, 0.1);
}
#mc_embed_signup .mc-field-group input::placeholder {
    color: #979797;
}
#mc_embed_signup .button-submit input {
    width: 140px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
#mc_embed_signup div.mce_inline_error {
    margin-bottom: 0 !important;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(40, 71, 178, 0.15);
    background: #fff !important;
    color: #6B0505 !important;
    border-top: 0 !important;
    margin-top: 5px !important;
    border-radius: 0;
}

.wgl-mailchimp-2 #mc_embed_signup .mc-field-group {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 0;
}
.wgl-mailchimp-2 #mc_embed_signup .mc-field-group input {
    width: 100%;
    height: 50px;
    border: 1px solid #8b8b8b;
    font-size: 14px;
    color: #ffffff;
    background-color: transparent;
}
.wgl-mailchimp-2 #mc_embed_signup .mc-field-group input::placeholder {
    color: #ffffff;
}
.wgl-mailchimp-2 #mc_embed_signup .mc-field-group .mce_inline_error {
    width: 100%;
}
.wgl-mailchimp-2 #mc_embed_signup .button-submit {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    transition: all 0.5s;
}
.wgl-mailchimp-2 #mc_embed_signup .button-submit input {
    margin-bottom: 0;
    padding: 0 10px;
    width: 130px;
    height: 40px;
}
.wgl-mailchimp-2 #mc_embed_signup .button-submit:hover input {
    color: #ffffff;
}

/* Coming Soon */
.coming-soon_form .wpcf7 input:not([type=submit]), .coming-soon_form .wpcf7 select, .coming-soon_form .wpcf7 textarea {
    width: auto;
    display: inline-block;
    color: #97a0aa;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
    background: #fff;
    border: 0;
}
.coming-soon_form .wpcf7 input:not([type=submit])::placeholder, .coming-soon_form .wpcf7 select::placeholder, .coming-soon_form .wpcf7 textarea::placeholder {
    color: #97a0aa;
}
.coming-soon_form .wpcf7 input:not([type=submit]):focus, .coming-soon_form .wpcf7 input:not([type=submit]):active, .coming-soon_form .wpcf7 select:focus, .coming-soon_form .wpcf7 select:active, .coming-soon_form .wpcf7 textarea:focus, .coming-soon_form .wpcf7 textarea:active {
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
}
.coming-soon_form .wpcf7 .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

/* ==================== ##Slick Slider ==================== */
.softlab_module_carousel {
    position: relative;
    z-index: 1;
    margin-left: -15px;
    margin-right: -15px;
}
.softlab_module_carousel .slick-slider {
    display: block;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
}
.softlab_module_carousel .slick-list {
    position: relative;
    z-index: 1;
    display: block;
}
.softlab_module_carousel .slick-track {
    position: relative;
    z-index: 1;
}
.softlab_module_carousel .slick-track:after {
    content: "";
    display: table;
    clear: both;
}
.softlab_module_carousel .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    height: 100%;
    min-height: 1px;
    cursor: pointer;
}
.softlab_module_carousel .slick-slide.dragging img {
    pointer-events: none;
}
.softlab_module_carousel .slick-loading .slick-track,
.softlab_module_carousel .slick-loading .slick-slide {
    visibility: hidden;
}

.softlab_module_carousel-wrapper {
    overflow: hidden;
}

/* ==================== ##Pagination ==================== */
.wgl-pagination {
    padding: 0 0 30px 20px;
}
.wgl-pagination .page {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    padding: 0;
}
.wgl-pagination .page-numbers {
    position: relative;
    z-index: 1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 0;
    transition: all 0.4s;
    text-align: center;
    background: #f7f9fd;
    color: #8b9baf;
    border-radius: 5px;
}
.wgl-pagination .page-numbers .fa {
    font-weight: 700;
    font-size: 21px;
}
.wgl-pagination .page > a:hover {
    color: #fff;
}
.wgl-pagination .page .current {
    cursor: default;
    color: #ffffff;
}
.wgl-pagination .page:before, .wgl-pagination .page:after {
    display: none;
}
.wgl-pagination .page:first-child {
    margin-left: 0;
}
.wgl-pagination .page:last-child {
    margin-right: 0;
}

.page-link {
    clear: both;
}

/* ==================== ##Load More ==================== */
.load_more_item {
    padding: 12px 40px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    min-width: 170px;
    border-width: 0;
    border-style: solid;
    border-color: #e9e9e9;
    white-space: nowrap;
    margin: 0 0 !important;
    border-radius: 30px;
}
.load_more_item span {
    position: relative;
    z-index: 1;
}

.text-center.load_more_wrapper {
    text-align: center;
}

.load_more_wrapper {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
@keyframes rotating {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.load_more_wrapper.blog_load_more {
    margin-top: 10px;
}
.load_more_wrapper.full_width_btn .load_more_item {
    width: 100%;
}
.load_more_wrapper .load_more_item {
    transition: 0.3s ease;
    position: relative;
}
.load_more_wrapper .load_more_item:hover:after {
    opacity: 1;
}
.load_more_wrapper .load_more_item.loading:before {
    color: inherit;
}
.load_more_wrapper .load_more_item:before {
    content: "\f021";
    display: inline-block;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -8px;
    font-family: "Font Awesome 5 Free";
    font-size: 19px;
    line-height: 1;
    text-rendering: auto;
    color: #fff;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: rotating 2s linear infinite;
    transition: 0.3s;
}
.load_more_wrapper .load_more_item:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    opacity: 0;
    transition: inherit;
    content: "";
}
.load_more_wrapper .loading.load_more_item:before {
    opacity: 1;
}
.load_more_wrapper .loading span {
    opacity: 0;
}

/* ==================== ##Page MailChimp ==================== */
.mc4wp-form-fields {
    position: relative;
}
.mc4wp-form-fields input[type=email]:not([type=checkbox]) {
    background: #fff;
    display: inline-block;
}
.mc4wp-form-fields input[type=submit] {
    transition: all 0.5s;
    letter-spacing: 0;
    height: 45px;
    padding: 5px 37px 5px;
}

@media only screen and (max-width: 375px) {
    .mc4wp-form-fields input[type=email]:not([type=checkbox]) {
        width: 100%;
    }
    .mc4wp-form-fields input[type=submit] {
        width: 100%;
        margin-top: 10px;
    }
}
/* ==================== ##Extended Row ==================== */
.wgl-row-animation {
    position: relative;
    z-index: 1;
}
.wgl-row-animation .wpb_column {
    position: relative;
    z-index: 2;
}
.wgl-row-animation .wgl-row_background {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}

.particles-js {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.extended-parallax {
    position: absolute;
    z-index: -1;
    width: 100%;
}

.page-header .particles-js {
    left: 0;
    top: 0;
}

.morph-svg {
    position: absolute;
    z-index: -1;
    width: 100%;
}

/* ==================== ##Preloader ==================== */
#preloader-wrapper {
    background-color: #fdfaf8;
    z-index: 10000;
    position: fixed;
    width: 100%;
    height: 100%;
}

.preloader-container {
    position: relative;
    width: 82px;
    height: 82px;
    left: 50%;
    top: 50%;
    margin-top: -41px;
    margin-left: -41px;
}
.preloader-container > div {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 1px;
    float: left;
    background: tomato;
    transform: scale(0);
    transform-origin: center center;
    animation: loader 2s infinite linear;
}
.preloader-container > div:nth-of-type(1), .preloader-container > div:nth-of-type(5), .preloader-container > div:nth-of-type(9) {
    animation-delay: 0.4s;
}
.preloader-container > div:nth-of-type(4), .preloader-container > div:nth-of-type(8) {
    animation-delay: 0.2s;
}
.preloader-container > div:nth-of-type(2), .preloader-container > div:nth-of-type(6) {
    animation-delay: 0.6s;
}
.preloader-container > div:nth-of-type(3) {
    animation-delay: 0.8s;
}

@keyframes loader {
    0% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
/* ==================== ##Scroll Up ==================== */
#scroll_up {
    position: fixed;
    z-index: 20;
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    bottom: 30px;
    opacity: 0;
    text-align: center;
    transition: all 0.4s;
    transform: translateX(130%);
    cursor: pointer;
    border-radius: 30px 0 0 30px;
    box-shadow: 0 5px 38px 0 rgba(0, 0, 0, 0.1);
}
#scroll_up:after {
    content: "\f1c0";
    font-family: Flaticon;
    font-size: 16px;
    display: inline-block;
    margin-left: 5px;
}
#scroll_up.active {
    opacity: 1;
    transform: translateY(0%);
}
#scroll_up:hover:after {
    animation: scroll_up_anim 1.5s infinite;
}

@keyframes scroll_up_anim {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}
/* ==================== ##Wpml ==================== */
body .wpml-ls a span:focus {
    outline: none;
}

body li.wpml-ls-menu-item ul li a {
    width: auto;
}

.wgl-theme-header [class^=position_right] .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    right: 0;
    left: auto;
}

.sitepress_container > .wpml-ls {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    z-index: 1;
}
.sitepress_container > .wpml-ls > ul, .sitepress_container > .wpml-ls > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.sitepress_container > .wpml-ls > ul {
    letter-spacing: 0.02em;
}
.sitepress_container > .wpml-ls > ul > li:before {
    display: none;
}
.sitepress_container > .wpml-ls li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
}
.sitepress_container > .wpml-ls li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.sitepress_container > .wpml-ls li a .wpml-ls-flag {
    width: 20px;
    height: 20px;
}

body .wpml-ls-legacy-dropdown {
    width: auto;
    text-align: center;
}
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
body .wpml-ls-legacy-dropdown .wpml-ls-current-language a:hover {
    background: none;
    border: 0;
    color: inherit !important;
}
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    background: none;
    border: 0;
    color: inherit !important;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 0;
    padding: 24px 0;
    margin-top: 0;
    min-width: 200px;
    box-sizing: border-box;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
    top: calc(100% + 15px);
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
    line-height: 30px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:before {
    display: none;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a {
    padding: 0;
    width: 100%;
    line-height: inherit;
    position: relative;
    transition: color 0.4s, opacity 0.4s, background 0.4s;
    padding: 4px 28px 4px 36px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:after {
    position: absolute;
    display: block;
    top: 50%;
    border-radius: 50%;
    margin-top: -2.5px;
    margin-left: 6px;
    left: 0%;
    width: 5px;
    height: 5px;
    border: 0;
    content: "";
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a span {
    position: relative;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover:after {
    margin-left: 20px;
    opacity: 1;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
body .wpml-ls-legacy-dropdown a {
    background: none;
    border: 0;
    color: inherit;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 5px 0;
    line-height: 0;
}
body .wpml-ls-legacy-dropdown a:hover {
    color: inherit;
    background: none;
    transition: 0s;
}
body .wpml-ls-legacy-dropdown a:active {
    color: inherit;
    background: none;
    transition: 0s;
}
body .wpml-ls-legacy-dropdown a:visited {
    color: inherit;
    background: none;
    transition: 0s;
}
body .wpml-ls-legacy-dropdown a:link {
    color: inherit;
    background: none;
    transition: 0s;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span {
    padding-right: 14px;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span:after, body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span:before {
    position: absolute;
    content: "";
    z-index: 1;
    background: currentColor;
    margin-top: 1px;
    vertical-align: middle;
    display: inline-block;
    border: 0;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span:before {
    width: 8px;
    height: 2px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle > span:after {
    width: 2px;
    height: 8px;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}

/* ==================== ##Multiscroll ==================== */
.softlab_module_split_slider {
    position: relative;
    opacity: 0;
    transition: opacity 0.45s ease;
    margin: 0 -2px;
}
.softlab_module_split_slider.slider_initialized {
    opacity: 1;
}

.softlab_module_split_slider-responsive {
    display: none;
}
.softlab_module_split_slider-responsive .ms-section.ms-table {
    display: table;
}
.softlab_module_split_slider-responsive .ms-tableCell {
    display: table-cell;
    vertical-align: middle;
}

.ms-section {
    position: relative;
    box-sizing: border-box;
    padding: 0 10%;
}

.ms-section.ms-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.ms-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.ms-easing {
    transition: all 0.7s ease-out;
}

#multiscroll-nav {
    position: fixed;
    z-index: 1;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

#multiscroll-nav.right {
    right: 17px;
}

#multiscroll-nav.left {
    left: 17px;
}

#multiscroll-nav ul {
    margin: 0;
    padding: 0;
}

#multiscroll-nav li {
    display: block;
    width: 25px;
    height: 8px;
    margin: 5px;
    position: relative;
    padding: 0;
}
#multiscroll-nav li:before {
    display: none;
}

#multiscroll-nav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#multiscroll-nav li .active span {
    background: #333;
    width: 50px;
    opacity: 1;
}

#multiscroll-nav span {
    top: 2px;
    right: 2px;
    width: 25px;
    height: 2px;
    border: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.6;
    transition: all 0.45s ease;
}

.multiscroll-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
    white-space: nowrap;
    max-width: 220px;
}

.multiscroll-tooltip.right {
    right: 20px;
}

.multiscroll-tooltip.left {
    left: 20px;
}

.ms-responsive .ms-hide {
    display: none;
}

.ms-scrollable {
    overflow: hidden;
    position: relative;
}

.ms-scroller {
    overflow: hidden;
}

.iScrollIndicator {
    border: 0 !important;
}

@media only screen and (max-width: 1024px) {
    .softlab_module_split_slider, #multiscroll-nav {
        display: none;
    }

    .softlab_module_split_slider-responsive {
        display: block;
    }

    body.ms-initialized {
        overflow-y: visible !important;
    }
}
/* ==================== ##Shop ==================== */
/* #Shop Catalog */
.woo_product_post_media {
    margin: 0;
}
@keyframes wgl_fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.woocommerce ul.wgl-products,
.woocommerce .products ul.wgl-products {
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    margin-right: -30px;
}
.woocommerce ul.wgl-products.animated_products li,
.woocommerce .products ul.wgl-products.animated_products li {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}
.woocommerce ul.wgl-products.animated_products li.visible_item,
.woocommerce .products ul.wgl-products.animated_products li.visible_item {
    animation-fill-mode: both;
    animation-duration: 0.3s;
    animation-name: wgl_fadeInUp;
}
.woocommerce ul.wgl-products li,
.woocommerce .products ul.wgl-products li {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    margin: 0 30px 50px 0;
    padding: 0 0 30px;
    border-radius: 15px;
    box-sizing: border-box;
    transition: 0.3s;
}
.woocommerce ul.wgl-products li:before,
.woocommerce .products ul.wgl-products li:before {
    display: none;
}
.woocommerce ul.wgl-products .woocommerce-loop-product__title,
.woocommerce .products ul.wgl-products .woocommerce-loop-product__title {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 600;
}
.woocommerce ul.wgl-products .woocommerce-loop-product__title a,
.woocommerce .products ul.wgl-products .woocommerce-loop-product__title a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.woocommerce ul.wgl-products .star-rating,
.woocommerce .products ul.wgl-products .star-rating {
    float: none;
    margin: 7px auto 10px;
    letter-spacing: 9px;
    width: 8.4em;
    font-size: 14px;
    line-height: 1;
}
.woocommerce ul.wgl-products .star-rating:before,
.woocommerce .products ul.wgl-products .star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.woocommerce ul.wgl-products .price,
.woocommerce .products ul.wgl-products .price {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    line-height: 35px;
}
.woocommerce ul.wgl-products .price del,
.woocommerce .products ul.wgl-products .price del {
    margin-right: 16px;
    color: #b5b5b5;
    opacity: 1;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0;
    letter-spacing: 10px;
    width: 8.4em;
    font-size: 16px;
    line-height: 1;
    margin-right: 20px;
    margin-left: 6px;
}
.woocommerce .woocommerce-product-rating .star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .star-rating {
    letter-spacing: 9px;
    width: 8.4em;
    font-size: 14px;
    line-height: 1;
}
.woocommerce .star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.columns-3 ul.wgl-products li {
    width: calc(33.33333% - 30px);
}

.columns-4 ul.wgl-products li {
    width: calc(25% - 30px);
}

.columns-2 ul.wgl-products li {
    width: calc(50% - 30px);
}

.columns-1 ul.wgl-products li {
    width: calc(100% - 30px);
}

ul.wgl-products li {
    transition: all 0.4s ease;
    box-shadow: 0 0 0 1px #e7e8e8;
}
ul.wgl-products li .picture {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    margin: 0;
}
ul.wgl-products li .picture .woo_post-link {
    display: block;
}
ul.wgl-products li .picture img {
    transition: all 0.4s;
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
ul.wgl-products li .picture img.attachment-shop_catalog {
    opacity: 0;
    transition: all 0.4s;
    filter: blur(0);
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transform: translate(-100%, 0);
}
ul.wgl-products li:hover {
    box-shadow: 0px 13px 38px 0px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
ul.wgl-products li:hover a.add_to_cart_button,
ul.wgl-products li:hover a.button {
    visibility: visible;
    opacity: 1;
    bottom: -21px;
}
ul.wgl-products li:hover a.add_to_cart_button:hover,
ul.wgl-products li:hover a.button:hover {
    color: #fff;
}
ul.wgl-products li:hover .picture:not(.no_effects) img {
    transform: translate(100%, 0);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
ul.wgl-products li:hover .picture:not(.no_effects) img.attachment-shop_catalog {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}
ul.wgl-products li a.add_to_cart_button,
ul.wgl-products li a.button,
ul.wgl-products li .added_to_cart.wc-forward {
    font-weight: 600;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    position: absolute;
    bottom: -40px;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    font-size: 13px;
    line-height: 18px;
    padding: 12px 40px 12px 60px;
    z-index: 2;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-width: 180px;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
}
ul.wgl-products li a.add_to_cart_button:before,
ul.wgl-products li a.button:before,
ul.wgl-products li .added_to_cart.wc-forward:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    opacity: 1;
}
ul.wgl-products li a.add_to_cart_button:after,
ul.wgl-products li a.button:after,
ul.wgl-products li .added_to_cart.wc-forward:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    opacity: 0;
}
ul.wgl-products li a.add_to_cart_button:hover:after,
ul.wgl-products li a.button:hover:after,
ul.wgl-products li .added_to_cart.wc-forward:hover:after {
    opacity: 1;
}
ul.wgl-products li a.add_to_cart_button i:before,
ul.wgl-products li a.button i:before,
ul.wgl-products li .added_to_cart.wc-forward i:before {
    font-size: 16px;
    font-weight: 400;
    transition: all 0.9s ease;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-block;
    position: absolute;
    margin-left: -1px;
    text-align: center;
    letter-spacing: 0;
    left: 0;
    top: 50%;
    margin-top: -21px;
}
ul.wgl-products li a.added_to_cart,
ul.wgl-products li .added_to_cart.wc-forward {
    padding: 12px 20px;
}
ul.wgl-products li a.button.added:after,
ul.wgl-products li button.button.added:after,
ul.wgl-products li input.button.added::after {
    font-size: 16px;
    color: #fff;
    vertical-align: inherit;
    margin-left: 0;
}
ul.wgl-products li a.button.added,
ul.wgl-products li button.button.added,
ul.wgl-products li input.button.added {
    font-size: 0;
    height: 42px;
    vertical-align: inherit;
    color: transparent;
    bottom: -21px;
    opacity: 0;
    visibility: visible;
    transition: all 0.3s ease;
    transition-delay: 0.2s;
}
ul.wgl-products li a.button.added:before,
ul.wgl-products li button.button.added:before,
ul.wgl-products li input.button.added:before {
    display: none;
}
ul.wgl-products li a.button.added + .added_to_cart,
ul.wgl-products li button.button.added + .added_to_cart,
ul.wgl-products li input.button.added + .added_to_cart {
    animation-delay: 0.3s;
    animation-name: wgl_flash_in;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}
ul.wgl-products li a.button.loading,
ul.wgl-products li button.button.loading,
ul.wgl-products li input.button.loading {
    font-size: 0;
    height: 42px;
    vertical-align: inherit;
    color: #fff;
    bottom: -21px;
    opacity: 1;
    visibility: visible;
    transition: 0.6s ease;
    padding: 0;
    min-width: 42px;
    background: transparent;
}
ul.wgl-products li a.button.loading:before,
ul.wgl-products li button.button.loading:before,
ul.wgl-products li input.button.loading:before {
    content: "\f110";
    display: inline-block;
    margin-right: 0;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Font Awesome 5 Free";
    animation: fa-spin 2s infinite linear;
    margin-left: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
}
ul.wgl-products li a.button.loading:after,
ul.wgl-products li button.button.loading:after,
ul.wgl-products li input.button.loading:after {
    display: none;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes wgl_flash_in {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        bottom: -21px;
        visibility: visible;
    }
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    border-radius: 15px;
    background: #fff;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    top: 50%;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.18);
}

.woocommerce .products .star-rating {
    margin: 5px auto 10px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    border-radius: 25px;
    height: 10px;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
    border-radius: 15px;
    background: #f4f6fd;
}

.woocommerce .widget_price_filter .price_label {
    font-weight: 800;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    text-align: center;
}

.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before {
    display: none;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
    padding-right: 15px;
}
.woocommerce .widget_shopping_cart .cart_list li:before,
.woocommerce.widget_shopping_cart .cart_list li:before {
    display: none;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    width: 80px;
    margin-left: 0;
    margin-right: 20px;
    margin-top: -2px;
    border-radius: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    left: auto;
    right: 14px;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    margin: 0;
    top: 18px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:before {
    content: "\f112";
    font-family: "flaticon";
    font-size: 11px;
    line-height: 1;
    display: inline-block;
    color: #b6b6b6;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    transition: all 0.3s;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover:before {
    opacity: 0.6;
    color: #ff144b;
}

.widget.widget_price_filter .widget-title {
    margin-bottom: 25px;
}

.woocommerce .star-rating span:before {
    color: #f9d322;
}

.woocommerce span.onsale {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    box-sizing: border-box;
    width: auto;
    line-height: 24px;
    height: auto;
    padding: 0 12px;
    min-width: 45px;
    min-height: auto;
    text-transform: uppercase;
    color: #ffffff;
    left: 15px;
    top: 15px;
    border-radius: 3px;
    background: #ff3285;
}

.product_list_widget .product-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: color 0.3s ease;
}
.product_list_widget del {
    margin-right: 14px;
    color: #b5b5b5;
}
.product_list_widget del .woocommerce-Price-amount {
    color: inherit;
}

.woocommerce del {
    margin-right: 4px;
    color: #b5b5b5;
}
.woocommerce del .woocommerce-Price-amount {
    color: inherit;
}

.woocommerce div.product p.price del {
    opacity: 1;
    font-size: 16px;
}

.product_list_widget .woocommerce-Price-amount {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    margin-right: 4px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 0;
    margin-bottom: 20px;
}

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
    margin-bottom: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    padding: 0 32px;
    left: auto;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 25px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    max-height: 40px;
    background: transparent;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    color: #fff !important;
}

.woocommerce .widget_price_filter .price_slider_amount {
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.woocommerce .widget_price_filter .price_slider_amount span {
    font-weight: 600;
    font-size: 16px;
}
.woocommerce .widget_price_filter .price_slider_amount span.from {
    margin-left: 10px;
}
.woocommerce .widget_price_filter .price_slider_amount span.from, .woocommerce .widget_price_filter .price_slider_amount span.to {
    color: #b5b5b5;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    margin-top: 16px;
}

.woocommerce ul.cart_list li .quantity {
    font-weight: 600;
    font-size: 14px;
    color: #b6b6b6;
}

.woocommerce ul.cart_list li .quantity .woocommerce-Price-amount {
    font-weight: 600;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border: 0;
    padding-top: 23px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    padding: 7px 20px;
    left: auto;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    margin-right: 10px;
    margin-bottom: 0;
    color: #fff;
    transition: all 0.4s;
    text-align: center;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    border-radius: 25px;
    background: transparent;
    min-height: 40px;
}
.woocommerce .widget_shopping_cart .buttons a:last-child,
.woocommerce.widget_shopping_cart .buttons a:last-child {
    margin-right: 0;
}
.woocommerce .widget_shopping_cart .buttons a:before,
.woocommerce.widget_shopping_cart .buttons a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    opacity: 1;
}
.woocommerce .widget_shopping_cart .buttons a:after,
.woocommerce.widget_shopping_cart .buttons a:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    opacity: 0;
}
.woocommerce .widget_shopping_cart .buttons a.checkout,
.woocommerce.widget_shopping_cart .buttons a.checkout {
    background: transparent;
}
.woocommerce .widget_shopping_cart .buttons a.checkout:before, .woocommerce .widget_shopping_cart .buttons a.checkout:after,
.woocommerce.widget_shopping_cart .buttons a.checkout:before,
.woocommerce.widget_shopping_cart .buttons a.checkout:after {
    display: none;
}
.woocommerce .widget_shopping_cart .buttons a.checkout:hover,
.woocommerce.widget_shopping_cart .buttons a.checkout:hover {
    color: #fff !important;
}
.woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover {
    color: #fff;
}
.woocommerce .widget_shopping_cart .buttons a:hover:after,
.woocommerce.widget_shopping_cart .buttons a:hover:after {
    opacity: 1;
}

.woocommerce .widget_shopping_cart .buttons a:last-child,
.woocommerce.widget_shopping_cart .buttons a:last-child {
    margin-right: 0;
}

.woocommerce > .softlab_module_message_box {
    margin-bottom: 20px;
}

.woocommerce-mini-cart__buttons.buttons a.button {
    width: calc(50% - 5px);
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.woocommerce .widget_shopping_cart .total .woocommerce-Price-amount,
.woocommerce.widget_shopping_cart .total .woocommerce-Price-amount {
    margin-left: 5px;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    display: inline;
    width: 50%;
    margin: 0 0 40px;
    float: left;
    font-size: 16px;
    color: #97a0aa;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    display: inline;
    width: 50%;
    margin: 0 0 30px;
    float: left;
    text-align: right;
}

.woocommerce .woocommerce-ordering .select__field {
    display: inline-block;
    position: relative;
}
.woocommerce .woocommerce-ordering .select__field:before {
    content: "\f13d";
    font-family: Flaticon;
    font-size: 9px;
    font-weight: 400;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    transform: rotate(-270deg);
    right: 20px;
    color: #97a0aa;
}
.woocommerce .woocommerce-ordering select {
    float: right;
    width: 270px;
    box-sizing: border-box;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
    height: 48px;
    max-width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px 20px;
    -webkit-appearance: none;
    font-family: inherit;
    background: transparent;
    outline: none;
    margin: 0;
    border: 0;
    color: #97a0aa;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.woocommerce .woocommerce-ordering select:focus, .woocommerce .woocommerce-ordering select:active {
    background: transparent;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
}

.wgl-products-catalog,
.wgl-products-related {
    clear: both;
}

.wgl-products-catalog {
    margin-top: 10px;
}

.woo_product_image {
    display: flex;
    justify-content: center;
    position: relative;
}

.wgl-woocommerce-sorting {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.wgl-woocommerce-sorting:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.wgl-woocommerce-sorting .softlab_module_message_box {
    width: 100%;
    box-sizing: border-box;
}
.wgl-woocommerce-sorting .softlab_module_message_box:before {
    display: none;
}
.wgl-woocommerce-sorting .softlab_module_message_box:empty {
    display: none;
}
.wgl-woocommerce-sorting .woocommerce-notices-wrapper {
    width: 100%;
}
.wgl-woocommerce-sorting .woocommerce-notices-wrapper:empty {
    display: none;
}

/* #Pagination Shop */
.woocommerce nav.woocommerce-pagination {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce nav.woocommerce-pagination ul {
    display: block;
    white-space: nowrap;
    clear: both;
    border: 0;
    border-right: 0;
    margin: 0;
    text-align: left;
    padding: 0 0 30px 0;
    font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border: 0;
    float: none;
    margin: 0 5px;
    overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    border: none;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 0;
    transition: all 0.4s;
    text-align: center;
    background: #f7f9fd;
    border-radius: 5px;
    color: #a9acae;
}
.woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span:focus, .woocommerce nav.woocommerce-pagination ul li span:active,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:active {
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.next,
.woocommerce nav.woocommerce-pagination ul li span.prev,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    background: #f7f9fd;
    font-size: 21px;
}
.woocommerce nav.woocommerce-pagination ul li span.next, .woocommerce nav.woocommerce-pagination ul li span.prev,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    font-weight: 500;
    font-size: 21px;
}
.woocommerce nav.woocommerce-pagination ul li:first-child {
    margin-left: 0;
}
.woocommerce nav.woocommerce-pagination ul li:before {
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span {
    cursor: default;
}

/* #Tabs Shop */
.woocommerce-tabs .comment-reply-title {
    font-weight: 800;
    font-size: 30px;
    line-height: 42px;
    display: block;
}

.woocommerce div.product .woocommerce-tabs {
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs .panel {
    text-align: left;
    border-radius: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel > h2 {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel #comments > h2,
.woocommerce div.product .woocommerce-tabs .panel #comments > .woocommerce-noreviews {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel #respond #commentform label {
    display: block;
    font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr {
    border: 0;
    border-radius: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 70px 10px 0;
    border-bottom: 0;
    color: #fff;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td {
    font-style: normal;
    border: 0;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes {
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
    border-radius: 15px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr:first-child td,
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr:first-child th {
    border-top: 0;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr td,
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr th {
    border-top: 1px solid #e7e8e8;
}
.woocommerce div.product .woocommerce-tabs .panel #comments {
    padding-top: 0;
}

/* #End Tabs Shop */
/* #Single Shop */
.woocommerce .summary .product_meta {
    border-top: 1px solid #e7e8e8;
    padding-top: 29px;
    padding-bottom: 28px;
    margin-top: 3px;
}
.woocommerce .summary .product_meta > span {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
}
.woocommerce .summary .product_meta > span:last-child {
    margin-bottom: 0;
}
.woocommerce .summary .product_meta > span > span,
.woocommerce .summary .product_meta > span > a {
    margin-left: 11px;
    font-weight: 400;
}
.woocommerce .summary .product_meta > span > span + span,
.woocommerce .summary .product_meta > span > span + a,
.woocommerce .summary .product_meta > span > a + span,
.woocommerce .summary .product_meta > span > a + a {
    margin-left: 5px;
}
.woocommerce .summary form.cart {
    border-top: 1px solid rgba(77, 77, 77, 0.1);
    margin-bottom: 0 !important;
    padding-top: 40px;
    padding-bottom: 35px;
}

.woocommerce-product-gallery > figure {
    overflow: hidden;
    border-radius: 15px;
}
.woocommerce-product-gallery > figure > div {
    border-radius: 15px;
    border: 1px solid #e7e8e8;
}

.woocommerce-product-gallery .flex-viewport {
    border-radius: 15px;
    border: 1px solid #e7e8e8;
}
.woocommerce-product-gallery .flex-viewport div {
    border-radius: 15px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: 0.5;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1;
}

.woocommerce-product-gallery img {
    display: block;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
}

a.woocommerce-product-gallery__trigger {
    text-decoration: none;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    color: #ffffff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    background: #000;
    transition: all 0.4s;
    top: 24px;
    left: 27px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    border: 2px solid #000;
    transition: all 0.4s;
    top: 14px;
    left: 14px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
    background: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:before {
    border: 2px solid #fff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    content: "\f00e";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: inherit;
    line-height: 2;
    font-weight: 600;
    text-indent: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product .flex-control-nav li {
    margin-left: 0;
    padding: 0;
}
.product .flex-control-nav li:before {
    display: none;
}
.product .flex-control-nav li img {
    margin: 0 auto;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 48%;
    max-width: 540px;
    margin-bottom: 2.5em;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 49%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 120px;
    overflow: hidden;
    box-sizing: border-box;
    overflow: visible;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 15px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #e7e8e8;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    box-shadow: 0px 13px 38px 0px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.woocommerce div.product .woocommerce-product-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce div.product .summary .woocommerce-product-rating {
    margin-bottom: 1em;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
    margin-right: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 20px;
    overflow: visible !important;
}
.woocommerce div.product div.images .flex-control-thumbs:after {
    display: block;
    height: 0;
    content: "";
    clear: both;
}

.woocommerce div.product .product_title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 12px;
}

.woocommerce div.product .summary p.price,
div.product .summary span.price,
.woocommerce div.product .summary .woocommerce-variation-price .price {
    margin-top: 12px;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}
.woocommerce div.product .summary p.price .woocommerce-Price-currencySymbol,
div.product .summary span.price .woocommerce-Price-currencySymbol,
.woocommerce div.product .summary .woocommerce-variation-price .price .woocommerce-Price-currencySymbol {
    margin-right: 5px;
}

.woocommerce-variation .woocommerce-variation-price {
    margin-bottom: 20px;
}

.woocommerce-review-link {
    color: #7b7d90;
    font-size: 14px;
}

.woocommerce div.product .summary p.price ins,
div.product .summary span.price ins {
    text-decoration: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 16px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: 500;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations tr {
    border: 0;
}
.woocommerce div.product form.cart .variations td.label {
    display: table-cell;
    vertical-align: baseline;
    padding: 0;
    list-style: none;
    background-color: transparent;
}
.woocommerce div.product form.cart .variations td.label label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td.value {
    margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    text-align: left;
    line-height: 1;
    padding: 0;
    display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent;
}
.woocommerce div.product form.cart .variations select {
    min-width: auto;
    display: inline-block;
    margin-right: 0;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
    border: 0;
}

.woocommerce div.product form.cart div.quantity {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 0;
    background: #f7f9fd;
    padding-left: 10px;
    margin-right: 10px;
    border-radius: 30px;
}
.woocommerce div.product form.cart div.quantity label.label-qty {
    display: none;
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper {
    margin-right: 10px;
    position: relative;
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper .qty {
    height: 50px;
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper .qty:focus, .woocommerce div.product form.cart div.quantity .quantity-wrapper .qty:active {
    box-shadow: none;
    background: transparent;
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper span {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    box-sizing: border-box;
    transition: transform 0.3s;
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    margin-top: -6px;
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper span.minus {
    margin-left: 15px;
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper span.minus:after {
    content: "";
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 2px #a9acae;
    position: absolute;
    bottom: 5px;
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper span.plus {
    margin-left: 0;
    margin-right: 15px;
    right: 0;
    left: auto;
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper span.plus:before {
    content: "";
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 2px #a9acae;
    position: absolute;
    bottom: 5px;
    transform: rotate(90deg);
    transition: width 0.3s;
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper span.plus:after {
    content: "";
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 2px #a9acae;
    position: absolute;
    bottom: 5px;
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper input[type=number] {
    -webkit-appearance: textfield;
    appearance: textfield;
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper input[type=number]::-webkit-inner-spin-button,
.woocommerce div.product form.cart div.quantity .quantity-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper .number-input {
    border: 2px solid #ddd;
    display: inline-flex;
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper .number-input,
.woocommerce div.product form.cart div.quantity .quantity-wrapper .number-input * {
    box-sizing: border-box;
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper .number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper .number-input button:before,
.woocommerce div.product form.cart div.quantity .quantity-wrapper .number-input button:after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper .number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.woocommerce div.product form.cart div.quantity .quantity-wrapper .number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: 0.5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 2rem;
    height: 3rem;
    font-weight: bold;
    text-align: center;
}

.woocommerce div.product form.cart .button {
    font-size: 13px;
    height: 50px;
    font-weight: 600;
    line-height: 48px;
    padding: 0 24px 0 62px;
    border-width: 0;
    border-radius: 0;
    text-transform: uppercase;
    border-radius: 25px;
    border-width: 1px !important;
    border-style: solid;
    background: transparent;
    position: relative;
    transition: all 0.6s ease;
}
.woocommerce div.product form.cart .button:before {
    content: "\f140";
    font-family: "flaticon";
    font-size: 16px;
    font-weight: 400;
    transition: all 0.6s ease;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-block;
    position: absolute;
    left: -1px;
    margin-left: -1px;
    text-align: center;
    margin-right: 14px;
    letter-spacing: 0;
    color: #fff;
    margin-top: -1px;
}
.woocommerce div.product form.cart .button:hover {
    color: #fff !important;
}
.woocommerce div.product form.cart .button:hover:before {
    background: #fff !important;
    border-color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    overflow: visible;
    display: inline-block;
    border: 1px solid #c4cdd7;
    border-radius: 25px;
    padding: 0 4px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 5px 0;
    float: left;
    line-height: 1.7;
    text-align: center;
    cursor: pointer;
    transition: 0s;
    background: transparent;
    margin-right: 3px;
    border: 0;
    border-radius: 25px;
    min-width: 120px;
    transition: all 0.3s ease-in-out;
    color: #c4cdd7;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    box-shadow: 0px 15px 39px rgba(0, 0, 0, 0.2);
    background: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 8.5px 15px;
    display: block;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    box-shadow: none;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 0;
    border-radius: 25px;
    color: #c4cdd7;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: all 0.4s, color 0.05s 0s;
}

.woocommerce #review_form #respond .stars {
    display: inline-block;
    margin-bottom: 0;
}
.woocommerce #review_form #respond .stars,
.woocommerce #review_form #respond .stars > span {
    line-height: 0;
}
.woocommerce #review_form #respond .stars a {
    color: #f9d322;
    margin-right: -4px;
}
.woocommerce #review_form #respond .stars a:not(:last-child) {
    padding-right: 28px;
}

.woocommerce #reviews #comment {
    height: 118px;
}

.woocommerce #reviews #comments ol.commentlist li .raiting-meta-wrapper {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: none;
    position: static;
    top: 0;
    left: 0;
    padding: 0;
    background: none;
    border: 0;
    margin: 0;
    box-shadow: none;
    display: block;
    height: auto;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px 0 16px 0;
    margin-bottom: 50px;
}
.woocommerce div.product .woocommerce-tabs .panel #comments {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.related.products {
    margin-top: 0;
}

.related > h2 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    text-transform: capitalize;
}

.woocommerce div.product form.cart .group_table tr {
    border: 0;
}
.woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__label {
    text-align: left;
}
.woocommerce div.product form.cart .group_table tr td {
    vertical-align: middle;
}
.woocommerce div.product form.cart .group_table tr td label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
}

/* #Respond Shop */
.woocommerce #respond input#submit {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 18px;
    padding: 14px 42px;
    margin-bottom: 0;
    color: #ffffff;
    border-width: 0;
    border-style: solid;
    transition: all 400ms;
    outline: none;
    cursor: pointer;
    border-radius: 25px;
    margin-top: 0;
    height: 50px;
    background: transparent !important;
}
.woocommerce #respond input#submit:hover {
    background: transparent;
}
.woocommerce #respond .button__wrapper:hover:after {
    opacity: 1;
}

.woocommerce #respond form#commentform > p {
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce #respond form#commentform > p.comment-form-author, .woocommerce #respond form#commentform > p.comment-form-email {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.woocommerce #respond form#commentform > p.comment-form-author input, .woocommerce #respond form#commentform > p.comment-form-email input {
    position: relative;
    width: 100%;
}
.woocommerce #respond form#commentform > p.comment-notes {
    margin-bottom: 10px;
}
.woocommerce #respond form#commentform > p textarea {
    position: relative;
}
.woocommerce #respond form#commentform .comment-form-rating,
.woocommerce #respond form#commentform .comment-notes,
.woocommerce #respond form#commentform .comment-form-comment,
.woocommerce #respond form#commentform .form-submit {
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce #respond form#commentform .form-submit {
    clear: both;
}
.woocommerce #respond form#commentform .comment-form-rating {
    margin-bottom: 16px;
    padding: 0 0 0 15px;
}

.woocommerce #respond form#commentform {
    margin-left: -15px;
    margin-right: -15px;
}

/* #Cart Shop */
.woocommerce ul#shipping_method .amount {
    font-weight: 400;
    font-size: 16px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
    font-size: 14px;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination strong {
    font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping th {
    line-height: 36px;
    vertical-align: top;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 90px;
    border-radius: 15px;
    border: 0;
}

.woocommerce table.shop_table {
    border: 0;
    border-radius: 0;
    margin: 0;
    font-size: 18px;
    border-collapse: collapse;
}
.woocommerce table.shop_table .woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 400;
    color: #46e1ac;
}
.woocommerce table.shop_table.cart input.button {
    border-radius: 25px;
    line-height: 45px;
    padding: 0 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    border-width: 1px;
    border-style: solid;
    letter-spacing: 0;
}
.woocommerce table.shop_table .quantity-wrapper {
    margin-right: 10px;
    position: relative;
}
.woocommerce table.shop_table .quantity-wrapper .qty {
    height: 50px;
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
}
.woocommerce table.shop_table .quantity-wrapper .qty:focus, .woocommerce table.shop_table .quantity-wrapper .qty:active {
    box-shadow: none;
    background: transparent;
}
.woocommerce table.shop_table .quantity-wrapper span {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    box-sizing: border-box;
    transition: transform 0.3s;
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    margin-top: -6px;
}
.woocommerce table.shop_table .quantity-wrapper span.minus {
    margin-left: 15px;
}
.woocommerce table.shop_table .quantity-wrapper span.minus:after {
    content: "";
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 2px #a9acae;
    position: absolute;
    bottom: 5px;
}
.woocommerce table.shop_table .quantity-wrapper span.plus {
    margin-left: 0;
    margin-right: 15px;
    right: 0;
    left: auto;
}
.woocommerce table.shop_table .quantity-wrapper span.plus:before {
    content: "";
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 2px #a9acae;
    position: absolute;
    bottom: 5px;
    transform: rotate(90deg);
    transition: width 0.3s;
}
.woocommerce table.shop_table .quantity-wrapper span.plus:after {
    content: "";
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 2px #a9acae;
    position: absolute;
    bottom: 5px;
}
.woocommerce table.shop_table .quantity-wrapper input[type=number] {
    -webkit-appearance: textfield;
    appearance: textfield;
}
.woocommerce table.shop_table .quantity-wrapper input[type=number]::-webkit-inner-spin-button,
.woocommerce table.shop_table .quantity-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.woocommerce table.shop_table .quantity-wrapper .number-input {
    border: 2px solid #ddd;
    display: inline-flex;
}
.woocommerce table.shop_table .quantity-wrapper .number-input,
.woocommerce table.shop_table .quantity-wrapper .number-input * {
    box-sizing: border-box;
}
.woocommerce table.shop_table .quantity-wrapper .number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.woocommerce table.shop_table .quantity-wrapper .number-input button:before,
.woocommerce table.shop_table .quantity-wrapper .number-input button:after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}
.woocommerce table.shop_table .quantity-wrapper .number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.woocommerce table.shop_table .quantity-wrapper .number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: 0.5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 2rem;
    height: 3rem;
    font-weight: bold;
    text-align: center;
}
.woocommerce table.shop_table td {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    border-top: 1px solid #e7e8e8;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.woocommerce table.shop_table td .coupon {
    margin-top: 30px;
}
.woocommerce table.shop_table td.product-total .woocommerce-Price-amount.amount {
    color: #838990;
}
.woocommerce table.shop_table td.product-remove {
    padding-left: 8px;
    padding-right: 8px;
}
.woocommerce table.shop_table td.product-name .product-quantity {
    font-weight: 400;
    opacity: 0.6;
}
.woocommerce table.shop_table td.product-quantity label.label-qty {
    display: none;
}
.woocommerce table.shop_table td.product-quantity .quantity {
    display: inline-block;
    border: 0;
    background: #f7f9fd;
    padding-left: 10px;
    margin-right: 10px;
    border-radius: 30px;
}
.woocommerce table.shop_table td.product-quantity .quantity input[type=number] {
    -webkit-appearance: textfield;
    appearance: textfield;
}
.woocommerce table.shop_table td.product-quantity .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce table.shop_table td.product-quantity .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.woocommerce table.shop_table td.product-quantity .quantity .number-input {
    border: 2px solid #ddd;
    display: inline-flex;
}
.woocommerce table.shop_table td.product-quantity .quantity .number-input,
.woocommerce table.shop_table td.product-quantity .quantity .number-input * {
    box-sizing: border-box;
}
.woocommerce table.shop_table td.product-quantity .quantity .number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.woocommerce table.shop_table td.product-quantity .quantity .number-input button:before,
.woocommerce table.shop_table td.product-quantity .quantity .number-input button:after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}
.woocommerce table.shop_table td.product-quantity .quantity .number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.woocommerce table.shop_table td.product-quantity .quantity .number-input input[type=number] {
    max-width: 5rem;
    padding: 0.5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 2rem;
    height: 3rem;
    font-weight: bold;
    text-align: center;
    background: transparent;
}
.woocommerce table.shop_table td.product-quantity .quantity span {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    box-sizing: border-box;
    transition: transform 0.3s;
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
    margin-top: -6px;
}
.woocommerce table.shop_table td.product-quantity .quantity span:after {
    content: "";
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 2px #a9acae;
    position: absolute;
    bottom: 5px;
}
.woocommerce table.shop_table td.product-quantity .quantity span.plus {
    margin-left: 0;
    margin-right: 15px;
    right: 0;
    left: auto;
}
.woocommerce table.shop_table td.product-quantity .quantity span.plus:before {
    content: "";
    display: block;
    width: 12px;
    height: 0px;
    border-bottom: solid 2px #a9acae;
    position: absolute;
    bottom: 5px;
    transform: rotate(90deg);
    transition: width 0.3s;
}
.woocommerce table.shop_table td.product-quantity .quantity span.minus {
    margin-left: 15px;
}
.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table td.product-thumbnail {
    text-align: left;
}
.woocommerce table.shop_table td.product-thumbnail {
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
    max-width: 32px;
    width: 1%;
}
.woocommerce table.shop_table td.product-name {
    font-weight: 500;
    font-size: 16px;
    padding-left: 20px;
}
.woocommerce table.shop_table td.product-name a {
    color: inherit;
    font-weight: 600;
}
.woocommerce table.shop_table thead tr {
    border: 0;
}
.woocommerce table.shop_table thead tr th:first-child {
    border-radius: 30px 0 0 30px;
}
.woocommerce table.shop_table thead tr th:last-child {
    border-radius: 0 30px 30px 0;
}
.woocommerce table.shop_table thead th {
    padding: 0;
    line-height: 50px;
    font-weight: 500;
    font-size: 18px;
    border: 0;
    text-align: center;
    padding-bottom: 10px;
}
.woocommerce table.shop_table thead th.product-name {
    text-align: left;
    padding-left: 20px;
}
.woocommerce table.shop_table th {
    border: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: #fff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    display: none;
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    margin-top: 0;
    font-size: 14px;
    color: #b3b3b3;
}

.woocommerce-cart .cart-collaterals .button,
.woocommerce-checkout .cart-collaterals .button {
    width: 100%;
}

.woocommerce ul#shipping_method li {
    padding-left: 0;
    margin: 0;
}
.woocommerce ul#shipping_method li input {
    margin: 12px 0.4375em 0 0;
}
.woocommerce ul#shipping_method li:before {
    display: none;
}
.woocommerce ul#shipping_method li label {
    font-size: 14px;
    font-weight: 400;
}

.checkout.woocommerce-checkout #ship-to-different-address,
.checkout.woocommerce-checkout #ship-to-different-address span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    border: 0;
    background: #f7f9fd;
    border-radius: 30px;
    padding: 40px 50px;
    width: 33%;
    margin-bottom: 60px;
    margin-top: 30px;
    position: relative;
    z-index: 0;
}
.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
}
.woocommerce .cart-collaterals .cart_totals table tr,
.woocommerce-page .cart-collaterals .cart_totals table tr {
    border: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr th,
.woocommerce-page .cart-collaterals .cart_totals table tr th {
    font-size: 16px;
}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal th,
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal th,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td {
    border-bottom: 1px solid rgba(96, 101, 104, 0.15);
    padding-bottom: 10px;
}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal .amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal .amount {
    font-size: 16px;
    font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
    border-bottom: 1px solid rgba(96, 101, 104, 0.15);
    padding-bottom: 10px;
    padding-top: 10px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount {
    font-weight: 600;
    margin-left: 5px;
    font-size: 16px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row {
    padding: 0;
    margin-bottom: 10px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row {
    max-width: 232px;
    margin-right: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .select2-container--default .select2-selection--single,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .select2-container--default .select2-selection--single {
    max-width: 232px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button {
    width: 100%;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child {
    margin-bottom: 20px;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total th {
    font-weight: 700;
    font-size: 18px;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount {
    font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td {
    text-align: left;
    padding: 4px 0;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
    width: 1%;
    white-space: nowrap;
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
    border: 0;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
    padding-left: 10px;
    font-weight: 400;
    font-size: 22px;
    text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tbody tr:first-child td {
    font-size: 18px;
    text-align: right;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    margin: 0;
    border-bottom: 0;
    border-top: 0;
    padding-bottom: 0;
    padding-top: 10px;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 14px 0;
}
#add_payment_method .wc-proceed-to-checkout .button__wrapper,
.woocommerce-cart .wc-proceed-to-checkout .button__wrapper,
.woocommerce-checkout .wc-proceed-to-checkout .button__wrapper {
    width: 100%;
}
#add_payment_method .wc-proceed-to-checkout .button__wrapper .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .button__wrapper .checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .button__wrapper .checkout-button {
    background: transparent !important;
    border: 0 !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 37px;
    line-height: 48px;
    margin-bottom: 0;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    letter-spacing: 0;
    position: relative;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background: transparent !important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:before,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    opacity: 1;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:after,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    opacity: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover:after,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover:after,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover:after {
    opacity: 1;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    transition: 0.3s;
}

.woocommerce button.button {
    padding: 0 25px;
    line-height: 45px;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 0;
    border-width: 1px;
    border-style: solid;
}
.woocommerce button.button:hover {
    background: transparent;
}

.woocommerce form.checkout_coupon {
    border-radius: 25px;
}
.woocommerce form.checkout_coupon .form-row {
    float: left;
}
.woocommerce form.checkout_coupon .form-row.form-row-first {
    padding-left: 0;
    padding-right: 5px;
}
.woocommerce form.checkout_coupon .form-row.form-row-last {
    padding-left: 5px;
    padding-right: 0;
}
.woocommerce form.checkout_coupon .form-row button.button {
    line-height: 45px;
    height: 45px;
}
.woocommerce form.checkout_coupon .form-row button.button:hover {
    background: transparent;
}
.woocommerce form.checkout_coupon .form-row input.input-text {
    height: 45px;
}

.woocommerce form .form-row textarea {
    height: 240px;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    border-width: 1px;
    border-style: solid;
    border-radius: 25px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: 0;
    background: transparent;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    font-size: 14px;
    line-height: 45px;
    padding: 0 25px;
    border-width: 1px;
    border-style: solid;
    font-weight: 600;
    border-radius: 25px;
    color: #fff;
    letter-spacing: 0;
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
    background: transparent;
}
.woocommerce a.button {
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    line-height: 45px;
    padding: 0 25px;
    text-transform: capitalize;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    background: transparent !important;
    text-transform: uppercase;
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
    color: initial !important;
}
.woocommerce table.shop_table.cart input.button:hover {
    background: transparent;
}

/* Remove Shop */
.woocommerce a.remove {
    display: inline;
    margin: 0;
    font-size: 0;
    text-shadow: none;
    color: transparent !important;
    line-height: inherit;
}
.woocommerce a.remove:before {
    content: "\f112";
    font-family: "flaticon";
    font-size: 12px;
    display: inline-block;
    color: #bfc1c2;
    text-rendering: auto;
    font-weight: initial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    transition: 0.3s;
}
.woocommerce a.remove:hover:before {
    color: #ff144b;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 270px;
    font-weight: 400;
    height: 45px;
    font-size: 16px;
    text-transform: capitalize;
    max-width: 100%;
    line-height: 1.7;
    padding: 10px 20px;
    -webkit-appearance: none;
    font-family: inherit;
    border: 1px solid #c4cdd7;
    background: transparent;
    outline: none;
    margin: 0 10px 0 0;
    border-radius: 25px;
    transition: all 0.3s ease;
}

#add_payment_method table.cart td.actions button.button,
.woocommerce-cart table.cart td.actions button.button,
.woocommerce-checkout table.cart td.actions button.button {
    line-height: 43px;
    height: 45px;
    margin-top: 30px;
}

.woocommerce form .form-row input.input-text {
    height: 45px;
}

/* Shop Message */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: transparent;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    display: none;
}

.woocommerce-message {
    border-top: 0;
}

.woocommerce-message a.button {
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    padding: 0 25px;
    left: auto;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.4s;
    text-align: center;
    box-sizing: border-box;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    position: relative;
}
.woocommerce-message a.button:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    opacity: 1;
}
.woocommerce-message a.button:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    opacity: 0;
}
.woocommerce-message a.button:hover {
    background: transparent !important;
}
.woocommerce-message a.button:hover:after {
    opacity: 1;
}

.theme-gradient .woocommerce-message a.button {
    background: none;
}
.theme-gradient .woocommerce .cart .button,
.theme-gradient .woocommerce .cart input.button {
    border-width: 1px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #fff;
}

.woocommerce .softlab_module_message_box .message_text {
    line-height: 40px;
}

.woocommerce-info {
    border: 0;
    font-size: 14px;
    line-height: 1.7;
}

/* #Select2 */
.woocommerce form .form-row .select2-container--default .select2-selection--single {
    padding: 0;
    outline: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    font-size: 16px;
    line-height: 1.7;
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-family: inherit;
    height: 45px;
    border: 1px solid #c4cdd7;
    border-radius: 25px;
    background: transparent;
    text-align: left;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    color: inherit;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 20px;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-style: solid;
    border-width: 0;
    height: auto;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: auto;
    transform: translateY(-50%);
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "\f13d";
    font-family: Flaticon;
    font-size: 9px;
    font-weight: 400;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    transform: rotate(-270deg);
}

body .select2-dropdown {
    border-color: #e4e4e4;
    border-radius: 0;
}

/* #Checkout Shop */
.checkout.woocommerce-checkout h3 {
    margin-bottom: 0;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields > h3,
.checkout.woocommerce-checkout #order_review_heading {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.woocommerce-notice.woocommerce-notice--info.woocommerce-info:before {
    display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    padding: 0 25px;
    line-height: 45px;
    border-radius: 25px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    background: transparent;
}

.woocommerce-error {
    border-top: 0;
    margin: 0;
    padding: 0;
}
.woocommerce-error:before {
    display: none;
}
.woocommerce-error li:before {
    display: none !important;
}

.woocommerce .col2-set {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
    border-radius: 30px;
}
.woocommerce .col2-set > .col-1,
.woocommerce .col2-set > .col-2,
.woocommerce .col2-set > [class^=col] {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}
.woocommerce .col2-set > .col-1 {
    margin-bottom: 40px;
}
.woocommerce .col2-set > .col-2 {
    padding-top: 0;
}
.woocommerce .woocommerce-checkout {
    margin-top: 40px;
}
.woocommerce .woocommerce-checkout > .col2-set {
    margin-bottom: 70px;
}
.woocommerce #order_review_heading,
.woocommerce #order_review {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
}
.woocommerce #order_review table.shop_table tbody tr:first-child td,
.woocommerce #order_review table.shop_table tbody tr:first-child th {
    padding-top: 15px;
}
.woocommerce #order_review table.shop_table tfoot tr:last-child td,
.woocommerce #order_review table.shop_table tfoot tr:last-child th {
    padding-bottom: 15px;
}
.woocommerce #order_review table.shop_table tfoot tr:last-child .amount {
    font-weight: 500;
    font-size: 18px;
}
.woocommerce #order_review table.shop_table td,
.woocommerce #order_review table.shop_table thead th,
.woocommerce #order_review table.shop_table tfoot th {
    text-align: left;
    padding: 15px 15px 15px 0;
}
.woocommerce #order_review table.shop_table tfoot .order-total th {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.woocommerce #order_review table.shop_table thead th {
    line-height: 28px;
}
.woocommerce #add_payment_method #payment div.form-row,
.woocommerce .woocommerce-cart #payment div.form-row,
.woocommerce .woocommerce-checkout #payment div.form-row {
    margin-bottom: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-color: #f7f9fd;
    background-color: #f7f9fd;
}

.woocommerce-checkout #payment {
    border-radius: 30px;
    margin-top: 30px;
}

.woocommerce form .form-row .required {
    text-decoration: none;
    font-weight: 400;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 2em 1.5em 0;
    border-bottom: 0;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    padding-top: 0;
    line-height: 1.7;
    padding-left: 0;
}
#add_payment_method #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before {
    display: none !important;
}
#add_payment_method #payment ul.payment_methods li.woocommerce-notice,
.woocommerce-cart #payment ul.payment_methods li.woocommerce-notice,
.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0em 2em 2.5em;
}

.woocommerce-billing-fields__field-wrapper {
    margin-top: 6px;
}

.woocommerce form .form-row label {
    font-weight: 500;
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 16px;
}

.woocommerce div.product form.cart .reset_variations {
    font-size: 0;
    text-shadow: none;
    color: transparent !important;
    margin: 0 0 0 5px;
    display: inline;
    line-height: inherit;
}
.woocommerce div.product form.cart .reset_variations:before {
    content: "\f0e2";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 600;
    color: #737373;
    text-rendering: auto;
    font-weight: initial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
}

.woocommerce ul.order_details li:before {
    display: none;
}

/* #Woocomerce notice */
.woocommerce-notices-wrapper {
    margin-bottom: 20px;
}

.woocommerce .woocommerce-checkout .softlab_module_message_box {
    margin-bottom: 20px;
}
.woocommerce .woocommerce-checkout .type_error .message_icon_wrap {
    background: transparent;
}
.woocommerce .woocommerce-checkout .type_error .message_icon_wrap .message_icon {
    color: #fd2231;
}
.woocommerce .woocommerce-checkout .type_error .message_close_button {
    display: none;
}

/* #End Woocomerce notice */
.wgl-products.appear-animation > li {
    opacity: 0;
}
.wgl-products.appear-animation.anim-fade-in .animate {
    animation: fade_in 0.9s ease forwards;
}
.wgl-products.appear-animation.anim-slide-top .animate {
    animation: slide_top 0.5s ease forwards;
    transform: translateY(50px);
}
.wgl-products.appear-animation.anim-slide-bottom .animate {
    animation: slide_bottom 0.5s ease forwards;
    transform: translateY(-50px);
}
.wgl-products.appear-animation.anim-slide-left .animate {
    animation: slide_left 0.5s ease forwards;
    transform: translateX(50px);
}
.wgl-products.appear-animation.anim-slide-right .animate {
    animation: slide_right 0.5s ease forwards;
    transform: translateX(-50px);
}
.wgl-products.appear-animation.anim-zoom .animate {
    animation: zoom_in 0.5s ease forwards;
    transform: scale(0.5);
}

@keyframes fade_in {
    100% {
        opacity: 1;
    }
}
@keyframes slide_top {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slide_bottom {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slide_left {
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slide_right {
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes zoom_in {
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/* #Responsive Shop */
@media only screen and (max-width: 1200px) {
    .woocommerce-mini-cart__buttons.buttons {
        display: block;
    }

    .woocommerce .widget_shopping_cart .buttons a,
    .woocommerce.widget_shopping_cart .buttons a {
        width: 100%;
    }

    ul.wgl-products li a.add_to_cart_button,
    ul.wgl-products li a.button,
    ul.wgl-products li .added_to_cart.wc-forward {
        font-size: 0;
        line-height: 0;
        min-height: 50px;
        min-width: 0;
        padding: 0;
    }
    ul.wgl-products li a.add_to_cart_button:before,
    ul.wgl-products li a.button:before,
    ul.wgl-products li .added_to_cart.wc-forward:before {
        left: 50%;
        margin-left: 0;
        margin-right: 0;
        line-height: 50px;
    }

    ul.wgl-products li a.button.loading:before,
    ul.wgl-products li button.button.loading:before,
    ul.wgl-products li input.button.loading:before {
        left: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .woocommerce-mini-cart__buttons.buttons {
        display: flex;
    }

    .woocommerce .widget_shopping_cart .buttons a,
    .woocommerce.widget_shopping_cart .buttons a {
        margin-right: 10px;
        margin-bottom: 0;
        width: auto;
    }
}
@media only screen and (max-width: 992px) {
    .columns-4 ul.wgl-products li {
        width: calc(50% - 30px);
    }
}
@media only screen and (max-width: 768px) {
    .wgl-products-wrapper ul.wgl-products li {
        width: calc(50% - 30px);
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100%;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
        clear: both;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        margin-right: 0;
    }

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        border: 0;
    }

    .woocommerce table.shop_table td.product-name,
    .woocommerce table.shop_table thead th.product-name,
    .woocommerce table.shop_table tfoot tr th {
        padding-left: 20px;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        display: block;
        width: auto;
    }

    .woocommerce .col2-set {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .woocommerce #order_review_heading,
    .woocommerce #order_review {
        width: 100%;
    }

    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        width: auto;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
        float: none;
    }
}
@media only screen and (max-width: 600px) {
    .woocommerce form.checkout_coupon .form-row {
        width: 100%;
    }

    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
        width: 100%;
        margin-bottom: 20px;
    }

    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon input {
        width: 100%;
    }

    .wgl-products-wrapper ul.wgl-products li,
    .woocommerce .wgl-products-wrapper ul.wgl-products li {
        width: 100%;
        margin-right: 0;
    }

    ul.wgl-products,
    .woocommerce .products ul.wgl-products {
        margin-right: 0;
    }

    .wgl-woocommerce-sorting {
        display: block;
    }
    .wgl-woocommerce-sorting p.woocommerce-result-count {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: right;
    }
    .wgl-woocommerce-sorting form.woocommerce-ordering {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .woocommerce table.shop_attributes th {
        width: auto;
    }

    .woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
        padding: 14px 20px;
    }

    .woocommerce .softlab_module_message_box .message_text {
        display: flex;
        flex-direction: column-reverse;
    }
    .woocommerce .softlab_module_message_box .message_text a {
        width: max-content;
    }
}
@media only screen and (max-width: 426px) {
    .woocommerce .softlab_module_message_box .message_text {
        line-height: inherit;
    }
}
/* ==================== ##Revolution Slider ==================== */
.rev_slider .tp-caption a {
    color: inherit;
    transition: all 0.3s ease;
}
.rev_slider .tp-caption .softlab_module_social a {
    line-height: 26px !important;
    transition: all 0.3s ease !important;
}

.add_wave_rev_slider .rev_slider_wrapper > .rev_slider:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 22;
    bottom: 0;
    width: 100%;
    background: url(../img/wave_rev.svg);
    height: 50%;
    background-size: 100% 100%;
}

/* ==================== ##Widgets Base ==================== */
body .footer .tagcloud a {
    background: #fff;
}

body .widget {
    position: relative;
    z-index: 1;
}
body .widget:not(:first-child) {
    padding-top: 38px;
}
body .widget .widget-title {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}
body .widget .widget-title:before {
    content: "";
    display: block;
    width: 100%;
    background: #e5e5e5;
    height: 1px;
    position: absolute;
    bottom: 0;
}
body .widget .widget-title:after {
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    bottom: -0.5px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}
body .widget .widget-title .widget-title_wrapper {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    font-weight: 600;
    padding: 0 8px;
    position: relative;
    z-index: 1;
    display: inline-block;
    letter-spacing: 0;
    text-transform: uppercase;
}
body .widget .widget-title .rsswidget {
    margin-right: 5px;
    line-height: 0;
}
body .widget .widget-title .rsswidget img {
    margin-top: 6px;
}
body .widget ul li {
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
}
body .widget ul li a {
    color: inherit;
    transition: all 0.3s ease;
}
body .widget ul li:before {
    display: none;
}
body .widget > ul,
body .widget > div > ul {
    padding-bottom: 0;
}
body .widget > #recentcomments {
    margin-top: -11px;
}
body .widget > ul > li li,
body .widget > div > ul > li li {
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 20px;
}
body .widget_archive ul, body .widget_recent_entries ul, body .widget_categories ul, body .widget_product_categories ul, body .widget_meta ul {
    margin-top: -11px;
}
body .widget_archive ul li:before, body .widget_recent_entries ul li:before, body .widget_categories ul li:before, body .widget_product_categories ul li:before, body .widget_meta ul li:before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 2px;
    top: 18px;
    color: inherit;
}
body .widget_archive ul li ul li:last-child, body .widget_recent_entries ul li ul li:last-child, body .widget_categories ul li ul li:last-child, body .widget_product_categories ul li ul li:last-child, body .widget_meta ul li ul li:last-child {
    border-bottom: 0;
}
body .widget_archive ul ul, body .widget_recent_entries ul ul, body .widget_categories ul ul, body .widget_product_categories ul ul, body .widget_meta ul ul {
    margin-top: 0;
}
body .widget_archive ul ul li:before, body .widget_recent_entries ul ul li:before, body .widget_categories ul ul li:before, body .widget_product_categories ul ul li:before, body .widget_meta ul ul li:before {
    top: 25px;
}
body .widget_categories ul li, body .widget_product_categories ul li {
    padding-left: 0;
}
body .widget_categories ul li a, body .widget_product_categories ul li a {
    position: relative;
    padding-left: 20px;
}
body .widget_categories ul li li, body .widget_product_categories ul li li {
    padding-top: 0;
}
body .widget_categories ul li, body .widget_product_categories ul li, body .widget_meta ul li, body .widget_archive ul li {
    transition: all 0.3s ease;
}
body .widget_categories ul li img, body .widget_product_categories ul li img, body .widget_meta ul li img, body .widget_archive ul li img {
    max-width: 40px;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -2px;
}
body .widget_categories ul li .post_count,
body .widget_categories ul li .count, body .widget_product_categories ul li .post_count,
body .widget_product_categories ul li .count, body .widget_meta ul li .post_count,
body .widget_meta ul li .count, body .widget_archive ul li .post_count,
body .widget_archive ul li .count {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    color: #8b9baf;
    transition: all 0.3s ease;
    display: inline-block;
}
body .widget_categories ul li ul li .post_count,
body .widget_categories ul li ul li .count, body .widget_product_categories ul li ul li .post_count,
body .widget_product_categories ul li ul li .count, body .widget_meta ul li ul li .post_count,
body .widget_meta ul li ul li .count, body .widget_archive ul li ul li .post_count,
body .widget_archive ul li ul li .count {
    top: 0;
}
body .widget_categories ul li:before, body .widget_product_categories ul li:before, body .widget_meta ul li:before, body .widget_archive ul li:before {
    display: none;
}
body .widget_categories ul li > a:before, body .widget_categories ul li > a:after, body .widget_product_categories ul li > a:before, body .widget_product_categories ul li > a:after, body .widget_meta ul li > a:before, body .widget_meta ul li > a:after, body .widget_archive ul li > a:before, body .widget_archive ul li > a:after {
    position: absolute;
    content: "";
    z-index: 1;
    background: #8b9baf;
    width: auto;
    height: auto;
    border-radius: 0;
    transition: all 0.3s ease;
}
body .widget_categories ul li > a:before, body .widget_product_categories ul li > a:before, body .widget_meta ul li > a:before, body .widget_archive ul li > a:before {
    width: 8px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
body .widget_categories ul li > a:after, body .widget_product_categories ul li > a:after, body .widget_meta ul li > a:after, body .widget_archive ul li > a:after {
    width: 2px;
    height: 8px;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}
body .widget_categories ul li ul li:last-child, body .widget_product_categories ul li ul li:last-child, body .widget_meta ul li ul li:last-child, body .widget_archive ul li ul li:last-child {
    padding-bottom: 0;
}
body .widget_categories ul li ul li:after, body .widget_product_categories ul li ul li:after, body .widget_meta ul li ul li:after, body .widget_archive ul li ul li:after {
    bottom: initial;
    top: 0;
}
body .widget_categories a, body .widget_product_categories a, body .widget_meta a, body .widget_archive a {
    text-transform: capitalize;
    padding-right: 0;
    display: inline-block;
}
body .widget_comments > ul > li:before {
    content: "\f109";
    position: relative;
    z-index: 1;
    font-family: flaticon;
    top: 0;
    width: auto;
    height: auto;
    display: inline-block !important;
    vertical-align: middle;
    background-color: transparent !important;
    margin-right: 10px;
}
body .widget_recent_entries ul li {
    line-height: 30px;
    padding: 3px 0 3px 0;
}
body .widget_recent_entries ul li a {
    line-height: 24px;
    display: inline-block;
    padding-left: 25px;
    position: relative;
}
body .widget_recent_entries ul li a:before {
    font-family: "flaticon";
    content: "\f14d";
    font-size: 14px;
    width: 0;
    height: 0;
    left: 0px;
    top: 0;
    position: absolute;
    font-weight: 400;
}
body .widget_recent_entries ul li .post-date {
    font-size: 0.8em;
    float: right;
}
body .widget_recent_entries ul li:before {
    display: none;
}
body .widget_recent_entries ul li:after {
    content: "";
    clear: both;
    display: table;
}
body .widget_pages ul {
    margin-top: -11px;
}
body .widget_pages ul ul {
    margin-top: 0;
}
body .widget_recent_comments ul li, body .widget_pages ul li {
    padding: 3px 0;
    line-height: 30px;
}
body .widget_recent_comments > ul > li:before {
    top: 0;
    display: inline-block !important;
    background-color: transparent !important;
    width: auto;
    height: auto;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    transition: color 400ms;
    content: "\f104";
    font-family: flaticon;
    color: inherit;
    font-weight: 400;
}
body .widget_rss .widget-title > a {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 0.01em;
}
body .widget_rss .widget-title > a img {
    display: none;
}
body .widget_rss ul li {
    padding: 40px 0 0 0;
}
body .widget_rss ul li:first-child {
    padding-top: 0;
}
body .widget_rss ul li .rsswidget {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: inline-block;
}
body .widget_rss ul li .rss-date {
    font-size: 16px;
    display: block;
    font-style: normal;
    line-height: 1.5;
    margin: 0 0 20px;
}
body .widget_rss ul li .rssSummary {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}
body .widget_rss ul li cite {
    display: block;
    position: relative;
    margin-top: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    color: #7e7e7e;
}
body .widget_rss ul li cite:before {
    content: "–";
    margin-right: 5px;
}
body .widget .select__field:before {
    line-height: 48px;
}
body .widget select {
    width: 100%;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
    border: 0;
    height: 48px;
}
body .widget select:focus, body .widget select:active {
    background: #fff;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
}

.wp-block-archives-dropdown {
    display: inline-block;
    position: relative;
}
.wp-block-archives-dropdown:before {
    content: "\f0d7";
    display: block;
    position: absolute;
    z-index: 0;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    pointer-events: none;
}
.wp-block-archives-dropdown select {
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
    border: 0;
    height: 48px;
    min-width: 270px;
}
.wp-block-archives-dropdown select:focus, .wp-block-archives-dropdown select:active {
    background: #fff;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
}

.wp-block-archives-dropdown {
    display: inline-block;
    position: relative;
}
.wp-block-archives-dropdown select {
    min-width: 270px;
}

ul.wp-block-archives.wp-block-archives-list li:before {
    display: none;
}
ul.wp-block-archives.wp-block-archives-list li a {
    color: inherit;
}
ul.wp-block-archives.wp-block-archives-list li a:before, ul.wp-block-archives.wp-block-archives-list li a:after {
    position: absolute;
    content: "";
    z-index: 1;
    background: #8b9baf;
    width: auto;
    height: auto;
    border-radius: 0;
    transition: all 0.3s ease;
}
ul.wp-block-archives.wp-block-archives-list li a:before {
    width: 8px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.wp-block-archives.wp-block-archives-list li a:after {
    width: 2px;
    height: 8px;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}

ul.wp-block-latest-posts li:before {
    display: none;
}
ul.wp-block-latest-posts li a {
    color: inherit;
}
ul.wp-block-latest-posts li a:before {
    font-family: "flaticon";
    content: "\f14d";
    font-size: 14px;
    width: 0;
    height: 0;
    left: 0px;
    top: 13px;
    line-height: 1;
    position: absolute;
}

ul.wp-block-categories.wp-block-categories-list li {
    padding-left: 0;
}
ul.wp-block-categories.wp-block-categories-list li:before {
    display: none;
}
ul.wp-block-categories.wp-block-categories-list li a {
    position: relative;
    padding-left: 20px;
    color: inherit;
}
ul.wp-block-categories.wp-block-categories-list li a:before, ul.wp-block-categories.wp-block-categories-list li a:after {
    position: absolute;
    content: "";
    z-index: 1;
    background: #8b9baf;
    width: auto;
    height: auto;
    border-radius: 0;
    transition: all 0.3s ease;
}
ul.wp-block-categories.wp-block-categories-list li a:before {
    width: 8px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.wp-block-categories.wp-block-categories-list li a:after {
    width: 2px;
    height: 8px;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}
ul.wp-block-categories.wp-block-categories-list li .post_count {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    color: #8b9baf;
    transition: all 0.3s ease;
    display: inline-block;
}
ul.wp-block-categories.wp-block-categories-list > li li {
    padding-left: 20px;
}

/* ==================== #Search ==================== */
body .widget_search .search-form, body .widget_search .woocommerce-product-search,
body .widget_product_search .search-form,
body .widget_product_search .woocommerce-product-search {
    position: relative;
    z-index: 1;
}
body .widget_search .search-form .search-field, body .widget_search .woocommerce-product-search .search-field,
body .widget_product_search .search-form .search-field,
body .widget_product_search .woocommerce-product-search .search-field {
    width: 100%;
    height: 48px;
    padding: 0px 50px 0 20px;
    border: 0;
    outline: none;
    font-weight: 400;
    background: transparent;
    overflow: hidden;
    margin-bottom: 0;
    color: #97a0aa;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 12px;
}
body .widget_search .search-form .search-field::placeholder, body .widget_search .woocommerce-product-search .search-field::placeholder,
body .widget_product_search .search-form .search-field::placeholder,
body .widget_product_search .woocommerce-product-search .search-field::placeholder {
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s;
    color: #97a0aa;
}
body .widget_search .search-form .search-field:focus::placeholder, body .widget_search .woocommerce-product-search .search-field:focus::placeholder,
body .widget_product_search .search-form .search-field:focus::placeholder,
body .widget_product_search .woocommerce-product-search .search-field:focus::placeholder {
    opacity: 0;
}
body .widget_search .search-form .search-field:focus, body .widget_search .search-form .search-field :active, body .widget_search .woocommerce-product-search .search-field:focus, body .widget_search .woocommerce-product-search .search-field :active,
body .widget_product_search .search-form .search-field:focus,
body .widget_product_search .search-form .search-field :active,
body .widget_product_search .woocommerce-product-search .search-field:focus,
body .widget_product_search .woocommerce-product-search .search-field :active {
    border: 0;
    background: #fff;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1) inset;
}
body .widget_search .search-form .search-button,
body .widget_search .search-form button[type=submit], body .widget_search .search-form:after, body .widget_search .woocommerce-product-search .search-button,
body .widget_search .woocommerce-product-search button[type=submit], body .widget_search .woocommerce-product-search:after,
body .widget_product_search .search-form .search-button,
body .widget_product_search .search-form button[type=submit],
body .widget_product_search .search-form:after,
body .widget_product_search .woocommerce-product-search .search-button,
body .widget_product_search .woocommerce-product-search button[type=submit],
body .widget_product_search .woocommerce-product-search:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 20px;
    width: 25px;
    height: 48px;
    font-size: 0;
    text-align: center;
    opacity: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
body .widget_search .search-form .search-button, body .widget_search .woocommerce-product-search .search-button,
body .widget_product_search .search-form .search-button,
body .widget_product_search .woocommerce-product-search .search-button {
    z-index: 2;
}
body .widget_search .search-form:after, body .widget_search .woocommerce-product-search:after,
body .widget_product_search .search-form:after,
body .widget_product_search .woocommerce-product-search:after {
    content: "";
    background: url(../img/icons/search/search.svg);
    line-height: 0;
    font-size: 0;
    display: block;
    transform: translate(0, 0);
    opacity: 1;
    transition: all 0.4s;
    right: 20px;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background: #97a0aa;
    -webkit-mask: url(../img/icons/search/search.svg) no-repeat 50% 50%;
    mask: url(../img/icons/search/search.svg) no-repeat 50% 50%;
    mask-size: cover;
    -webkit-mask: url(../img/icons/search/search.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
}

/* ==================== #Recent Posts ==================== */
body .widget_wgl_posts .recent-posts-widget {
    padding: 0;
    margin-top: -5px;
    margin-bottom: 15px;
}
body .widget_wgl_posts .recent-posts-widget li {
    padding: 0;
    line-height: inherit;
}
body .widget_wgl_posts .recent-posts-widget li img {
    float: left;
    max-width: 80px;
    margin-top: 4px;
    border-radius: 15px;
}
body .widget_wgl_posts .recent-posts-widget li:after {
    content: "";
    clear: both;
    position: relative;
    display: table;
    height: 0;
}
body .widget_wgl_posts .recent-posts-widget li:not(:first-child) {
    margin-top: 26px;
}
body .widget_wgl_posts .recent-posts-widget .recent-posts-image_wrapper {
    overflow: hidden;
    margin-right: 20px;
}
body .widget_wgl_posts .recent-posts-widget .recent-posts-image_wrapper,
body .widget_wgl_posts .recent-posts-widget .recent-posts-content_wrapper {
    float: left;
}
body .widget_wgl_posts .recent-posts-widget .with_image .recent-posts-content_wrapper {
    width: calc(100% - 100px);
}
body .widget_wgl_posts .recent-posts-widget .meta-wrapper {
    padding: 0;
    background: transparent;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: -15px;
    color: #8b9baf;
}
body .widget_wgl_posts .recent-posts-widget .meta-wrapper * {
    line-height: 40px;
}
body .widget_wgl_posts .recent-posts-widget .recent-posts-content_wrapper {
    width: calc(100% - 20px);
}
body .widget_wgl_posts .recent-posts-widget .post_title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
    font-weight: 500 !important;
}
body .widget_wgl_posts .recent-posts-widget .post_title a {
    font-weight: 500;
}
body .widget_wgl_posts .recent-posts-widget .counter_posts {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 24px;
    text-align: center;
    border: 3px solid #fafafa;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    margin-left: -13px;
    margin-top: -15px;
}
body .widget_postshero .with_image .recent-posts-content {
    height: 240px;
    position: relative;
}
body .widget_postshero .post_title {
    font-size: 22px;
}
body .widget_postshero .post_title a:hover {
    opacity: 0.8;
}
body .widget_postshero .meta-wrapper {
    background: rgba(18, 19, 20, 0.4);
    color: #ffffff;
    font-size: 12px;
    display: flex;
    align-self: flex-start;
    padding: 0 10px;
}
body .widget_postshero .post_cat a {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 3px 10px;
}
body .widget_postshero .post_cat a:hover {
    background: rgba(18, 19, 20, 0.4);
}
body .widget_postshero .meta-data:before {
    content: "\f148";
    font-family: "Flaticon";
    font-size: 12px;
    display: inline-block;
    border: 0;
    vertical-align: middle;
    margin-right: 7px;
    color: #ffffff;
}
body .widget_postshero li {
    padding: 0 !important;
    line-height: inherit;
}
body .widget_postshero li:not(:last-child) {
    margin-bottom: 30px;
}
body .widget_postshero li:after {
    display: none;
}
body .widget_postshero li.with_image .recent-posts-content_wrapper {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
body .widget_postshero li.with_image .recent-posts-image_wrapper:before, body .widget_postshero li.with_image .recent-posts-image_wrapper:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s;
}
body .widget_postshero li.with_image .recent-posts-image_wrapper:before {
    background: linear-gradient(to top, #000020 0, rgba(0, 0, 0, 0) 60%);
    opacity: 0.4;
}
body .widget_postshero li.with_image .recent-posts-image_wrapper:after {
    background: #000020;
    opacity: 0;
}
body .widget_postshero li.with_image:hover .recent-posts-image_wrapper:before {
    opacity: 0;
}
body .widget_postshero li.with_image:hover .recent-posts-image_wrapper:after {
    opacity: 0.4;
}
body .widget_postshero li.with_image .post_cat {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    line-height: 1;
}
body .widget_postshero li.with_image .post_title {
    margin-bottom: 15px;
}
body .widget_postshero li.with_image .post_title a {
    color: #ffffff;
    font-weight: 500;
}

/* ==================== #Tagcloud ==================== */
.tagcloud {
    font-size: 0;
    line-height: 0;
    margin-bottom: -10px;
}
.tagcloud a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 14px !important;
    line-height: 28px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 12px;
    transition: all 0.4s;
    border: 0;
    background: #f7f9fd;
    color: #767676;
    border-radius: 5px;
    text-transform: lowercase;
}
.tagcloud a:hover {
    background: #fff;
    box-shadow: 0px 6px 13px 0px rgba(145, 145, 145, 0.3);
}

/* ==================== #Navigation Menu ==================== */
body .widget_nav_menu .menu-main-container {
    margin-top: -11px;
}
body .widget_nav_menu ul.menu li {
    line-height: 26px;
}
body .widget_nav_menu ul.menu > li {
    padding-left: 0;
}
body .widget_nav_menu ul.menu > li li {
    padding-left: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
body .widget_nav_menu ul.menu > li > a {
    display: block;
    padding: 5px 0;
}
body .widget_nav_menu ul.menu .sub-menu > li:last-child:after {
    display: none;
}
body .widget_nav_menu ul.menu > .menu-item-has-children .sub-menu .menu-item-has-children {
    padding-bottom: 0;
}
body .widget_nav_menu ul.menu > .menu-item-has-children .sub-menu .menu-item-has-children > a {
    display: block;
    margin-bottom: 5px;
}

/* ==================== #Author ==================== */
.author-widget_wrapper {
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}
.author-widget_wrapper > * + .author-widget_social {
    margin-top: 21px;
}
.author-widget_img-wrapper {
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
    width: 170px;
    height: 170px;
    padding: 5px;
    border-radius: 50%;
}
.author-widget_img-wrapper img {
    width: 115px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}
.author-widget_img-wrapper:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 10%;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 25px 0px CurrentColor, 0px 0px 25px 0px CurrentColor inset;
    border-radius: 50%;
    opacity: 0.2;
}
.author-widget_img-wrapper:after {
    background-clip: border-box;
    background-origin: border-box;
    background: #fff;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: block;
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 50%;
}
.author-widget_title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #252525;
}
.author-widget_text {
    line-height: 30px;
    margin: 0;
    padding: 0 2px;
}
.author-widget_social a {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    color: #bcc8d7;
    border-radius: 50%;
}
.author-widget_social a.fa-twitter:hover {
    color: #1da1f2;
}
.author-widget_social a.fa-facebook:hover {
    color: #3b5998;
}
.author-widget_social a.fa-linkedin:hover {
    color: #007bb5;
}
.author-widget_social a.fa-instagram:hover {
    color: #c32aa3;
}
.author-widget_social a:hover {
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
}
.author-widget_social-link {
    margin: 0 4px;
}
.author-widget_img_sign-wrapper {
    width: 140px;
    margin: 25px auto 0;
    text-align: center;
}

/* ==================== #Text Widget ==================== */
.textwidget p:last-child {
    margin-bottom: 0;
}

/* ==================== #Banner ==================== */
.widget.softlab_widget.softlab_banner-widget {
    padding: 40px 0 54px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    max-width: 370px;
    margin-top: 60px;
    border-radius: 30px;
}
.widget.softlab_widget.softlab_banner-widget.without_logotype {
    padding-top: 114px;
}
.widget.softlab_widget.softlab_banner-widget .banner-widget_img-wrapper {
    margin-bottom: 20px;
    max-width: 62%;
    margin: 0 auto 34px;
    text-align: center;
}
.widget.softlab_widget.softlab_banner-widget .banner-widget_text_sub {
    font-size: 22px;
    margin-bottom: 7px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}
.widget.softlab_widget.softlab_banner-widget .banner-widget_text {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
    line-height: 30px;
}
.widget.softlab_widget.softlab_banner-widget .banner-widget_text .tags_title:after {
    content: "</>";
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    margin-left: 5px;
}
.widget.softlab_widget.softlab_banner-widget .banner-widget_text_bg {
    font-size: 60px;
    font-weight: 900;
    color: #fffefe;
    text-transform: uppercase;
    margin-top: -20px;
    position: relative;
    text-align: center;
    z-index: -1;
}
.widget.softlab_widget.softlab_banner-widget .banner-widget_button {
    display: inline-block;
    padding: 13px 30px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    box-sizing: border-box;
    border-width: 0;
    text-transform: capitalize;
    margin: 0;
    border-radius: 25px;
    background: transparent;
    position: relative;
}
.widget.softlab_widget.softlab_banner-widget .banner-widget_button span {
    position: relative;
    z-index: 1;
}
.widget.softlab_widget.softlab_banner-widget .banner-widget_button:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    opacity: 0;
    transition: inherit;
    content: "";
}
.widget.softlab_widget.softlab_banner-widget .banner-widget_button:hover {
    color: #fff;
    background-color: transparent;
}
.widget.softlab_widget.softlab_banner-widget .banner-widget_button:hover:after {
    opacity: 1;
}

/* ==================== #Gallery ==================== */
body .widget_media_gallery .gallery {
    margin: -5px !important;
    padding-bottom: 15px;
}
body .widget_media_gallery .gallery-item {
    margin: 0 !important;
}
body .widget_media_gallery .gallery-item .gallery-icon {
    margin: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
}
body .widget_media_gallery .gallery-item .gallery-icon > a {
    display: block;
}
body .widget_media_gallery .gallery-item .gallery-icon a:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s;
    background: #000;
    border-radius: inherit;
}
body .widget_media_gallery .gallery-item .gallery-icon a:hover:before {
    opacity: 0.4;
}
body .widget_media_gallery .gallery-item img {
    border: 0 !important;
}
body .widget_media_gallery .gallery .gallery-caption {
    display: none;
}

/* ==================== #Calendar ==================== */
body .widget_calendar .calendar_wrap {
    width: 100%;
    max-width: 370px;
    margin-bottom: 10px;
}
body .widget_calendar .calendar_wrap table td {
    font-size: 14px;
    padding: 4px 0px;
    position: relative;
    z-index: 1;
    text-align: center;
}
body .widget_calendar .calendar_wrap table td > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
body .widget_calendar .calendar_wrap table td#today {
    color: #ffffff;
}
body .widget_calendar .calendar_wrap table tr {
    border: 0;
}
body .widget_calendar .calendar_wrap table th {
    padding: 5px 0px;
    text-align: center;
}
body .widget_calendar .calendar_wrap table caption {
    font-size: 18px;
    padding: 7px;
    color: #ffffff;
}
body .widget_calendar .calendar_wrap table tfoot {
    display: none;
}
body .widget_calendar .calendar_wrap table td#today:before,
body .widget_calendar .calendar_wrap tbody td > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.footer .calendar_wrap tbody,
.footer .calendar_wrap td#today {
    color: inherit;
}

/* ==================== #Mailchimp ==================== */
.widget-mailchimp .mc4wp-form-fields input[type=submit] {
    padding: 7px 15px;
    height: 45px;
    width: 100%;
    font-weight: 600;
}
.widget-mailchimp .mc4wp-form-fields input[type=email] {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}
.widget-mailchimp .mc4wp-alert p {
    text-align: center;
}

/* ==================== ##Blog Categories ==================== */
.softlab_module_cats {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}
.softlab_module_cats.items-1 .cats_item-wrap {
    width: 100%;
}
.softlab_module_cats.items-1 .cats_item-wrap:nth-child(2) {
    clear: left;
}
.softlab_module_cats.items-1 .cats_item-wrap:nth-child(n+3) {
    clear: left;
}
.softlab_module_cats.items-2 .cats_item-wrap {
    width: 50%;
}
.softlab_module_cats.items-2 .cats_item-wrap:nth-child(3) {
    clear: left;
}
.softlab_module_cats.items-2 .cats_item-wrap:nth-child(2n+5) {
    clear: left;
}
.softlab_module_cats.items-3 .cats_item-wrap {
    width: 33.33333%;
}
.softlab_module_cats.items-3 .cats_item-wrap:nth-child(4) {
    clear: left;
}
.softlab_module_cats.items-3 .cats_item-wrap:nth-child(3n+7) {
    clear: left;
}
.softlab_module_cats.items-4 .cats_item-wrap {
    width: 25%;
}
.softlab_module_cats.items-4 .cats_item-wrap:nth-child(5) {
    clear: left;
}
.softlab_module_cats.items-4 .cats_item-wrap:nth-child(4n+9) {
    clear: left;
}
.softlab_module_cats.items-5 .cats_item-wrap {
    width: 20%;
}
.softlab_module_cats.items-5 .cats_item-wrap:nth-child(6) {
    clear: left;
}
.softlab_module_cats.items-5 .cats_item-wrap:nth-child(5n+11) {
    clear: left;
}
.softlab_module_cats.items-6 .cats_item-wrap {
    width: 16.66666%;
}
.softlab_module_cats.items-6 .cats_item-wrap:nth-child(7) {
    clear: left;
}
.softlab_module_cats.items-6 .cats_item-wrap:nth-child(6n+13) {
    clear: left;
}
.softlab_module_cats .cats_item {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    height: 350px;
    background-color: #313131;
}
.softlab_module_cats .cats_item:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #313131;
    opacity: 0;
    transition: all 0.5s;
}
.softlab_module_cats .cats_item-wrap {
    padding: 0 15px 30px;
    float: left;
}
.softlab_module_cats .cats_item-link {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.softlab_module_cats .cats_item-title {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.softlab_module_cats .cats_item-count {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    font-size: 14px;
    color: #ffffff;
    padding: 3px 20px;
    transform: translate(-50%, 50%);
}
.softlab_module_cats .cats_item-image + .cats_item-title {
    margin-top: 7px;
}
.softlab_module_cats .cats_item:hover:before {
    opacity: 0.4;
}
.softlab_module_cats .softlab_module_carousel .slick-prev {
    left: 10px;
}
.softlab_module_cats .softlab_module_carousel .slick-next {
    right: 10px;
}
.softlab_module_cats .softlab_module_carousel:hover .slick-prev {
    left: 20px;
}
.softlab_module_cats .softlab_module_carousel:hover .slick-next {
    right: 20px;
}

/* ==================== ##Button ==================== */
.wgl_button {
    position: relative;
    z-index: 20;
    transition: 0.4s;
}
.wgl_button .wgl_button_link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 65px;
    line-height: 2;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: initial;
    white-space: nowrap;
    transition: inherit;
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .wgl_button .wgl_button_link {
        line-height: 1.16;
    }
}
.wgl_button .wgl_button_link:hover {
    background: #ffffff;
}
.wgl_button.btn-gradient .wgl_button_link {
    color: #ffffff;
}
.wgl_button-xl .wgl_button_link {
    min-width: 190px;
    min-height: 60px;
    padding: 10px 29.4px;
    font-size: 18px;
}
.wgl_button-l .wgl_button_link {
    min-width: 170px;
    min-height: 54px;
    padding: 10px 24px;
    font-size: 16px;
}
.wgl_button-m .wgl_button_link {
    min-width: 150px;
    min-height: 48px;
    padding: 10px 21px;
    font-size: 16px;
}
.wgl_button-s .wgl_button_link {
    min-width: 130px;
    min-height: 42px;
    padding: 10px 17px;
    font-size: 14px;
}
.wgl_button .wgl_button-icon {
    font-size: 22px;
    transition: inherit;
}
.wgl_button-icon_right .wgl_button-icon {
    padding-left: 10px;
}
.wgl_button-icon_left .wgl_button-icon {
    padding-right: 10px;
}
.wgl_button-full .wgl_button_link {
    display: flex;
    text-align: center;
}
.wgl_button-inline {
    display: inline-flex;
}
.wgl_button.btn-gradient .wgl_button_link:before, .wgl_button.btn-gradient .wgl_button_link:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 65px;
    transition: inherit;
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .wgl_button.btn-gradient .wgl_button_link:before, .wgl_button.btn-gradient .wgl_button_link:after {
        border-radius: inherit;
    }
}
.wgl_button.btn-gradient .wgl_button_link:before {
    opacity: 1;
}
.wgl_button.btn-gradient .wgl_button_link:after {
    opacity: 0;
}
.wgl_button.btn-gradient .wgl_button_link:hover:before {
    opacity: 0;
}
.wgl_button.btn-gradient .wgl_button_link:hover:after {
    opacity: 1;
}
.wgl_button.btn-gradient .wgl_button_link .btn_border_gradient {
    border-radius: inherit;
}
.wgl_button.btn-gradient .wgl_button_link .btn_border_gradient:before, .wgl_button.btn-gradient .wgl_button_link .btn_border_gradient:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: inherit;
    transition: inherit;
}
.wgl_button.btn-gradient .wgl_button_link .btn_border_gradient:before {
    opacity: 1;
}
.wgl_button.btn-gradient .wgl_button_link .btn_border_gradient:after {
    opacity: 0;
}
.wgl_button.btn-gradient .wgl_button_link:hover .btn_border_gradient:before {
    opacity: 0;
}
.wgl_button.btn-gradient .wgl_button_link:hover .btn_border_gradient:after {
    opacity: 1;
}

.tp-caption .softlab_module_button .wgl_button_link {
    transition: 0.3s !important;
}

/* ==================== ##Carousel Navigation ==================== */
/* Slick Arrows */
.softlab_module_carousel .slick-prev,
.softlab_module_carousel .slick-next {
    display: block;
    position: absolute;
    z-index: 100;
    top: auto;
    bottom: 30px;
    width: 35px;
    height: 35px;
    margin: 0;
    border: none;
    border-radius: 10px;
    padding: 0;
    text-align: center;
    font-size: 0;
    font-weight: 400;
    letter-spacing: 0;
    color: #ffffff;
    text-indent: 0;
    cursor: pointer;
    opacity: 1;
    transition: all 0.4s;
    background: #fff;
    box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.1);
}
.softlab_module_carousel .slick-prev:before,
.softlab_module_carousel .slick-next:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.45s ease;
    border-radius: inherit;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.softlab_module_carousel .slick-prev:after,
.softlab_module_carousel .slick-next:after {
    display: inline-block;
    vertical-align: middle;
    border: unset;
    font-family: Flaticon;
    font-size: 16px;
    line-height: 35px;
    font-weight: inherit;
    color: inherit;
    transition: inherit;
    font-weight: 700;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.softlab_module_carousel .slick-prev:hover,
.softlab_module_carousel .slick-next:hover {
    color: #ffffff;
}
.softlab_module_carousel .slick-prev:hover:before, .softlab_module_carousel .slick-prev:hover:after,
.softlab_module_carousel .slick-next:hover:before,
.softlab_module_carousel .slick-next:hover:after {
    color: #ffffff;
}
.softlab_module_carousel .slick-prev {
    left: auto;
    right: 85px;
}
.softlab_module_carousel .slick-prev:after {
    content: "\f1be";
}
.softlab_module_carousel .slick-prev:hover:before {
    opacity: 1;
    visibility: visible;
}
.softlab_module_carousel .slick-prev:hover:after {
    color: #fff;
}
.softlab_module_carousel .slick-next {
    left: auto;
    right: 45px;
}
.softlab_module_carousel .slick-next:after {
    content: "\f1bd";
}
.softlab_module_carousel .slick-next:hover:before {
    opacity: 1;
    visibility: visible;
}
.softlab_module_carousel .slick-next:hover:after {
    color: #fff;
}
.softlab_module_carousel .softlab_carousel_list {
    overflow: hidden;
}
.softlab_module_carousel.prev_next_pos_right .slick-arrow {
    bottom: 5px;
    left: auto;
    right: 15px;
    transform: translate(0, 0);
}
.softlab_module_carousel.prev_next_pos_right .slick-arrow:after {
    margin: 0;
}
.softlab_module_carousel.prev_next_pos_right .slick-prev {
    right: 54px;
}

/* Slick Dots */
.softlab_module_carousel .slick-dots {
    padding: 0;
    margin: 30px 15px 0 15px;
    line-height: 0;
    font-size: 0;
    min-height: 50px;
}
.softlab_module_carousel .slick-dots li {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    list-style: none;
    padding: 5px;
    margin: 0;
    opacity: 1;
    cursor: pointer;
}
.softlab_module_carousel .slick-dots li button {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: 0;
    vertical-align: bottom;
}
.softlab_module_carousel .slick-dots li button:focus {
    outline: none;
}
.softlab_module_carousel .slick-dots li:before {
    display: none;
}
.softlab_module_carousel .slick-dots li:last-child {
    margin-right: 0;
}
.softlab_module_carousel .vc_row {
    margin-left: 0;
    margin-right: 0;
}
.softlab_module_carousel.pag_align_left .slick-dots {
    text-align: left;
}
.softlab_module_carousel.pag_align_right .slick-dots {
    text-align: right;
}
.softlab_module_carousel.pag_align_center .slick-dots {
    text-align: center;
}
.softlab_module_carousel.pagination_circle .slick-dots li button {
    border-radius: 50%;
    width: 4px;
    height: 4px;
    opacity: 0.3;
}
.softlab_module_carousel.pagination_circle .slick-dots li button:hover {
    box-shadow: 0 2px 6px 0;
}
.softlab_module_carousel.pagination_circle .slick-dots li.slick-active button {
    opacity: 1;
    box-shadow: 0 2px 6px 0;
    transform: scale(2.5);
}
.softlab_module_carousel.pagination_circle_border .slick-dots li {
    margin: 1px;
}
.softlab_module_carousel.pagination_circle_border .slick-dots li button {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    border: 2px solid red;
    background: transparent;
}
.softlab_module_carousel.pagination_line .slick-dots li {
    margin: 0 5px;
    padding: 10px 0;
}
.softlab_module_carousel.pagination_line .slick-dots li button {
    width: 25px;
    height: 3px;
    opacity: 0.5;
    background: transparent;
}
.softlab_module_carousel.pagination_line .slick-dots li button:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: all 0.3s;
}
.softlab_module_carousel.pagination_line .slick-dots li:hover button:before {
    height: 3px;
}
.softlab_module_carousel.pagination_line .slick-dots li.slick-active button {
    opacity: 1;
}
.softlab_module_carousel.pagination_line .slick-dots li.slick-active button:before {
    height: 3px;
}
.softlab_module_carousel.pagination_square .slick-dots li {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    opacity: 0.3;
}
.softlab_module_carousel.pagination_square .slick-dots li.slick-active {
    opacity: 1;
}
.softlab_module_carousel.pagination_line_circle .slick-dots li {
    margin: 0;
    padding: 10px 5px;
}
.softlab_module_carousel.pagination_line_circle .slick-dots li button {
    width: 6px;
    height: 6px;
    opacity: 0.5;
    border-radius: 6px;
}
.softlab_module_carousel.pagination_line_circle .slick-dots li:hover button {
    opacity: 1;
}
.softlab_module_carousel.pagination_line_circle .slick-dots li.slick-active button {
    opacity: 1;
    width: 25px;
}

/* ==================== ##Clients ==================== */
.softlab_module_clients {
    text-align: center;
}
.softlab_module_clients .clients_image {
    float: left;
    padding-bottom: 30px;
}
.softlab_module_clients .clients_image .image_link, .softlab_module_clients .clients_image .image_wrapper {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.softlab_module_clients .hover_image {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.softlab_module_clients.items-1 .clients_image {
    width: 100%;
}
.softlab_module_clients.items-1 .clients_image:nth-child(2), .softlab_module_clients.items-1 .clients_image:nth-child(n+3) {
    clear: left;
}
.softlab_module_clients.items-2 .clients_image {
    width: 50%;
}
.softlab_module_clients.items-2 .clients_image:nth-child(3), .softlab_module_clients.items-2 .clients_image:nth-child(2n+5) {
    clear: left;
}
.softlab_module_clients.items-3 .clients_image {
    width: 33.33333%;
}
.softlab_module_clients.items-3 .clients_image:nth-child(4), .softlab_module_clients.items-3 .clients_image:nth-child(3n+7) {
    clear: left;
}
.softlab_module_clients.items-4 .clients_image {
    width: 25%;
}
.softlab_module_clients.items-4 .clients_image:nth-child(5), .softlab_module_clients.items-4 .clients_image:nth-child(4n+9) {
    clear: left;
}
.softlab_module_clients.items-5 .clients_image {
    width: 20%;
}
.softlab_module_clients.items-5 .clients_image:nth-child(6), .softlab_module_clients.items-5 .clients_image:nth-child(5n+11) {
    clear: left;
}
.softlab_module_clients.items-6 .clients_image {
    width: 16.66666%;
}
.softlab_module_clients.items-6 .clients_image:nth-child(7), .softlab_module_clients.items-6 .clients_image:nth-child(6n+13) {
    clear: left;
}
.softlab_module_clients img {
    transition: all 0.3s;
}
.softlab_module_clients.anim-zoom .clients_image img {
    transform: scale(0.95);
}
.softlab_module_clients.anim-zoom .clients_image:hover img {
    transform: scale(1);
}
.softlab_module_clients.anim-opacity .clients_image img {
    opacity: 0.5;
}
.softlab_module_clients.anim-opacity .clients_image:hover img {
    opacity: 1;
}
.softlab_module_clients.anim-grayscale .clients_image img {
    filter: grayscale(100%);
    opacity: 0.2;
}
.softlab_module_clients.anim-grayscale .clients_image:hover img {
    filter: grayscale(0);
    opacity: 1;
}
.softlab_module_clients.anim-shadow .softlab_module_carousel-wrapper {
    overflow: unset;
}
.softlab_module_clients.anim-shadow .softlab_module_carousel-wrapper .clients_image:hover img {
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
}
.softlab_module_clients.anim-shadow .clients_image img {
    padding: 35px 15px;
    border-radius: 30px;
}
.softlab_module_clients.anim-shadow .clients_image:hover img {
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.softlab_module_clients.anim-shadow .hover_image {
    display: block;
}
.softlab_module_clients.anim-contrast .clients_image:hover img {
    filter: contrast(300%);
}
.softlab_module_clients.anim-blur .clients_image:hover img {
    filter: blur(1px);
}
.softlab_module_clients.anim-invert .clients_image:hover img {
    filter: invert(100%);
}
.softlab_module_clients.anim-ex_images .hover_image {
    display: block;
    opacity: 0;
}
.softlab_module_clients.anim-ex_images .clients_image:hover .hover_image {
    opacity: 1;
}
.softlab_module_clients.anim-ex_images .clients_image:hover .main_image {
    opacity: 0;
}

/* ==================== ##Countdown ==================== */
.softlab_module_countdown {
    text-align: center;
    font-size: 100px;
}

.countdown-section {
    flex: 1;
    color: inherit;
}
.countdown-section:last-child .countdown-amount:before, .countdown-section:last-child .countdown-amount:after {
    display: none;
}
.countdown-section .countdown-amount {
    position: relative;
    z-index: 1;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.32;
    display: block;
    color: inherit;
    padding: 0 4px;
}
.countdown-section .countdown-amount:before, .countdown-section .countdown-amount:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    width: 0.12em;
    height: 0.12em;
    border-radius: 0%;
    background: #c10e0e;
    transform: translateX(50%);
}
.countdown-section .countdown-amount:before {
    top: 33%;
}
.countdown-section .countdown-amount:after {
    bottom: 33%;
}
.countdown-section .countdown-period {
    display: block;
    font-size: 0.275em;
    line-height: 0.87;
    color: inherit;
    margin-top: 1px;
}

.countdown-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_countdown .countdown-section {
    font-family: inherit;
}

.custom_countdown .countdown-section .countdown-amount {
    font-family: inherit;
    font-weight: inherit;
}

.custom_countdown .countdown-period {
    font-family: inherit;
    font-weight: inherit;
}

.softlab_module_countdown.countdown_size_large {
    font-size: 100px;
}
.softlab_module_countdown.countdown_size_e_large {
    font-size: 120px;
}
.softlab_module_countdown.countdown_size_small {
    font-size: 50px;
}
.softlab_module_countdown.countdown_size_medium {
    font-size: 80px;
}

.softlab_module_countdown.countdown_align_left {
    text-align: left;
}
.softlab_module_countdown.countdown_align_left .countdown-amount:before, .softlab_module_countdown.countdown_align_left .countdown-amount:after {
    display: none;
}

.softlab_module_countdown.countdown_align_right {
    text-align: right;
}
.softlab_module_countdown.countdown_align_right .countdown-amount:before, .softlab_module_countdown.countdown_align_right .countdown-amount:after {
    display: none;
}

@media only screen and (max-width: 1300px) {
    .softlab_module_countdown.countdown_size_large {
        font-size: 80px;
    }

    .softlab_module_countdown.countdown_size_custom {
        font-size: 80px !important;
    }

    .softlab_module_countdown.countdown_size_e_large {
        font-size: 106px;
    }

    .softlab_module_countdown.countdown_size_small {
        font-size: 41px;
    }

    .softlab_module_countdown.countdown_size_medium {
        font-size: 58px;
    }
}
@media only screen and (max-width: 992px) {
    .softlab_module_countdown.countdown_size_large {
        font-size: 70px;
    }

    .softlab_module_countdown.countdown_size_custom {
        font-size: 70px !important;
    }

    .softlab_module_countdown.countdown_size_e_large {
        font-size: 82px;
    }

    .softlab_module_countdown.countdown_size_small {
        font-size: 33px;
    }

    .softlab_module_countdown.countdown_size_medium {
        font-size: 46px;
    }

    .countdown-section .countdown-amount:before, .countdown-section .countdown-amount:after {
        width: 6px;
        height: 6px;
    }
}
@media only screen and (max-width: 768px) {
    .softlab_module_countdown.countdown_size_large {
        font-size: 50px;
    }

    .softlab_module_countdown.countdown_size_custom {
        font-size: 45px !important;
    }

    .softlab_module_countdown.countdown_size_e_large {
        font-size: 60px;
    }

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

    .softlab_module_countdown.countdown_size_medium {
        font-size: 40px;
    }

    .countdown-section .countdown-amount:before, .countdown-section .countdown-amount:after {
        width: 4px;
        height: 4px;
    }
}
/* ==================== ##Counter ==================== */
.softlab_module_counter {
    display: flex;
    z-index: 1;
    position: relative;
}
.softlab_module_counter:hover .counter_icon_container:after {
    opacity: 1;
}
.softlab_module_counter .counter_content_wrapper {
    display: flex;
    flex-grow: 1;
    border-style: solid;
}
.softlab_module_counter .counter_value_placeholder {
    position: relative;
    z-index: 1;
}
.softlab_module_counter .counter_value_placeholder .value_prefix_placeholder,
.softlab_module_counter .counter_value_placeholder .value_placeholder,
.softlab_module_counter .counter_value_placeholder .value_suffix_placeholder {
    opacity: 0;
    visibility: hidden;
}
.softlab_module_counter .counter_value_placeholder .counter_value_wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.softlab_module_counter .counter_value_wrapper,
.softlab_module_counter .counter_value_placeholder {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
}
.softlab_module_counter .counter_value_wrapper .counter_value,
.softlab_module_counter .counter_value_placeholder .counter_value {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
}
.softlab_module_counter .counter_value_wrapper .counter_value_prefix,
.softlab_module_counter .counter_value_placeholder .counter_value_prefix {
    font-size: 1em;
    color: inherit;
}
.softlab_module_counter .counter_value_wrapper .counter_value_suffix,
.softlab_module_counter .counter_value_placeholder .counter_value_suffix {
    position: relative;
    left: 0;
    top: 0;
    vertical-align: baseline;
    font-size: 1em;
    color: inherit;
}
.softlab_module_counter .counter_title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: initial;
}
.softlab_module_counter .counter_icon_container {
    position: relative;
    z-index: 1;
    width: 65px;
    height: 65px;
    border-style: solid;
    transition: 0.4s;
}
.softlab_module_counter .counter_icon_container:after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: inherit;
    opacity: 0;
    transition: inherit;
}
.softlab_module_counter .counter_icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: inherit;
    font-size: 35px;
    text-align: center;
    transform: translateY(-50%);
    transition: 0.4s;
}
.softlab_module_counter.alignment_left {
    text-align: left;
}
.softlab_module_counter.alignment_center {
    text-align: center;
}
.softlab_module_counter.alignment_right {
    text-align: right;
}
.softlab_module_counter.layout_top .counter_icon_container {
    margin-bottom: 20px;
}
.softlab_module_counter.layout_top .counter_content_wrapper {
    flex-flow: column;
}
.softlab_module_counter.layout_top .counter_title {
    margin-top: 5px;
}
.softlab_module_counter.layout_left {
    flex-flow: row;
}
.softlab_module_counter.layout_left .counter_icon_container {
    margin-right: 20px;
}
.softlab_module_counter.layout_right {
    flex-flow: row-reverse;
}
.softlab_module_counter.layout_right .counter_icon_container {
    margin-left: 20px;
}
.softlab_module_counter.layout_left .counter_content_wrapper, .softlab_module_counter.layout_right .counter_content_wrapper {
    flex-flow: column;
}
.softlab_module_counter.counter_divider.layout_top, .softlab_module_counter.counter_divider.layout_left .counter_value_placeholder, .softlab_module_counter.counter_divider.layout_right .counter_value_placeholder {
    position: relative;
}
.softlab_module_counter.counter_divider.layout_top:after, .softlab_module_counter.counter_divider.layout_left .counter_value_placeholder:after, .softlab_module_counter.counter_divider.layout_right .counter_value_placeholder:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
}
.softlab_module_counter.counter_divider.layout_right .counter_value_placeholder:after {
    right: unset;
    left: 0;
}

@media (max-width: 1200px) {
    .softlab_module_counter.counter_divider.layout_top:after {
        background-color: transparent;
    }
}
/* ==================== ##Custom Title ==================== */
.softlab_module_title {
    position: relative;
    z-index: 1;
}

/* ==================== ##Custom Text ==================== */
.softlab_module_text * {
    line-height: inherit;
    font-size: inherit;
}
.softlab_module_text p {
    margin-bottom: 0;
}
.softlab_module_text.custom_font > *:not(.fa) {
    font-family: inherit;
}

/* ==================== ##Demo Item ==================== */
.softlab_module_demo_item {
    margin-top: 20px;
}
.softlab_module_demo_item .di_image-wrap {
    position: relative;
    z-index: 1;
    transition: transform 0.6s;
    box-shadow: 0px 17px 40px 0px rgba(54, 59, 91, 0.15);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow: hidden;
}
.softlab_module_demo_item .di_image-wrap:hover {
    transform: translateY(-20px);
}
.softlab_module_demo_item .di_image-wrap:hover .di_image-link:before {
    opacity: 0.6;
}
.softlab_module_demo_item .di_image-wrap:hover .di_button {
    opacity: 1;
}
.softlab_module_demo_item .di_image-link {
    display: block;
}
.softlab_module_demo_item .di_image-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: #f3f3f3;
    transition: opacity 0.3s;
}
.softlab_module_demo_item .di_button {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: opacity 0.3s;
    opacity: 0;
}
.softlab_module_demo_item .di_button a {
    margin: 0;
    border-radius: 50px;
}
.softlab_module_demo_item .di_button a:hover {
    border-color: #ffffff;
    background: #ffffff;
}
.softlab_module_demo_item .di_title-wrap {
    margin-top: 27px;
    text-align: center;
}
.softlab_module_demo_item .di_title-wrap > * {
    display: inline-block;
}
.softlab_module_demo_item .di_subtitle {
    margin-right: 5px;
    font-size: 22px;
}
.softlab_module_demo_item .di_title {
    font-size: 22px;
}
.softlab_module_demo_item.coming_soon {
    pointer-events: none;
}
.softlab_module_demo_item.coming_soon .di_image-link:before {
    opacity: 0.7;
}
.softlab_module_demo_item .di_label {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: transparent;
    font-size: 28px;
    opacity: 0.7;
}

/* ==================== ##Divider ==================== */
.softlab_divider {
    font-size: 0;
    line-height: 0;
}
.softlab_divider.divider_alignment_right {
    text-align: right;
}
.softlab_divider.divider_alignment_left {
    text-align: left;
}
.softlab_divider.divider_alignment_center {
    text-align: center;
}
.softlab_divider.divider_alignment_right .divider_custom, .softlab_divider.divider_alignment_left .divider_custom, .softlab_divider.divider_alignment_center .divider_custom {
    display: inline-block;
}
.softlab_divider .divider_line .divider_custom {
    position: relative;
}
.softlab_divider .divider_line .divider_custom .divider_line {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
}
.softlab_divider .divider_line.divider_line_alignment_right .divider_custom .divider_line, .softlab_divider .divider_line.divider_line_alignment_left .divider_custom .divider_line, .softlab_divider .divider_line.divider_line_alignment_center .divider_custom .divider_line {
    display: block;
}
.softlab_divider .divider_line.divider_line_alignment_right .divider_custom .divider_line {
    right: 0;
    left: auto;
}
.softlab_divider .divider_line.divider_line_alignment_left .divider_custom .divider_line {
    right: auto;
    left: 0;
}
.softlab_divider .divider_line.divider_line_alignment_center .divider_custom .divider_line {
    left: 50%;
    transform: translateX(-50%);
}

/* ==================== ##Double Headings ==================== */
.softlab_module_double_headings .heading_title {
    position: relative;
    z-index: 1;
}
.softlab_module_double_headings .heading_title * {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}
.softlab_module_double_headings .heading_title > p {
    margin-bottom: 0;
}
.softlab_module_double_headings .heading_subtitle {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.softlab_module_double_headings .heading_subtitle * {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}
.softlab_module_double_headings .heading_subtitle + .heading_title {
    margin-top: 8px;
}

@media only screen and (min-width: 1200px) {
    .wgl-container .softlab_module_double_headings .heading_title_desktop,
    .wgl-container .softlab_module_double_headings .heading_title_desktop > * {
        font-size: inherit !important;
        line-height: inherit !important;
        font-weight: inherit;
        color: inherit;
    }
}
@media only screen and (min-width: 992px) {
    .wgl-container .softlab_module_double_headings .heading_title_tablet,
    .wgl-container .softlab_module_double_headings .heading_title_tablet > * {
        font-size: inherit !important;
        line-height: inherit !important;
        font-weight: inherit;
        color: inherit;
    }
}
@media only screen and (min-width: 768px) {
    .wgl-container .softlab_module_double_headings .heading_title_mobile,
    .wgl-container .softlab_module_double_headings .heading_title_mobile > * {
        font-size: inherit !important;
        line-height: inherit !important;
        font-weight: inherit;
        color: inherit;
    }
}
/* ==================== ##Flip Box ==================== */
.softlab_module_flipbox .flipbox_wrapper {
    position: relative;
    z-index: 1;
    min-height: 270px;
    text-align: center;
    perspective: 1000px;
}
.softlab_module_flipbox .flipbox_subtitle {
    padding: 0 15px 7px;
    font-size: 13px;
    line-height: 1.3;
    color: inherit;
}
.softlab_module_flipbox .flipbox_title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}
.softlab_module_flipbox .flipbox_front,
.softlab_module_flipbox .flipbox_back {
    display: block;
    -webkit-backface-visibility: unset;
    backface-visibility: unset;
    transition: transform 1s, visibility 0s 0.3s;
    min-height: inherit;
    border-radius: 30px;
    border-style: solid;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
    perspective: inherit;
    transform-style: preserve-3d;
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .softlab_module_flipbox .flipbox_front,
    .softlab_module_flipbox .flipbox_back {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    }
}
.softlab_module_flipbox .flipbox_front {
    box-sizing: border-box;
    padding: 30px;
    visibility: visible;
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .softlab_module_flipbox .flipbox_front {
        display: flex;
        flex-direction: column;
        justify-content: center;
        visibility: unset;
    }
}
.softlab_module_flipbox .flipbox_front .flipbox_logo,
.softlab_module_flipbox .flipbox_front .flipbox_title,
.softlab_module_flipbox .flipbox_front .flipbox_description {
    transform-style: inherit;
    perspective: inherit;
    -webkit-backface-visibility: inherit;
    backface-visibility: inherit;
}
.softlab_module_flipbox .flipbox_front .flipbox_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: translate3d(0, 0, 35px) scale(0.95);
}
.softlab_module_flipbox .flipbox_front .flipbox_subtitle {
    transform: translate3d(0, 0, 60px) scale(0.68);
}
.softlab_module_flipbox .flipbox_front .flipbox_title {
    padding: 0 13px;
    box-sizing: border-box;
    transform: translate3d(0, 0, 70px) scale(0.86);
}
.softlab_module_flipbox .flipbox_front .flipbox_description {
    padding: 5px 5px 0;
    font-size: 16px;
    line-height: 1.875;
    transform: translate3d(0, 0, 55px) scale(0.86);
}
.softlab_module_flipbox .flipbox_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    visibility: hidden;
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .softlab_module_flipbox .flipbox_back {
        display: flex;
        justify-content: center;
        flex-direction: column;
        visibility: unset;
    }
}
.softlab_module_flipbox .flipbox_back .flipbox_logo,
.softlab_module_flipbox .flipbox_back .flipbox_title,
.softlab_module_flipbox .flipbox_back .flipbox_content {
    transform-style: inherit;
    perspective: inherit;
    -webkit-backface-visibility: inherit;
    backface-visibility: inherit;
}
.softlab_module_flipbox .flipbox_back .flipbox_logo {
    height: 20px;
    transform: translate3d(0px, -10px, 35px) scale(0.86);
}
.softlab_module_flipbox .flipbox_back .flipbox_title {
    padding: 0 20px;
    margin-bottom: 10px;
    transform: translate3d(0, 0, 70px) scale(0.86);
}
.softlab_module_flipbox .flipbox_back .flipbox_content {
    padding: 0 9px;
    line-height: 1.875;
    transform: translate3d(0, 0, 60px) scale(0.86);
}
.softlab_module_flipbox .flipbox_back .softlab_module_button {
    margin-top: 23px;
}
.softlab_module_flipbox .flipbox_back .softlab_module_button a {
    margin-bottom: 0;
}
.softlab_module_flipbox .flipbox_button {
    padding-top: 10px;
}
.softlab_module_flipbox .flipbox_button:after {
    color: inherit;
}
.softlab_module_flipbox.align-left .flipbox_front,
.softlab_module_flipbox.align-left .flipbox_back {
    align-items: flex-start;
    text-align: left;
}
.softlab_module_flipbox.align-center .flipbox_front,
.softlab_module_flipbox.align-center .flipbox_back {
    align-items: center;
    text-align: center;
}
.softlab_module_flipbox.align-right .flipbox_front,
.softlab_module_flipbox.align-right .flipbox_back {
    align-items: flex-end;
    text-align: right;
}
.softlab_module_flipbox.type_flip_right .flipbox_front {
    transform: rotateY(0deg);
}
.softlab_module_flipbox.type_flip_right .flipbox_back {
    transform: rotateY(-180deg);
}
.softlab_module_flipbox.type_flip_right:hover .flipbox_front {
    visibility: hidden;
    transform: rotateY(180deg);
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .softlab_module_flipbox.type_flip_right:hover .flipbox_front {
        visibility: unset;
    }
}
.softlab_module_flipbox.type_flip_right:hover .flipbox_back {
    visibility: visible;
    transform: rotateY(0);
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .softlab_module_flipbox.type_flip_right:hover .flipbox_back {
        visibility: unset;
    }
}
.softlab_module_flipbox.type_flip_left .flipbox_front {
    transform: rotateY(0deg);
}
.softlab_module_flipbox.type_flip_left .flipbox_back {
    transform: rotateY(180deg);
}
.softlab_module_flipbox.type_flip_left:hover .flipbox_front {
    visibility: hidden;
    transform: rotateY(-180deg);
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .softlab_module_flipbox.type_flip_left:hover .flipbox_front {
        visibility: unset;
    }
}
.softlab_module_flipbox.type_flip_left:hover .flipbox_back {
    visibility: visible;
    transform: rotateY(0);
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .softlab_module_flipbox.type_flip_left:hover .flipbox_back {
        visibility: unset;
    }
}
.softlab_module_flipbox.type_flip_top .flipbox_front {
    transform: rotateX(0deg);
}
.softlab_module_flipbox.type_flip_top .flipbox_back {
    transform: rotateX(-180deg);
}
.softlab_module_flipbox.type_flip_top:hover .flipbox_front {
    visibility: hidden;
    transform: rotateX(180deg);
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .softlab_module_flipbox.type_flip_top:hover .flipbox_front {
        visibility: unset;
    }
}
.softlab_module_flipbox.type_flip_top:hover .flipbox_back {
    visibility: visible;
    transform: rotateX(0);
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .softlab_module_flipbox.type_flip_top:hover .flipbox_back {
        visibility: unset;
    }
}
.softlab_module_flipbox.type_flip_bottom .flipbox_front {
    transform: rotateX(0deg);
}
.softlab_module_flipbox.type_flip_bottom .flipbox_back {
    transform: rotateX(180deg);
}
.softlab_module_flipbox.type_flip_bottom:hover .flipbox_front {
    visibility: hidden;
    transform: rotateX(-180deg);
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .softlab_module_flipbox.type_flip_bottom:hover .flipbox_front {
        visibility: unset;
    }
}
.softlab_module_flipbox.type_flip_bottom:hover .flipbox_back {
    visibility: visible;
    transform: rotateX(0);
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .softlab_module_flipbox.type_flip_bottom:hover .flipbox_back {
        visibility: unset;
    }
}

/* ==================== ##Icon ==================== */
.wgl-icon {
    margin: 0;
    transition: all 0.4s;
}
.wgl-icon.icon_circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 40px;
}
.wgl-icon.icon_circle.icon_shadow {
    box-shadow: 0 0 16px 3px rgba(3, 38, 94, 0.19);
}

.wgl-icon.opacity_icon:hover {
    opacity: 0.5;
}

a .wgl-icon {
    cursor: pointer;
}

/* ==================== ##Image Layers ==================== */
.softlab_module_img_layer {
    position: relative;
    line-height: 0;
    max-width: 100%;
}
.softlab_module_img_layer .img_layer_image_wrapper {
    position: relative;
    line-height: 0;
    display: block;
    width: inherit;
    max-width: 100%;
    height: inherit;
    max-height: 100%;
}
.softlab_module_img_layer .img_layer_image_wrapper:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
}
.softlab_module_img_layer .img_layer_image_wrapper .img_layer_image {
    transition: all 0.5s;
}
.softlab_module_img_layer .img_layer_image_wrapper.fade_in .img_layer_image, .softlab_module_img_layer .img_layer_image_wrapper.slide_big_up .img_layer_image, .softlab_module_img_layer .img_layer_image_wrapper.slide_big_down .img_layer_image, .softlab_module_img_layer .img_layer_image_wrapper.slide_big_left .img_layer_image, .softlab_module_img_layer .img_layer_image_wrapper.slide_big_right .img_layer_image, .softlab_module_img_layer .img_layer_image_wrapper.slide_up .img_layer_image, .softlab_module_img_layer .img_layer_image_wrapper.slide_down .img_layer_image, .softlab_module_img_layer .img_layer_image_wrapper.slide_left .img_layer_image, .softlab_module_img_layer .img_layer_image_wrapper.slide_right .img_layer_image, .softlab_module_img_layer .img_layer_image_wrapper.flip_x .img_layer_image, .softlab_module_img_layer .img_layer_image_wrapper.flip_y .img_layer_image, .softlab_module_img_layer .img_layer_image_wrapper.zoom_in .img_layer_image {
    opacity: 0;
    visibility: hidden;
}
.softlab_module_img_layer .img_layer_image_wrapper.slide_big_up .img_layer_image {
    transform: translateY(100%);
}
.softlab_module_img_layer .img_layer_image_wrapper.slide_big_down .img_layer_image {
    transform: translateY(-100%);
}
.softlab_module_img_layer .img_layer_image_wrapper.slide_big_left .img_layer_image {
    transform: translateX(100%);
}
.softlab_module_img_layer .img_layer_image_wrapper.slide_big_right .img_layer_image {
    transform: translateX(-100%);
}
.softlab_module_img_layer .img_layer_image_wrapper.slide_up .img_layer_image {
    transform: translateY(50%);
}
.softlab_module_img_layer .img_layer_image_wrapper.slide_down .img_layer_image {
    transform: translateY(-50%);
}
.softlab_module_img_layer .img_layer_image_wrapper.slide_left .img_layer_image {
    transform: translateX(50%);
}
.softlab_module_img_layer .img_layer_image_wrapper.slide_right .img_layer_image {
    transform: translateX(-50%);
}
.softlab_module_img_layer .img_layer_image_wrapper.flip_x .img_layer_image {
    transform: rotateX(-100deg);
}
.softlab_module_img_layer .img_layer_image_wrapper.flip_y .img_layer_image {
    transform: rotateY(-100deg);
}
.softlab_module_img_layer .img_layer_image_wrapper.zoom_in .img_layer_image {
    transform: scale3d(0.2, 0.2, 0.2);
}
.softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.fade_in .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_up .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_down .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_left .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_right .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_up .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_down .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_left .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_right .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_x .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_y .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.zoom_in .img_layer_image {
    opacity: 1;
    visibility: visible;
}
.softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_up .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_down .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_up .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_down .img_layer_image {
    transform: translateY(0);
}
.softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_left .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_right .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_left .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_right .img_layer_image {
    transform: translateX(0);
}
.softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_x .img_layer_image, .softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_y .img_layer_image {
    transform: rotate(0);
}
.softlab_module_img_layer.img_layer_animate .img_layer_image_wrapper.zoom_in .img_layer_image {
    transform: scale3d(1, 1, 1);
}

/* ==================== ##Info Box ==================== */
.softlab_module_infobox {
    transition: 0.5s;
}
.softlab_module_infobox:hover.hover_shift .infobox_wrapper {
    transform: translateY(-20px);
}
.softlab_module_infobox:hover .infobox_wrapper:after,
.softlab_module_infobox:hover .infobox_icon_container:after {
    opacity: 1;
}
.softlab_module_infobox.hover_shift {
    padding-top: 20px;
    transform: translateY(0);
}
.softlab_module_infobox .infobox_wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    border-color: #f6f5f3;
    border-style: solid;
    transition: inherit;
}
.softlab_module_infobox .infobox_wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: inherit;
    opacity: 0;
    transition: inherit;
}
.softlab_module_infobox .infobox_icon_wrapper {
    margin-bottom: 5px;
    transition: inherit;
}
.softlab_module_infobox .infobox_icon_container {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    box-sizing: content-box;
    line-height: 0;
    overflow: hidden;
    transition: inherit;
}
.softlab_module_infobox .infobox_icon_container:after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: inherit;
    opacity: 0;
    transition: inherit;
}
.softlab_module_infobox .infobox_icon {
    font-size: 45px;
    transition: inherit;
}
.softlab_module_infobox .infobox_title {
    position: relative;
    z-index: 1;
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    word-break: break-word;
    transition: inherit;
}
.softlab_module_infobox .infobox_content {
    transition: inherit;
}
.softlab_module_infobox .infobox_title,
.softlab_module_infobox .infobox_content {
    width: 100%;
}
.softlab_module_infobox .infobox_button_wrapper {
    border-radius: inherit;
}
.softlab_module_infobox .infobox_button.read-more-icon {
    font-size: 19px;
    color: inherit;
}
.softlab_module_infobox .infobox_button.read-more-icon.corner-attached {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: inherit;
    padding-right: 17px;
    padding-bottom: 12px;
}
.softlab_module_infobox .infobox_button.read-more-icon.corner-attached:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 63px;
    height: 63px;
    border-top-left-radius: 100%;
    border-bottom-right-radius: inherit;
    box-shadow: inset 0 14px 20px rgba(0, 0, 0, 0.08);
}
.softlab_module_infobox.layout_top .infobox_wrapper {
    flex-direction: column;
}
.softlab_module_infobox.layout_top .infobox_button_wrapper .infobox_button {
    display: inline-block;
}
.softlab_module_infobox.layout_left .infobox_wrapper {
    flex-direction: row;
}
.softlab_module_infobox.layout_left .infobox_icon_wrapper .infobox_icon_container {
    margin-right: 25px;
}
.softlab_module_infobox.layout_left .infobox_button_wrapper .infobox_button {
    display: block;
}
.softlab_module_infobox.layout_left .infobox_button_wrapper .infobox_button.read-more-icon {
    text-align: right;
}
.softlab_module_infobox.layout_right .infobox_wrapper {
    flex-direction: row-reverse;
}
.softlab_module_infobox.layout_right .infobox_icon_wrapper .infobox_icon_container {
    margin-left: 25px;
}
.softlab_module_infobox.layout_right .infobox_button_wrapper .infobox_button {
    display: block;
}
.softlab_module_infobox.layout_right .infobox_button_wrapper .infobox_button.read-more-icon {
    text-align: left;
}
.softlab_module_infobox.alignment_left {
    text-align: left;
}
.softlab_module_infobox.alignment_left.layout_top .infobox_wrapper {
    align-items: flex-start;
}
.softlab_module_infobox.alignment_left.layout_left .infobox_wrapper, .softlab_module_infobox.alignment_left.layout_right .infobox_wrapper {
    justify-items: flex-start;
}
.softlab_module_infobox.alignment_center {
    text-align: center;
}
.softlab_module_infobox.alignment_center.layout_top .infobox_wrapper {
    align-items: center;
}
.softlab_module_infobox.alignment_center.layout_left .infobox_wrapper, .softlab_module_infobox.alignment_center.layout_right .infobox_wrapper {
    justify-items: space-between;
}
.softlab_module_infobox.alignment_right {
    text-align: right;
}
.softlab_module_infobox.alignment_right.layout_top .infobox_wrapper {
    align-items: flex-end;
}
.softlab_module_infobox.alignment_right.layout_left .infobox_wrapper, .softlab_module_infobox.alignment_right.layout_right .infobox_wrapper {
    justify-items: flex-end;
}
.softlab_module_infobox.layout_left .infobox_content_wrapper, .softlab_module_infobox.layout_right .infobox_content_wrapper {
    flex-grow: 1;
    overflow: hidden;
}
.softlab_module_infobox:not(.full_width) .infobox_icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

/* ==================== ##Instagram ==================== */
#sb_instagram {
    position: relative;
    z-index: 1;
}
#sb_instagram .sbi_photo {
    position: relative;
    z-index: 3;
    opacity: 1 !important;
}
#sb_instagram .sbi_photo:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
}
#sb_instagram .sbi_photo:after {
    content: "\f144";
    font-family: Flaticon;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    font-size: 70px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
}
#sb_instagram .sbi_item.hover-active .sbi_photo:before {
    opacity: 0.75;
}
#sb_instagram .sbi_item.hover-active .sbi_photo:after {
    opacity: 1;
}
#sb_instagram .sbi_item:hover .sbi_photo:before {
    opacity: 0.75 !important;
}
#sb_instagram .sbi_item:hover .sbi_photo:after {
    opacity: 1 !important;
}
#sb_instagram #sbi_images:hover .sbi_item.hover-active .sbi_photo:before {
    opacity: 0;
}
#sb_instagram #sbi_images:hover .sbi_item.hover-active .sbi_photo:after {
    opacity: 0;
}

/* ==================== ##Message Box ==================== */
.softlab_module_message_box {
    position: relative;
    min-height: 60px;
    padding: 9px 12px 9px 89px;
    border: unset;
    border-radius: 30px;
    box-shadow: 0px 7px 38px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    z-index: 0;
}
.softlab_module_message_box.closable {
    padding-right: 57px;
}
.softlab_module_message_box .message_title {
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    color: inherit;
}
.softlab_module_message_box .message_text {
    font-size: 14px;
    line-height: 1.45;
}
.softlab_module_message_box .message_icon_wrap {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 5px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.softlab_module_message_box .message_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
}
.softlab_module_message_box .message_close_button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 57px;
    height: auto;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    padding-right: 14px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    color: #d9d9d9;
    cursor: pointer;
}
.softlab_module_message_box .message_close_button:before {
    content: "\f112";
    font-family: "flaticon";
}
.softlab_module_message_box.type_info {
    border-color: #2dcff7;
    color: #2dcff7;
}
.softlab_module_message_box.type_info .message_icon_wrap {
    background-color: #2dcff7;
}
.softlab_module_message_box.type_info .message_icon:before {
    content: "\f17d";
    font-family: "flaticon";
}
.softlab_module_message_box.type_success {
    border-color: #54e0c4;
    color: #54e0c4;
}
.softlab_module_message_box.type_success .message_icon_wrap {
    background-color: #54e0c4;
}
.softlab_module_message_box.type_success .message_icon:before {
    content: "\f17f";
    font-family: "flaticon";
}
.softlab_module_message_box.type_error {
    border-color: #fd226f;
    color: #fd226f;
}
.softlab_module_message_box.type_error .message_icon_wrap {
    background-color: #fd226f;
}
.softlab_module_message_box.type_error .message_icon:before {
    content: "\f17e";
    font-family: "flaticon";
}
.softlab_module_message_box.type_warning {
    border-color: #ffbf14;
    color: #ffbf14;
}
.softlab_module_message_box.type_warning .message_icon_wrap {
    background-color: #ffbf14;
}
.softlab_module_message_box.type_warning .message_icon {
    transform: rotate(0.5turn);
}
.softlab_module_message_box.type_warning .message_icon:before {
    content: "\f17d";
    font-family: "flaticon";
}

/* ==================== ##Portfolio ==================== */
.isotope-filter {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 50px;
    padding-top: 15px;
}
.isotope-filter a {
    display: inline-block;
    transition: all 0.5s;
    position: relative;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-right: 55px;
    padding-bottom: 9px;
}
.isotope-filter a:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 5px;
    left: 50%;
    bottom: 0;
    margin-left: -2.5px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
}
.isotope-filter a .number_filter {
    position: absolute;
    z-index: 1;
    width: 26px;
    height: 16px;
    right: -28px;
    line-height: 16px;
    font-size: 10px;
    top: -15px;
    border-radius: 8px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    text-align: center;
    color: #ffffff;
    transform: translateY(4px);
}
.isotope-filter a:last-child {
    margin-right: 28px;
}
.isotope-filter a:hover .number_filter, .isotope-filter a.active .number_filter {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.isotope-filter a:hover:after, .isotope-filter a.active:after {
    opacity: 1;
}
.isotope-filter.filter-center {
    text-align: center;
}
.isotope-filter.filter-left {
    text-align: left;
}
.isotope-filter.filter-right {
    text-align: right;
}

.wgl_portfolio_list .wgl-pagination {
    padding-top: 40px;
}

/* Portfolio Container*/
.row .wgl_portfolio_list .load_more_wrapper {
    margin-top: 0;
}

.isotope-filter + .wgl_portfolio_list-wrapper {
    margin: 0 -35px;
    overflow: hidden;
}

.row .wgl_portfolio_list-item {
    padding-left: 0;
    padding-right: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
}

body.page .wgl-container:not(.single_portfolio) .wgl_portfolio_list-container:not(.no_gap) {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 70px;
}
body.page .wgl-container:not(.single_portfolio) .wgl_portfolio_list-container:not(.no_gap).isotope {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
body.page .wgl-container:not(.single_portfolio) .wgl_portfolio_list-container:not(.no_gap) .slick-dots {
    padding: 0 0 25px 0;
}

.wgl_portfolio_item-meta {
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}
.wgl_portfolio_item-meta a,
.wgl_portfolio_item-meta span {
    color: inherit;
}
.wgl_portfolio_item-meta .post_cats {
    position: relative;
    z-index: 1;
    display: block;
    line-height: 1.4;
    transition: all 0.5s;
}
.wgl_portfolio_item-meta .post_cats a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.wgl_portfolio_item-meta .post_cats .delimiter-comma {
    margin-left: 6px;
    margin-right: 6px;
}

.wgl_portfolio_item-wrapper .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
}
.wgl_portfolio_item-wrapper .portfolio_link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: all 0.5s;
    font-size: 24px;
}
.wgl_portfolio_item-wrapper .portfolio_link-icon {
    transition: all 0.5s;
}
.wgl_portfolio_item-wrapper.gallery_type .portfolio_link {
    justify-content: center;
    align-items: center;
}

/* Image */
.wgl_portfolio_item-image {
    border-radius: 30px;
}

/* Title */
.wgl_portfolio_item-title .title {
    font-size: 24px;
    line-height: 1.2;
}
.wgl_portfolio_item-title span, .wgl_portfolio_item-title a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

/* Portfolio Descriptiption Under Image*/
.under_image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.under_image .wgl_portfolio_item-image {
    position: relative;
    transition: all 0.6s ease-in-out;
    border-radius: 30px;
    overflow: hidden;
}
.under_image .wgl_portfolio_item-image img {
    transform: translateY(0);
    transition: all 0.5s;
}
.under_image .portfolio_link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.under_image .wgl_portfolio_item-meta {
    margin-top: 10px;
}
.under_image .post_cats {
    color: #b3b3b3;
}
.under_image .wgl_portfolio_item-description {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    background: #ffffff;
    transition: all 0.5s;
    transform: translateY(100%);
}
.under_image.h_align_right .wgl_portfolio_item-description {
    text-align: right;
}
.under_image.h_align_center .wgl_portfolio_item-description {
    text-align: center;
}
.under_image .wgl_portfolio_item-description:empty {
    display: none;
}
.under_image:hover .wgl_portfolio_item-description {
    transform: translateY(0);
}
.under_image:hover .wgl_portfolio_item-image img {
    transform: translateY(-20px);
}

/* Portfolio Descriptiption Inside Image*/
.inside_image {
    position: relative;
}
.inside_image .wgl_portfolio_item-image {
    overflow: hidden;
}
.inside_image .wgl_portfolio_item-image img {
    width: 100%;
}
.inside_image .wgl_portfolio_item-description {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    opacity: 0;
    transition: all 0.5s;
}
.inside_image .wgl_portfolio_item-description > * {
    transition: all 0.5s;
}
.inside_image .wgl_portfolio_item-meta {
    position: relative;
    z-index: 2;
    margin-bottom: 6px;
}
.inside_image .wgl_portfolio_item-title {
    position: relative;
    z-index: 2;
}
.inside_image .wgl_portfolio_item-content {
    position: relative;
    z-index: 2;
}
.inside_image .portfolio_link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s;
}
.inside_image .portfolio_link .portfolio_link-icon {
    display: none;
}
.inside_image.zoom_in_animation .overlay {
    top: 5%;
    left: 5%;
    width: calc(100% - 10%);
    height: calc(100% - 10%);
    transform: scale(0.7);
}
.inside_image.zoom_in_animation .wgl_portfolio_item-description {
    transform: scale(0.9);
}
.inside_image.zoom_in_animation:hover .overlay,
.inside_image.zoom_in_animation:hover .wgl_portfolio_item-description {
    transform: scale(1);
}
.inside_image.outline_animation .overlay:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s;
    border-radius: 30px;
}
.inside_image.offset_animation {
    z-index: 1;
}
.inside_image.offset_animation:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s;
    border-radius: 30px;
}
.inside_image.offset_animation .wgl_portfolio_item-offset {
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    border-radius: 30px;
}
.inside_image.offset_animation:hover {
    z-index: 2;
}
.inside_image.offset_animation:hover .wgl_portfolio_item-offset {
    box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.15);
    transform: translate(20px, 20px);
}
.inside_image:hover .wgl_portfolio_item-description,
.inside_image:hover .overlay,
.inside_image:hover .portfolio_link, .inside_image.always_info_animation .wgl_portfolio_item-description,
.inside_image.always_info_animation .overlay,
.inside_image.always_info_animation .portfolio_link {
    opacity: 1;
}
.inside_image.always_info_animation .overlay:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s;
    border-radius: 30px;
}
.inside_image.always_info_animation:hover .wgl_portfolio_item-title,
.inside_image.always_info_animation:hover .wgl_portfolio_item-meta,
.inside_image.always_info_animation:hover .overlay {
    opacity: 0;
    visibility: hidden;
}

.wgl_portfolio_list-container.appear-animation .item .wgl_portfolio_item-wrapper {
    opacity: 0;
}
.wgl_portfolio_list-container.appear-animation.anim-fade-in .animate .wgl_portfolio_item-wrapper {
    animation: fade_in 0.9s ease forwards;
}
.wgl_portfolio_list-container.appear-animation.anim-slide-top .animate .wgl_portfolio_item-wrapper {
    animation: slide_top 0.5s ease forwards;
    transform: translateY(50px);
}
.wgl_portfolio_list-container.appear-animation.anim-slide-bottom .animate .wgl_portfolio_item-wrapper {
    animation: slide_bottom 0.5s ease forwards;
    transform: translateY(-50px);
}
.wgl_portfolio_list-container.appear-animation.anim-slide-left .animate .wgl_portfolio_item-wrapper {
    animation: slide_left 0.5s ease forwards;
    transform: translateX(50px);
}
.wgl_portfolio_list-container.appear-animation.anim-slide-right .animate .wgl_portfolio_item-wrapper {
    animation: slide_right 0.5s ease forwards;
    transform: translateX(-50px);
}
.wgl_portfolio_list-container.appear-animation.anim-zoom .animate .wgl_portfolio_item-wrapper {
    animation: zoom_in 0.5s ease forwards;
    transform: scale(0.5);
}

@keyframes fade_in {
    100% {
        opacity: 1;
    }
}
@keyframes slide_top {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slide_bottom {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slide_left {
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slide_right {
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes zoom_in {
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/* Portfolio Single */
.single_portfolio-wrapper .wgl_portfolio_item-title_wrap:empty {
    display: none;
}
.single_portfolio-wrapper.single_type-1, .single_portfolio-wrapper.single_type-2 {
    margin-top: 30px;
}
.single_portfolio-wrapper.single_type-3, .single_portfolio-wrapper.single_type-4 {
    margin-top: -40px;
}
.single_portfolio-wrapper.single_type-3 .wgl_portfolio_item-title_wrap, .single_portfolio-wrapper.single_type-4 .wgl_portfolio_item-title_wrap {
    color: #ffffff;
}
.single_portfolio-wrapper.single_type-3 .wgl_portfolio_item-cats,
.single_portfolio-wrapper.single_type-3 .wgl_portfolio_item-title,
.single_portfolio-wrapper.single_type-3 .wgl_portfolio_item-meta, .single_portfolio-wrapper.single_type-4 .wgl_portfolio_item-cats,
.single_portfolio-wrapper.single_type-4 .wgl_portfolio_item-title,
.single_portfolio-wrapper.single_type-4 .wgl_portfolio_item-meta {
    color: inherit;
}
.single_portfolio-wrapper.single_type-1 .wgl_portfolio_single-item .wgl_portfolio_item-title_wrap {
    margin-bottom: 70px;
}
.single_portfolio-wrapper.single_type-1 .wgl_portfolio_single-item .wgl_portfolio_item-image {
    margin-bottom: 65px;
}
.single_portfolio-wrapper.single_type-2 .wgl_portfolio_item-title_wrap {
    margin-bottom: 20px;
}
.single_portfolio-wrapper.single_type-2 .wgl_portfolio_item-cats {
    margin-bottom: 6px;
}
.single_portfolio-wrapper.single_type-4 .wgl_portfolio_item-info {
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 32px;
}
.single_portfolio-wrapper.single_type-4 .portfolio_info_item-info_desc {
    width: initial;
    margin: 0 35px;
}
.single_portfolio-wrapper.single_type-4 .portfolio_info_item-info_desc h5 {
    color: inherit;
    display: inline-block;
}
.single_portfolio-wrapper.single_type-4 .portfolio_info_item-info_desc span {
    display: inline-block;
}
.single_portfolio-wrapper.single_type-4 .single_info-share_social-wpapper {
    text-align: center;
}
.single_portfolio-wrapper.single_type-4 .share_title {
    display: block;
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 16px;
}
.single_portfolio-wrapper.single_type-4 .share_social-wpapper {
    margin-top: 0;
}
.single_portfolio-wrapper.single_type-4 .share_link > span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.single_portfolio-wrapper.single_type-4 .wgl_portfolio_item-bg {
    margin-bottom: 60px;
}
.single_portfolio-wrapper .wgl_portfolio_item-bg {
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 75px;
}
.single_portfolio-wrapper .wgl_portfolio_item-bg:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #2f3441;
    opacity: 0.3;
}
.single_portfolio-wrapper .wgl_portfolio_item-title {
    font-size: 36px;
    line-height: 1.2;
}
.single_portfolio-wrapper .wgl_portfolio_item-cats {
    margin-bottom: 18px;
    display: block;
}
.single_portfolio-wrapper .portfolio-category,
.single_portfolio-wrapper .delimiter-comma {
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.single_portfolio-wrapper .delimiter-comma {
    font-style: italic;
    margin-left: 6px;
    margin-right: 6px;
}
.single_portfolio-wrapper .wgl_portfolio_item-meta {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    color: #a9acae;
}
.single_portfolio-wrapper .wgl_portfolio_item-meta > span:after {
    content: "/";
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-left: 6px;
    margin-right: 6px;
}
.single_portfolio-wrapper .wgl_portfolio_item-meta > span:last-child:after {
    display: none;
}

.wgl_portfolio_single-item .wgl_portfolio_item-image {
    margin-bottom: 50px;
}
.wgl_portfolio_single-item .wgl_portfolio_item-image img {
    border-radius: 30px;
}
.wgl_portfolio_single-item .wgl_portfolio_info-wrap {
    margin-left: -15px;
    margin-right: -15px;
}
.wgl_portfolio_single-item .wgl_portfolio_info-wrap:after {
    content: "";
    clear: both;
    display: table;
}
.wgl_portfolio_single-item .single_post_info {
    padding-bottom: 36px;
    margin-bottom: 36px;
}
.wgl_portfolio_single-item .tags_likes_wrap .wgl-likes {
    float: right;
}
.wgl_portfolio_single-item .tagcloud .tagcloud_desc {
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    text-transform: uppercase;
    color: #313131;
    font-weight: 700;
    margin-right: 20px;
}

.single_portfolio .related_portfolio {
    margin-top: 70px;
    margin-bottom: 50px;
}
.single_portfolio .related_portfolio .softlab_module_carousel {
    margin: 0;
}
.single_portfolio .related_portfolio .softlab_module_title {
    margin-bottom: 30px;
}

.portfolio_info_item-info_desc {
    width: 50%;
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
}
.portfolio_info_item-info_desc h5 {
    margin-right: 14px;
    margin-bottom: 6px;
    font-size: 16px;
}
.portfolio_info_item-info_desc span {
    display: block;
    line-height: 20px;
}

.portfolio_info_item-download {
    padding-bottom: 10px;
    padding-top: 30px;
    border-top: 1px solid #dfdfdf;
    margin-top: 20px;
}
.portfolio_info_item-download .wgl_button_link {
    margin-bottom: 0;
}

.wgl_portfolio_single-item .wgl_portfolio_item-annotation {
    padding: 32px 40px;
    background: #fff;
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    margin-top: 8px;
}
.wgl_portfolio_single-item .wgl_portfolio_item-annotation-wrap:only-child {
    width: 100%;
}
.wgl_portfolio_single-item .wgl_portfolio_item-annotation-wrap:only-child .portfolio_info_item-info_desc {
    width: 25%;
}
.wgl_portfolio_single-item .wgl_portfolio_info-desc:only-child {
    width: 100%;
}

/* Portfolio Archive */
.portfolio_archive-cat {
    margin-bottom: 20px;
    text-align: center;
}
.portfolio_archive-cat_title {
    text-transform: capitalize;
}

.archive .wgl_portfolio_list {
    margin-bottom: 30px;
}

.wgl-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.wgl-ellipsis span {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.wgl-ellipsis span:nth-child(1) {
    left: 6px;
    animation: wgl-ellipsis1 0.6s infinite;
}

.wgl-ellipsis span:nth-child(2) {
    left: 6px;
    animation: wgl-ellipsis2 0.6s infinite;
}

.wgl-ellipsis span:nth-child(3) {
    left: 26px;
    animation: wgl-ellipsis2 0.6s infinite;
}

.wgl-ellipsis span:nth-child(4) {
    left: 45px;
    animation: wgl-ellipsis3 0.6s infinite;
}

@keyframes wgl-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes wgl-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes wgl-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}
/* ==================== ##Pricing Table ==================== */
.softlab_module_pricing_plan {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 20px;
    text-align: center;
}
.softlab_module_pricing_plan:hover.hover-animation .pricing_plan_wrap {
    transform: translateY(-20px);
}
.softlab_module_pricing_plan.hover-animation .pricing_plan_wrap {
    transform: translateY(0);
}
.softlab_module_pricing_plan .pricing_plan_wrap {
    border-radius: 45px;
    padding: 10px;
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transition: 0.5s;
}
.softlab_module_pricing_plan .pricing_header {
    position: relative;
    z-index: 1;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    border: unset;
    padding: 70px 45px 15px;
    text-align: center;
    background-color: #f7f9fd;
}
.softlab_module_pricing_plan .pricing_header:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 50%;
    height: 25px;
    width: 50%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #ffffff;
    transform: translateX(-50%);
}
.softlab_module_pricing_plan .pricing_icon_wrapper {
    height: 1em;
    font-size: 35px;
    line-height: 1em;
    transform: translateY(-50%);
}
.softlab_module_pricing_plan .pricing_title {
    display: block;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 300;
    letter-spacing: initial;
    text-transform: initial;
}
.softlab_module_pricing_plan .pricing_price_wrap {
    padding-bottom: 9px;
    vertical-align: top;
    font-size: 48px;
}
.softlab_module_pricing_plan .pricing_cur {
    display: inline-block;
    padding-top: 0;
    padding-right: 0.33em;
    vertical-align: inherit;
    font-family: inherit;
    font-size: 0.5em;
    line-height: 0.7;
    font-weight: 400;
    color: inherit;
}
.softlab_module_pricing_plan .pricing_price {
    display: inline-block;
    position: relative;
    vertical-align: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: 0.95;
    font-weight: 400;
    color: inherit;
}
.softlab_module_pricing_plan .pricing_price .price_decimal {
    display: inline-block;
    padding-top: 0.1458em;
    padding-left: 0.25em;
    vertical-align: top;
    font-family: inherit;
    font-size: 0.5em;
    line-height: 0.8;
    font-weight: 400;
    color: inherit;
}
.softlab_module_pricing_plan .pricing_desc {
    display: inline-block;
    vertical-align: inherit;
    min-width: 90px;
    border-radius: 30px;
    padding: 7.5px 20px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    text-transform: initial;
}
.softlab_module_pricing_plan .pricing_content {
    padding: 14px 45px 0;
    font-size: 14px;
    background-color: #f7f9fd;
}
.softlab_module_pricing_plan .pricing_content ul {
    padding-bottom: 15px;
    font-size: 18px;
}
.softlab_module_pricing_plan .pricing_content ul li {
    padding-left: 0;
    padding-top: 7px;
}
.softlab_module_pricing_plan .pricing_content ul li:before {
    display: none;
}
.softlab_module_pricing_plan .pricing_content ul li i {
    margin-right: 10px;
}
.softlab_module_pricing_plan .pricing_footer {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    padding: 21px 45px 53px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    background-color: #f7f9fd;
}
.softlab_module_pricing_plan .pricing_footer .pricing_description {
    padding-bottom: 20px;
}
.softlab_module_pricing_plan .pricing_footer .softlab_module_button {
    display: inline-block;
    margin-top: 0px;
}
.softlab_module_pricing_plan .pricing_footer .softlab_module_button > a {
    margin-bottom: 0;
    font-size: 16px;
    word-break: break-word;
    white-space: normal;
}

/* ==================== ##Progress Bar ==================== */
.softlab_module_progress_bar .progress_wrap {
    display: block;
    margin-bottom: 27px;
    border-radius: unset;
    transition: width 1.5s;
}
.softlab_module_progress_bar .progress_wrap:last-child {
    margin-bottom: 20px;
}
.softlab_module_progress_bar .progress_label_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 12px;
    line-height: 1;
    white-space: nowrap;
    transition: inherit;
}
.softlab_module_progress_bar .progress_bar_wrap {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 10px;
    border-radius: 3px;
    background-color: #f0f3fa;
    transition: inherit;
}
.softlab_module_progress_bar .progress_bar {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 0;
    height: inherit;
    border-radius: inherit;
    box-shadow: 0px 9px 30px 0px rgba(109, 75, 196, 0.4);
    transition: inherit;
}
.softlab_module_progress_bar .progress_value_wrap {
    position: relative;
    z-index: 0;
    margin-left: 5px;
    padding-top: 1px;
    line-height: inherit;
}
.softlab_module_progress_bar .progress_label,
.softlab_module_progress_bar .progress_value_wrap,
.softlab_module_progress_bar .progress_value,
.softlab_module_progress_bar .progress_units {
    font-size: 14px;
    line-height: inherit;
    font-weight: 600;
    text-transform: uppercase;
    color: #252525;
}

/* ==================== ##Services ==================== */
.softlab_module_services.bg_front_frame .services_front, .softlab_module_services.bg_front_color .services_front {
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.softlab_module_services.service_fade .services_back,
.softlab_module_services.service_fade .services_button {
    opacity: 0;
}
.softlab_module_services.service_front_slide .services_front {
    transition: all 0.45s cubic-bezier(0.485, 0.065, 0.165, 0.95);
}
.softlab_module_services.service_front_slide.anim_dir_to_bottom .services_button {
    top: -200%;
    transform: translate(-50%, -50%);
}
.softlab_module_services.service_front_slide.anim_dir_to_top .services_button {
    bottom: -200%;
    transform: translate(-50%, 50%);
}
.softlab_module_services.service_front_slide.anim_dir_to_left .services_button {
    right: -200%;
    left: initial;
    transform: translateX(50%);
}
.softlab_module_services.service_front_slide.anim_dir_to_right .services_button {
    left: -200%;
}
.softlab_module_services.service_front_slide .services_back {
    z-index: -1;
}
.softlab_module_services.service_back_slide .services_back {
    z-index: 1;
}
.softlab_module_services.service_back_slide.anim_dir_to_bottom .services_back {
    top: -100%;
}
.softlab_module_services.service_back_slide.anim_dir_to_bottom .services_button {
    top: -200%;
    transform: translate(-50%, -50%);
}
.softlab_module_services.service_back_slide.anim_dir_to_top .services_back {
    top: 100%;
}
.softlab_module_services.service_back_slide.anim_dir_to_top .services_button {
    bottom: -200%;
    transform: translate(-50%, 50%);
}
.softlab_module_services.service_back_slide.anim_dir_to_left .services_back {
    left: 100%;
}
.softlab_module_services.service_back_slide.anim_dir_to_left .services_button {
    right: -200%;
    left: initial;
    transform: translateX(50%);
}
.softlab_module_services.service_back_slide.anim_dir_to_right .services_back {
    left: -100%;
}
.softlab_module_services.service_back_slide.anim_dir_to_right .services_button {
    left: -200%;
}
.softlab_module_services .services_wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.softlab_module_services .services_front {
    padding: 55px 40px;
    width: 100%;
}
.softlab_module_services .services_front .services_icon_wrapper {
    line-height: 1;
    margin-bottom: 28px;
}
.softlab_module_services .services_front .services_icon {
    font-size: 44px;
}
.softlab_module_services .services_front .services_title {
    font-size: 22px;
    margin-bottom: 13px;
}
.softlab_module_services .services_front .services_descr {
    font-size: 14px;
    line-height: 24px;
}
.softlab_module_services .services_back {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 1s;
    background-size: cover;
    background-position: center;
}
.softlab_module_services .services_button {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s;
}
.softlab_module_services.service_fade .services_wrapper:hover .services_back,
.softlab_module_services.service_fade .services_wrapper:hover .services_button {
    opacity: 1;
}
.softlab_module_services.service_front_slide.anim_dir_to_bottom .services_wrapper:hover .services_button {
    top: 50%;
}
.softlab_module_services.service_front_slide.anim_dir_to_bottom .services_wrapper:hover .services_front {
    transform: translateY(120%);
}
.softlab_module_services.service_front_slide.anim_dir_to_top .services_wrapper:hover .services_button {
    bottom: 50%;
}
.softlab_module_services.service_front_slide.anim_dir_to_top .services_wrapper:hover .services_front {
    transform: translateY(-120%);
}
.softlab_module_services.service_front_slide.anim_dir_to_left .services_wrapper:hover .services_button {
    right: 50%;
}
.softlab_module_services.service_front_slide.anim_dir_to_left .services_wrapper:hover .services_front {
    transform: translateX(-120%);
}
.softlab_module_services.service_front_slide.anim_dir_to_right .services_wrapper:hover .services_button {
    left: 50%;
}
.softlab_module_services.service_front_slide.anim_dir_to_right .services_wrapper:hover .services_front {
    transform: translateX(120%);
}
.softlab_module_services.service_back_slide .services_wrapper:hover .services_back {
    left: 0;
    top: 0;
}
.softlab_module_services.service_back_slide.anim_dir_to_bottom .services_wrapper:hover .services_button {
    top: 50%;
}
.softlab_module_services.service_back_slide.anim_dir_to_top .services_wrapper:hover .services_button {
    bottom: 50%;
}
.softlab_module_services.service_back_slide.anim_dir_to_left .services_wrapper:hover .services_button {
    right: 50%;
}
.softlab_module_services.service_back_slide.anim_dir_to_right .services_wrapper:hover .services_button {
    left: 50%;
}

/* ==================== ##Services 2 ==================== */
.softlab_module_services_2 .services_wrapper {
    position: relative;
    z-index: 1;
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.softlab_module_services_2 .services_logo {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20%;
    transform: translate3d(0, -50%, 0);
    transition: all 0.8s ease-in-out;
}
.softlab_module_services_2 .services_content {
    transition: all 0.6s ease-in-out;
    width: 100%;
}
.softlab_module_services_2 .services_title {
    font-size: 42px;
}
.softlab_module_services_2 .services_subtitle {
    font-size: 18px;
    margin-bottom: 3px;
}
.softlab_module_services_2 .services_title,
.softlab_module_services_2 .services_subtitle {
    left: 41%;
    position: relative;
    z-index: 2;
    transition: all 0.6s ease-in-out;
    transform: translate3d(0, 0, 0);
    display: inline-block;
    max-width: 60%;
}
.softlab_module_services_2 .services_wrapper:hover .services_logo {
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.8);
}
.softlab_module_services_2 .services_wrapper:hover .services_title,
.softlab_module_services_2 .services_wrapper:hover .services_subtitle {
    text-align: center;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

/* ==================== ##Services 3 ==================== */
.softlab_module_services_3 .services_wrapper {
    background: #ffffff;
    padding: 45px 38px;
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    text-align: center;
}
.softlab_module_services_3 .services_icon_wrapper {
    position: relative;
    z-index: 1;
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 42px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border: 1px solid CurrentColor;
    box-sizing: content-box;
    border-radius: 50%;
}
.softlab_module_services_3 .services_icon_wrapper .services_circle_wrapper {
    width: 84%;
    height: 84%;
    left: 8%;
    top: 8%;
}
.softlab_module_services_3 .services_icon_wrapper .services_circle_wrapper:nth-child(1) {
    transform: rotate(0deg);
    animation: service_hexagon_1 2s infinite linear;
    animation-play-state: paused;
}
.softlab_module_services_3 .services_icon_wrapper .services_circle_wrapper:nth-child(2) {
    transform: rotate(180deg);
    animation: service_hexagon_2 2s infinite linear;
    animation-play-state: paused;
}
.softlab_module_services_3 .services_icon_wrapper .services_circle_wrapper .services_circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.softlab_module_services_3 .services_icon_wrapper:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 10%;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 25px 0px CurrentColor, 0px 0px 25px 0px CurrentColor inset;
    border-radius: 50%;
    opacity: 0.2;
}
.softlab_module_services_3 .button-read-more {
    font-size: 17px;
}
.softlab_module_services_3 .services_icon {
    transition: 0.5s;
}
.softlab_module_services_3 .services_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.softlab_module_services_3 .services_content {
    font-size: 18px;
    margin-bottom: 15px;
}
.softlab_module_services_3 .services_wrapper:hover .services_circle_wrapper:nth-child(1), .softlab_module_services_3 .services_wrapper:hover .services_circle_wrapper:nth-child(2) {
    animation-play-state: running;
}
.softlab_module_services_3 .services_button {
    margin-left: 0;
}

.services_circle_wrapper {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.services_circle_wrapper .services_circle {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

@keyframes service_hexagon_1 {
    0% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(450deg);
    }
}
@keyframes service_hexagon_2 {
    0% {
        transform: rotate(-90deg);
    }
    100% {
        transform: rotate(270deg);
    }
}
/* ==================== ##Circuit Services ==================== */
.softlab_module_circuit_services .services_wrapper {
    position: relative;
    z-index: 1;
    height: 0;
    padding-top: 100%;
}
.softlab_module_circuit_services .services_wrapper:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    border: 1px solid #dee1ed;
}
.softlab_module_circuit_services .services_item-icon {
    position: absolute;
    z-index: 1;
    left: 41%;
    top: 41%;
    width: 18%;
    height: 18%;
    max-width: 100px;
    max-height: 100px;
    font-size: 40px;
    border-radius: 50%;
    box-shadow: 0px 6px 13px rgba(145, 145, 145, 0.2);
    cursor: pointer;
    transition: 0.3s;
}
.softlab_module_circuit_services .services_item-icon:before, .softlab_module_circuit_services .services_item-icon:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.6s;
    border-radius: 50%;
    background: #ffffff;
}
.softlab_module_circuit_services .services_item-icon:after {
    opacity: 0;
}
.softlab_module_circuit_services .services_item-icon .services_icon {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 1;
    transition: 0.6s;
    line-height: 1;
}
.softlab_module_circuit_services .services_item-icon .services_icon-grad2 {
    opacity: 0;
    color: #ffffff;
}
.softlab_module_circuit_services .services_item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25% 29%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}
.softlab_module_circuit_services .services_item-wrap.active .services_item-icon:before {
    opacity: 0;
}
.softlab_module_circuit_services .services_item-wrap.active .services_item-icon:after {
    opacity: 1;
}
.softlab_module_circuit_services .services_item-wrap.active .services_item-icon .services_icon-grad1 {
    opacity: 0;
}
.softlab_module_circuit_services .services_item-wrap.active .services_item-icon .services_icon-grad2 {
    opacity: 1;
}
.softlab_module_circuit_services .services_item-wrap.active .services_item-icon + .services_item-content {
    opacity: 1;
    visibility: visible;
}
.softlab_module_circuit_services .services_subtitle {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 800;
    text-transform: uppercase;
}
.softlab_module_circuit_services .services_title {
    margin-bottom: 2px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}
.softlab_module_circuit_services.tablet_resp .services_descr {
    display: none;
}
.softlab_module_circuit_services.tablet_resp .services_title {
    margin-bottom: 0;
    font-size: 22px;
}
.softlab_module_circuit_services.tablet_resp .services_icon {
    font-size: 75%;
}
.softlab_module_circuit_services.mobile_resp .services_title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
}
.softlab_module_circuit_services.mobile_resp .services_subtitle {
    font-size: 13px;
}
.softlab_module_circuit_services.mobile_resp .services_icon {
    font-size: 55%;
}
.softlab_module_circuit_services.mobile_resp .services_descr {
    display: none;
}

@keyframes circuit_service_hexagon_1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes circuit_service_hexagon_2 {
    0% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(540deg);
    }
}
@-moz-document url-prefix() {
    .services_icon-grad1,
    .services_icon-grad2 {
        -webkit-text-fill-color: initial;
    }
}
/* ==================== ##Social Icons ==================== */
.softlab_module_social {
    margin-left: -7px;
    margin-right: -7px;
}
.softlab_module_social .soc_icon {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 14px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
.softlab_module_social.with_bg .soc_icon {
    width: 30px;
    height: 30px;
}
.softlab_module_social.add_box_shadow .soc_icon {
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
}
.softlab_module_social .fa.fa-facebook:hover, .softlab_module_social .fa.fa-facebook-square:hover, .softlab_module_social .fa.fa-facebook-official:hover {
    color: #3b5998;
}
.softlab_module_social .fa.fa-google-plus-square:hover, .softlab_module_social .fa.fa-google-plus:hover, .softlab_module_social .fa.fa-google-plus-official:hover {
    color: #db4437;
}
.softlab_module_social .fa.fa-twitter:hover, .softlab_module_social .fa.fa-twitter-square:hover {
    color: #1da1f2;
}
.softlab_module_social .fa.fa-linkedin:hover, .softlab_module_social .fa.fa-linkedin-square:hover {
    color: #007bb5;
}
.softlab_module_social .fa.fa-pinterest:hover, .softlab_module_social .fa.fa-pinterest-p:hover {
    color: #bd081c;
}
.softlab_module_social .fa.fa-instagram:hover {
    color: #c32aa3;
}

/* ==================== ##Spacing ==================== */
.softlab_module_spacing.responsive_active .spacing_size {
    display: none;
}
.softlab_module_spacing.responsive_active .spacing_size.spacing_size-initial {
    display: block;
}

/* ==================== ##Team ==================== */
.wgl_module_team {
    position: relative;
    z-index: 1;
}
.wgl_module_team.aleft .team-item_info {
    left: 0;
    padding-left: 0;
}
.wgl_module_team.aright .team-item_info {
    left: 80px;
    padding-right: 0;
}
.wgl_module_team .team-item {
    float: left;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.wgl_module_team .team-item_content {
    position: relative;
    z-index: 1;
}
.wgl_module_team .team-image {
    position: relative;
    z-index: 1;
    width: 100%;
}
.wgl_module_team .team-image:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: 0px 14px 10px 0px rgba(0, 0, 0, 0.06) inset;
    border-radius: 50%;
    transition: all 0.6s;
    transform: rotate(0);
}
.wgl_module_team .team-image img {
    border-radius: 50%;
    border: 1.9em solid transparent;
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .wgl_module_team .team-image img {
        border: unset;
        padding: 11%;
    }
}
.wgl_module_team .team-item_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.wgl_module_team .team-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
}
.wgl_module_team .team-title a {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.wgl_module_team .team-department {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}
.wgl_module_team .team-item_excerpt {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.71;
    color: #8a8a8a;
    overflow: hidden;
}
.wgl_module_team .team-info_icons {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    transition: 0.6s;
}
.wgl_module_team .team-info_icons .team-icon {
    position: absolute;
    z-index: 1;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    border-radius: 50%;
    color: #fff;
    background: red;
    margin-top: -17px;
}
.wgl_module_team .team-info_icons .team-icon:nth-child(1) {
    top: 50%;
    right: 5%;
}
.wgl_module_team .team-info_icons .team-icon:nth-child(2) {
    right: 10%;
    top: 30%;
}
.wgl_module_team .team-info_icons .team-icon:nth-child(3) {
    right: 10%;
    margin-top: -17px;
    top: 70%;
}
.wgl_module_team .team-info_icons .team-icon:nth-child(4) {
    right: 25%;
    top: 85%;
}
.wgl_module_team .team-info_icons .team-icon:nth-child(5) {
    right: 47%;
    top: 89%;
}
.wgl_module_team .team-info_icons .team-icon:hover {
    color: #ffffff;
}
.wgl_module_team .team-item_content:hover .team-image:before {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06) inset;
}
.wgl_module_team.team-col_1 .team-item {
    width: 100%;
}
.wgl_module_team.team-col_2 .team-item {
    width: 50%;
}
.wgl_module_team.team-col_2 .team-item:nth-child(2n+1) {
    clear: left;
}
.wgl_module_team.team-col_3 .team-item {
    width: 33.33333333%;
}
.wgl_module_team.team-col_3 .team-item:nth-child(3n+1) {
    clear: left;
}
.wgl_module_team.team-col_4 .team-item {
    width: 25%;
}
.wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
    clear: left;
}
.wgl_module_team.team-col_5 .team-item {
    width: 20%;
}
.wgl_module_team.team-col_5 .team-item:nth-child(5n+1) {
    clear: left;
}
.wgl_module_team .softlab_module_carousel-wrapper .softlab_module_carousel {
    margin-left: 0;
    margin-right: 0;
}
.wgl_module_team .softlab_module_carousel-wrapper .softlab_module_carousel .team-item:not(:first-child) {
    clear: none;
}

/* ###   Single team   ### */
.single-team .page-header {
    margin-bottom: 0 !important;
}
.single-team .single_team_page .team-single_wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    margin-bottom: 30px;
}
.single-team .single_team_page .team-title {
    position: relative;
    z-index: 1;
    font-size: 36px;
    margin-bottom: 16px;
}
.single-team .single_team_page .team-info_item {
    margin-bottom: 12px;
    font-size: 16px;
}
.single-team .single_team_page .team-info_item.team-department {
    font-size: 18px;
    margin-bottom: 0;
}
.single-team .single_team_page .team-info_item:first-child {
    margin-top: 0;
}
.single-team .single_team_page .team-info_item > * {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.single-team .single_team_page .team-info_item h5 {
    text-transform: unset;
}
.single-team .single_team_page .team-info_item h5 + span {
    margin-left: 11px;
}
.single-team .single_team_page .team-info_item a {
    color: inherit;
}
.single-team .single_team_page .team-info_icons {
    margin-top: 30px;
}
.single-team .single_team_page .team-info_icons .team-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    margin-right: 15px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    border-radius: 50%;
}
.single-team .single_team_page .team-info_icons .team-icon:last-child {
    margin-right: 0px;
}
.single-team .single_team_page .team-info_icons .team-icon .fa.fa-facebook:hover, .single-team .single_team_page .team-info_icons .team-icon .fa.fa-facebook-square:hover, .single-team .single_team_page .team-info_icons .team-icon .fa.fa-facebook-official:hover {
    color: #3b5998;
}
.single-team .single_team_page .team-info_icons .team-icon .fa.fa-google-plus-square:hover, .single-team .single_team_page .team-info_icons .team-icon .fa.fa-google-plus:hover, .single-team .single_team_page .team-info_icons .team-icon .fa.fa-google-plus-official:hover {
    color: #db4437;
}
.single-team .single_team_page .team-info_icons .team-icon .fa.fa-twitter:hover, .single-team .single_team_page .team-info_icons .team-icon .fa.fa-twitter-square:hover {
    color: #1da1f2;
}
.single-team .single_team_page .team-info_icons .team-icon .fa.fa-linkedin:hover, .single-team .single_team_page .team-info_icons .team-icon .fa.fa-linkedin-square:hover {
    color: #007bb5;
}
.single-team .single_team_page .team-info_icons .team-icon .fa.fa-pinterest:hover, .single-team .single_team_page .team-info_icons .team-icon .fa.fa-pinterest-p:hover {
    color: #bd081c;
}
.single-team .single_team_page .team-info_icons .team-icon .fa.fa-instagram:hover {
    color: #c32aa3;
}
.single-team .single_team_page .team-image_wrap {
    position: relative;
    z-index: 1;
}
.single-team .single_team_page .team-image {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.single-team .single_team_page .team-image img {
    box-shadow: 0px 14px 10px 0px rgba(0, 0, 0, 0.06) inset;
    padding: 9%;
    border-radius: 50%;
}
.single-team .single_team_page .team-single_speaches-title {
    font-weight: 400;
    margin-bottom: 30px;
}
.single-team .single_team_page .team-single_speaches-info .speech-info_item {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #dddddd;
    border-radius: 10px;
}
.single-team .single_team_page .team-single_speaches-info .speech-info_day {
    margin-bottom: 6px;
    font-size: 22px;
}
.single-team .single_team_page .team-single_speaches-info .speech-info_time {
    margin-bottom: 8px;
}
.single-team .single_team_page .team-single_speaches-info .speech-info_time,
.single-team .single_team_page .team-single_speaches-info .speech-info_desc {
    font-size: 18px;
}

/* ==================== ##Testimonials ==================== */
.softlab_module_testimonials.hover_animation .testimonials_item_wrap {
    padding-top: 20px;
}
.softlab_module_testimonials.hover_animation .testimonials_item_wrap:hover .testimonials_item {
    transform: translateY(-20px);
}
.softlab_module_testimonials .testimonials_item_wrap {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.4s;
}
.softlab_module_testimonials .testimonials_item {
    position: relative;
    transform: translateY(0);
    transition: inherit;
}
.softlab_module_testimonials .testimonials_meta_wrap {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1;
}
.softlab_module_testimonials .testimonials_image img {
    border-radius: 50%;
}
.softlab_module_testimonials .testimonials_name_wrap {
    display: flex;
    flex-direction: column;
}
.softlab_module_testimonials .testimonials_name {
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
}
.softlab_module_testimonials .testimonials_position {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    text-transform: initial;
}
.softlab_module_testimonials .testimonials_quote {
    position: relative;
    z-index: 0;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0;
}
.softlab_module_testimonials .testimonials_date {
    color: #c4cdd7;
    margin-bottom: 6px;
}
.softlab_module_testimonials.with_bg {
    padding: 126px 100px 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.softlab_module_testimonials.type_inline_top .testimonials_item {
    border-radius: 30px;
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
}
.softlab_module_testimonials.type_inline_top .testimonials_content_wrap {
    border-radius: inherit;
    background-color: #ffffff;
}
.softlab_module_testimonials.type_inline_top .testimonials_meta_wrap {
    padding: 30px 30px 12px;
}
.softlab_module_testimonials.type_inline_top .testimonials_meta_wrap:after {
    content: "\f106";
    align-self: flex-start;
    margin-left: auto;
    padding-left: 10px;
    font-family: flaticon;
    font-size: 25px;
    line-height: 1;
    color: #c4cdd7;
}
.softlab_module_testimonials.type_inline_top .testimonials_image {
    margin-right: 20px;
    flex-shrink: 0;
}
.softlab_module_testimonials.type_inline_top .testimonials_name_wrap {
    vertical-align: top;
    line-height: 1;
}
.softlab_module_testimonials.type_inline_top .testimonials_quote {
    padding: 13px 30px 30px;
}
.softlab_module_testimonials.type_inline_top .softlab_module_carousel .slick-slider .slick-list .testimonials_item_wrap .testimonials_content_wrap {
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.11);
}
.softlab_module_testimonials.type_inline_bottom .softlab_module_carousel-wrapper {
    overflow: unset;
}
.softlab_module_testimonials.type_inline_bottom .softlab_module_carousel-wrapper .testimonials_item {
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
}
.softlab_module_testimonials.type_inline_bottom .testimonials_item {
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 32px 30px 39px 80px;
    box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.softlab_module_testimonials.type_inline_bottom .testimonials_item:before {
    content: "“";
    display: block;
    position: absolute;
    z-index: -1;
    top: 42px;
    left: -35px;
    width: 75px;
    height: 100px;
    border-radius: 50%;
    padding-left: 24px;
    font-size: 135px;
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
    box-shadow: inset 0px 14px 9px rgba(0, 0, 0, 0.08);
}
.softlab_module_testimonials.type_inline_bottom .testimonials_content_wrap {
    padding-bottom: 24px;
}
.softlab_module_testimonials.type_inline_bottom .testimonials_image {
    position: absolute;
    z-index: -1;
    display: block;
    right: -14px;
    bottom: -14px;
    flex-shrink: 0;
}
.softlab_module_testimonials.type_inline_bottom.alignment_left .testimonials_name {
    padding-right: 35px;
}
.softlab_module_testimonials.type_inline_bottom.alignment_left .testimonials_position {
    padding-right: 65px;
}
.softlab_module_testimonials.type_author_top .testimonials_image {
    margin-bottom: 25px;
}
.softlab_module_testimonials.type_author_top .testimonials_content_wrap {
    margin-bottom: 21px;
}
.softlab_module_testimonials.type_inline_top.alignment_left .testimonials_image {
    margin-right: 20px;
}
.softlab_module_testimonials.type_inline_top.alignment_right .testimonials_image {
    left: unset;
    right: -37px;
}
.softlab_module_testimonials.type_author_bottom .testimonials_meta_wrap {
    padding-top: 37px;
}
.softlab_module_testimonials.type_author_bottom .testimonials_meta_wrap .testimonials_image {
    margin-right: 20px;
}
.softlab_module_testimonials.alignment_left {
    text-align: left;
}
.softlab_module_testimonials.alignment_left .testimonials_quote,
.softlab_module_testimonials.alignment_left .testimonials_meta_wrap {
    justify-content: flex-start;
}
.softlab_module_testimonials.alignment_center {
    text-align: center;
}
.softlab_module_testimonials.alignment_center .testimonials_quote,
.softlab_module_testimonials.alignment_center .testimonials_meta_wrap {
    justify-content: center;
}
.softlab_module_testimonials.alignment_right {
    text-align: right;
}
.softlab_module_testimonials.alignment_right .testimonials_quote,
.softlab_module_testimonials.alignment_right .testimonials_meta_wrap {
    justify-content: flex-end;
}
.softlab_module_testimonials.grid-col_1 .testimonials_item_wrap {
    width: 100%;
}
.softlab_module_testimonials.grid-col_2 .testimonials_item_wrap {
    width: 50%;
}
.softlab_module_testimonials.grid-col_2 .testimonials_item_wrap:nth-child(2n+1) {
    clear: left;
}
.softlab_module_testimonials.grid-col_3 .testimonials_item_wrap {
    width: 33.333333%;
}
.softlab_module_testimonials.grid-col_3 .testimonials_item_wrap:nth-child(3n+1) {
    clear: left;
}
.softlab_module_testimonials.grid-col_4 .testimonials_item_wrap {
    width: 25%;
}
.softlab_module_testimonials.grid-col_4 .testimonials_item_wrap:nth-child(4n+1) {
    clear: left;
}
.softlab_module_testimonials.grid-col_5 .testimonials_item_wrap {
    width: 20%;
}
.softlab_module_testimonials.grid-col_5 .testimonials_item_wrap:nth-child(5n+1) {
    clear: left;
}
.softlab_module_testimonials:after {
    content: "";
    display: block;
    clear: both;
}

/* ==================== ##Time Line Horizontal ==================== */
.softlab_module_time_line_horizontal {
    position: relative;
    z-index: 1;
}
.softlab_module_time_line_horizontal.appear_anim .tlh_item {
    opacity: 0;
}
.softlab_module_time_line_horizontal.appear_anim .tlh_item .tlh_date {
    transform: translate(-50%, -20%);
}
.softlab_module_time_line_horizontal.appear_anim .tlh_item .tlh_content {
    transform: translateY(20%);
}
.softlab_module_time_line_horizontal.appear_anim .tlh_item.item_show {
    opacity: 1;
}
.softlab_module_time_line_horizontal.appear_anim .tlh_item.item_show .tlh_date {
    transform: translate(-50%, 0%);
}
.softlab_module_time_line_horizontal.appear_anim .tlh_item.item_show .tlh_content {
    transform: translateY(0%);
}
.softlab_module_time_line_horizontal .tlh_item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0 15px;
    transition: all 0.4s, opacity 1s, transform 1s;
}
.softlab_module_time_line_horizontal .tlh_item:nth-child(odd) {
    flex-direction: column-reverse;
}
.softlab_module_time_line_horizontal .tlh_item:nth-child(odd) .tlh_date {
    bottom: 100%;
    padding-bottom: 38px;
}
.softlab_module_time_line_horizontal .tlh_item:nth-child(odd) .tlh_content {
    margin-top: 44px;
    margin-bottom: 35px;
}
.softlab_module_time_line_horizontal .tlh_item:nth-child(even) {
    flex-direction: column;
}
.softlab_module_time_line_horizontal .tlh_item:nth-child(even) .tlh_content {
    margin-top: 35px;
    margin-bottom: 44px;
}
.softlab_module_time_line_horizontal .tlh_item:nth-child(even) .tlh_date {
    top: 100%;
    padding-top: 38px;
}
@keyframes tlh_shadow_pulse {
    0% {
        box-shadow: 0px 9px 30px 0px;
    }
    50% {
        box-shadow: 0px 9px 30px 10px;
    }
    100% {
        box-shadow: 0px 9px 30px 0px;
    }
}
.softlab_module_time_line_horizontal .tlh_item:hover .tlh_check_wrap:before {
    animation: tlh_shadow_pulse 2s infinite;
}
.softlab_module_time_line_horizontal .tlh_check_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    transition: inherit;
}
.softlab_module_time_line_horizontal .tlh_check_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    opacity: 0.4;
    box-shadow: 0px 9px 30px 0;
}
.softlab_module_time_line_horizontal .tlh_check {
    border-radius: inherit;
    font-size: 12px;
    color: #ffffff;
}
.softlab_module_time_line_horizontal .tlh_date {
    position: absolute;
    z-index: 1;
    left: 50%;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    transform: translateX(-50%);
    transition: inherit;
}
.softlab_module_time_line_horizontal .tlh_content {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    padding: 34px 29px 29px;
    text-align: left;
    box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transition: inherit;
}
.softlab_module_time_line_horizontal .tlh_thumbnail {
    position: absolute;
    z-index: 1;
    bottom: calc(100% - 59px);
    left: calc(100% - 65px);
    min-width: 100%;
}
.softlab_module_time_line_horizontal .tlh_thumbnail img {
    max-width: 100px;
}
.softlab_module_time_line_horizontal .tlh_title {
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: 700;
}
.softlab_module_time_line_horizontal .tlh_descr {
    transition: inherit;
}
.softlab_module_time_line_horizontal .tlh_hidden_placeholder {
    visibility: hidden;
}
.softlab_module_time_line_horizontal .softlab_module_carousel-wrapper {
    overflow: visible;
}
.softlab_module_time_line_horizontal .slick-list:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 102%;
    height: 2px;
    top: 50%;
    left: -1%;
    background: linear-gradient(90deg, transparent 0%, #dbe4f4 100px, #dbe4f4 calc(100% - 100px), transparent 100%);
}
.softlab_module_time_line_horizontal .slick-list .tlh_content,
.softlab_module_time_line_horizontal .slick-list .tlh_hidden_placeholder {
    width: 100%;
}
@supports ((-webkit-backface-visibility: hidden) or (backface-visibility: hidden)) {
    .softlab_module_time_line_horizontal .slick-list .tlh_content,
    .softlab_module_time_line_horizontal .slick-list .tlh_hidden_placeholder {
        width: auto;
    }
}
.softlab_module_time_line_horizontal .slick-track {
    display: flex;
    align-items: center;
}

/* ==================== ##Time Line Vertical ==================== */
.softlab_module_time_line_vertical {
    position: relative;
    z-index: 1;
    padding: 70px 0;
}
.softlab_module_time_line_vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 2px;
    left: 50%;
    top: 0;
    margin-left: -1px;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.15) 100px, rgba(0, 0, 0, 0.15) calc(100% - 100px), transparent 100%);
}
.softlab_module_time_line_vertical.appear_anim .time_line-item .time_line-date {
    transform: translateX(-20%);
    opacity: 0;
}
.softlab_module_time_line_vertical.appear_anim .time_line-item .time_line-check {
    opacity: 0;
}
.softlab_module_time_line_vertical.appear_anim .time_line-item .time_line-content {
    transform: translateX(20%);
    opacity: 0;
}
.softlab_module_time_line_vertical.appear_anim .time_line-item:nth-child(even) .time_line-date {
    transform: translateX(20%);
}
.softlab_module_time_line_vertical.appear_anim .time_line-item:nth-child(even) .time_line-content {
    transform: translateX(-20%);
}
.softlab_module_time_line_vertical .time_line-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    transition: opacity 0.5s;
}
.softlab_module_time_line_vertical .time_line-item:last-child {
    margin-bottom: 0;
}
.softlab_module_time_line_vertical .time_line-item:nth-child(even) {
    flex-direction: row-reverse;
}
.softlab_module_time_line_vertical .time_line-item:nth-child(even) .time_line-date_wrap {
    margin-right: calc( 50% - 10px);
    margin-left: 30px;
}
.softlab_module_time_line_vertical .time_line-item:nth-child(even) .time_line-date {
    right: auto;
    left: 100%;
    padding-left: 27px;
    padding-right: 0;
}
.softlab_module_time_line_vertical .time_line-item:nth-child(even) .time_line-image {
    left: 0;
    right: auto;
}
.softlab_module_time_line_vertical .time_line-item:nth-child(even) .time_line-content {
    text-align: right;
}
.softlab_module_time_line_vertical .time_line-item:nth-child(even) .time_line-content:before {
    left: auto;
    right: 0;
}
.softlab_module_time_line_vertical .time_line-item.item_active .time_line-check i {
    opacity: 1;
    line-height: 16px;
    font-size: 11px;
    text-align: center;
}
.softlab_module_time_line_vertical .time_line-item.item_show .time_line-content, .softlab_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-content {
    opacity: 1;
    transform: translateX(0);
}
.softlab_module_time_line_vertical .time_line-item.item_show .time_line-check, .softlab_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-check {
    opacity: 1;
}
.softlab_module_time_line_vertical .time_line-item.item_show .time_line-date, .softlab_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-date {
    opacity: 1;
    transform: translateX(0);
}
.softlab_module_time_line_vertical .time_line-date_wrap {
    margin-left: calc( 50% - 10px );
    margin-right: 30px;
    position: relative;
    z-index: 1;
}
.softlab_module_time_line_vertical .time_line-check {
    height: 20px;
    width: 20px;
    border: 3px solid;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 50%;
    color: #ffffff;
    transition: opacity 0.8s;
}
.softlab_module_time_line_vertical .time_line-check:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.58);
    transform: translate(-50%, -50%);
    opacity: 0;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16);
}
.softlab_module_time_line_vertical .time_line-check:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.58);
    transform: translate(-50%, -50%);
    opacity: 0;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16);
}
.softlab_module_time_line_vertical .time_line-check i {
    opacity: 0;
    display: block;
}
.softlab_module_time_line_vertical .time_line-date {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    padding-right: 27px;
    white-space: nowrap;
    transition: all 0.3s;
    line-height: 20px;
    font-size: 24px;
}
.softlab_module_time_line_vertical .time_line-content {
    padding: 23px 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 350px;
    transition: all 0.4s;
    background: #ffffff;
    box-shadow: 5px 5px 28px 0 rgba(0, 0, 0, 0.1);
}
.softlab_module_time_line_vertical .time_line-content:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.softlab_module_time_line_vertical .time_line-image {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}
.softlab_module_time_line_vertical .time_line-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}
.softlab_module_time_line_vertical .time_line-descr {
    line-height: 24px;
}
.softlab_module_time_line_vertical .time_line-item:hover .time_line-content {
    transform: translateX(5px);
    background: white;
}
.softlab_module_time_line_vertical .time_line-item:hover .time_line-date {
    transform: translateX(-5px);
}
.softlab_module_time_line_vertical .time_line-item:hover:nth-child(even) .time_line-content {
    transform: translateX(-5px);
}
.softlab_module_time_line_vertical .time_line-item:hover:nth-child(even) .time_line-date {
    transform: translateX(5px);
}
.softlab_module_time_line_vertical .time_line-item:hover .time_line-check:before {
    animation: time_line_vertical_pulse 2s infinite;
}
.softlab_module_time_line_vertical .time_line-item:hover .time_line-check:after {
    animation: time_line_vertical_pulse_2 2s infinite;
}

@keyframes time_line_vertical_pulse {
    0% {
        width: calc(100% + 16px);
        height: calc(100% + 16px);
        opacity: 0;
    }
    70% {
        width: calc(100% + 34px);
        height: calc(100% + 34px);
        opacity: 1;
    }
    100% {
        width: calc(100% + 16px);
        height: calc(100% + 16px);
        opacity: 0;
    }
}
@keyframes time_line_vertical_pulse_2 {
    0% {
        width: calc(100% + 14px);
        height: calc(100% + 14px);
        opacity: 0;
    }
    70% {
        width: calc(100% + 18px);
        height: calc(100% + 18px);
        opacity: 1;
    }
    100% {
        width: calc(100% + 14px);
        height: calc(100% + 14px);
        opacity: 0;
    }
}
.wgl_timetabs {
    padding-bottom: 30px;
}
.wgl_timetabs .timetabs_headings {
    display: flex;
    align-items: stretch;
    position: relative;
    margin: 20px 0;
}
.wgl_timetabs .timetabs_headings .wgl_tab {
    text-align: center;
    flex-grow: 1;
    position: relative;
    cursor: pointer;
    padding: 20px 0;
    font-size: 28px;
    transition: 0.3s;
}
.wgl_timetabs .timetabs_headings .wgl_tab .tab_title {
    font-size: 1em;
    line-height: 1.4;
    color: #919191;
    transition: inherit;
}
.wgl_timetabs .timetabs_headings .wgl_tab .tab_subtitle {
    font-size: 0.571em;
    line-height: 1.4;
    color: #afafaf;
    transition: inherit;
}
.wgl_timetabs .timetabs_headings .wgl_tab:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
}
.wgl_timetabs .timetabs_headings .wgl_tab:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 3px;
    width: 0%;
    transform: translateX(-50%);
    transition: width 0.75s ease;
}
.wgl_timetabs .timetabs_headings .wgl_tab.active:after {
    width: 100%;
}
.wgl_timetabs .timetabs_data .timetab_container {
    display: block;
}
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 35px;
    font-size: 16px;
    border-radius: 10px;
    transition: 0.5s;
}
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_time {
    font-size: 1.125em;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 30px;
    flex-basis: 12.53%;
    text-align: center;
}
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_img img {
    border-radius: 10px;
}
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
    flex-basis: 40%;
    flex-grow: 1;
    padding-left: 40px;
    padding-right: 30px;
    font-size: 1em;
}
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper .item_title {
    font-size: 1.25em;
    line-height: 1.8;
    font-weight: 500;
}
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper .item_description {
    font-size: 1em;
    line-height: 1.875;
}
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button {
    padding-left: 40px;
    padding-right: 5px;
}
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button a {
    margin-bottom: 0;
}
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item:hover,
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item.hovered {
    background-color: #ffffff;
    box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
    .wgl_timetabs .timetabs_headings .wgl_tab {
        font-size: 24px;
    }
    .wgl_timetabs .timetabs_data .timetab_container {
        display: flex;
        flex-flow: wrap;
    }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
        display: block;
        text-align: center;
        width: 50%;
        font-size: 15px;
    }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_time {
        padding: 0;
    }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_img {
        padding: 15px;
    }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
        padding: 0;
    }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button {
        text-align: inherit;
        padding: 15px;
    }
}
@media (max-width: 992px) {
    .wgl_timetabs .timetabs_headings .wgl_tab {
        font-size: 22px;
    }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
        padding: 20px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .wgl_timetabs .timetabs_headings {
        flex-direction: column;
    }
    .wgl_timetabs .timetabs_headings .wgl_tab {
        font-size: 18px;
        padding: 15px 15px 5px 15px;
    }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
        padding: 15px;
        width: 100%;
        font-size: 13px;
    }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_img {
        padding: 10px;
    }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
        width: 75%;
        margin: auto;
    }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button {
        padding: 10px;
    }
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button a {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}
@media (max-width: 600px) {
    .wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
        width: 100%;
        margin: 0;
    }
}
/* ==================== #Toggle ==================== */
.wpb-js-composer .wgl-container .vc_row .vc_toggle {
    margin-bottom: 20px;
    transition: 0.4s ease-in-out;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_active .vc_toggle_title, .wpb-js-composer .wgl-container .vc_row .vc_toggle:hover .vc_toggle_title {
    color: #ffffff;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_active .vc_toggle_title:before, .wpb-js-composer .wgl-container .vc_row .vc_toggle:hover .vc_toggle_title:before {
    opacity: 0;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_active .vc_toggle_title:after, .wpb-js-composer .wgl-container .vc_row .vc_toggle:hover .vc_toggle_title:after {
    opacity: 1;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title {
    position: relative;
    z-index: 0;
    padding-top: 14px;
    padding-right: 66px;
    padding-bottom: 14px;
    padding-left: 30px;
    border: 1px solid #e7e8e8;
    border-radius: 25px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    background-color: #f3f3f3;
    transition: inherit;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title:before, .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title:before {
    background-color: #ffffff;
    opacity: 1;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title:after {
    opacity: 0;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title h4 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    transition: color 0s;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_content {
    margin: 0;
    padding: 19px 30px 0px 30px;
    border: unset;
    font-size: 16px;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_content p:last-child {
    margin-bottom: 0;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_icon {
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    color: inherit;
    transform: translateY(-50%);
    transition: transform 0.4s ease-in-out, color 0s;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_icon:before, .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_icon:after {
    transition: inherit;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_none .vc_toggle_title {
    padding-right: 30px;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:before, .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    border-style: solid;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:before {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-width: 2px 0 0;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:after {
    left: 50%;
    bottom: 0;
    top: 0;
    transform: translateX(-50%);
    border-width: 0 0 0 2px;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus.vc_toggle_active .vc_toggle_icon:after {
    transform: rotate(90deg);
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_check .vc_toggle_icon:before {
    content: "\f00c";
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: inherit;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_chevron .vc_toggle_icon:before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 2px;
    right: 3px;
    top: 3px;
    bottom: 2px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-25%, -25%);
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_chevron.vc_toggle_active .vc_toggle_icon:before {
    transform: rotate(225deg) translate(-25%, -25%);
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_triangle .vc_toggle_icon:before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 6px;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    transform: translateY(25%);
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_triangle.vc_toggle_active .vc_toggle_icon:before {
    transform: rotate(180deg) translateY(25%);
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_right .vc_toggle_icon {
    right: 30px;
}
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_left .vc_toggle_icon {
    left: 30px;
}
@media (max-width: 480px) {
    .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title {
        padding-left: calc(30px / 2);
        padding-right: 39px;
    }
    .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_none .vc_toggle_title {
        padding-right: calc(30px / 2);
    }
    .wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_content {
        padding: 18px 15px 18px 15px;
    }
    .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_right .vc_toggle_icon {
        right: calc(30px / 2);
    }
    .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_left .vc_toggle_icon {
        left: calc(30px / 2);
    }
}

/* ==================== #Accordion ==================== */
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel {
    margin-bottom: 20px;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel:hover .vc_tta-panel-heading, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: transparent;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel:hover .vc_tta-panel-heading:before, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading:before {
    opacity: 1;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title {
    color: #ffffff;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon {
    color: inherit;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title:before {
    opacity: 1;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading {
    position: relative;
    z-index: 0;
    margin: 0;
    border: 1px solid #e7e8e8;
    border-radius: 25px;
    vertical-align: middle;
    background-color: #ffffff;
    transition: 0.4s;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: inherit;
    opacity: 0;
    transition: inherit;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    position: relative;
    z-index: 0;
    vertical-align: inherit;
    font-size: inherit;
    border-radius: inherit;
    transition: all 0.4s, color 0.05s 0s;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: inherit;
    opacity: 0;
    transition: inherit;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
    margin: -1px;
    padding-top: 12px;
    padding-right: 60px;
    padding-bottom: 14px;
    padding-left: 30px;
    vertical-align: inherit;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: inherit;
    border-radius: inherit;
    transition: inherit;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-title-text {
    vertical-align: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon:before, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon:after {
    transition: transform 0.4s 0.1s, color 0s;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
    right: 3px;
    top: 3px;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    right: 30px;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right > a:before {
    display: none;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 30px;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left > a:before {
    display: none;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
    padding-top: 19px;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;
    font-size: 16px;
    line-height: 30px;
    background-color: transparent;
    transform: unset;
}

/* ==================== #Pie Chart ==================== */
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart .wpb_pie_chart_heading {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart .vc_pie_chart_value {
    font-size: 36px;
    font-weight: 700;
}
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart.color-white .wpb_pie_chart_heading,
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart.color-white .vc_pie_chart_value {
    color: #ffffff;
}
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart .vc_pie_chart_back {
    top: 0.5px;
    left: 0.5px;
    width: calc(100% - 1.5px) !important;
    height: calc(100% - 1.5px) !important;
    border: 5px solid transparent !important;
    opacity: 1 !important;
}
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart.color-white .vc_pie_chart_back {
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart canvas {
    display: block;
}

/* ==================== #Progress bar ==================== */
.vc_row .vc_progress_bar .vc_single_bar {
    height: 5px;
    background-color: #f2f6fd;
    margin: 52px 0 20px 0;
    border-radius: 10px;
    box-shadow: none;
}
.vc_row .vc_progress_bar .vc_single_bar .vc_bar {
    height: 5px;
    border-radius: 10px;
}
.vc_row .vc_progress_bar .vc_single_bar .vc_bar:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 17px;
    height: 17px;
    right: -8px;
    top: -6px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 18px 0 rgba(0, 69, 182, 0.16);
}
.vc_row .vc_progress_bar .vc_single_bar .vc_label {
    position: absolute;
    padding: 0;
    width: 100%;
    top: -34px;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    text-shadow: none !important;
    text-transform: uppercase;
}
.vc_row .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
    float: right;
}
.vc_row .vc_progress_bar .vc_single_bar:first-child {
    margin-top: 36px;
}

/* ==================== #Round Chart ==================== */
.vc_chart.vc_round-chart {
    background-size: 0;
}
.vc_chart.vc_round-chart .wpb_wrapper {
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: center;
}
.vc_chart.vc_round-chart .wpb_wrapper canvas {
    display: block;
}

.vc_chart.vc_round-chart[data-vc-legend="1"] {
    background-size: 0;
}
.vc_chart.vc_round-chart[data-vc-legend="1"] .wpb_wrapper {
    background-image: inherit;
    background-size: inherit;
}
.vc_chart.vc_round-chart[data-vc-legend="1"] .wpb_wrapper .vc_chart-with-legend {
    background-image: inherit;
    background-position: inherit;
    background-repeat: inherit;
}
.vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend li {
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
}
.vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend li:before {
    display: none;
}

/* ==================== #Vc Row ==================== */
div[data-vc-parallax-image] {
    position: relative;
    overflow: hidden;
}
div[data-vc-parallax-image] .vc_parallax-inner {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-attachment: scroll;
    background-color: transparent;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0;
}

html .wpb_content_element {
    margin-bottom: 0;
}
html .wpb_content_element:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.vc_row {
    position: relative;
}

.vc_row.vc_row-flex > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .vc_row.vc_row-flex > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner > * {
        min-height: 1em;
    }
}
.vc_row.vc_row-o-content-top > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
    justify-content: flex-start;
}

.vc_row.vc_row-o-content-bottom > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
    justify-content: flex-end;
}

.vc_row.vc_row-o-content-middle > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
    justify-content: center;
}

.vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
    padding-top: 35px;
}

.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.vc_row.vc_row-o-content-top > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-top > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
    justify-content: flex-start;
}

.vc_row.vc_row-o-content-bottom > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-bottom > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
    justify-content: flex-end;
}

.vc_row.vc_row-o-content-middle > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
    justify-content: center;
}

.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
    padding-top: 35px;
}

.vc_row.vc_row-o-content-middle > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
    justify-content: center;
}

.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
    padding-top: 35px;
}

/* ==================== #Tabs ==================== */
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    overflow: unset;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    overflow: unset;
    display: inline-block;
    border: 1px solid #c4cdd7;
    border-radius: 25px;
    padding: 0 4px;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    min-width: 120px;
    padding: 5px 0;
    text-align: center;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child) {
    margin-right: 3px;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    border: unset;
    border-radius: 25px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
    color: #c4cdd7;
    text-transform: initial;
    background-color: unset;
    transition: 0.4s;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:after {
    display: none !important;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
    box-shadow: 0px 15px 39px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
    display: none;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    margin-bottom: 0;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    text-align: center;
    min-width: 165px;
    border: unset;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:not(:last-child) {
    margin-bottom: 20px;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    border: 1px solid #c4cdd7;
    border-radius: 30px;
    line-height: 1.4;
    color: #c4cdd7;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    margin: 4px;
    border: unset;
    border-radius: 25px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
    color: inherit;
    text-transform: initial;
    background-color: unset;
    transition: 0.4s;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a > .vc_tta-title-text {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title {
    color: #ffffff;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-heading .vc_tta-panel-title a {
    color: inherit;
    box-shadow: 0px 15px 39px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    border: unset;
    overflow: visible;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panel-body {
    padding: 0px 0 20px 0;
}
@media (min-width: 768px) {
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panel-body {
        padding: 25px 0 15px 0;
    }
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
    padding-bottom: 10px;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panel-body {
    padding: 30px 0 20px 0;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right {
    padding-top: 25px;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child), .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:last-child) {
    margin-right: 0;
    margin-bottom: unset;
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body {
    padding: 0 0 20px 0;
}
@media (min-width: 768px) {
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body {
        padding-left: 35px;
    }
}
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body {
    padding: 0 0 20px 0;
}
@media (min-width: 768px) {
    .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body {
        padding-right: 35px;
    }
}

/* ==================== #Wp Menu ==================== */
.vc_wp_custommenu.menu-item-center .menu {
    text-align: center;
}
.vc_wp_custommenu.menu-item-right .menu {
    text-align: right;
}
.vc_wp_custommenu.menu-item-left .menu {
    text-align: left;
}
.vc_wp_custommenu.menu-item-block .menu .menu-item {
    display: block;
}
.vc_wp_custommenu .menu .menu-item {
    display: inline-block;
}
.vc_wp_custommenu .menu .menu-item a {
    opacity: 1;
    color: inherit;
    padding: 0 16px;
    margin: 0px 5px;
    position: relative;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 200ms;
}
.vc_wp_custommenu .menu .menu-item a:hover:before {
    opacity: 1;
    margin-top: 7px;
}
.vc_wp_custommenu .menu .menu-item a:before {
    position: absolute;
    display: block;
    top: 100%;
    border-radius: 50%;
    margin-left: -2px;
    left: 50%;
    width: 4px;
    height: 4px;
    border: 0;
    margin-top: 2px;
    content: "";
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.vc_wp_custommenu .menu .menu-item.current-menu-item a:before {
    width: 4px;
}
.vc_wp_custommenu .menu .menu-item.current-menu-item > a:before, .vc_wp_custommenu .menu .menu-item.current-menu-ancestor > a:before {
    opacity: 1;
    margin-top: 7px;
}

/* ==================== ##Video Popup ==================== */
.softlab_module_videobox {
    position: relative;
    z-index: 1;
}
.softlab_module_videobox .videobox_content {
    display: flex;
    align-items: center;
}
.softlab_module_videobox .videobox_background img {
    position: relative;
    z-index: 0;
    width: 100%;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
}
.softlab_module_videobox .title {
    position: relative;
    z-index: 2;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01rem;
    text-transform: uppercase;
}
.softlab_module_videobox .videobox_link {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border-radius: 50%;
}
.softlab_module_videobox .videobox_icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
}
.softlab_module_videobox.with_image .videobox_content {
    display: block;
}
.softlab_module_videobox.with_image .videobox_link_wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 50%;
}
.softlab_module_videobox.button_align-left {
    text-align: left;
}
.softlab_module_videobox.button_align-left .videobox_content,
.softlab_module_videobox.button_align-left .videobox_link_wrapper {
    justify-content: flex-start;
}
.softlab_module_videobox.button_align-left.with_image .videobox_link_wrapper {
    left: 0;
    transform: translate(10%, -50%);
}
.softlab_module_videobox.button_align-left.title_pos-right .videobox_content,
.softlab_module_videobox.button_align-left.title_pos-right .videobox_link_wrapper {
    justify-content: flex-end;
}
.softlab_module_videobox.button_align-left.title_pos-top .videobox_content, .softlab_module_videobox.button_align-left.title_pos-bot .videobox_content {
    align-items: flex-start;
}
.softlab_module_videobox.button_align-center {
    text-align: center;
}
.softlab_module_videobox.button_align-center .videobox_content,
.softlab_module_videobox.button_align-center .videobox_link_wrapper {
    justify-content: center;
}
.softlab_module_videobox.button_align-center.with_image .videobox_link_wrapper {
    left: 50%;
    transform: translate(-50%, -50%);
}
.softlab_module_videobox.button_align-center.title_pos-right .videobox_content,
.softlab_module_videobox.button_align-center.title_pos-right .videobox_link_wrapper {
    justify-content: center;
}
.softlab_module_videobox.button_align-right {
    text-align: right;
}
.softlab_module_videobox.button_align-right .videobox_content,
.softlab_module_videobox.button_align-right .videobox_link_wrapper {
    justify-content: flex-end;
}
.softlab_module_videobox.button_align-right.with_image .videobox_link_wrapper {
    right: 0;
    transform: translate(-10%, -50%);
}
.softlab_module_videobox.button_align-right.title_pos-top .videobox_content,
.softlab_module_videobox.button_align-right.title_pos-top .videobox_link_wrapper, .softlab_module_videobox.button_align-right.title_pos-bot .videobox_content,
.softlab_module_videobox.button_align-right.title_pos-bot .videobox_link_wrapper {
    align-items: flex-end;
}
.softlab_module_videobox.button_align-inline {
    display: inline-block;
}
.softlab_module_videobox.button_align-inline.with_image .videobox_link_wrapper {
    left: 50%;
    transform: translate(-50%, -50%);
}
.softlab_module_videobox.title_pos-left .title {
    margin-right: 30px;
}
.softlab_module_videobox.title_pos-left.animation_ring_rotate .title {
    margin-right: 64.5px;
}
.softlab_module_videobox.title_pos-right .title {
    margin-left: 30px;
}
.softlab_module_videobox.title_pos-right.animation_ring_rotate .title {
    margin-left: 64.5px;
}
.softlab_module_videobox.title_pos-right .videobox_content,
.softlab_module_videobox.title_pos-right .videobox_link_wrapper {
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.softlab_module_videobox.title_pos-top .title {
    margin-bottom: 30px;
}
.softlab_module_videobox.title_pos-top.animation_ring_rotate .title {
    margin-bottom: 60px;
}
.softlab_module_videobox.title_pos-top.animation_ring_rotate .videobox_link {
    margin-bottom: 30px;
}
.softlab_module_videobox.title_pos-top .videobox_content,
.softlab_module_videobox.title_pos-top .videobox_link_wrapper {
    flex-direction: column;
}
.softlab_module_videobox.title_pos-bot .title {
    margin-top: 27px;
}
.softlab_module_videobox.title_pos-bot.animation_ring_rotate .title {
    margin-top: 60px;
}
.softlab_module_videobox.title_pos-bot .videobox_content,
.softlab_module_videobox.title_pos-bot .videobox_link_wrapper {
    flex-direction: column-reverse;
}
.softlab_module_videobox .videobox_animation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.softlab_module_videobox.animation_circles .videobox_animation {
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    opacity: 0;
    animation: circles 3.9s linear 0s infinite;
    animation-play-state: paused;
}
.softlab_module_videobox.animation_circles .videobox_animation.circle_2 {
    animation-delay: 1.3s;
}
.softlab_module_videobox.animation_circles .videobox_animation.circle_3 {
    animation-delay: 2.6s;
}
.softlab_module_videobox.animation_circles .videobox_link:hover .videobox_animation, .softlab_module_videobox.animation_circles.always-run-animation .videobox_animation {
    animation-play-state: running;
}
.softlab_module_videobox.animation_circles.always-run-animation .videobox_link:hover .videobox_animation {
    animation-play-state: paused;
}
@keyframes circles {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    20% {
        transform: scale(1.44);
        opacity: 0.5;
    }
    100% {
        transform: scale(3.2);
        opacity: 0;
    }
}
.softlab_module_videobox.animation_ring_pulse .videobox_animation {
    z-index: -1;
    opacity: 0.1;
    background: inherit;
    animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
    animation-play-state: paused;
}
.softlab_module_videobox.animation_ring_pulse .videobox_link:hover .videobox_animation, .softlab_module_videobox.animation_ring_pulse.always-run-animation .videobox_animation {
    animation-play-state: running;
}
.softlab_module_videobox.animation_ring_pulse.always-run-animation .videobox_link:hover .videobox_animation {
    animation-play-state: paused;
}
@keyframes pulse_ring {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.7);
    }
    100% {
        transform: scale(1);
    }
}
.softlab_module_videobox.animation_ring_rotate .videobox_animation {
    z-index: -1;
    transform: scale(1.58);
}
.softlab_module_videobox.animation_ring_rotate .videobox_animation .ring_1 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate_ring 4s linear infinite;
    animation-play-state: paused;
}
.softlab_module_videobox.animation_ring_rotate .videobox_link:hover .videobox_animation .ring_1, .softlab_module_videobox.animation_ring_rotate.always-run-animation .videobox_animation .ring_1 {
    animation-play-state: running;
}
.softlab_module_videobox.animation_ring_rotate.always-run-animation .videobox_link:hover .videobox_animation .ring_1 {
    animation-play-state: paused;
}
@keyframes rotate_ring {
    0% {
        transform: translate(-50%, -50%) rotate(0turn);
    }
    100% {
        transform: translate(-50%, -50%) rotate(1turn);
    }
}

/* ==================== ##ICO Prgoress ==================== */
.softlab_module_ico_progress {
    border-radius: 30px;
    box-shadow: 0 15px 38px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

/* ico progress bar */
.softlab_module_ico_progress_bar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}
.softlab_module_ico_progress_bar .progress_bar_wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 30px;
    background: #ecf1f9;
    border-radius: 15px;
}
.softlab_module_ico_progress_bar .progress_completed {
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 5px;
    background: #90ff98;
    height: 20px;
    border-radius: 10px;
    transition: all 0.8s;
    width: 0;
    max-width: calc(100% - 10px);
    overflow: hidden;
}
.softlab_module_ico_progress_bar .progress_value_completed {
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
}
.softlab_module_ico_progress_bar .progress_value_wrap {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.softlab_module_ico_progress_bar .progress_value_min,
.softlab_module_ico_progress_bar .progress_value_max {
    font-weight: 500;
    color: #8b9baf;
}
.softlab_module_ico_progress_bar .progress_value_min span,
.softlab_module_ico_progress_bar .progress_value_max span {
    margin-left: 3px;
}
.softlab_module_ico_progress_bar .progress_point {
    position: absolute;
    z-index: 2;
    top: 100%;
    font-size: 12px;
    transform: translateX(-50%);
    line-height: 26px;
    margin-top: 21px;
    color: #8b9baf;
}
.softlab_module_ico_progress_bar .progress_point:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 100%;
    width: 1px;
    height: 51px;
    background: #8b9baf;
}

/* ==================== ##Responsive ==================== */
@media (max-width: 1700px) {
    .softlab_module_testimonials.grid-col_5 .testimonials_item_wrap {
        width: 25%;
    }
    .softlab_module_testimonials.grid-col_5 .testimonials_item_wrap:nth-child(5n+1) {
        clear: none;
    }
    .softlab_module_testimonials.grid-col_5 .testimonials_item_wrap:nth-child(4n+1) {
        clear: left;
    }
}
@media (max-width: 1440px) {
    .softlab_module_testimonials.grid-col_5 .testimonials_item_wrap, .softlab_module_testimonials.grid-col_4 .testimonials_item_wrap {
        width: 33.333333%;
    }
    .softlab_module_testimonials.grid-col_5 .testimonials_item_wrap:nth-child(4n+1), .softlab_module_testimonials.grid-col_4 .testimonials_item_wrap:nth-child(4n+1) {
        clear: none;
    }
    .softlab_module_testimonials.grid-col_5 .testimonials_item_wrap:nth-child(3n+1), .softlab_module_testimonials.grid-col_4 .testimonials_item_wrap:nth-child(3n+1) {
        clear: left;
    }
}
@media only screen and (max-width: 1300px) {
    .wgl_module_team.team-col_5 .team-item {
        width: 25%;
    }
    .wgl_module_team.team-col_5 .team-item:nth-child(5n+1) {
        clear: none;
    }
    .wgl_module_team.team-col_5 .team-item:nth-child(4n+1) {
        clear: left;
    }
}
@media only screen and (max-width: 1200px) {
    .wgl-container {
        width: 950px;
    }

    .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item {
        width: 33.33333333%;
    }
    .wgl_module_team.team-col_5 .team-item:nth-child(4n+1), .wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
        clear: none;
    }
    .wgl_module_team.team-col_5 .team-item:nth-child(3n+1), .wgl_module_team.team-col_4 .team-item:nth-child(3n+1) {
        clear: left;
    }

    .row:after {
        clear: both;
    }
}
@media only screen and (min-width: 1200px) {
    .wpb_column.col_pl-lg-0 > .vc_column-inner {
        padding-left: 0;
    }

    .wpb_column.col_pr-lg-35 > .vc_column-inner {
        padding-right: 35px;
    }

    .wpb_column.col_pr-lg-50 > .vc_column-inner {
        padding-right: 50px;
    }

    .wpb_column.col_ml-min-lg-10 > .vc_column-inner {
        margin-left: -10px;
    }
}
@media only screen and (min-width: 768px) {
    .row .wgl_col-12 {
        width: 100%;
    }
    .row .wgl_col-11 {
        width: 91.66666667%;
    }
    .row .wgl_col-10 {
        width: 83.33333333%;
    }
    .row .wgl_col-9 {
        width: 75%;
    }
    .row .wgl_col-8 {
        width: 66.66666667%;
    }
    .row .wgl_col-7 {
        width: 58.33333333%;
    }
    .row .wgl_col-6 {
        width: 50%;
    }
    .row .wgl_col-5 {
        width: 41.66666667%;
    }
    .row .wgl_col-4 {
        width: 33.33333333%;
    }
    .row .wgl_col-3 {
        width: 25%;
    }
    .row .wgl_col-1-5 {
        width: 20%;
    }
    .row .wgl_col-2 {
        width: 16.66666667%;
    }
    .row .wgl_col-1 {
        width: 8.33333333%;
    }
}
@media only screen and (max-width: 1024px) {
    .row .wgl_col-6,
    .row .wgl_col-5,
    .row .wgl_col-4,
    .row .wgl_col-3,
    .row .wgl_col-1-5 {
        width: 50%;
    }
    .row .sidebar-container.wgl_col-3,
    .row .sidebar-container.wgl_col-4,
    .row #main-content.wgl_col-8,
    .row #main-content.wgl_col-9 {
        width: 100%;
    }

    .footer .row .wgl_col-3 {
        margin-bottom: 30px;
    }

    .wgl_portfolio_single-item .wgl_portfolio_info-wrap > .wgl_col-8, .wgl_portfolio_single-item .wgl_portfolio_info-wrap > .wgl_col-4 {
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .page-header_content .page-header_title,
    .page-header_content .page-header_breadcrumb {
        display: block;
    }

    .page-header_align_left .page-header_breadcrumbs {
        text-align: left;
    }

    .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
        font-size: 125px;
        line-height: 0.24;
        margin-left: -74px;
    }

    .wgl-container {
        width: 728px;
    }

    .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item, .wgl_module_team.team-col_3 .team-item {
        width: 50%;
    }
    .wgl_module_team.team-col_5 .team-item:nth-child(3n+1), .wgl_module_team.team-col_4 .team-item:nth-child(3n+1), .wgl_module_team.team-col_3 .team-item:nth-child(3n+1) {
        clear: none;
    }
    .wgl_module_team.team-col_5 .team-item:nth-child(2n+1), .wgl_module_team.team-col_4 .team-item:nth-child(2n+1), .wgl_module_team.team-col_3 .team-item:nth-child(2n+1) {
        clear: left;
    }

    .softlab_module_testimonials.grid-col_5 .testimonials_item_wrap, .softlab_module_testimonials.grid-col_4 .testimonials_item_wrap, .softlab_module_testimonials.grid-col_3 .testimonials_item_wrap {
        width: 50%;
    }
    .softlab_module_testimonials.grid-col_5 .testimonials_item_wrap:nth-child(3n+1), .softlab_module_testimonials.grid-col_4 .testimonials_item_wrap:nth-child(3n+1), .softlab_module_testimonials.grid-col_3 .testimonials_item_wrap:nth-child(3n+1) {
        clear: none;
    }
    .softlab_module_testimonials.grid-col_5 .testimonials_item_wrap:nth-child(2n+1), .softlab_module_testimonials.grid-col_4 .testimonials_item_wrap:nth-child(2n+1), .softlab_module_testimonials.grid-col_3 .testimonials_item_wrap:nth-child(2n+1) {
        clear: left;
    }

    .col-md-delimiter .vc_column_container.vc_col-sm-6:nth-child(2):before {
        display: none;
    }

    .single-team .single_team_page .team-single_wrapper {
        flex-direction: column;
        border: none;
        background-position: top left;
        background-size: contain;
    }
    .single-team .single_team_page .team-single_wrapper:before {
        width: auto;
        height: 100%;
        left: 20px;
        right: 20px;
        top: 0;
        bottom: 0;
    }
    .single-team .single_team_page .team-single_wrapper .team-image {
        margin: auto;
        position: relative;
    }
    .single-team .single_team_page .team-info_icons {
        left: 20px;
        border-radius: 50px;
        text-align: center;
    }
    .single-team .single_team_page .team-title:before {
        left: 50%;
        margin-left: -25px;
    }
    .single-team .single_team_page .team-info_wrapper {
        padding: 30px;
        margin-left: 0;
        transform: translateY(0);
    }
    .single-team .single_team_page .team-info_wrapper .team-title,
    .single-team .single_team_page .team-info_wrapper .team-info_item {
        text-align: center;
    }
    .single-team .single_team_page .wpb_content_element {
        text-align: justify;
    }

    .softlab_module_testimonials.type_author_bottom_inline .testimonials_item {
        padding-left: 15px;
    }
    .softlab_module_testimonials.type_author_bottom_inline .testimonials_item:before {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .softlab_module_videobox.with_image.button_align-left .videobox_content {
        left: 60px;
    }
    .softlab_module_videobox.with_image.button_align-right .videobox_content {
        right: 60px;
    }

    .page-header_content .page-header_title + .page-header_breadcrumb {
        padding-top: 5px;
    }

    .page-header_content .breadcrumbs {
        white-space: normal;
    }

    .col-md-delimiter .vc_column_container:before {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .row .wgl_col-6,
    .row .wgl_col-5,
    .row .wgl_col-4,
    .row .wgl_col-3,
    .row .wgl_col-1-5 {
        width: 100%;
    }

    .copyright {
        text-align: center;
    }

    .page_404_wrapper {
        background-image: none !important;
    }

    .softlab-post-navigation .separator_post-nav {
        display: none;
    }

    .wgl-container {
        width: 560px;
    }

    .footer_top-area .row [class*=wgl_col-] + [class*=wgl_col-] {
        margin-top: 35px;
    }

    .sidebar-container {
        padding-top: 35px;
    }

    #comments .commentlist .comment .stand_comment,
    #comments .commentlist .comment .children .stand_comment {
        padding-left: 80px;
    }

    #comments .commentlist .comment .children .comment {
        margin-left: 30px;
    }

    #comments .commentlist .comment .commentava,
    #comments .commentlist .comment .children .stand_comment .commentava {
        left: -60px;
        height: 40px;
        width: 40px;
    }

    .mobile_text_center,
    .mobile-acenter {
        text-align: center;
    }

    .format-standard .blog-post_wrapper,
    .format-audio .blog-post_wrapper,
    .format-quote .blog-post_wrapper,
    .format-link .blog-post_wrapper {
        padding: 24px 24px 24px 24px;
    }

    .standard.sticky-post,
    .format-standard.sticky-post .blog-post_wrapper {
        padding: 12px 12px 12px 12px;
        border-width: 12px;
    }

    .softlab_module_clients.items-3 .clients_image, .softlab_module_clients.items-4 .clients_image, .softlab_module_clients.items-5 .clients_image, .softlab_module_clients.items-6 .clients_image {
        width: 50%;
    }

    .softlab_module_time_line_vertical:before {
        left: 45px;
    }
    .softlab_module_time_line_vertical .time_line-date_wrap {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
    .softlab_module_time_line_vertical .time_line-date {
        padding: 0 !important;
        right: 100% !important;
        left: auto !important;
    }
    .softlab_module_time_line_vertical .time_line-content {
        text-align: left !important;
    }
    .softlab_module_time_line_vertical .time_line-content:before {
        left: 0 !important;
        right: auto !important;
    }
    .softlab_module_time_line_vertical .time_line-item {
        flex-direction: row !important;
    }
    .softlab_module_time_line_vertical .time_line-date {
        transform: rotate3d(0, 0, 1, -90deg) !important;
    }
    .softlab_module_time_line_vertical.appear_anim .time_line-date {
        transform: translateX(-20%) rotate3d(0, 0, 1, -90deg) !important;
    }
    .softlab_module_time_line_vertical.appear_anim .time_line-content {
        transform: translateX(20%) !important;
    }
    .softlab_module_time_line_vertical.appear_anim .time_line-item.item_show .time_line-date {
        transform-origin: top;
        transform: translate(15px, -9px) rotate3d(0, 0, 1, -90deg) !important;
        width: 100px;
        white-space: normal;
    }
    .softlab_module_time_line_vertical.appear_anim .time_line-item.item_show .time_line-content {
        transform: translateX(0) !important;
    }
    .softlab_module_time_line_vertical .time_line-item:hover .time_line-content {
        transform: translateX(5px) !important;
    }
    .softlab_module_time_line_vertical .time_line-item.item_show:hover .time_line-content {
        transform: translateX(5px) !important;
    }

    .resp_align_center {
        text-align: center !important;
    }

    .coming-soon.row .wgl_col-9 {
        width: 75%;
    }
    .coming-soon.row .wgl_col-3 {
        width: 25%;
    }
}
@media only screen and (max-width: 700px) {
    .softlab_module_testimonials.grid-col_5 .testimonials_item_wrap, .softlab_module_testimonials.grid-col_4 .testimonials_item_wrap, .softlab_module_testimonials.grid-col_3 .testimonials_item_wrap, .softlab_module_testimonials.grid-col_2 .testimonials_item_wrap {
        width: 100%;
    }
    .softlab_module_testimonials.grid-col_5 .testimonials_item_wrap:nth-child(2n+1), .softlab_module_testimonials.grid-col_4 .testimonials_item_wrap:nth-child(2n+1), .softlab_module_testimonials.grid-col_3 .testimonials_item_wrap:nth-child(2n+1), .softlab_module_testimonials.grid-col_2 .testimonials_item_wrap:nth-child(2n+1) {
        clear: none;
    }
}
@media only screen and (max-width: 600px) {
    .wgl-container {
        width: 420px;
    }

    div[id*=wpadminb] {
        top: -46px !important;
    }

    .banner_404 {
        font-size: 160px;
    }

    .softlab_module_ico_progress {
        padding: 15px !important;
    }
    .softlab_module_ico_progress .softlab_module_button > a {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #sb_instagram .sbi_photo {
        padding-bottom: 100%;
        height: 0 !important;
    }

    #sb_instagram #sbi_images .sbi_item {
        width: 33.3333% !important;
    }

    #sb_instagram .sbi_photo:after {
        font-size: 40px;
    }

    .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item, .wgl_module_team.team-col_3 .team-item, .wgl_module_team.team-col_2 .team-item {
        width: 100%;
    }
    .wgl_module_team.team-col_5 .team-item:nth-child(2n+1), .wgl_module_team.team-col_4 .team-item:nth-child(2n+1), .wgl_module_team.team-col_3 .team-item:nth-child(2n+1), .wgl_module_team.team-col_2 .team-item:nth-child(2n+1) {
        clear: none;
    }

    #comments .commentlist .comment .stand_comment,
    #comments .commentlist .comment .children .stand_comment {
        padding-right: 20px;
    }

    #comments .commentlist .comment_info {
        padding-right: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .wgl-container {
        width: 90%;
    }

    .softlab_module_infobox.layout_top .infobox_wrapper {
        padding: 15px 15px 25px 20px;
    }

    .wgl_module_team .team-item_info {
        padding: 28px 20px 15px;
    }
    .wgl_module_team .team-item_content:hover .team-item_excerpt {
        padding-bottom: 10px;
        padding-top: 10px;
        margin-top: 10px;
    }

    #comments .commentlist .comment_author_says {
        margin-bottom: 5px;
    }

    #comments .commentlist .comment .children .comment {
        margin-left: 15px;
    }

    #comments .comment-reply-link {
        position: relative;
    }

    .softlab_module_services_2 .services_logo {
        left: 10%;
    }
    .softlab_module_services_2 .services_title,
    .softlab_module_services_2 .services_subtitle {
        left: 21%;
        max-width: 75%;
    }

    .softlab_module_pricing_plan .pricing_header,
    .softlab_module_pricing_plan .pricing_content,
    .softlab_module_pricing_plan .pricing_footer {
        padding-left: 35px;
        padding-right: 35px;
    }

    .softlab_module_testimonials.type_author_top_inline .testimonials_meta_wrap {
        padding-left: 35px;
        padding-right: 35px;
    }

    .page_404_wrapper {
        padding: 50px 10px 40px;
    }
    .page_404_wrapper .banner_404 {
        line-height: 100px;
    }
    .page_404_wrapper .banner_404 .banner_404_title {
        font-size: 35px;
        line-height: 1.5;
    }

    .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
        font-size: 95px;
        line-height: 0.3;
        margin-left: -26px;
    }

    .softlab_module_testimonials.type_author_bottom_inline .testimonials_name_wrap {
        flex-direction: column;
    }

    .softlab_module_videobox.title_pos-left .title {
        margin-right: 15px;
    }
    .softlab_module_videobox.title_pos-right .title {
        margin-left: 15px;
    }

    .coming-soon.row .wgl_col-9 {
        width: 60%;
    }
    .coming-soon.row .wgl_col-3 {
        width: 40%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #comments .commentlist .comment .children .stand_comment {
        padding-left: 90px;
    }

    #comments .commentlist .comment .children .stand_comment .commentava {
        left: -70px;
        width: 50px;
        height: 50px;
    }
}
/* Custom Text Responsive */
@media only screen and (min-width: 1280px) {
    .text_desktop {
        font-size: inherit !important;
        line-height: inherit !important;
    }
}
@media only screen and (min-width: 1024px) {
    .text_tablet {
        font-size: inherit !important;
        line-height: inherit !important;
    }
}
@media only screen and (min-width: 799px) {
    .text_mobile {
        font-size: inherit !important;
        line-height: inherit !important;
    }
}
@media only screen and (max-width: 1370px) {
    .wgl_portfolio_list-first {
        padding-left: 0;
        padding-top: 0;
    }
}
@media only screen and (min-width: 768px) {
    .wgl_portfolio_list-first .softlab_module_double_headings.aleft {
        margin-bottom: 0.78vw;
    }
    .wgl_portfolio_list-first .softlab_module_double_headings.aleft .heading_bgtitle {
        font-size: 6.25vw !important;
        padding-top: 1.825vw;
    }
    .wgl_portfolio_list-first .softlab_module_double_headings.aleft .heading_subtitle {
        font-size: 1.15vw !important;
    }
    .wgl_portfolio_list-first .softlab_module_double_headings.aleft .heading_title {
        font-size: 2.1vw !important;
        margin-top: 0.54vw;
    }
    .wgl_portfolio_list-first > ul {
        font-size: 0.9vw;
        padding-bottom: 1vw;
    }
    .wgl_portfolio_list-first > ul li {
        line-height: 1.88vw;
    }
    .wgl_portfolio_list-first .softlab_module_button {
        margin-top: 0.78vw;
        line-height: 1.565vw;
    }
    .wgl_portfolio_list-first .softlab_module_button > a {
        font-size: 0.68vw;
        padding: 0.72vw 1.5vw;
        min-width: 8.05vw;
        line-height: 1.05vw;
    }
}
.theme-gradient .banner-widget_button {
    border-width: 0px;
}
.theme-gradient input[type=submit],
.theme-gradient button {
    padding-top: 10px;
    padding-bottom: 10px;
}
.theme-gradient input[type=submit],
.theme-gradient button,
.theme-gradient .load_more_item,
.theme-gradient .softlab_404_button a,
.theme-gradient a.button.alt,
.theme-gradient .cart .button, .theme-gradient .woocommerce .cart input.button,
.theme-gradient .widget_shopping_cart .buttons a:not(.checkout),
.theme-gradient .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:not(.checkout),
.theme-gradient .woocommerce-message .button,
.theme-gradient #respond input#submit,
.theme-gradient ul.wgl-products li a.add_to_cart_button,
.theme-gradient ul.wgl-products li a.button,
.theme-gradient ul.wgl-products li .added_to_cart.wc-forward,
.theme-gradient div.product form.cart .button,
.theme-gradient .banner-widget_button {
    border-width: 0;
    color: #ffffff !important;
}
.theme-gradient button:hover,
.theme-gradient .load_more_item:hover,
.theme-gradient .widget_price_filter .price_slider_amount button.button:hover,
.theme-gradient #respond input#submit:hover,
.theme-gradient a.button.alt:hover,
.theme-gradient .woocommerce-message .button:hover,
.theme-gradient .softlab_404_button a:hover,
.theme-gradient ul.wgl-products li a.add_to_cart_button:hover,
.theme-gradient ul.wgl-products li a.button:hover,
.theme-gradient ul.wgl-products li .added_to_cart.wc-forward:hover,
.theme-gradient div.product form.cart .button:hover,
.theme-gradient .banner-widget_button:hover {
    background-position: 100% !important;
}
.theme-gradient #add_payment_method .wc-proceed-to-checkout a.checkout-button, .theme-gradient.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .theme-gradient.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background: transparent !important;
}
.theme-gradient input[type=submit]:hover {
    box-shadow: none !important;
}
.theme-gradient .rev_slider .rev-btn.gradient-button {
    border-width: 0;
}
.theme-gradient .rev_slider .rev-btn.gradient-button:hover, .theme-gradient .rev_slider .rev-btn.gradient-button:active, .theme-gradient .rev_slider .rev-btn.gradient-button:focus {
    background-position: 100% !important;
    color: #fff;
}

.hero {
    margin-top: -40px;
    position: relative;
    height: 555px;
    width: 100vw;
    margin-bottom: 24px;
}

.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.hero__text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    padding: 20px;
    border-radius: 20px;
    background: #FFF;
    width: 505px;

    box-shadow: 0px 4px 4px -36px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(17px);
}
.hero__text h1 {
    font-size: 30px;
    line-height: 150%;
    margin-bottom: 15px;
}
.hero__text p {
    margin-bottom: 0;
}
.hero__text_container {
    padding-left: 20px;
    border-left: 2px solid #54E0C4;;
}

@media (max-width: 576px) {
    .logo-mobile_enable a {
        margin-left: -76px;
        min-width: 258px;
        display: block;
    }
    .hero {
        height: auto !important;
    }
    .hero__bg {
        position: static;
        height: 300px;
    }
    .hero__text {
        width: 100%;
        margin-top: -40px;
        transform: translate(0);
        position: static;

        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 0px 8.7px 0px rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(17px);
    }
    .hero__text_container {
        border-left: none;
        padding-left: 0;
    }
    .hero__text h1 {
        line-height: 130%;
    }

    .hero-cloud .hero__bg {
        background-position: 80% center !important;
    }

    .hero-data .hero__bg {
        background-position: 74% center !important;
    }

    .hero-machine .hero__bg {
        background-position: 64% center !important;
    }

    .hero-about .hero__bg {
        background-position: 10% center !important;
    }

    .hero-contacts .hero__bg {
        background-position: 90% center !important;
    }

    .hero-dev .hero__bg {
        background-position: 74% center !important;
    }

    .hero-test .hero__bg {
        background-position: 66% center !important;
    }

    .hero-design .hero__bg {
        background-position: 75% center !important;
    }

    .hero-cons .hero__bg {
        background-position: 75% center !important;
    }

    .sub-mt-15 {
        margin-top: 25px;
    }

    .mob-mb-row .infobox_wrapper {
        margin-bottom: 15px;
    }
}

.flex-cyber .vc_row-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .flex-cyber .vc_row-fluid {
        display: block;
    }
}