﻿.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}


@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.editimg {
    height: 30px;
    width: 30px;
    position: center;
    cursor: pointer
}

.btnAdd {
    background: #137593;
    background-repeat: no-repeat;
    float: right;
    width: 150px;
    border-radius: 50px;
    color: white;
}

    .btnAdd:hover {
        background-color: #16c7b1;
    }

.btnPlus {
    background: url("../../Images/icons/add.png") no-repeat;
    background-size: contain;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    padding-bottom: 2px;
    width: 30px;
    display: block;
    position: relative;
}

.nav-color {
    background-color: #000;
}

.rightside {
    float: right;
    margin: auto auto;
}

.navbar-sidenav-color {
    background-color: #021f28;
}

.content-wrapper-padding-top {
    padding-top: 0 !important;
}

.pagination {
    display: inline-block;
}

    .pagination a {
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        border: 1px solid #ddd;
        color: black;
        cursor: pointer;
    }

        .pagination a.active {
            background-color: #4CAF50;
            border: 1px solid #4CAF50;
            color: white;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

        .pagination a:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .pagination a:last-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

.mixcolor {
    background-color: azure;
    color: white
}
