.bunkerovod-button {
    text-align: center;
    margin: 0;
    /*отступ от блока со всех сторон*/
    padding: 1% 3%;
    /*ширина и высота */
    background: #362978;
    color: #fff;
    font-size: 14px;
    /*размер текста*/
    border-radius: 0;
    /*отступ от  блока*/
    -webkit-transition: all .4s ease;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .4s ease;
    /*задерка движения*/
    display: inline-block;
    /*выделенное место*/
    border: 2px solid transparent;
    /*размер блока*/
    margin-right: 6px;
    /*отступа с права*/
}

.bunkerovod-button:hover {
    transform: translateY(-20px);
    /*сдвиг*/
    background: #606060;
    /*Цвет блока*/
    color: #fff;
    /*цвет текста*/
    box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.5);
    /*Тень*/
    cursor: pointer;
}

.bunkerovod-buttonf {
    text-align: center;
    margin: 0;
    /*отступ от блока со всех сторон*/
    padding: 12px 22px;
    /*ширина и высота */
    background: #362978;
    color: #fff;
    font-size: 15px;
    /*размер текста*/
    border-radius: 0;
    /*отступ от  блока*/
    -webkit-transition: all .4s ease;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .4s ease;
    /*задерка движения*/
    display: inline-block;
    /*выделенное место*/
    border: 2px solid transparent;
    /*размер блока*/
    margin-right: 6px;
    /*отступа с права*/
}

.bunkerovod-buttonf:hover {
    transform: translateX(20px);
    /*сдвиг*/
    background: #606060;
    /*Цвет блока*/
    color: #fff;
    /*цвет текста*/
    box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.5);
    /*Тень*/
}


/*====================Прокрутка===============================================*/

.b-section {
    /*прокрутка*/
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x;
    scroll-padding: 48px;
    padding-bottom: 20px;
}

.b-section::-webkit-scrollbar {
    width: 2px;
}

.b-section::-webkit-scrollbar-thumb {
    border-radius: 22px;
    background-color: #35248b;
}

.b-section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.2);
    border-radius: 22px;
    background-color: #ffffff;
}


/*==========================прокрутка текст офис или крвартира...===================================*/

.bunkerovod-single1 {
    text-align: center;
    margin-top: 3%;
    padding: 7% 4%;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    border-top: 3px solid transparent;
    transition: all .4s ease
}

.bunkerovod-single1:hover {
    border-top-color: #179E66
}


/*Цвет с вурху*/

.bunkerovod-single1:hover {
    transform: scale(1.03);
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2)
}

.bunkerovod-single1 .icon-bunkerovod i {
    color: #f3a712;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    font-size: 34px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.bunkerovod-single1 .button .bunkerovod-btn1 i {
    margin-right: 10px;
    background: #2E2751;
    color: #fff;
    width: 25px;
    border-radius: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.bunkerovod-single1 .button {
    margin-top: 15px
}


/*отступ кнопки от текста*/

.bunkerovod-single1 .button .bunkerovod-btn1 {
    background: transparent;
    color: #666;
    padding: 0;
    height: auto;
    box-shadow: none;
    line-height: initial;
    border: none
}

.bunkerovod-single1.active .icon-head i,
.bunkerovod-single1:hover .icon-head i {
    background: #179E66;
    color: #fff;
    border-color: transparent
}

.bunkerovod-single1 .icon-head i::after {
    position: absolute;
    width: 20px;
    height: 22px;
    z-index: 3;
    opacity: 1;
    line-height: 20px;
    background: #f3a712;
    border-radius: 25px;
    left: 50%;
    bottom: 19px;
    content: "";
    margin-left: -10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.bunkerovod-single1.active .icon-head i:after,
.bunkerovod-single1:hover .icon-head i:after {
    background: #fff
}

.bunkerovod-single1 h4 {
    margin: 15px 0;
    line-height: inherit
}

.bunkerovod-single1 h4 a {
    font-size: 18px;
    color: #2e2751;
    display: inline-block
}

.bunkerovod-single1 p {
    font-size: 14px
}

.bunkerovod-btn1 {
    background: #2e2751;
    color: #fff;
    padding: 15px 32px
}

.bunkerovod-single1 .button .bunkerovod-btn1 {
    background: transparent;
    color: #666;
    padding: 0;
    height: auto;
    box-shadow: none;
    line-height: initial;
    border: none
}

.bunkerovod-btn1 i,
.bunkerovod-single1:hover .bunkerovod-btn1 i {
    color: #fff;
    background: #179e66
}


/*===========================================================*/

.single-test {
    text-align: center;
    margin-top: 30px;
    padding: 20px 15px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    border-top: 3px solid transparent;
    transition: all .4s ease
}

.single-test:hover {
    border-top-color: #179E66
}


/*Цвет с вурху*/

.single-test:hover {
    transform: scale(1.03);
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2)
}

.single-test .icon-bunkerovod i {
    color: #f3a712;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    font-size: 34px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.single-test .button .bunkerovod-btn2 i {
    margin-right: 10px;
    background: #2E2751;
    color: #fff;
    width: 25px;
    border-radius: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.single-test .button {
    margin-top: 15px
}


/*отступ кнопки от текста*/

.single-test .button .bunkerovod-btn2 {
    background: transparent;
    color: #666;
    padding: 0;
    height: auto;
    box-shadow: none;
    line-height: initial;
    border: none
}

.single-test.active .icon-head i,
.single-test:hover .icon-head i {
    background: #179E66;
    color: #fff;
    border-color: transparent
}

.single-test .icon-head i::after {
    position: absolute;
    width: 20px;
    height: 22px;
    z-index: 3;
    opacity: 1;
    line-height: 20px;
    background: #f3a712;
    border-radius: 25px;
    left: 50%;
    bottom: 19px;
    content: "";
    margin-left: -10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.single-test.active .icon-head i:after,
.single-test:hover .icon-head i:after {
    background: #fff
}

.single-test h4 {
    margin: 15px 0;
    line-height: inherit
}

.single-test h4 a {
    font-size: 18px;
    color: #2e2751;
    display: inline-block
}

.single-test p {
    font-size: 14px
}

.bunkerovod-btn2 {
    background: #2e2751;
    color: #fff;
    padding: 15px 32px
}

.single-test .button .bunkerovod-btn2 {
    background: transparent;
    color: #666;
    padding: 0;
    height: auto;
    box-shadow: none;
    line-height: initial;
    border: none
}

.bunkerovod-btn2 i,
.single-test:hover .bunkerovod-btn2 i {
    color: #fff;
    background: #179e66
}

.section1 {
    /*прокрутка*/
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x;
    scroll-padding: 48px;
    padding-bottom: 32px;
    scrollbar-color: #D4AA70 #e4e4e4;
}

.section1::-webkit-scrollbar {
    width: 2px;
    background-color: #362978;
}

.section1::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #2a00ff;
}

.section1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background-color: #1c1b1b;
}

.portfolio-menu1 {
    text-align: center;
    margin: 20px 0 50px
}

#portfolio-nav1 {
    display: inline-block;
    background: #fff;
    margin: 0;
    overflow: hidden
}

#portfolio-nav1 li {
    display: inline;
    position: relative;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    color: #2E2751;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 16px;
    float: left;
    text-transform: capitalize;
    font-weight: 600;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #cccccc9e
}

#portfolio-nav1 li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none
}

#portfolio-nav1 li.active,
#portfolio-nav li:hover {
    color: #F3A712
}

.breadcrumbs2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 2% 0;
    z-index: 10
}

.breadcrumbs2::before {
    background: #000;
    opacity: .6
}

.breadcrumbs2 .bread-title {
    z-index: 3333;
    position: relative;
    border-radius: 5px
}

.breadcrumbs2 .bread-title p {
    color: #fff;
    font-size: 13px
}

.breadcrumbs2 h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 184%;
    margin: 0;
    padding: 0;
    line-height: 45px;
    z-index: 333;
    position: relative;
    font-weight: 700;
    padding-top: 10px
}

.breadcrumbs2 .bread-list {
    display: block;
    margin-top: 15px
}

.breadcrumbs2 ul li {
    display: block;
    display: inline-block
}

.breadcrumbs2 ul li span {
    margin: 0 10px;
    font-size: 11px;
    font-weight: 400;
    color: #fff
}

.breadcrumbs2.style2 ul li span {
    font-size: 14px
}

.breadcrumbs2 ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize
}

.breadcrumbs2 ul li a:hover {
    opacity: .8;
    color: #fff!important
}

.breadcrumbs2.style2 ul li a {
    font-weight: 500
}

.breadcrumbs2.style2 ul li a:hover {
    color: #179E66
}

.breadcrumbs2 .bread-menu {
    color: #fff;
    z-index: 333;
    position: relative;
    line-height: initial;
    padding-left: 49px;
    font-size: 0
}

.breadcrumbs2 .bread-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 32px;
    height: 5px;
    left: 0;
    background: #F3A712;
    margin-top: -2.5px
}

.breadcrumbs2 .bread-menu li a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
    font-weight: 400;
    padding-right: 8px;
    margin-right: 8px;
    text-transform: none;
    display: inline-block
}

.breadcrumbs2 .bread-menu li a:hover {
    color: #F3A712
}

.breadcrumbs2 .bread-menu li:last-child {
    margin: 0;
    padding: 0
}

.breadcrumbs2 .bread-menu li+li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    left: -7px;
    position: relative;
    font-size: 18px
}

.breadcrumbs2.bread-blog {
    padding: 0;
    text-align: center;
    background: #F4F9FC;
    margin: 0;
    padding: 20px
}

.breadcrumbs2.bread-blog .bread-menu:before {
    display: none
}

.breadcrumbs2.bread-blog .bread-menu ul li {
    position: relative
}

.breadcrumbs2.bread-blog .bread-menu ul li:before {
    content: "";
    position: absolute;
    right: 7.5px;
    width: 12px;
    font-size: 0;
    height: 12px;
    left: auto;
    background: #F3A712;
    top: 6px;
    border-radius: 100%;
    border: 2px solid #fff
}

.breadcrumbs2.bread-blog .bread-menu ul li:last-child:before {
    display: none
}

.breadcrumbs2.bread-blog .bread-menu ul li a {
    color: #2E2751;
    font-size: 15px;
    margin-right: 15px;
    padding-right: 15px;
    position: relative
}

.breadcrumbs2.bread-blog .bread-menu ul li a:hover {
    color: #F3A712!important
}

.simple-little-table {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 100%;
    text-shadow: 1px 1px 0 #fff;
    background: #eaebec;
    margin: 0%;
    margin-top: 3%;
    border: #ccc 1px solid;
    border-collapse: separate;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

.simple-little-table th {
    font-weight: 700;
    padding: 21px 25px 22px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

.simple-little-table th:first-child {
    text-align: left;
    padding-left: 20px;
}

.simple-little-table tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.simple-little-table tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.simple-little-table tr {
    text-align: center;
    padding-left: 20px;
}

.simple-little-table tr td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

.simple-little-table tr td {
    padding: 0.8%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.simple-little-table tr:nth-child(even) td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.simple-little-table tr:last-child td {
    border-bottom: 0;
}

.simple-little-table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.simple-little-table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.simple-little-table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.simple-little-table a:link,
.simple-little-table a:visited {
    color: #666;
    font-weight: 700;
    text-decoration: none;
}

.simple-little-table a:visited {
    color: #999;
}

.simple-little-table a:active,
.simple-little-table a:hover {
    color: #bd5a35;
    text-decoration: underline;
}


/*Галерея---------------старт------------------*/

.container-p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10vmin;
    overflow: hidden;
    transform: skew(5deg);
}

.container-p .card-p {
    flex: 1;
    transition: all 1s ease-in-out;
    height: 75vmin;
    position: relative;
}

.container-p .card-p .card_head-p {
    color: black;
    background: rgba(255, 30, 173, 0.75);
    padding: 0.5em;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    transition: all 0.5s ease-in-out;
    min-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1em;
    white-space: nowrap;
}

.container-p .card-p:hover {
    flex-grow: 10;
}

.container-p .card-p:hover img {
    filter: grayscale(0);
}

.container-p .card-p:hover .card_head-p {
    text-align: center;
    top: calc(100% - 2em);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    font-size: 2em;
    transform: rotate(0deg) skew(-5deg);
}

.container-p .card-p img {
    width: 100%;
    height: 100%;
    object-fit: none;
    transition: all 1s ease-in-out;
    filter: grayscale(100%);
}

.container-p .card-p:not(:nth-child(5)) {
    margin-right: 1em;
}


/*Галерея---------------стоп------------------*/


/*Галерея------партфолио---------старт------------------*/

.branding {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.branding img {
    width: 50px;
}

.gallery-bs {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}

.gallery-bs__bg {
    opacity: 0.5;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-bs__bg img {
    width: 93%;
    height: 105%;
    object-fit: cover;
    object-position: center center;
    filter: blur(5px);
    position: absolute;
    top: -2.5%;
    left: 1%;
    z-index: 2;
}

.gallery-bs__bg img.fade-in {
    z-index: 1;
}

.gallery-bs__bg img.fade-out {
    transition: opacity 400ms;
    opacity: 0;
}

.gallery-bs__search {
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.gallery-bs__search label {
    background: #333;
    color: white;
    padding: 11px 10px 10px;
}

.gallery-bs__search input {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    padding: 1px 6px 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.gallery-bs__search input:focus {
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.gallery-bs__main {
    position: relative;
    z-index: 1;
    margin: 0 75px 0 20px;
    width: 520px;
    max-width: calc(100% - 95px);
}

.gallery-bs__core {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.gallery-bs__core img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: translateY(0);
}

.gallery-bs__core img.slide-in {
    top: 100%;
}

.gallery-bs__core img.shift-up {
    transition: transform 400ms;
    transform: translateY(-100%);
}

.gallery-bs__track {
    position: absolute;
    top: 10px;
    right: 24%;
    transform: translate(60px, 0);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.gallery-bs__track__item {
    width: 43px;
    height: 43px;
    cursor: pointer;
    margin-bottom: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 100%;
    transition: transform 350ms;
}

.gallery-bs__track__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.gallery-bs__track__item:hover {
    transform: scale(1.2);
}

.gallery-bs__track__item.active {
    border: 3px solid white;
}


/*Галерея------партфолио---------стоп------------------*/

.home-slider-bs {
    overflow: hidden
}

.hero-slider-bs {
    position: relative
}

.hero-slider-bs,
.hero-slider-bs .single-slider-bs {
    height: 555px;
    margin-right:
}

.hero-slider-bs .single-slider-bs {
    background-position: 22%;
    position: relative;
}

.hero-slider-bs .single-slider-bs .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .65
}

.hero-slider-bs .welcome-text {
    margin: 7% 0% 18%;
    display: flex
}

.hero-slider-bs .hero-text-bs h4 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    display: inline-block;
    background: #2f2e2e;
    padding: 8px 20px;
    font-size: 18px
}

.hero-slider-bs .hero-text-bs h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    border-top: 8px solid #2E2751;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.hero-slider-bs .hero-text-bs h1 {
    color: #2E2751;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 48px;
    padding-bottom: 22px;
    padding-top: 4%;
}

.hero-slider-bs .hero-text-bs h1::before {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 6px;
    background: #f3a712;
    bottom: -3px
}

.hero-slider-bs .hero-text-bs .p-text {
    max-width: 100%
}

.hero-slider-bs .hero-text-bs p {
    color: #666;
    font-size: 16px
}

.hero-slider-bs .hero-text-bs .button {
    margin-top: 22px
}

.hero-slider-bs .hero-text-bs.text-center h1::before {
    left: 50%;
    margin-left: -25px
}

.hero-slider-bs .hero-text-bs.text-right h1::before {
    left: auto;
    right: 0;
    margin: 0
}

.hero-slider-bs .owl-nav {
    margin: 0;
    width: 100%
}

.hero-slider-bs .owl-carousel .owl-nav div {
    width: 50px;
    height: 60px;
    line-height: 60px;
    background: #f3a712;
    color: #fff;
    position: absolute;
    margin: 0;
    padding: inherit;
    font-size: 30px;
    text-align: center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0;
    top: 50%;
    margin-top: -30px
}

.hero-slider-bs .owl-carousel .owl-nav div:hover {
    color: #fff;
    background: #2E2751
}

.hero-slider-bs .owl-carousel .owl-nav .owl-prev {
    left: -100px
}

.hero-slider-bs:hover .owl-carousel .owl-nav .owl-prev {
    left: 0
}

.hero-slider-bs .owl-carousel .owl-nav .owl-next {
    right: -100px
}

.hero-slider-bs:hover .owl-carousel .owl-nav .owl-next {
    right: 0
}

.hero-slider-bs .owl-item.active .hero-text-bs h4 {
    animation: fadeInUp .8s both 1s
}

.hero-slider-bs .owl-item.active .hero-text-bs h1 {
    animation: fadeInRight 1s both 1.2s
}

.hero-slider-bs .owl-item.active .hero-text-bs p {
    animation: fadeInLeft 1.2s both 1.4s
}

.hero-slider-bs .owl-item.active .button {
    animation: fadeInUp 1.4s both 1.6s
}

.section-bg-bs {
    background: #1c1b1b
}