/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}



.btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 45px;
    z-index: 99;
}

/*** Button End ***/








/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    /*background: var(--bs-primary);*/
    /*border-radius: 0 50px 50px 0;*/
    opacity: 1;
}

.carousel-control-prev:hover {
    /*background: var(--bs-secondary);*/
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    /*background: var(--bs-primary);*/
    /*border-radius: 50px 0 0 50px;*/
    opacity: 1;
}

.carousel-control-next:hover {
    /*background: var(--bs-secondary);*/
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}



@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }

    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }

    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}



.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/






















.myicon {
    font-size: 111px;
}

.mywidth {
    width: 300px;
    margin: auto;
    margin-bottom: 5px;
}

.mybarcolor {
    background-color: #0f0f3d;
    border-bottom: 1px solid #8d8888;
}

.myheader {
    margin-top: 60px;
    text-shadow: 5px 5px #111111;
}

.mytitle {
    font-size: 50px;
}

.mytext a {
    color: #c5c9df;
}

.mytext a:hover {
    color: #26d48c;
}

.myfooter {
    position: fixed;
    bottom: 0;
    border-top: 1px solid gray;
}

.link_ut a {
    font-weight: bold;
    font-size: large;
    color: #328fff !important;
}

.title-carousel {
	color:#83e183;;
}

.label { font-weight: bold; }

@media (max-width: 768px) {

    .carousel-item h3 {
        font-size: 25px !important;
    }

    .mytext {
        font-size: 11px !important;
    }

}