.signature {
    max-width: 300px;
    width: 100%
}

.indicators_style1 {
    counter-reset: step
}

.carousel-indicators.justify-content-end {
    left: auto
}

.carousel-indicators.justify-content-start {
    right: auto
}

.indicators_style1.carousel-indicators li {
    width: auto;
    height: auto;
    background-color: transparent;
    text-indent: 0;
    transition: all .5s ease-in-out
}

.indicators_style1.carousel-indicators li::before {
    content: "0"counter(step);
    color: #0563bb;  /* Beyaz renk maviyapıldı */
    counter-increment: step;
    position: static;
    height: auto;
    width: auto;
    margin: 0 10px
}

.indicators_style1.carousel-indicators li::after {
    content: "/";
    margin: 0 8px;
    width: auto;
    height: auto;
    font-size: 30px;
    color: #0563bb;  /* Beyaz renk maviyapıldı */
    bottom: -5px;
    line-height: normal;
    vertical-align: middle;
    left: 28px;
    font-weight: 300
}

.indicators_style1.carousel-indicators li:last-child::after {
    opacity: 0;
    margin: 0
}

.indicators_style1.carousel-indicators li.active::before {
    color: #fa0
}

.slide_height_700 .carousel-item {
    height: 700px
}

.indicators_style2 li {
    border-radius: 0;
    margin: 7px
}

.indicators_style2 li::before {
    height: auto;
    width: auto;
    border: 1px solid #0563bb;  /* Beyaz renk maviyapıldı */
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: -4px
}

.carousel-indicators.indicators_style3 li {
    border-radius: 0;
    height: auto;
    width: 80px;
    background-color: transparent;
    text-indent: 0;
    border: 2px solid rgba(0, 0, 255, .5); /* Beyaz renk maviyapıldı */
    opacity: .7
}

.carousel-indicators.indicators_style3 li.active {
    border-color: #0563bb;  /* Beyaz renk maviyapıldı */
    opacity: 1
}

.indicators_style4 li {
    position: relative;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    margin: 0 10px
}

.indicators_style4 li::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    border: 1px solid #0563bb;  /* Beyaz renk maviyapıldı */
    border-radius: 100%
}

.indicators_style4 li .carousel-item img {
    position: relative;
    z-index: -1
}

.carousel-item img {
    position: relative;
    z-index: -1
}

.zoom-in {
    animation: zoom-in 10s infinite
}

.zoom-out {
    animation: zoom-out 10s infinite
}

@keyframes zoom-in {
    0% {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-out {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.banner_ripple .ripple {
    height: 50px;
    width: 50px;
    line-height: 50px
}

.ripple_white {
    color: #0563bb  /* Beyaz renk maviyapıldı */
}

.ripple_white:hover {
    color: #fa0
}

.banner_shape {
    overflow: hidden
}

.banner_shape:before {
    content: "";
    position: absolute;
    right: -10%;
    top: 0;
    bottom: 0;
    background-color: #e1ffee;
    width: 60%;
    z-index: 0;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    border-radius: 0 0 0 100px
}

.banner_section[class*=bg-].banner_shape:before,.banner_section[class*=bg_].banner_shape:before {
    background-color: rgba(255,255,255,.1)
}

.banner_img {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.image_banner {
    text-align: center;
}

.image_banner img {
    border: 10px solid #fa0;
    border-radius: 100%;
    max-width: 350px;
    width: 100%
}

.circle_bg1 {
    border-radius: 100%;
    height: 650px;
    width: 650px;
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1
}

.circle_bg1 span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-name: ripple1;
    -moz-animation-name: ripple1;
    -o-animation-name: ripple1;
    animation-name: ripple1;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    background-color: #0563bb  /* Beyaz renk maviyapıldı */
}

.circle_bg1 span:nth-child(2) {
    -webkit-animation-delay: 4.5s;
    -moz-animation-delay: 4.5s;
    -o-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.circle_bg1 span:nth-child(3) {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s
}

.circle_bg1 span:nth-child(4) {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.circle_bg1 span:nth-child(5) {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s
}

.circle_bg1 span:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.circle_bg1 span:nth-child(7) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s
}

.circle_bg1 span:nth-child(8) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s
}

@-webkit-keyframes ripple1 {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.01);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .75
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
