/* icon-bx-wraper */

.icon-bx-wraper {
    position: relative
}

.icon-bx-wraper .dz-title {
    margin-top: 0
}

.icon-bx-wraper .after-titile-line {
    margin-bottom: 10px
}

.icon-bx-wraper p:last-child {
    margin: 0
}

.icon-bx-wraper.center {
    text-align: center
}

.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px
}

.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px
}

.icon-bx-wraper.right {
    text-align: right
}

.icon-bx-wraper.right .icon-bx-lg,
.icon-bx-wraper.right .icon-bx-md,
.icon-bx-wraper.right .icon-bx-sm,
.icon-bx-wraper.right .icon-bx-xl,
.icon-bx-wraper.right .icon-bx-xs {
    float: right;
    margin-left: 20px
}

.icon-bx-wraper.right .icon-lg,
.icon-bx-wraper.right .icon-md,
.icon-bx-wraper.right .icon-sm,
.icon-bx-wraper.right .icon-xl,
.icon-bx-wraper.right .icon-xs {
    float: right;
    margin-left: 10px
}

.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ebedf2
}

.icon-bx-wraper.bx-style-2.center [class*=icon-bx-] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: -75px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: -60px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: -50px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: -40px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
    margin-left: -20px
}

.icon-bx-wraper.bx-style-2.left [class*=icon-bx-] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.icon-bx-wraper.bx-style-2.right [class*=icon-bx-] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.icon-bx-wraper .icon-bx {
    position: relative;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-1 {
    display: flex;
    gap: 15px;
    text-align: left
}

.icon-bx-wraper.style-1 .icon-bx {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    color: var(--bs-primary);
    font-size: 24px;
    justify-content: center;
    background-color: var(--bs-light);
    border-radius: 50%
}

.icon-bx-wraper.style-1 .icon-bx i {
    display: flex
}

.icon-bx-wraper.style-1 .icon-bx[class*=bg-] {
    color: #fff
}

.icon-bx-wraper.style-1 p {
    font-size: 15px;
    font-weight: 300;
    color: var(--bs-body)
}

.icon-bx-wraper.style-1 .dz-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px
}

.bg-dark .icon-bx-wraper.style-1 .icon-bx,
.bg-primary .icon-bx-wraper.style-1 .icon-bx,
.bg-secondary .icon-bx-wraper.style-1 .icon-bx {
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

.bg-dark .icon-bx-wraper.style-1 .dz-title,
.bg-primary .icon-bx-wraper.style-1 .dz-title,
.bg-secondary .icon-bx-wraper.style-1 .dz-title {
    color: #fff
}

.bg-dark .icon-bx-wraper.style-1 a,
.bg-dark .icon-bx-wraper.style-1 p,
.bg-primary .icon-bx-wraper.style-1 a,
.bg-primary .icon-bx-wraper.style-1 p,
.bg-secondary .icon-bx-wraper.style-1 a,
.bg-secondary .icon-bx-wraper.style-1 p {
    color: #fff;
    opacity: .7
}

.icon-bx-wraper.style-1.bg-white .icon-bx {
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

.icon-bx-wraper.style-1.bg-white .icon-bx .icon-cell {
    color: var(--bs-primary)
}

.icon-bx-wraper.style-1:hover .icon-bx {
    color: #fff;
    background-color: var(--bs-primary)
}

.icon-bx-wraper.style-1:hover .icon-bx i {
    animation: shake 1s
}

.bg-dark .icon-bx-wraper.style-1:hover .icon-bx,
.bg-primary .icon-bx-wraper.style-1:hover .icon-bx,
.bg-secondary .icon-bx-wraper.style-1:hover .icon-bx {
    color: #fff;
    background-color: var(--bs-primary)
}

@media only screen and (max-width:991px) {
    .icon-bx-wraper.style-1 .dz-title {
        font-size: 16px
    }

    .icon-bx-wraper.style-1 .icon-bx {
        width: 50px;
        min-width: 50px;
        height: 50px;
        font-size: 18px
    }
}

.icon-bx-wraper.style-2 {
    display: flex;
    gap: 15px;
    align-items: center
}

.icon-bx-wraper.style-2 .icon-bx {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    color: var(--bs-primary);
    font-size: 24px;
    justify-content: center;
    background-color: rgba(var(--bs-light-rgb), .5);
    border-radius: 50%
}

.icon-bx-wraper.style-2 .icon-bx i {
    display: flex
}

.icon-bx-wraper.style-2 .icon-bx::after,
.icon-bx-wraper.style-2 .icon-bx::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: var(--bs-primary);
    z-index: 0;
    transform: scale(0);
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-2 .icon-bx::before {
    opacity: .1
}

.icon-bx-wraper.style-2 .icon-bx::after {
    opacity: .05
}

.icon-bx-wraper.style-2 p {
    font-size: 15px;
    font-weight: 300
}

.icon-bx-wraper.style-2 .dz-title {
    font-size: 20px;
    font-weight: 500
}

.icon-bx-wraper.style-2 .icon-content>:last-child {
    margin-bottom: 0
}

.icon-bx-wraper.style-2.active .icon-bx,
.icon-bx-wraper.style-2:hover .icon-bx {
    color: #fff;
    background-color: var(--bs-primary)
}

.icon-bx-wraper.style-2.active .icon-bx::before,
.icon-bx-wraper.style-2:hover .icon-bx::before {
    transform: scale(1.3)
}

.icon-bx-wraper.style-2.active .icon-bx::after,
.icon-bx-wraper.style-2:hover .icon-bx::after {
    transform: scale(1.6)
}

.icon-bx-wraper.style-3 {
    border-radius: 25px;
    padding: 30px;
    z-index: 1;
    filter: drop-shadow(0 20px 50px rgba(var(--bs-secondary-rgb), .02));
    height: 100%;
    display: flex;
    flex-direction: column
}

.icon-bx-wraper.style-3 .icon-bx {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 30px
}

.icon-bx-wraper.style-3 .icon-bx svg {
    width: 100%;
    height: 100%
}

.icon-bx-wraper.style-3 .icon-bg {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 140px;
    opacity: .025
}

.icon-bx-wraper.style-3 .icon-bg svg {
    width: 100%;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-3 .icon-bg svg path {
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-3 .icon-cell {
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-3 p {
    font-size: 15px;
    font-weight: 300;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-3 .dz-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-3 .icon-bx-head {
    margin-bottom: auto
}

.icon-bx-wraper.style-3 .icon-bx-footer {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    margin-right: 50px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-3 .icon-bx-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(var(--bs-body-color-rgb), .3) 50%, rgba(255, 255, 255, 0) 0);
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    background-size: 10px 1px;
    background-repeat: repeat-x
}

.icon-bx-wraper.style-3 .text-badge {
    font-size: 14px;
    color: var(--bs-secondary);
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.2;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-3 .text-badge i {
    font-size: 10px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-3:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    mask-image: url(../images/bg02.svg);
    mask-position: right bottom;
    border-radius: 25px 25px 0 25px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-3 .btn-square {
    box-shadow: 0 20px 50px rgba(var(--bs-secondary-rgb), .1);
    position: absolute;
    right: -80px;
    bottom: -30px;
    font-size: 20px
}

.icon-bx-wraper.style-3 .btn-square i {
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-3.active:after,
.icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover:after {
    background: var(--bs-primary)
}

.icon-bx-wraper.style-3.active .icon-cell,
.icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .icon-cell {
    --bs-primary: #fff
}

.icon-bx-wraper.style-3.active .icon-bg,
.icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .icon-bg {
    opacity: .08
}

.icon-bx-wraper.style-3.active .icon-bg svg path,
.icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .icon-bg svg path {
    fill: #fff
}

.icon-bx-wraper.style-3.active .text-badge,
.icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .text-badge {
    color: #fff
}

.icon-bx-wraper.style-3.active .text-badge i,
.icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .text-badge i {
    color: var(--bs-secondary) !important
}

.icon-bx-wraper.style-3.active p,
.icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover p {
    color: #fff;
    opacity: .7
}

.icon-bx-wraper.style-3.active .dz-title,
.icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .dz-title {
    color: #fff
}

.icon-bx-wraper.style-3.active .icon-bx-footer::before,
.icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .icon-bx-footer::before {
    background-image: linear-gradient(to right, rgba(var(--bs-white-rgb), .5) 50%, rgba(255, 255, 255, 0) 0)
}

.icon-bx-wraper.style-3.active .btn-square i,
.icon-bx-wraper.style-3:focus-within .icon-bx-wraper.style-3:hover .btn-square i {
    -webkit-animation: toTopRight .8s forwards;
    -moz-animation: toTopRight .8s forwards;
    animation: toTopRight .8s forwards
}

.icon-bx-wraper.style-4 {
    border-radius: 20px;
    padding: 20px;
    background-color: rgba(255, 255, 255, .05);
    backdrop-filter: blur(30px)
}

.icon-bx-wraper.style-4 .icon-bx {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.icon-bx-wraper.style-4 .dz-title {
    font-size: 18px
}

.icon-bx-wraper.style-4 p {
    font-size: 15px;
    font-weight: 200
}

.icon-bx-wraper.style-4.text-white p {
    opacity: .7
}

.icon-bx-wraper.style-4.text-white .dz-title {
    color: #fff
}

.icon-bx-wraper.style-4.text-center .icon-bx {
    margin-right: auto;
    margin-left: auto
}

.icon-bx-wraper.style-5 {
    display: flex;
    align-items: center;
    gap: 14px
}

.icon-bx-wraper.style-5 .dz-title {
    font-size: 14px;
    font-weight: 500 !important;
    font-family: var(--main-font);

}

.icon-bx-wraper.style-5 p {
    color: var(--bs-secondary);
    font-weight: 600;
    font-size: 16px
}

.icon-bx-wraper.style-5 .icon-bx {
    height: 45px;
    width: 45px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-bx-wraper.style-6 {
    border-radius: 20px;
    padding: 30px 120px 25px 30px;
    z-index: 1;
    filter: drop-shadow(0 10px 30px rgba(var(--bs-primary-rgb), .1));
    min-height: 200px;
    height: 100%
}

.icon-bx-wraper.style-6 * {
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-6::before {
    font-size: 80px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--bs-secondary);
    opacity: .1;
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 2;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-6:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    mask-image: url(../images/bg01.svg);
    mask-position: right bottom;
    border-radius: 20px 20px 0 20px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-6 .icon-bx {
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-bx-wraper.style-6 .icon-bx i {
    font-size: 60px;
    color: var(--bs-primary)
}

.icon-bx-wraper.style-6 .icon-bx svg {
    width: 100%;
    height: 100%
}

.icon-bx-wraper.style-6 p {
    font-size: 16px
}

.icon-bx-wraper.style-6 .dz-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px
}

.icon-bx-wraper.style-6 .dz-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, var(--bs-secondary) 0, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    opacity: .3;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-6 .icon-content {
    position: relative;
    z-index: 1
}

.icon-bx-wraper.style-6 .bg {
    mask-image: url(../images/bg01.svg);
    -webkit-mask-image: url(../images/bg01.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mask-position: right bottom;
    z-index: 0;
    border-radius: 20px;
    opacity: 0;
    background: var(--bs-secondary);
    background-blend-mode: color-burn;
    background-position: center;
    background-size: cover
}

@media only screen and (max-width:1480px) {
    .icon-bx-wraper.style-6::before {
        font-size: 65px
    }
}

@media only screen and (max-width:991px) {
    .icon-bx-wraper.style-6 {
        padding: 25px 105px 20px 25px
    }

    .icon-bx-wraper.style-6 .dz-title {
        font-size: 18px;
        margin-bottom: 12px;
        padding-bottom: 12px
    }

    .icon-bx-wraper.style-6 p {
        font-size: 14px
    }

    .icon-bx-wraper.style-6::before {
        font-size: 50px
    }
}

.icon-bx-wraper.style-6.active:after,
.icon-bx-wraper.style-6:hover:after {
    background: var(--bs-secondary)
}

.icon-bx-wraper.style-6.active::before,
.icon-bx-wraper.style-6:hover::before {
    color: #fff
}

.icon-bx-wraper.style-6.active .bg,
.icon-bx-wraper.style-6:hover .bg {
    opacity: 1
}

.icon-bx-wraper.style-6.active .dz-title:after,
.icon-bx-wraper.style-6:hover .dz-title:after {
    background: linear-gradient(to right, #fff 0, rgba(0, 0, 0, 0) 100%)
}

.icon-bx-wraper.style-6.active .dz-title,
.icon-bx-wraper.style-6.active a,
.icon-bx-wraper.style-6.active p,
.icon-bx-wraper.style-6:hover .dz-title,
.icon-bx-wraper.style-6:hover a,
.icon-bx-wraper.style-6:hover p {
    color: #fff
}

.icon-bx-wraper.style-6.active .icon-bx,
.icon-bx-wraper.style-6:hover .icon-bx {
    background: var(--bs-secondary)
}

.icon-bx-wraper.style-6.active .icon-bx i,
.icon-bx-wraper.style-6:hover .icon-bx i {
    color: #fff
}

.icon-bx-wraper.style-6.primary-hover .bg {
    background-color: var(--bs-primary)
}

.icon-bx-wraper.style-6.primary-hover::before {
    color: var(--bs-primary)
}

.icon-bx-wraper.style-6.primary-hover.active:after,
.icon-bx-wraper.style-6.primary-hover:hover:after {
    background-color: var(--bs-primary)
}

.icon-bx-wraper.style-6.primary-hover.active .icon-bx,
.icon-bx-wraper.style-6.primary-hover:hover .icon-bx {
    background-color: var(--bs-primary)
}

.icon-bx-wraper.style-6.primary-hover.active::before,
.icon-bx-wraper.style-6.primary-hover:hover::before {
    color: #fff
}

.icon-bx-wraper.style-6.gradient-hover .bg {
    background: var(--gradient-primary);
    opacity: .2
}

.icon-bx-wraper.style-6.gradient-hover::before {
    color: var(--bs-secondary)
}

.icon-bx-wraper.style-6.gradient-hover::after {
    background: var(--bs-light)
}

.icon-bx-wraper.style-6.gradient-hover.icon-bx {
    background: var(--bs-light)
}

.icon-bx-wraper.style-6.gradient-hover.active:after,
.icon-bx-wraper.style-6.gradient-hover:hover:after {
    background: var(--gradient-primary)
}

.icon-bx-wraper.style-6.gradient-hover.active .icon-bx,
.icon-bx-wraper.style-6.gradient-hover:hover .icon-bx {
    background: var(--gradient-primary)
}

.icon-bx-wraper.style-6.gradient-hover.active::before,
.icon-bx-wraper.style-6.gradient-hover:hover::before {
    color: #fff
}

.icon-bx-wraper.style-7 {
    border-radius: 10px;
    z-index: 1;
    filter: drop-shadow(0 10px 30px rgba(var(--bs-primary-rgb), .1));
    min-height: 200px;
    height: 100%;
    display: flex;
    flex-direction: column
}

.icon-bx-wraper.style-7 * {
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-7:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    mask-image: url(../images/bg03.svg);
    mask-position: top right;
    border-radius: 15px 0 15px 15px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-7 .icon-bx {
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-bx-wraper.style-7 .icon-bx i {
    font-size: 38px;
    color: var(--bs-primary)
}

.icon-bx-wraper.style-7 .icon-bx svg {
    width: 100%;
    height: 100%
}

.icon-bx-wraper.style-7 p {
    font-size: 15px
}

.icon-bx-wraper.style-7 .dz-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 25px;
    margin-right: 55px
}

.icon-bx-wraper.style-7 .dz-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, var(--bs-secondary) 0, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    opacity: .3;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-7 .icon-content {
    position: relative;
    z-index: 1;
    padding: 30px
}

.icon-bx-wraper.style-7 .bg {
    mask-image: url(../images/bg03.svg);
    -webkit-mask-image: url(../images/bg03.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mask-position: top right;
    z-index: 0;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    opacity: 0;
    background-blend-mode: color-burn;
    background: var(--bs-secondary)
}

.icon-bx-wraper.style-7 .dz-media {
    height: 210px;
    margin-top: auto
}

.icon-bx-wraper.style-7 .dz-media img {
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-7 .icon-footer {
    padding: 15px 30px;
    text-align: center;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:991px) {
    .icon-bx-wraper.style-7 .dz-title {
        font-size: 18px
    }

    .icon-bx-wraper.style-7 p {
        font-size: 14px
    }
}

@media only screen and (max-width:575px) {
    .icon-bx-wraper.style-7 .icon-content {
        padding: 25px
    }
}

.icon-bx-wraper.style-7.active:after,
.icon-bx-wraper.style-7:hover:after {
    background: var(--bs-secondary)
}

.icon-bx-wraper.style-7.active .bg,
.icon-bx-wraper.style-7:hover .bg {
    opacity: 1
}

.icon-bx-wraper.style-7.active .dz-title:after,
.icon-bx-wraper.style-7:hover .dz-title:after {
    background: linear-gradient(to right, #fff 0, rgba(0, 0, 0, 0) 100%)
}

.icon-bx-wraper.style-7.active .dz-title,
.icon-bx-wraper.style-7.active a,
.icon-bx-wraper.style-7.active p,
.icon-bx-wraper.style-7:hover .dz-title,
.icon-bx-wraper.style-7:hover a,
.icon-bx-wraper.style-7:hover p {
    color: #fff
}

.icon-bx-wraper.style-7.active .icon-bx,
.icon-bx-wraper.style-7:hover .icon-bx {
    background: var(--bs-primary)
}

.icon-bx-wraper.style-7.active .icon-bx i,
.icon-bx-wraper.style-7:hover .icon-bx i {
    color: #fff
}

.icon-bx-wraper.style-7.active .icon-bx svg,
.icon-bx-wraper.style-7:hover .icon-bx svg {
    --bs-primary: #fff
}

.icon-bx-wraper.style-7.active .dz-media img,
.icon-bx-wraper.style-7:hover .dz-media img {
    transform: scale(1.15)
}

.icon-bx-wraper.style-8 {
    background-color: var(--bs-light);
    padding: 20px 25px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    min-height: 120px
}

.icon-bx-wraper.style-8 .icon-bx {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background-color: #fff;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary)
}

.icon-bx-wraper.style-8 .icon-content .dz-title {
    font-size: 18px;
    color: var(--bs-secondary);
    margin-bottom: 5px
}

.icon-bx-wraper.style-8 .icon-content p {
    font-size: 15px
}

.icon-bx-wraper.style-8.active .icon-bx,
.icon-bx-wraper.style-8:hover .icon-bx {
    background-color: var(--bs-primary);
    color: #fff
}

.icon-bx-wraper.style-9 {
    padding: 20px 25px;
    background-color: #fff;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .02);
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.icon-bx-wraper.style-9 .icon-bx {
    width: 70px;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 65px
}

.icon-bx-wraper.style-9 .dz-title {
    font-size: 20px;
    margin-bottom: 5px
}

.icon-bx-wraper.style-9.active,
.icon-bx-wraper.style-9:hover {
    transform: translateY(-5px)
}

@media only screen and (max-width:1199px) {
    .icon-bx-wraper.style-9 {
        gap: 20px
    }

    .icon-bx-wraper.style-9 p {
        font-size: 14px
    }

    .icon-bx-wraper.style-9 .dz-title {
        font-size: 18px
    }

    .icon-bx-wraper.style-9 .icon-bx {
        width: 60px;
        min-width: 60px;
        height: 60px;
        font-size: 50px
    }
}

@media only screen and (max-width:575px) {
    .icon-bx-wraper.style-9 {
        margin-left: 0;
        margin-right: 0
    }
}

.icon-bx-wraper.style-10 {
    background-color: rgba(var(--bs-primary-rgb), .05);
    border-radius: var(--radius-md);
    padding: 0 25px 25px;
    position: relative;
    margin-top: 40px;
    height: calc(100% - 40px);
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.icon-bx-wraper.style-10:after {
    content: "";
    width: 5px;
    height: calc(100% - 50px);
    position: absolute;
    background-color: var(--bs-primary);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px 0 0 10px;
    opacity: .3;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.icon-bx-wraper.style-10 .icon-bx {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    transform: translateY(-40px);
    margin-bottom: -20px;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.icon-bx-wraper.style-10.active:after,
.icon-bx-wraper.style-10:hover:after {
    opacity: 1
}

.icon-bx-wraper.style-10.active .icon-bx,
.icon-bx-wraper.style-10:hover .icon-bx {
    background-color: var(--bs-primary) !important
}

.icon-bx-wraper.style-11 {
    border-radius: 15px;
    background-color: #fff;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    transition: .7s
}

.icon-bx-wraper.style-11 .dz-media {
    border-radius: 15px 15px 0 0
}

.icon-bx-wraper.style-11 .dz-media img {
    border-radius: 15px 15px 0 0
}

.icon-bx-wraper.style-11 .icon-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.icon-bx-wraper.style-11 .icon-content .icon-link-hover-end {
    margin-top: auto
}

.icon-bx-wraper.style-11 .icon-content .dz-title {
    font-size: 20px;
    margin-bottom: 10px
}

.icon-bx-wraper.style-11 .icon-content>p {
    margin-bottom: 25px
}

.icon-bx-wraper.style-11:hover {
    background-color: var(--bs-secondary)
}

.icon-bx-wraper.style-11:hover .icon-content>* {
    color: #fff
}

.icon-bx-wraper.style-11.active {
    background-color: var(--bs-secondary)
}

.icon-bx-wraper.style-11.active .icon-content>* {
    color: #fff
}

.icon-bx-wraper.style-11.primary-hover:hover {
    background-color: var(--bs-secondary)
}

.icon-bx-wraper.style-11.primary-hover:hover .icon-content>* {
    color: #fff
}

.icon-bx-wraper.style-11.primary-hover.active {
    background-color: var(--bs-primary)
}

.icon-bx-wraper.style-11.primary-hover.active .icon-content>* {
    color: #fff
}

.icon-bx-wraper.style-12 {
    padding: 20px 25px;
    background-color: #fff;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .02);
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.icon-bx-wraper.style-12 .icon-bx {
    width: 70px;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 65px
}

.icon-bx-wraper.style-12 .dz-title {
    font-size: 20px;
    margin-bottom: 5px
}

.icon-bx-wraper.style-12.active,
.icon-bx-wraper.style-12:hover {
    background-color: #edf6f6;
    color: var(--bs-secondary)
}

.icon-bx-wraper.style-12.active .dz-title,
.icon-bx-wraper.style-12:hover .dz-title {
    color: var(--bs-secondary)
}

@media only screen and (max-width:1199px) {
    .icon-bx-wraper.style-12 {
        gap: 20px
    }

    .icon-bx-wraper.style-12 p {
        font-size: 14px
    }

    .icon-bx-wraper.style-12 .dz-title {
        font-size: 18px
    }

    .icon-bx-wraper.style-12 .icon-bx {
        width: 60px;
        min-width: 60px;
        height: 60px;
        font-size: 50px
    }
}

@media only screen and (max-width:575px) {
    .icon-bx-wraper.style-12 {
        margin-left: 0;
        margin-right: 0
    }
}

.icon-bx-wraper.style-13 {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left
}

.icon-bx-wraper.style-13 .icon-bx {
    width: 70px;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    color: var(--bs-primary);
    font-size: 24px;
    justify-content: center;
    background-color: var(--bs-light);
    border-radius: 50%
}

.icon-bx-wraper.style-13 .icon-bx i {
    display: flex
}

.icon-bx-wraper.style-13 .icon-bx[class*=bg-] {
    color: #fff
}

.icon-bx-wraper.style-13 p {
    font-size: 18px;
    font-weight: 300;
    color: #666
}

.icon-bx-wraper.style-13 p a {
    color: #666
}

.icon-bx-wraper.style-13 .dz-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px
}

.bg-dark .icon-bx-wraper.style-13 .icon-bx,
.bg-primary .icon-bx-wraper.style-13 .icon-bx,
.bg-secondary .icon-bx-wraper.style-13 .icon-bx {
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

.bg-dark .icon-bx-wraper.style-13 .dz-title,
.bg-primary .icon-bx-wraper.style-13 .dz-title,
.bg-secondary .icon-bx-wraper.style-13 .dz-title {
    color: #fff
}

.bg-dark .icon-bx-wraper.style-13 a,
.bg-dark .icon-bx-wraper.style-13 p,
.bg-primary .icon-bx-wraper.style-13 a,
.bg-primary .icon-bx-wraper.style-13 p,
.bg-secondary .icon-bx-wraper.style-13 a,
.bg-secondary .icon-bx-wraper.style-13 p {
    color: #fff;
    opacity: .7
}

.icon-bx-wraper.style-13.bg-white .icon-bx {
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

.icon-bx-wraper.style-13.bg-white .icon-bx .icon-cell {
    color: var(--bs-primary)
}

.icon-bx-wraper.style-13:hover .icon-bx {
    color: #fff;
    background-color: var(--bs-primary)
}

.icon-bx-wraper.style-13:hover .icon-bx i {
    animation: shake 1s
}

.bg-dark .icon-bx-wraper.style-13:hover .icon-bx,
.bg-primary .icon-bx-wraper.style-13:hover .icon-bx,
.bg-secondary .icon-bx-wraper.style-13:hover .icon-bx {
    color: #fff;
    background-color: var(--bs-primary)
}

@media only screen and (max-width:991px) {
    .icon-bx-wraper.style-13 .dz-title {
        font-size: 16px
    }

    .icon-bx-wraper.style-13 .icon-bx {
        width: 50px;
        min-width: 50px;
        height: 50px;
        font-size: 18px
    }
}

.icon-bx-wraper.style-15 {
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-15 .icon-bx {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.icon-bx-wraper.style-15 .dz-title {
    font-size: 22px;
    margin-bottom: 15px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.icon-bx-wraper.style-15 p {
    font-size: 18px;
    font-weight: 400;
    color: #496a77;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

@media only screen and (max-width:768px) {
    .icon-bx-wraper.style-15 p {
        font-size: 14px
    }
}

.icon-bx-wraper.style-15:hover {
    background: var(--bs-primary)
}

.icon-bx-wraper.style-15:hover .dz-title,
.icon-bx-wraper.style-15:hover p {
    color: #fff
}

.icon-bx-wraper.style-15:hover .icon-cell svg path {
    fill: #fff
}

.icon-bx-wraper.style-16 {
    display: flex;
    gap: 20px;
    text-align: left
}

.icon-bx-wraper.style-16 .icon-bx {
    width: 60px;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    color: var(--bs-primary);
    font-size: 24px;
    justify-content: center;
    background-color: var(--bs-light) !important;
    border-radius: 50%
}

.icon-bx-wraper.style-16 .icon-bx i {
    display: flex
}

.icon-bx-wraper.style-16 .icon-bx[class*=bg-] {
    color: #fff
}

.icon-bx-wraper.style-16 p {
    font-size: 15px !important;
    font-weight: 300;
    color: var(--bs-secondary)
}

.icon-bx-wraper.style-16 p a {
    color: #666
}

.icon-bx-wraper.style-16 .dz-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.bg-dark .icon-bx-wraper.style-16 .icon-bx,
.bg-primary .icon-bx-wraper.style-16 .icon-bx,
.bg-secondary .icon-bx-wraper.style-16 .icon-bx {
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

.bg-dark .icon-bx-wraper.style-16 .dz-title,
.bg-primary .icon-bx-wraper.style-16 .dz-title,
.bg-secondary .icon-bx-wraper.style-16 .dz-title {
    color: #fff
}

.bg-dark .icon-bx-wraper.style-16 a,
.bg-dark .icon-bx-wraper.style-16 p,
.bg-primary .icon-bx-wraper.style-16 a,
.bg-primary .icon-bx-wraper.style-16 p,
.bg-secondary .icon-bx-wraper.style-16 a,
.bg-secondary .icon-bx-wraper.style-16 p {
    color: #fff;
    opacity: .7
}

.icon-bx-wraper.style-16.bg-white .icon-bx {
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

.icon-bx-wraper.style-16.bg-white .icon-bx .icon-cell {
    color: var(--bs-primary)
}

.icon-bx-wraper.style-16:hover .icon-bx {
    color: #fff;
    background-color: var(--bs-primary)
}

.icon-bx-wraper.style-16:hover .icon-bx i {
    animation: shake 1s
}

.bg-dark .icon-bx-wraper.style-16:hover .icon-bx,
.bg-primary .icon-bx-wraper.style-16:hover .icon-bx,
.bg-secondary .icon-bx-wraper.style-16:hover .icon-bx {
    color: #fff;
    background-color: var(--bs-primary)
}

@media only screen and (max-width:991px) {
    .icon-bx-wraper.style-16 .dz-title {
        font-size: 16px
    }

    .icon-bx-wraper.style-16 .icon-bx {
        width: 50px;
        min-width: 50px;
        height: 50px;
        font-size: 18px
    }
}


/* Kontak slider */

.contact-location-slider .slick-slide {
    padding: 0 10px;
}

.contact-location-slider .slick-prev,
.contact-location-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
}

.contact-location-slider .slick-prev::before,
.contact-location-slider .slick-next::before {
    font-size: 30px;
    color: var(--bs-secondary);
}

.contact-location-slider .slick-prev {
    left: -20px;
}

.contact-location-slider .slick-next {
    right: -20px;
}

.widget_contact {
    padding: 45px 40px;
    border-radius: var(--radius-lg);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--bs-primary);
    background-size: cover;
    background-position: bottom right;
}

.widget_contact .title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.widget_contact:not(.widget_contact_light) .title {
    color: #fff;
}

.widget_contact img,
.widget_contact .icon {
    margin-bottom: 30px;
    width: 80px;
    height: 80px;
}

.widget_contact:not(.widget_contact_light) .email,
.widget_contact:not(.widget_contact_light) .phone-number {
    color: #fff;
}

.widget_contact .phone-number {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.widget_contact:not(.widget_contact_light):after {
    background: var(--bs-primary);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
}