/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

:root {
    --wblr-font: 'DM Sans', sans-serif;
    --wblr-reey-font: "reeyregular";
    --wblr-gray: #696e77;
    --wblr-gray-rgb: 105, 110, 119;
    --wblr-white: #ffffff;
    --wblr-white-rgb: 255, 255, 255;
    --wblr-base: #015fc9;
    --wblr-primary: #015ec9de;
    --wblr-primary-rgb: #015ec9de;
    --wblr-base-rgb: 1, 95, 201;
    --wblr-black: #16243d;
    --wblr-black-rgb: 22, 36, 61;
    --wblr-extra: #f2f5f9;
    --wblr-extra-rgb: 242, 245, 249;
    --wblr-bdr-color: #e0e4e8;
    --wblr-bdr-color-rgb: 224, 228, 232;
    --wblr-bdr-radius: 10px;
    --wblr-letter-spacing: -0.02em;
}

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Nuosu+SIL&family=Open+Sans:wght@300;400;500;600;700;800&family=Raleway:wght@100;200;300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* 
font-family: 'Jost', sans-serif;
font-family: 'Nuosu SIL', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;


*/

body,
body p {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
.widget-title,
.count {
    font-family: 'Nuosu SIL', serif;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--wblr-font);
    color: var(--wblr-gray);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    word-break: break-word;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--wblr-gray);
    text-decoration: none!important;
    transition: all 0.5s;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    text-decoration: none!important;
    transition: all 0.5s;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--wblr-black);
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 15px;
    line-height: 1.5;
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--wblr-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Navigations 
--------------------------------------------------------------*/

.navbar .content-center {
    justify-content: space-between;
    width: 100%;
}

nav.navbar.navbar-fixed {
    animation-duration: 0.6s;
    animation-fill-mode: both;
    will-change: transform;
    transition: all 0.6s ease;
    /* background-color: var(--color-primary); */
    position: fixed;
    top: 0;
    padding: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 9;
    transition: all 0.6s ease;
}

@keyframes swingInX {
    0% {
        transform: perspective(400px) rotateX(-90deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes swingOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
    }
    100% {
        transform: perspective(400px) rotateX(-90deg);
    }
}

.offcanvas-body .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
}

nav.navbar {
    transform-origin: top;
    backface-visibility: hidden;
    animation-name: swingInX;
    transition: all 0.6s ease;
    padding: 0;
    min-height: 88px;
}

.scrollUp.navbar {
    animation-name: swingOutX;
    backface-visibility: hidden;
}

.navbar {
    background-color: var(--wblr-primary);
    position: relative;
}

.navbar .container {
    position: relative;
    z-index: 1;
}

.navbar:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 25%;
    background-color: #fff;
    clip-path: polygon(0 0, 85% 0, 100% 99%, 0% 100%);
}

.main-header .navbar-nav .nav-link {
    color: #fff !important;
    opacity: 1;
    padding: 10px 0;
    margin: 0 20px;
    font-weight: inherit;
    font-size: 16px;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    margin: 0;
    margin-top: 12px;
}
/* .navbar .container li.dropdown .dropdown-toggle {
    display: flex;
} */
/* 
li.dropdown>a.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    border: none;
    font-weight: 900;
    transition: all 0.35s ease-in-out;
    
}

.main-header .navbar-nav .nav-link {
    color: #fff!important;
    opacity: 1;
    padding: 30px 0;
    margin: 0 14px;
    font-weight: inherit;
    font-size: 16px;
} */

a.nav-link {
    position: relative;
}

.main-header .navbar .navbar-nav a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    /* bottom: -6px; */
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.main-header .navbar .dropdown-item {
    padding: 10px 20px;
}

.main-header .navbar .navbar-nav a:hover:before,
.main-header .navbar .navbar-nav li:hover>a:before,
.main-header .navbar .navbar-nav .active:before {
    visibility: visible;
    transform: scaleX(1);
}
.main-header .navbar .navbar-nav .dropdown .dropdown-menu{
    background-color: #2172d0;
}
.main-header .navbar .navbar-nav .dropdown:hover .dropdown-menu{
    background-color: #2172d0;
}
.main-header .navbar .dropdown-item {
    padding: 10px 20px;
    color: #ffff;
    background-color: #2172d0;
}

.nav__right .theme-btn {
    margin-right: 15px;
    height: fit-content;
}

.top__contact a {
    display: block;
    padding: 6px 0;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    grid-gap: 7px;
    line-height: 36px;
}

.top__contact a i {
    /* border-right: 1px solid #2172d0; */
    padding-right: 10px;
    margin-right: 4px;
    background-color: var(--wblr-primary);
    width: 33px;
    /* height: 30px; */
    padding: 2px 10px;
    margin: a;
    text-align: center;
    line-height: 31px;
    text-align: center;
    display: flex;
    /* align-items: stretch; */
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    border-right: 10px;
}

.main-header {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
    position: relative;
}

a.navbar-brand {
    max-width: 100px;
    display: block;
}

.wb-lognin-signup {
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
    grid-gap: 7px;
}

.wb-lognin-signup a {
    height: fit-content;
    padding: 7px 15px;
    font-weight: 500;
}

.wb-lognin-signup a i {
    border-right: 1px solid;
    padding-right: 10px;
    margin-right: 5px;
}

.section-heading .sec-title {
    margin: 0;
    color: var(--wblr-black);
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: var(--wblr-letter-spacing);
    text-transform: capitalize;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

/* sidebar */

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    background-color: var(--wblr-primary);
}

.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    position: absolute;
    left: -14px;
    color: #fff;
    top: 15px;
    background-color: #fff;
    opacity: 1;
}

.offcanvas-header .navbar-brand {
    max-width: 100px;
}

header .navbar-dark .navbar-toggler {
    color: #ffffff;
    border: 0;
    opacity: 1;
}

.offcanvas li.nav-item.dropdown .dropdown-menu {
    position: inherit!important;
    transform: translate(0px)!important;
}

.sidebar__info {
    margin-top: 30px;
}

.sidebar__info .ab-social {
    padding: 18px 0;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
home Banner
--------------------------------------------------------------*/

.banner__container {
    position: relative;
    margin: 0 15px!important;
    z-index: 1;
    overflow: hidden;
    padding-left: calc(50% - 600px);
}

.hero-banner {
    /* height: 90vh; */
    position: relative;
    display: block;
    background-color: var(--wblr-black);
    padding: 122px 0 110px;
    overflow: hidden;
    z-index: 1;
}

.hero-banner-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/shape/shape-01.png);
    opacity: 0.05;
    /* z-index: -1; */
}

.hero-banner-shape-2 {
    position: absolute;
    right: 596px;
    top: -215px;
    z-index: 2;
}

.hero-banner-shape-2 img {
    width: auto;
}

.hero-banner-shape-3 {
    position: absolute;
    top: -260px;
    right: 150px;
}

.hero-banner-shape-3 img {
    width: auto;
}

.hero-banner-shape-4 {
    position: absolute;
    top: -81px;
    right: 0;
}

.hero-banner-shape-4 img {
    width: auto;
}

.hero-banner-shape-5 {
    position: absolute;
    bottom: -215px;
    right: 0;
    z-index: 1;
}

.hero-banner-shape-5 img {
    width: auto;
}

.hero-banner-shape-6 {
    position: absolute;
    bottom: -295px;
    right: 160px;
}

.hero-banner-shape-6 img {
    width: auto;
}

.hero-banner-img {
    position: relative;
}

.hero-banner-img img {
    width: 100%;
    margin-top: 40px;
    width: 100%;
}


/* funfact section */

h2.banner__title {
    color: #fff;
    border-left: 7px solid var(--wblr-primary);
    padding-left: 24px;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 12px;
}

p.banner__text {
    font-size: 20px;
    color: #a1a1a1;
    line-height: 1.5;
}

.funfact__col {
    position: relative;
    /* margin: 15px 0; */
    text-align: center;
    padding: 40px 15px;
    background-color: var(--wblr-primary);
    overflow: hidden;
    border-radius: 15px;
}

.funfact__col p {
    font-size: 18px;
    color: #ccc;
}

.count {
    color: #fff;
    /* margin: 12px 0px 0; */
    font-size: 54px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.banner__content .col-lg-6.col-md-6 {
    padding: 7px;
}

.funfact_icon {
    color: #c3c3c3;
    /* height: 80px; */
    font-size: 119px;
    /* width: 80px; */
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: -6px;
    opacity: 0.2;
    bottom: -32px;
}

.hero-banner .content-center,
header .content-center {
    display: flex;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
}

.content-center {
    display: flex;
}


/* about section */

.ab-img {
    position: relative;
}

.ab-img img {
    border-radius: 5px;
}

.ab1 {
    position: absolute;
    right: 27px;
    top: 0;
    z-index: -1;
    -webkit-animation: rotation 20s infinite linear;
}

.ab2 {
    position: absolute;
    left: -42px;
    bottom: -26px;
    z-index: -1;
    animation: halfBounce2 2s infinite;
}

.listing-item {
    margin: 0;
    padding: 0;
}

.listing-item li {
    list-style: none;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    padding-top: 7px;
    color: #081845;
    font-weight: 700;
    margin: 0 0 27px;
    padding-left: 50px;
}

.listing-item li i {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    background: var(--wblr-primary);
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes halfBounce2 {
    0%,
    100% {
        transform: scale(.9)
    }
    50% {
        transform: scale(1)
    }
}


/* 
our classes */

.py-80 {
    padding: 80px 0;
}


/* section  title */

.section-heading {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.sec-title {
    /* margin-bottom: 15px; */
    /* font-size: 47px; */
    /* line-height: 1.1; */
    /* text-transform: capitalize; */
    /* font-weight: bold; */
}

.sub-title {
    font-size: 16px;
    line-height: 20px;
    color: var(--wblr-primary);
    text-transform: uppercase;
    margin: 0 0 17px;
}

.our-services .sub-title {
    background-color: #fdfdfd;
    width: fit-content;
    padding: 0 15px;
    border-radius: 15px;
}

.sub-title span {
    width: 81px;
    height: 3px;
    display: inline-block;
    background: var(--wblr-primary);
    margin-right: 15px;
    position: relative;
    top: -3px;
    overflow: hidden;
}

.sub-title span:after {
    width: 100%;
    border: 14px solid #fff;
    height: 10px;
    bottom: -3px;
    left: 0;
}

.sub-title span:before {
    width: 80%;
    border: 3px solid rgb(255, 255, 255);
    height: 19px;
    bottom: -3px;
    left: -30px;
    z-index: 9;
}

.sub-title span:before,
.sub-title span:after {
    content: '';
    /* position: absolute; */
    left: 0;
    bottom: 0px;
    height: -1px;
    animation: xRay 2s linear infinite;
    transition: all 0.5s;
}

@keyframes xRay {
    0% {
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    }
    50% {
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    }
    100% {
        clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0);
    }
}


/* @keyframes sweep {
    from {
        left: 0;
    }
    to {
        transform: translateX(100%);
    }
} */

.section-heading.text-white .sec-title {
    color: #fff;
}

.section-heading.text-white .sec-desc {
    color: #fff;
}


/* button style */

.theme-btn {
    display: inline-block;
    height: 50px;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    line-height: .8;
    color: #fff;
    overflow: hidden;
    width: fit-content;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    /* font-weight: 500; */
    padding: 12px 25px;
    border-radius: 5px;
    z-index: 1;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.theme-btn::after,
.fm-more::after {
    content: '';
    position: absolute;
    background-color: var(--wblr-black);
    left: auto;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: width .3s cubic-bezier(.25, .8, .25, 1) 0s;
    -moz-transition: width .3s cubic-bezier(.25, .8, .25, 1) 0s;
    -webkit-transition: width .3s cubic-bezier(.25, .8, .25, 1) 0s;
    border-radius: 5px;
}

.fm-more::after {
    background-color: var(--wblr-black);
    z-index: 1;
}

.theme-btn.btn-dark {
    background: var(--wblr-black);
    border: 0;
}

.theme-btn.btn-dark::after {
    background: var(--wblr-white);
}

.theme-btn.btn-dark.h_primary::after {
    background: var(--wblr-primary);
}

body .theme-btn.btn-dark.h_primary {
    color: var(--wblr-white);
    text-decoration: none;
    line-height: 1.2;
    font-size: 16px;
}

.theme-btn.btn-dark:hover {
    color: var(--wblr-black);
}

.theme-btn:hover {
    color: var(--wblr-black);
}

.to_top:hover:before {
    height: 100%;
    top: auto;
    bottom: 0;
}

.theme-btn:hover::after,
.fm-more:hover::after {
    height: 100%;
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    right: auto;
    z-index: -1;
}

.fm-more:hover {
    color: #fff;
}

.fm-more::after {
    background: var(--wblr-black)!important;
    height: 100%;
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    right: auto;
    z-index: -1;
}

i.fas.fa-arrow-right.fa-fw {
    margin-left: 3px;
}

.portfolio-row .fm-more,
.portfolio-row .gallery-btn {
    background-color: #ffffff;
    color: #333;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    height: 35px;
    width: 39px;
    line-height: 36px;
}

.gallery_btn_group a {
    border-radius: 3px;
}

.portfolio-row .prodct-item {
    opacity: 1;
    clip-path: none;
    transition: all ease .6s;
}

.portfolio-row .prodct-item:hover .theme-overlay {
    opacity: 1;
    clip-path: none;
    transition: all ease .6s;
}

.portfolio-row .prodct-item .theme-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px dashed #ffffff6b;
    outline-offset: -29px;
    transition: all ease .6s;
    opacity: 0;
    clip-path: none;
}

.portfolio-row .product-content h5 a {
    color: #fff;
    font-size: 22px;
}

.gallery_btn_group {
    display: flex;
    justify-content: space-around;
    max-width: 108px;
    margin: 0 auto;
}


/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/

@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


/* our service section */

.our-services {
    position: relative;
    display: block;
    background-color: var(--wblr-black);
    padding: 120px 0 90px;
}

.our-services .container {
    z-index: 2;
    position: relative;
}

.our-services::after {
    background-image: url(../img/shape/shape-01.png);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: center;
    opacity: 0.02;
}

.services-col {
    position: relative;
    display: block;
    background-color: #1c2a44;
    border-radius: var(--wblr-bdr-radius);
    text-align: center;
    padding: 30px 15px 30px;
    border-bottom: 3px solid transparent;
    margin-bottom: 30px;
    transition: all 500ms ease;
    overflow: hidden;
}

.services-col:hover {
    border-bottom: 3px solid var(--wblr-primary);
    transform: translateY(-10px);
    background-color: #111d32;
}

.services-col:before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    visibility: hidden;
    transform: scaley(0);
    transition: all 0.3s ease-in-out 0s;
}

.services-col:hover:before {
    content: "";
    position: absolute;
    opacity: 1;
    visibility: visible;
    transform: scaley(1);
    transition: all 0.3s ease-in-out 0s;
}

.icon-circle {
    font-size: 31px;
    line-height: 100px;
    margin: 0 auto 28px!important;
    color: #fff;
    display: block;
    width: 90px;
    box-shadow: 0 0 0 11px var(--wblr-primary-rgb);
    text-align: center;
    background-color: var(--wblr-primary);
    height: 90px;
    border-radius: 50%;
    margin-bottom: 14px;
    transition: all .3s ease;
}

.service-content {
    color: #fff;
    min-height: 140px;
}

.service-content h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    transition: all 0.2s ease-in-out 0s;
}

.service-content p {
    font-size: 15px;
    color: #cad8f3;
    line-height: 1.54;
    transition: all 0.2s ease-in-out 0s;
}

.services-col:hover .service-title {
    color: var(--wblr-black);
    transition: all 0.2s ease-in-out 0s;
}

.services-col:hover p {
    color: #121314;
    transform: scaley(1);
    transition: all 0.2s ease-in-out 0s;
}


/*--- our products ---*/

section.our-theme {
    background-color: #fff;
}

.our-plugin,
.our-theme,
.theme_items {
    position: relative;
    background: #F0F4F9;
    padding: 80px 15px;
    overflow: hidden;
}

.prodct-item {
    position: relative;
    margin: 21px 15px 95px;
    /* box-shadow: 3px 12px 10px #9b959533; */
    box-shadow: 4px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 15px;
}

.prodct-item[data-label] {
    /* left: 12px; */
    position: z;
}

.prodct-item[data-label]::before {
    position: absolute;
    top: 56px;
    right: -0.5rem;
    content: "";
    background: #ff0b65;
    height: 28px;
    width: 28px;
    transform: rotate(45deg);
}

.prodct-item[data-label]::after {
    position: absolute;
    content: attr(data-label);
    top: 31px;
    right: -14px;
    z-index: 9;
    padding: 0.5rem;
    width: 10rem;
    background: #ff0b65;
    color: white;
    text-align: center;
    font-family: "Roboto", sans-serif;
    box-shadow: 4px 4px 15px rgb(255 11 101 / 45%);
}

.prodct-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transform: scale(1.0);
    transition: all 0.4s ease-in-out 0s;
}

.prodct-item:hover img {
    transform: scale(1.1);
}

.prodct-item .product-content {
    visibility: visible;
    opacity: 1;
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    bottom: -48px;
    box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 3%);
    -webkit-box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 3%);
    -ms-box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 3%);
}

.prodct-item .theme-overlay {
    opacity: 0;
    transition: all 0.8s;
    transform: scale(1, 0);
    transform-origin: bottom;
}

.prodct-item:hover .theme-overlay {
    opacity: 1;
    transition: all 0.8s;
    transform: scale(1, 1);
}

.product-content {
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 9;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.product-content h5 {
    font-size: 18px;
    margin-bottom: 6px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-content h5 a {
    color: var(--wblr-black);
}

.product-content p {
    font-size: 14px;
    margin-bottom: 0;
}

.fm-more {
    width: 80px;
    font-weight: bold;
    height: 45px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 3px;
    line-height: 47px;
    text-align: center;
    top: 0;
    bottom: 0;
    position: relative;
    flex: none;
    margin-left: 8px;
}

.product-slider.owl-carousel {
    position: relative;
}

.product-slider.owl-carousel .owl-nav {
    width: 100%;
}

.product-slider.owl-carousel .owl-nav button {
    position: absolute;
    left: 40px;
    top: 45%;
    text-align: center;
    z-index: 5;
    font-size: 20px;
    line-height: 64px;
    width: 60px;
    height: 60px;
    background: var( --wblr-base);
    color: #fff;
    border: none;
    outline: none;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-slider.owl-carousel:hover .owl-nav button {
    left: 50px;
    visibility: visible;
    color: #fff;
    opacity: 1;
    /* background-color: #1f71cf; */
    background: var( --wblr-base);
}

.product-slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 40px;
}

.product-slider.owl-carousel:hover .owl-nav button.owl-next {
    left: auto;
    right: 50px;
}

.product-slider.owl-carousel .owl-nav button:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: var(--wblr-black)!important;
    border-radius: 50%;
    text-align: center;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-slider.owl-carousel .owl-nav button:hover:after {
    width: 100%;
    height: 100%;
}

.prodct-item:hover .theme-overlay {
    opacity: 1;
    clip-path: polygon(0 40%, 100% 52%, 100% 100%, 0 100%);
    transition: all ease .6s;
}

.img-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.theme-overlay .btn {
    color: #fff;
    margin: 5px;
    height: auto;
    padding: 15px 15px;
    display: block;
}

.theme-overlay {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    position: absolute;
    left: 0;
    right: 0;
    background-color: var(--wblr-primary);
    top: 0;
    padding-bottom: 50px;
    bottom: 0;
    display: flex;
    z-index: 9;
    justify-content: center;
    align-items: end;
    height: 100%;
    -moz-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}

.content-center.w-100 {
    justify-content: space-between;
    align-items: center;
}

.weblizar_products-col:hover .theme-overlay {
    bottom: 20px;
    background: rgba(7, 7, 7, .8);
    opacity: 1;
    -moz-opacity: 1;
    top: 0;
}


/* gallery section  */

.filter-button-group li.nav-link:hover,
.filter-button-group li.nav-link.active {
    background-color: var(--wblr-primary);
    transition: all 0.4s;
    color: #fff;
}

.filter-button-group li.nav-link {
    color: var(--wblr-black);
    display: flex;
    align-items: center;
    padding: 6px 20px;
    border-radius: 40px;
    box-shadow: 2px 2px 5px #0000000d;
    font-size: 18px;
    margin: 3px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.4s;
}

.portfolio-row .prodct-item .product-content {
    position: unset;
}

.portfolio-row .theme-overlay {
    padding-bottom: 30px;
}

.portfolio-row .prodct-item {
    position: relative;
    margin: 15px 0;
}

.portfolio-row .prodct-item .product-content {
    opacity: 0;
    text-align: center;
    transition: all 0.8s;
    transform: scale(1, 0);
    transform-origin: center;
    background-color: transparent;
    color: #fff;
}

.portfolio-row .prodct-item:hover .product-content {
    opacity: 1;
    transition: all 0.8s;
    transform: scale(1, 1);
    bottom: 0;
}

.our-plugin .prodct-item {
    position: relative;
    margin: 21px 15px 95px !important;
}


/*--- Testimonial Section ---*/

.test__bg {
    background-image: url(../img/bg-02.jpg);
    padding: 123px 0 172px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

.test__bg .container {
    position: relative;
    z-index: 9;
}

.test__bg:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #0e3876;
}

.ts-author {
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    padding: 40px 20px 40px 120px;
    z-index: 2;
    margin: auto;
    background: #F0F4F9;
    border-radius: 5px;
    width: 70%;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
    -ms-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .05);
}

.ts-item p {
    margin: 0 0 21px;
}

.testi_content h3 {
    margin-bottom: 0;
}

.testi_content::after {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: var( --wblr-base);
    position: absolute;
    right: -80px;
    bottom: -80px;
    content: '';
    box-shadow: -11px 0px 0px #015fc961;
}

.ts-author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 25px;
}

.testi_content {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background-color: #eff4f8;
    padding: 0px 21px 24px;
    margin-top: -8px;
}

.testi__container {
    padding: 0 0 0px;
    margin-top: -135px;
    z-index: 3;
}

.testimonial-section {
    position: relative;
    padding: 0 0 120px;
}

.testi__container {
    padding: 0 0 0px;
    margin-top: -135px;
    z-index: 3;
}

.ts-item {
    position: relative;
    background: #F0F4F9;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 70px;
    padding-top: 110px;
    overflow: visible;
}

.testi_content i {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 1;
}

.testimonial-slider .ts-item img {
    width: 80px!important;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 25px;
    border: 4px solid #015fc9;
}

.ts-item h5 {
    font-size: 20px;
    margin: 0 0 0px;
}

.ts-item span {
    display: block;
    margin: 0;
    font-style: italic;
    font-size: 16px;
}

.testimonial-slider.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -117px;
    z-index: 99;
}

body .testimonial-slider.owl-carousel .owl-nav button {
    width: 67px;
    height: 67px;
    background: var( --wblr-base);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 67px;
    z-index: 99;
    margin: 0 0 0 30px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.testimonial-slider.owl-carousel .owl-nav button.owl-prev {
    margin-left: 0;
    /* color: #fff; */
    /* background-color: var( --wblr-base); */
}

.testimonial-slider.owl-carousel .owl-nav button.disabled {
    background: rgb(255 255 255);
    color: var( --wblr-base);
}

.testimonail-videos-inner iframe {
    width: 90%!important;
    height: 315px;
    padding: 30px;
    border-radius: 14px;
    padding: 0;
    margin: 22px 30px -41px 30px;
    position: relative;
    z-index: 99;
}

.testimonail-videos-inner .testi_content {
    padding-top: 50px !important;
}


/*--- Footer ---*/

.footer {
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    background-color: var( --wblr-black);
    padding: 60px 0 0;
    background-image: url(../img/3.png);
}

.footer .widget {
    position: relative;
    margin: 60px 0 45px;
}

footer .widget .widget-title {
    font-size: 20px;
    line-height: .8;
    text-transform: uppercase;
    position: relative;
    margin: 13px 0 37px;
    border: none;
    color: #fff;
    padding-left: 18px;
}

footer .widget .widget-title:after {
    position: absolute;
    left: 0;
    top: -4px;
    content: '';
    width: 4px;
    height: 23px;
    background: var( --wblr-base);
}

.about-widget {
    position: relative;
    padding-right: 20px;
}

.about-widget img {
    max-width: 100%;
    height: auto;
}

.about-widget p {
    color: rgba(255, 255, 255, .8);
    margin: 20px 0 20px;
}

.ab-social {
    position: relative;
}

.ab-social a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: var( --wblr-black);
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
}

.ab-social a:hover {
    color: #fff;
}

.ab-social a:last-child {
    margin-right: 0;
}

.ab-social a:hover,
.about-widget .ab-social a:hover {
    background: var( --wblr-base);
    color: #fff;
    transition: all 0.5s;
}

.about-widget .ab-social a {
    background-color: #ffffff24;
    color: #fff;
    transition: all 0.5s;
}

footer .widget ul {
    margin: 0;
    padding: 0;
    line-height: .8;
}

footer .widget ul li {
    list-style: none;
    display: block;
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 36px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 2px;
}

footer .widget ul li a {
    display: inline-block;
    color: inherit;
    transition: all 0.5s;
}

footer .widget ul li:hover a {
    color: var( --wblr-base);
}

footer .widget ul li:before {
    content: '--';
    color: rgba(255, 255, 255, .8);
    letter-spacing: 0;
    margin-right: 8px;
    transition: all ease 300ms;
}

footer .widget ul li:hover:before {
    margin-right: 13px;
    color: var( --wblr-base);
}

.fs-info {
    position: relative;
    padding-left: 30px;
    /* margin: 9px 0 44px; */
    padding: 5px 0;
    display: flex;
    grid-gap: 11px;
    align-items: center;
}

.fs-info i {
    font-size: 16px;
    color: #fff;
    /* position: absolute; */
    /* left: 0; */
    /* top: 5px; */
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 5px;
    padding: 7px;
    background-color: #0154b8;
}

.fs-info p {
    margin: 0;
    color: rgba(255, 255, 255, .8);
}

.fs-info p a {
    color: inherit;
}

.fs-info p a:hover {
    color: var( --wblr-base);
}

.footer .widget .mc4wp-form {
    width: 100%;
}

.footer .widget .mc4wp-form input[type="email"] {
    border-radius: 50px;
}

.footer .widget .mc4wp-form button {
    width: 60px;
    border-radius: 50px;
    padding: 0;
}

.footer .widget .mc4wp-form button i {
    margin: 0;
}

.widget_mc4wp_form_widget p {
    color: rgba(255, 255, 255, .8);
    margin: 53px 0 25px;
}

.copyright {
    position: relative;
    padding: 22px 0 27px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.copyright p {
    margin: 0;
    color: rgba(255, 255, 255, .5);
}

.copyright p a {
    color: inherit;
}

.copyright p a:hover {
    color: var( --wblr-base);
}

.copyright ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.copyright ul li {
    list-style: none;
    position: relative;
    margin: 0 0 0 20px;
    display: inline-block;
}

.copyright ul li:after {
    position: absolute;
    right: -13px;
    top: 10px;
    height: 12px;
    width: 2px;
    content: '';
    background: rgba(255, 255, 255, .5);
}

.copyright ul li:last-child:after {
    display: none;
}

.copyright ul li a {
    display: inline-block;
    color: rgba(255, 255, 255, .5);
}

.copyright ul li a:hover {
    color: var( --wblr-base);
}


/* product_android */

.product_android {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-left: calc(50% - 600px);
}

.product_android:after {
    background-image: url(../img/shape/shape-07.png);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 50%;
    height: 100%;
    /* background-color: Var( --wblr-black); */
    border-radius: 53px 0px 0px 54px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}


/* ******laravel******* */

.product_laravel {
    position: relative;
    z-index: 1;
    padding-top: 80px;
}

.product_laravel:after {
    background-image: url(../img/shape/shape-bg-1.png);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 53px 0px 0px 54px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.product_laravel .prodct-item .product-content {
    position: initial;
    background-color: var(--wblr-primary);
    margin: 15px 15px;
    width: cale(100%-30px);
    width: calc(100% - 40px);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    /* margin: 0 auto; */
}

.product_laravel .prodct-item .product-content .fm-more {
    background-color: #FFF;
    color: #000;
}

.product_laravel .prodct-item:hover .product-content {
    opacity: 0;
    visibility: hidden;
}

.product_laravel .product-content h5 a {
    color: #fff;
}

.containe {
    position: relative;
}


/* backto home  */

.back-to-top.show {
    opacity: 1;
}

.back-to-top {
    display: block !important;
    position: fixed;
    z-index: 9;
    color: #fff;
    display: none;
    background-color: var(--wblr-primary);
    color: #fff;
    padding: 7px 15px 7px 15px;
    font-size: 20px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    transition: all 0.5s;
}


/*=================================================
24 :: Template Preloader
=================================================*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-body-row {
    display: flex;
    justify-content: space-around;
}

.loader img {
    max-width: 500px;
    margin: auto;
}


/*=================================================
26 :: Page Title Section
=================================================*/

.page-title {
    padding: 160px 0 100px;
    background-image: url(../img/bg-02.jpg);
    background: linear-gradient(-84deg, #0a0c1f00 12%, #0a0c1f00 51%), url(../img/bg-02.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.page-title .bg-animation {
    left: -470px;
    bottom: -495px;
    top: auto;
}

.page-title:after {
    content: "";
    top: 0;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
}

.page-title .container {
    position: relative;
    z-index: 1;
}

.page-title h1 {
    /* letter-spacing: 4px; */
    font-size: 54px;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
    /* text-transform: uppercase; */
}

.page-title .breadcrumb-item a {
    color: var(--wblr-bdr-color);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-title .breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.53);
    font-weight: bold;
    text-transform: uppercase;
}


/*=================================================
35 :: Page sidebar Section
=================================================*/

.blog-sidebar .btn.btn-primary {
    padding: 10px 15px;
    background-color: var(--color-primary);
    font-size: 20px;
    box-shadow: none;
    color: #ffffff;
    border: 0;
}

.blog-sidebar .btn.btn-primary:hover {
    color: #fff;
}

.post_user_row i {
    padding: 5px;
    margin-right: -6px;
}

.align-self-start {
    max-width: 120px;
}

.blog-sidebar .side_title {
    display: inline-block;
    padding: 15px 15px 15px 0px;
    min-width: 100px;
    font-weight: bold;
    margin-bottom: 0;
    background-color: #ffffff;
}

.categories li:last-child a {
    border: 0;
}

.blog-sidebar .card {
    border: 0;
    margin-top: 60px;
    background: #f2f2f2;
    clear: unset;
    display: flow-root;
}

.blog-sidebar .card-body {
    display: flow-root;
}

.list-categories a.active::before {
    width: 52px;
}

.sidbr-post p a {
    color: #21201f;
}

.regular__price .d-flex {
    align-items: center;
    justify-content: space-evenly;
    margin: 30px 0;
}

.regular__price h5 {
    margin-bottom: 0;
}

.regular__price .theme-btn {}

.regular__price h4 a {
    padding: 12px;
    margin-top: 20px;
    border-radius: 15px 0;
    display: block;
    background: rgba(255, 0, 89, 1);
    background: -webkit-linear-gradient(45deg, rgba(255, 0, 89, 1) 0%, rgba(0, 179, 255, 1) 33%, rgba(255, 0, 89, 1) 66%, rgba(0, 179, 255, 1) 100%);
    background: -moz-linear-gradient(45deg, rgba(255, 0, 89, 1) 0%, rgba(0, 179, 255, 1) 33%, rgba(255, 0, 89, 1) 66%, rgba(0, 179, 255, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255, 0, 89, 1) 0%, rgba(0, 179, 255, 1) 33%, rgba(255, 0, 89, 1) 66%, rgba(0, 179, 255, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(255, 0, 89, 1) 0%, rgba(0, 179, 255, 1) 33%, rgba(255, 0, 89, 1) 66%, rgba(0, 179, 255, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 0, 89, 1) 0%, rgba(0, 179, 255, 1) 33%, rgba(255, 0, 89, 1) 66%, rgba(0, 179, 255, 1) 100%);
    background-size: 400% 400%;
    -webkit-animation: errorBg 5s linear infinite;
    -moz-animation: errorBg 5s linear infinite;
    animation: errorBg 5s linear infinite;
    color: #fff;
}

@-webkit-keyframes errorBg {
    0% {
        background-position: 100% 0%
    }
    100% {
        background-position: 15% 100%
    }
}

@-moz-keyframes errorBg {
    0% {
        background-position: 100% 0%
    }
    100% {
        background-position: 15% 100%
    }
}

@keyframes errorBg {
    0% {
        background-position: 100% 0%
    }
    100% {
        background-position: 15% 100%
    }
}

ul.Compatible_b_p {
    list-style: none;
    display: flex;
    grid-gap: 8px;
    margin: 15px 0;
    padding: 0;
}

.Compatible_b_p li img {
    max-width: 40px;
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
}

.Compatible_card h5 {
    font-size: 16px;
}

.trustpilot-widget {
    margin-top: 30px;
    padding: 15px;
    background-color: var(--wblr-primary);
    color: #fff;
    border-radius: 6px;
    outline: 1px dashed #ffffff6b;
    outline-offset: -12px;
}

.trustpilot-widget a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 40px;
    padding: 5px 11px;
}

.trustpilot-widget a i {
    font-size: 22px;
}

.theme-col-inner {
    border: 0;
    display: block;
    height: 464px;
    overflow: hidden;
    position: relative;
    margin: 10px;
    border: 16px solid #020202;
    border-radius: 15px;
    position: relative;
}

.laptop_fram {
    position: relative;
}

.weblizar-feature-margin:nth-child(even) {
    background: #eff4f8;
    padding: 15px 0;
    margin: 20px 0
}

.weblizar-feature-margin:nth-child(odd) {
    background: #f0f0f0;
    padding: 15px 0;
    margin: 20px 0
}

span.weblizar-featured-number {
    font-size: 25px;
    background: #38aafa;
    padding: 1px 12px;
    color: #fff;
    margin-right: 14px;
    float: left
}



/* .laptop_fram::after {
    content: '';
    width: calc(100% + 30px);
    left: 0;
    display: block;
    right: 0;
    bottom: 0;
    transform: translate(-17px, -18px);
    height: 102px;
    background-color: #020202;
    clip-path: polygon(6% 0, 95% 0, 100% 100%, 0% 100%);
    border-radius: -4%;
} */

.theme-col-inner .image-theme-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all 9s ease-out 0s;
}

.theme-col-inner:hover .image-theme-scroll {
    background-position: center 100%!important;
}

.weblizar-product-price-detail {
    grid-gap: 15px;
    align-items: center;
}

.weblizar-product-price-detail .btn {
    text-align: center;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 19px;
    display: block;
    margin: 10px 0;
}

.weblizar-product-price-detail .btn_view {
    background-color: var(--wblr-primary);
    display: block;
    width: 100%;
    padding: 15px;
}

.weblizar-product-price-detail .btn_buy {
    background-color: #e90a4d;
    padding: 15px;
    width: 100%;
}

.item__information p {
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.item__information p:last-child {
    border-bottom: 0;
}

a.wb-btn_thb {
    position: fixed;
    left: -1px;
    width: 45px;
    height: 46px;
    align-items: center;
    z-index: 9;
    justify-content: center;
    display: flex!important;
    align-items: 60px;
    display: block;
    top: 54%;
    background-color: var(--wblr-base);
    text-align: center;
    color: #fff;
    font-size: 19px;
}

a.wb-btn_thb:hover {
    color: #fff;
    background-color: var( --wblr-black);
}

a.theme_right.wb-btn_thb {
    left: auto;
    right: 0;
}


/*--- Pricing Table ---*/

.pricing-section {
    position: relative;
}

.panel-pricing {
    text-align: center;
    outline: 1px dashed #00000026;
    outline-offset: -30px;
    height: 100%;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #0000000a;
    padding: 49px 49px 0;
    /* margin: 0 0 60px; */
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.panel-pricing:after {
    -webkit-transform: scale(.98);
    -moz-transform: scale(.98);
    -ms-transform: scale(.98);
    -o-transform: scale(.98);
    transform: scale(.98);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: url(../img/bg-02.jpg) no-repeat center center / cover;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.panel-pricing:before {
    -webkit-transform: scale(.98);
    -moz-transform: scale(.98);
    -ms-transform: scale(.98);
    -o-transform: scale(.98);
    transform: scale(.98);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 10px;
    background: rgba(8, 24, 69, .9);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.panel-pricing:hover:after,
.panel-pricing:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.panel-pricing .panel-heading i {
    width: 96px;
    height: 96px;
    line-height: 90px;
    font-size: 33px;
    background-color: var(--wblr-base);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 0 0 26px;
    position: relative;
    z-index: 3;
    color: #fff;
    line-height: 96px;
    box-shadow: 0px 0px 0px 9px #015fc938;
}

.panel-pricing h3 {
    font-size: 20px;
    /* color: var(--wblr-base); */
    text-transform: initial;
    margin: 0 0 4px;
    font-family: 'Rubik', sans-serif;
    /* font-weight: 500; */
    /* position: relative; */
    /* z-index: 3; */
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.panel-pricing h2 {
    font-size: 48px;
    font-weight: bold;
    color: var(--wblr-base);
    margin: 0 0 10px;
    position: relative;
    z-index: 3;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.panel-pricing h2 strike {
    font-size: 70%;
    opacity: 0.6;
}

.panel-pricing h2 strong sup {
    font-size: 60%;
    opacity: 0.6;
    margin-right: -13px;
    margin-right: -10p!important;
}

.panel-pricing ul {
    margin: 0 0 7px;
    padding: 0;
    /* text-align: left; */
    /* padding-left: 30%; */
    margin-top: 20px;
}

.panel-pricing ul li {
    list-style: none;
    display: block;
    position: relative;
    z-index: 3;
    font-size: 16px;
    color: #081845;
    line-height: 36px;
    font-family: 'Rubik', sans-serif;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.panel-pricing ul li i.fa.fa-check {
    margin-right: 5px;
    font-size: 13px;
}

.panel-pricing:hover ul li::before,
.panel-pricing:hover h5,
.panel-pricing:hover h2,
.panel-pricing:hover h3,
.panel-pricing:hover p,
.panel-pricing:hover ul li {
    color: #fff;
    position: relative;
    z-index: 9;
}

.panel-pricing .grap-btn {
    /* border-radius: 30px; */
    position: relative;
    z-index: 2;
    font-weight: 600;
    /* margin-top: 20px; */
    /* top: 30px; */
    height: 60px;
    padding: 17px 31px;
    background-color: var(--wblr-base);
    color: #fff;
    border: 0;
}

.panel-pricing .grap-btn::before {
    border-radius: 30px;
}

.panel-pricing .grap-btn i {
    margin-left: 24px;
}

.panel-footer {
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

h2.bundles-sub-heading {
    max-width: 550px;
    margin: auto;
    padding-bottom: 30px;
    font-weight: bold;
    text-align: center;
}


/* callout-bundle */

.callout-bundle {
    padding-top: 0;
}

.callout-bundle-row {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 30px;
    padding: 40px 30px;
    background-color: #ffffff;
    border-bottom: 4px double;
    border-top: 4px double;
    border-color: var(--wblr-primary);
}

.callout_left h4 {
    font-weight: bold;
    max-width: 756px;
}

.weblizar-contact {
    display: flex;
    grid-gap: 15px;
    padding-bottom: 15px;
    margin: 20px 0;
    border-bottom: 1px dashed #ccc;
}

.weblizar-map {
    margin-top: 60px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 5px 7px 14px #00000017;
}

.weblizar-map iframe {
    min-height: 400px;
}

.weblizar-contact .icon {
    width: 50px;
    background-color: var(--wblr-primary);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
}

.weblizar-contact-right h5 {
    margin-bottom: 0px;
    font-size: 18px;
}

.weblizar-contact-right p {
    font-size: 16px;
}

.weblizar-contact.b-0 {
    border: 0;
}

.contact__form {
    background-color: rgb(245 247 249);
    padding: 30px;
    border-radius: 11px;
}

.product_detail_page {
    background-image: url(../img/shape/shape-bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.weblizar-contact-page {
    background-image: url(../img/shape/shape-07.png);
    background-size: 44%;
    background-repeat: no-repeat;
    background-position: top right;
}

.wb-product-bundles {
    background-image: url(../img/shape/shape-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-color: #f3f1f1;
}

h4.contact__title {
    margin-bottom: 20px;
    border-left: 3px double var(--wblr-primary);
    padding-left: 9px;
    font-weight: bold;
}

.row.content-center.p-0.m-0 {
    align-items: center;
}

section#about {
    background-image: url(../img/shape/shape-bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
