/*
Theme Name: WEBIZON BS 4 Theme
Theme URI: http://webizon.pl;
Description: A Base Theme for WordPress with Bootstrap for styling.
Author: Webizon.pl
Author URI: http://webizon.pl
Version: 1.0
*/

:root {
    --maingreen: #12535f;
    --purple: #703393;
    --pink: #f14173;
    --orange: #fe6a3d;
    --middle: #f54f60;
    font-size: 16px;
}

p {font-size: 18px;}

p > strong {
    color: #12535f;
}

header h1 {
    color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 , a {
    color: var(--maingreen);
}

h3.small {
    font-size: 1.25rem;
}

.mw-50 {
    max-width: 50%;
}

.strong-purple strong {
    color: var(--maingreen);
}

.strong-purple a {
    color: inherit;
}

.gradient {
    background: #20dac4;
    background: -moz-linear-gradient(321deg, #20dac4 0%, #007486 100%);
    background: -webkit-linear-gradient(321deg, #20dac4 0%, #007486 100%);
    background: linear-gradient(321deg, #20dac4 0%, #007486 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20dac4",endColorstr="#007486",GradientType=1);
}

.gradient-text {
    display: table;
    background: #20dac4;
    background: -moz-linear-gradient(321deg, #20dac4 0%, #007486 100%);
    background: -webkit-linear-gradient(321deg, #20dac4 0%, #007486 100%);
    background: linear-gradient(321deg, #20dac4 0%, #007486 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20dac4",endColorstr="#007486",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.4em;
}

.card {
    border-radius: 30px;
    border: none;
}

.card-body {
    border-radius: 30px;
    box-shadow: 0px 0px 35px -22px #000;
}

.btn, .wp-block-button__link, .carousel-caption a {
    border: 3px solid #20dac4;
    color: var(--maingreen);
    border-radius: 0;
    background: transparent;
    text-decoration: none!important;
    padding: 7px 35px;
    border-radius: 300px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.carousel-caption a {
    color: #ffffff;
}

.carousel-caption a.btn {
	color: var(--maingreen);
}

.btn:hover , .wp-block-button__link:hover , .carousel-caption a:hover {
    color: #fff;
    background: #20dac4;
    background: -moz-linear-gradient(321deg, #20dac4 0%, #007486 100%);
    background: -webkit-linear-gradient(321deg, #20dac4 0%, #007486 100%);
    background: linear-gradient(321deg, #20dac4 0%, #007486 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20dac4",endColorstr="#007486",GradientType=1);
    box-shadow: 0px 5px 20px -8px var(--maingreen);
}

.special-container {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    overflow: hidden;
}

/* header */

.header-container {
    box-shadow: 0px 5px 35px -20px #000;
    background: #fff;
}

.header-container .navbar-nav .nav-link {
    display: table;
    color: var(--maingreen);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.header-container .navbar-nav .menu-item {
    padding-left: 10px;
    padding-right: 10px;
}

.header-container .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 0;
    right: 0;
    margin: auto;
    height: 0;
    background: #20dac4;
    background: -moz-linear-gradient(321deg, #20dac4 0%, #007486 100%);
    background: -webkit-linear-gradient(321deg, #20dac4 0%, #007486 100%);
    background: linear-gradient(321deg, #20dac4 0%, #007486 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20dac4",endColorstr="#007486",GradientType=1);
    opacity: 0;
    -webkit-transition: height 0.3s, width 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, width 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, width 0.3s, transform 0.3s;
    border-radius: 300px;
}

.header-container .navbar-nav .nav-link:focus,
.header-container .navbar-nav .nav-link:hover ,
.header-container .navbar-nav .active>.nav-link,
.header-container .navbar-nav .nav-link.active,
.header-container .navbar-nav .nav-link.show,
.header-container .navbar-nav .show>.nav-link,
.header-container .navbar-nav .current-lang>.nav-link {
    display: table;
    background: #20dac4;
    background: -moz-linear-gradient(321deg, #20dac4 0%, #007486 100%);
    background: -webkit-linear-gradient(321deg, #20dac4 0%, #007486 100%);
    background: linear-gradient(321deg, #20dac4 0%, #007486 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20dac4",endColorstr="#007486",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-container .navbar-nav .nav-link:focus::before,
.header-container .navbar-nav .nav-link:hover::before ,
.header-container .navbar-nav .active>.nav-link::before,
.header-container .navbar-nav .nav-link.active::before,
.header-container .navbar-nav .nav-link.show::before,
.header-container .navbar-nav .show>.nav-link::before,
.header-container .navbar-nav .current-lang>.nav-link::before {
    height: 6px;
    width: 100%;
    opacity: 1;
}

.admin-bar .header-container.fixed-top {
    top: 32px;
}

ul#menu-social-media {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
}

ul#menu-social-media > li {
    padding: 0 7px;
}

ul#menu-social-media > li > a {
    display: table;
    color: var(--maingreen);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

/* search */

.search-form label {
    margin: 0;
    float: left;
}

input.search-field {
    padding: 12px 24px;
    outline: none!important;
    border: 3px solid #e0e0e0;
    border-right: 0;
    line-height: 1.5em;
}

input.search-field:focus {
    border-color: var(--maingreen);
    box-shadow: 0px 7px 15px -13px var(--maingreen);
}

/* carousel */
.bs-carousel {
    height: 100%;
    min-height: 300px;
    padding-left: 0;
    padding-right: 0;
}

.bs-carousel .carousel-inner {
    height: 100%;
}

.bs-carousel .carousel-item {
    background: #005d5ebf;
    position: relative;
    height: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bs-carousel .carousel-caption {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bs-carousel .carousel-indicators li {
    position: relative;
    opacity: 1;
    background: transparent;
    text-decoration: none!important;
    border: 0;
    border-radius: 300px;
    padding: 0!important;
    width: 50px!important;
    height: 11px!important;
    position: relative;
    background-size: 0 0;
    background-image: #20dac4;
    background-image: -moz-linear-gradient(321deg, #20dac4 0%, #007486 100%);
    background-image: -webkit-linear-gradient(321deg, #20dac4 0%, #007486 100%);
    background-image: linear-gradient(321deg, #20dac4 0%, #007486 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20dac4",endColorstr="#007486",GradientType=1);
}

.bs-carousel .carousel-indicators li.active, .bs-carousel .carousel-indicators li:hover {
    background: transparent;
    text-decoration: none!important;
    border: 0;
    border-radius: 300px;
    position: relative;
    background-size: 100%;
    background-image: #20dac4;
    background-image: -moz-linear-gradient(321deg, #20dac4 0%, #007486 100%);
    background-image: -webkit-linear-gradient(321deg, #20dac4 0%, #007486 100%);
    background-image: linear-gradient(321deg, #20dac4 0%, #007486 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20dac4",endColorstr="#007486",GradientType=1);
}


.bs-carousel .carousel-indicators li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: auto;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="5" ry="5" stroke-width="2" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
    mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="5" ry="5" stroke-width="2" fill="transparent" stroke="white"/></svg>') 0 / 100% 100%;
}


.bs-carousel .carousel-title {
    font-size: 8rem;
}

#carouselTopHome .carousel-item {
    min-height: 19.25vw!important
}

.bs-carousel .carousel-caption ul {
    list-style-type: none;
    padding: 0!important;
}

.bs-carousel .carousel-caption ul > li {
    position: relative;
    padding-left: 25px;
}

.bs-carousel .carousel-caption ul>li:before {
    content: "";
    border-radius: 300px;
    padding: 0!important;
    width: 14px!important;
    height: 6px!important;
    background: #20dac4;
    display: block;
    left: 0;
    top: 13px;
    position: absolute;
}

/* main */
main {
    margin-top: 82px;
    display: block;
    overflow: hidden;
}

.main-container {
    display: block;
    overflow: unset;
    padding-bottom: 30px;
}

/* bottom widgets */

.bottom-widgets {
    display: block;
    overflow: hidden;
    background: #f9f9f9;
    background: #12535f;
    padding: 30px 0;
}

.bottom-widgets .card {
    border: 0;
    border-radius: 0;
}

/* footer */
footer {
    background: #f9f9f9;
    padding: 0 0 15px;
    display: block;
    overflow: hidden;
}

footer .credits-link {
    display: block;
    overflow: hidden;
}

footer .credits-content > div {
    width: 100%;
}

footer .container.footer-container {
    color: #989898;
}

footer .container.footer-container > hr {
    margin-top: 0;
}

footer .credits-link img {
    opacity: .35;
    max-width: 100px;
}

footer .credits-link:hover img {
    opacity: 1;
}

/* animations & transitions */

a , .btn , .wp-block-button__link , input.search-field {
   -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
   transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
   -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out;
   transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out;
   transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

#carouselProductsHome .owl-item.center > .card {
    padding: 0;
}

#carouselProductsHome img , #Products img {
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#carouselProductsHome .card , #Products .card , button , #carouselProductsHome .owl-item {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.prasa-contents .card-body:hover , #Products .card-body:hover , .owl-carousel .owl-nav button {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}



#carouselProductsHome .card-body , #Products .card-body {
    position: relative;
    background: transparent;
    padding: 0;
    box-shadow: none!important;
}

#carouselProductsHome .center .carousel-card::before , #Products .card::before {
    content: "";
    position: absolute;
    top: 4%;
    left: 5%;
    right: 5%;
    bottom: 55%;
    background: #000;
    filter: blur(20px);
    z-index: -1;
}

#Products .product-title {
	position: relative;
	display: block;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    color: #703393;
    margin-top: -40px;

}

#carouselProductsHome .product-title {
    position: absolute;
    top: 30px;
    left: 15px;
    right: 15px;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 2px 27px #000, 0px 5px 15px #000;
}

#carouselProductsHome .carousel-inner .item {
    transition: 500ms ease-in-out left;
}

#carouselProductsHome .carousel-inner .item.active.left ,
#carouselProductsHome .carousel-inner .item-prev {
        left: 33%;
}

#carouselProductsHome .carousel-inner .item.active.right ,
#carouselProductsHome .carousel-inner .item-next {
        left: -33%;
      }

@media all and (transform-3d), (-webkit-transform-3d) {

    #carouselProductsHome .carousel-inner .item {
        /*transition: 500ms ease-in-out left;*/
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
    }
}


.border-9 {
    border-radius: 9px;
}

#carouselProductsHome .carousel-card ,
#Products .card {
    position: relative;
}

#carouselProductsHome .owl-item {
    padding: 15px;
    margin-top: 30px;
}

#Products .card {
    padding: 15px;
    margin-top: 30px;
}

.product-caption {
    padding: 15px 15px;
    text-align: center;
    background-color: var(--white);
}

.home .product-caption {
    padding: 0 15px 15px;
    margin-top: -15px;
}

.my-radius {
    border-radius: 30px;
}

.products-section {
    z-index: 1;
    margin-top: -4%;
    position: relative;
}



#carouselHome .carousel-caption {
    /*bottom: 20%;*/
    color: var(--maingreen);
    font-size: 1.15rem;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
}

#carouselProductsHome .owl-item.center {
    transform: scale(1.1);
}

#carouselHome .carousel-indicators {
    bottom: 5%;
}

.home-main-container {

    min-height: 1000px;
    overflow: hidden;
    padding-bottom: 0;
}

.home-main-container .card {
    background: transparent;
}

.home-main-container .card-body {
    border-radius: 30px;
    box-shadow: 0px 0px 65px -45px #000;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
    background: #fff;
    margin: 3rem auto;
}

.iko-produkcja , .iko-rozwoj , .iko-dystrybucja {
    position: relative;
    padding-top: 120px;
}

.iko-produkcja::before, .iko-rozwoj::before, .iko-dystrybucja::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 82px;
    height: 82px;
    background-image: url(img/cut.png);
    background-repeat: no-repeat;
    background-position: -30px -501px;
}

.iko-rozwoj::before {
    background-position: -159px -501px;
}

.iko-dystrybucja::before {
    width: 90px;
    background-position: -291px -501px;
}

.wp-block-embed.w-100 iframe {
    width: 100%!important;
}

.wp-block-embed.m-vh-50 iframe {
    min-height: 58.65vh;
}

ul#menu-menu-stopka {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    width: 100%;
}

ul#menu-menu-stopka a {
    color: #989898;
}

.menu-social-media-container a[href*="youtube"], #menu-menu-stopka a[href*="youtube"] {
    display: block;
    font-size: 0!important;
    width: 25px;
    height: 30px;
    background-image: url(img/cut.png);
    background-repeat: no-repeat;
    background-position: -33px -214px;
}

#menu-menu-stopka a[href*="youtube"] {
    background-position: -93px -214px;
}

.bottom-widgets .col {
    display: flex;
    align-items: center;
}

.bottom-widgets .col:last-of-type {
    justify-content: space-between;
}

.bottom-widgets .col:last-of-type .widget-body {
    width: 100%;
}

.navbar-brand {
  line-height: 58px;
}

body {
  background-image: url(img/tlo_tekstura-min.png);
  background-position: 50% 0%;
  background-repeat: repeat;
}

body:not(.home) .main-container > article > header {
    min-height: 170px;
    display: flex;
    background-color: #179f9b;
    margin-bottom: 3rem;
}

body:not(.home) .main-container > article {
    padding-top: 220px;
}

body:not(.home) .main-container > article > header {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*max-width: 1410px;*/
}

body.admin-bar:not(.home) .main-container > article > header {
    top: 115px;
}

body:not(.home) .main-container > article > header > h1 {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.prasa-contents.card-columns {
    column-count: 2;
}

.prasa-contents .card-body {
    border: 3px solid #dccce4;
}

.prasa-contents .card-body:hover {
    border-color: var(--maingreen);
}

.prasa-contents .card-body:hover img {
    filter: brightness(1.25) saturate(1.25);
}

#carouselProductsHome.owl-carousel .owl-nav ,
#carouselHome.owl-carousel .owl-nav {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#carouselProductsHome.owl-carousel {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 30px;
}

#carouselProductsHome.owl-carousel .owl-nav button.owl-next,
#carouselProductsHome.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1.75rem!important;
    color: #f3486a!important;
    outline: none!important;
    transform: scale(0);
    opacity: 0;
}

#carouselHome .carousel-control-next i,
#carouselHome .carousel-control-prev i {
    font-size: 1.75rem!important;
    color: var(--maingreen) !important;
    opacity: 0;
}

#carouselHome:hover .carousel-control-next, #carouselHome:hover .carousel-control-next i ,
#carouselHome:hover .carousel-control-prev , #carouselHome:hover .carousel-control-prev i {
    opacity: 1!important;
}

#carouselProductsHome.owl-carousel .owl-nav button {
    top: 30%!important;
    bottom: auto!important;
}

#carouselProductsHome.owl-carousel .owl-nav ,
#carouselHome.owl-carousel:hover .owl-nav {
    display: block!important;
}

#carouselProductsHome.owl-carousel .owl-nav button ,
#carouselHome.owl-carousel:hover .owl-nav button{
    transform: scale(1)!important;
    opacity: 1!important;
}

#carouselProductsHome.owl-carousel .owl-nav button.owl-next ,
#carouselHome.owl-carousel .owl-nav button.owl-next{
    right: 0px;
    left: auto;
}

#carouselProductsHome.owl-carousel .owl-nav button.owl-prev ,
#carouselHome.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
    right: auto;
}

.page-id-45 .wp-block-media-text .wp-block-media-text__content {
    padding: 0 1%;
}

button#homeVideoPlay {
    border: 0;
    padding: 0;
}

button#homeVideoPlay:hover {
    transform: scale(1.1);
}

ul#menu-menu-stopka a:not([href*=youtube]) {
    font-size: .8rem;
}

#menu-menu-glowne .dropdown-menu {
    top: 95%;
}

.o-nas-loga img {
    width: auto;
    max-height: 80px;
    max-width: 150px;
}

@media screen and (max-width: 1350px) {
    .header-container > .navbar {
        max-width: 100%!important;
    }
}

@media screen and (max-width: 1040px) {
    .navbar-brand {
        max-width: 150px;
    }

    .header-container .navbar-nav .menu-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .header-container .navbar-nav .nav-link {
        font-size: .725rem;
    }

    .header-container .navbar-nav .nav-link::before {
        bottom: 0;
    }

    .header-container .navbar-nav .nav-link:focus::before, .header-container .navbar-nav .nav-link:hover::before, .header-container .navbar-nav .active>.nav-link::before, .header-container .navbar-nav .nav-link.active::before, .header-container .navbar-nav .nav-link.show::before, .header-container .navbar-nav .show>.nav-link::before, .header-container .navbar-nav .current-lang>.nav-link::before {
        height: 5px;
    }
}

@media screen and (min-width: 992px) {
    .full-width {
        margin-left: calc( -100vw / 2 + 100% / 2 );
        margin-right: calc( -100vw / 2 + 100% / 2 );
        max-width: 100vw;
    }

    .prasa-contents.card-columns {
        column-count: 4;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 5%;
    }
}

@media screen and (max-width: 991px) {

    .menu-social-media-container {
        display: none;
    }

    main {
        margin-top: 67px;
    }

    #carouselTopHome , #carouselHome {
        margin-left: -15px;
        margin-right: -15px;
    }

    #carouselTopHome .carousel-item {
        min-height: 373px!important;
    }

    .special-container {
        margin-bottom: 15px!important;
    }

    #carouselHome .mw-50 {
        max-width: 100%;
        padding: 15px;
        text-align: center!important;
        background: rgb(255 255 255 / 75%);
        font-size: 1rem;
        line-height: 1.2em;
    }

    #carouselHome .mw-50 ul li {
        text-align: left;
    }

    .h2, h2 {
        font-size: 1.25rem;
    }

    #carouselProductsHome .owl-item.center {
        transform: scale(1);
    }

    #carouselProductsHome .center .carousel-card::before, #Products .card::before {
        top: 4%;
        left: 9%;
        right: 9%;
        bottom: 55%;
    }

    #carouselProductsHome.owl-carousel .owl-nav button.owl-prev, #carouselHome.owl-carousel .owl-nav button.owl-prev {
        left: 15px;
        right: auto;
    }

    #carouselProductsHome.owl-carousel .owl-nav button.owl-next, #carouselHome.owl-carousel .owl-nav button.owl-next {
        right: 15px;
        left: auto;
    }

    .products-section {
        margin-top: -100px;
        margin-bottom: -50px;
    }

    .home-main-container .wp-block-column.pt-5.px-5 {
        padding: 0 0!important;
        text-align: center;
    }

    .bottom-widgets > .container > .row {
        display: flex;
        flex-direction: column;
    }

    ul#menu-menu-stopka {
        flex-wrap: wrap;
            justify-content: flex-start;
    }

    ul#menu-menu-stopka a:not([href*="youtube"]) {
            border: 1px solid #e0e0e0;
            padding: 3px 20px;
            overflow: hidden;
            border-radius: 300px;
            margin-bottom: 5px;
            margin-right: 5px;
            text-align: center;
            display: inline-block;
    }

    .header-container .navbar-nav .nav-link {
        font-size: 1rem;
    }

    div#homeVideo {
        min-height: 26.15vh;
    }

    iframe#myYT {
        height: 23.65vh;
    }

    #carouselHome .carousel-caption {
        padding: 2.75rem;
    }

    #carouselHome .mw-50 {
        line-height: 1.4em;
    }

    .bs-carousel .carousel-caption ul>li {
        margin-bottom: 0.25rem;
    }

    .bs-carousel .carousel-caption ul>li::before {
        top: 10px;
    }

    .bs-carousel .carousel-item {
        background-position: 63% 50%;
    }

    .bs-carousel .carousel-item {
        background: #005d5ebf;
        position: relative;
        height: 100%;
        min-height: 90vh;
    }
    .bs-carousel .carousel-item img {
        display: none;
    }
}