
.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: -0.5em;
    margin-top: 18px
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 3px;
    list-style: none;
    position: relative
}

.breadcumb-menu li:after {
    content: "\f101";
    position: relative;
    margin-left: 10px;
    font-weight: 500;
    font-size: 16px;
    color: var(--black-color);
    font-family: var(--icon-font)
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: var(--theme-color)
}

.breadcumb-menu li:last-child:after {
    display: none
}

.breadcumb-menu li,.breadcumb-menu a,.breadcumb-menu span {
    white-space: normal;
    word-break: break-word;
    font-weight: 500;
    font-size: 18px;
    font-family: var(--title-font);
    color: var(--black-color)
}

.breadcumb-menu a:hover {
    color: var(--theme-color)
}

.breadcumb-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.285;
    color: var(--title-color);
    letter-spacing: 0.02em;
   /* text-transform: capitalize;*/
    margin-bottom: -0.3em;
    margin-top: -0.3em
}

.breadcumb-patern,.breadcumb-banner {
    position: absolute;
    top: 0;
    left: 0
}

.breadcumb-banner {
    height: 100%;
    left: auto;
    right: -10px;
    z-index: 2;
    width: 1091px;
    -webkit-mask-image: url(/sm.aspx?guid=85883);
    mask-image: url(/sm.aspx?guid=85883);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.breadcumb-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(7,14,32,0.3), rgba(7,14,32,0.3));
    background: linear-gradient(0deg, rgba(7,14,32,0.3), rgba(7,14,32,0.3));
    z-index: 1
}

.breadcumb-banner img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

@media (min-width: 1501px) and (max-width: 1700px) {
    .breadcumb-banner {
        width:900px
    }
}

@media (max-width: 1500px) {
    .breadcumb-banner {
        width:850px
    }
}

@media (max-width: 1399px) {
    .breadcumb-banner {
        width:800px
    }
}

@media (max-width: 1299px) {
    .breadcumb-banner {
        width:720px
    }
}

@media (max-width: 1199px) {
    .breadcumb-banner {
        width:590px
    }
}

@media (max-width: 991px) {
    .breadcumb-banner {
        width:420px
    }
}

@media (max-width: 767px) {
    .breadcumb-banner {
        display:none
    }
}

.breadcumb-shape {
    position: absolute;
    top: 15px;
    left: 38%
}

.breadcumb-wrapper {
    background-color: var(--smoke-color);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.breadcumb-wrapper .breadcumb-content {
    --space: 142px;
    padding: var(--space) 0;
    position: relative;
    z-index: 1
}

@media (max-width: 1399px) {
    .breadcumb-wrapper .breadcumb-content {
        max-width:500px
    }
}

@media (max-width: 991px) {
    .breadcumb-wrapper .breadcumb-content {
        max-width:470px
    }
}

@media (max-width: 767px) {
    .breadcumb-wrapper .breadcumb-content {
        max-width:100%;
        text-align: center
    }
}

.breadcumb-wrapper .breadcumb-thumb {
    position: relative;
    z-index: 1;
    text-align: end;
    margin: -124px -50px 0px 0
}

@media (max-width: 1199px) {
    .breadcumb-wrapper .breadcumb-content {
        --space: 120px
    }

    .breadcumb-menu li,.breadcumb-menu a,.breadcumb-menu span {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .breadcumb-title {
        font-size:35px
    }
}

@media (max-width: 767px) {
    .breadcumb-title {
        font-size:40px
    }
}

@media (max-width: 575px) {
    .breadcumb-title {
        font-size:34px
    }

    .breadcumb-wrapper .breadcumb-content {
        --space: 100px
    }
}
.g-button a {
    color: #fff;
    background: #f5ab35;
    border-bottom: 4px solid #e19721;
    border-radius: 5px;
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar,.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
