/* Add here all your css styles (customizations) */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.custom-wrapper {
    height: 100px;
}

.custom-apla {
    background: rgba(0, 0, 0, 0.5)
}


@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 700px; /* New width for default modal */
    }

    .modal-sm {
        width: 350px; /* New width for small modal */
    }
}

@media screen and (min-width: 992px) {
    .modal-lg {
        width: 1250px; /* New width for large modal */
    }
}


::-moz-selection {
    color: #fff;
    background-color: #0275d8;
}

::selection {
    color: #fff;
    background-color: #0275d8;
}

.g-bg-primary ::-moz-selection {
    color: #ee4136;
    background-color: #0275d8;
}

.g-bg-primary ::selection {
    color: #ee4136;
    background-color: #0275d8;
}

[data-animation]:not(.u-in-viewport) {
    visibility: visible;
}

*------------------------------------
Time Lines
------------------------------------*/
[class*="u-timeline-v1-wrap"],
[class*="u-timeline-v2-wrap"],
[class*="u-timeline-v3-wrap"] {
    position: relative;
}

    [class*="u-timeline-v1-wrap"]::before,
    [class*="u-timeline-v2-wrap"]::before,
    [class*="u-timeline-v3-wrap"]::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        display: block;
    }

/*------------------------------------
  Time Lines v1
------------------------------------*/
.u-timeline-v1 {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
}

.u-timeline-v1-wrap::before {
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #f7f7f7;
    margin-left: 20px;
}

.u-timeline-v1__icon {
    position: absolute;
    top: 30px;
    font-size: 20px;
    z-index: 3;
}

.g-orientation-bottom .u-timeline-v1__icon,
.g-orientation-right .u-timeline-v1__icon,
.g-orientation-left .u-timeline-v1__icon {
    left: 0;
}

@media (min-width: 768px) {
    .u-timeline-v1-wrap:not([class*="--horizontal"])::before {
        left: 50%;
        margin-left: -2px;
    }

    .u-timeline-v1-wrap--horizontal::before {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        margin-left: 0;
        margin-top: -2px;
    }

    .g-orientation-bottom .u-timeline-v1__icon {
        top: 100%;
        left: 0;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .g-orientation-left .u-timeline-v1__icon {
        right: 100%;
        left: auto;
    }

    .g-orientation-right .u-timeline-v1__icon {
        right: auto;
        left: 100%;
    }
}

/*------------------------------------
  Time Lines
------------------------------------*/
[class*="u-timeline-v1-wrap"],
[class*="u-timeline-v2-wrap"],
[class*="u-timeline-v3-wrap"] {
    position: relative;
}

    [class*="u-timeline-v1-wrap"]::before,
    [class*="u-timeline-v2-wrap"]::before,
    [class*="u-timeline-v3-wrap"]::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        display: block;
    }

/*------------------------------------
  Time Lines v1
------------------------------------*/
.u-timeline-v1 {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
}

.u-timeline-v1-wrap::before {
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #f7f7f7;
    margin-left: 20px;
}

.u-timeline-v1__icon {
    position: absolute;
    top: 30px;
    font-size: 20px;
    z-index: 3;
}

.g-orientation-bottom .u-timeline-v1__icon,
.g-orientation-right .u-timeline-v1__icon,
.g-orientation-left .u-timeline-v1__icon {
    left: 0;
}

@media (min-width: 768px) {
    .u-timeline-v1-wrap:not([class*="--horizontal"])::before {
        left: 50%;
        margin-left: -2px;
    }

    .u-timeline-v1-wrap--horizontal::before {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        margin-left: 0;
        margin-top: -2px;
    }

    .g-orientation-bottom .u-timeline-v1__icon {
        top: 100%;
        left: 0;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .g-orientation-left .u-timeline-v1__icon {
        right: 100%;
        left: auto;
    }

    .g-orientation-right .u-timeline-v1__icon {
        right: auto;
        left: 100%;
    }
}

/*------------------------------------
  Time Lines v2
------------------------------------*/
@media (min-width: 768px) {
    .u-timeline-v2-wrap::before {
        left: 25%;
        width: 3px;
        height: 100%;
        margin-left: -1px;
        background-color: #f7f7f7;
    }

    .u-timeline-v2__icon {
        font-size: 16px;
        position: absolute;
    }

    .g-orientation-right .u-timeline-v2__icon {
        left: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .g-orientation-left .u-timeline-v2__icon {
        right: 100%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .g-orientation-bottom .u-timeline-v2__icon {
        top: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/*------------------------------------
  Time Lines v3
------------------------------------*/
.u-timeline-v3-wrap::before {
    left: 21%;
    width: 1px;
    height: 100%;
    display: none;
    background-color: #eee;
}

.u-timeline-v3 {
    position: relative;
}

.u-timeline-v3__icon {
    left: 21%;
}

@media (min-width: 768px) {
    .u-timeline-v3-wrap::before {
        display: block;
    }
}

@media (min-width: 992px) {
    .u-timeline-v3-wrap::before {
        left: 18%;
    }

    .u-timeline-v3__icon {
        left: 18%;
    }
}

/*.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1030;
}

.affix {
    top: 200px;
    width: 100%;
    z-index: 9999 !important;
}

.affix + .container-fluid {
    padding-top: 300p*/

    /*a {
        color: #0275d8;
        outline: none;
    }

    a:focus,
    a:hover {
        color: #0275d8;
    }*/