.page-title{
    width: 100%;
    overflow: visible;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 0px 175px 0px;
    margin-top: -7px;
} 
.page-title .content-box h1{
    color: #141417;
}
.page-title .bread-crumb li{
    color: #808080;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}    
.page-title .bread-crumb li a{
    color: #808080;
}  
.page-title .bread-crumb li a:hover,
.page-title .bread-crumb li.current{
    color: #141417;
}
.page-title .bread-crumb li a:hover{
    text-decoration: underline;
    color: #141417;
}
.page-title .bread-crumb li:before{
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    top: 1px;
    right: -16px;
}  
.page-title .bread-crumb li:last-child:before{
    display: none;
}
.page-title .pattern-layer .shape-1{
    width: 176px;
    height: 183px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}
.page-title .pattern-layer .shape-2{
    width: 221px;
    height: 129px;
    background-repeat: no-repeat;
}
.page-title .pattern-layer .shape-3{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: -1;
}


.counter-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .counter-area {
        padding-bottom: 0px;
    }
}
.counter-area .counter__inner {
    background-color: var(--base-bg);
    padding: 60px;
    border-radius: 15px;
}
.counter-area div {
    line-height: 1;
}

@media only screen and (min-width: 1400px) {
    .counter-area .counter__single {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.counter-area .counter__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.counter-area .counter__single h3{color: #fff!important;
    text-shadow: 2px 2px #000;}
    .counter-area .counter__single p, .banner-content h3{color:#fff!important;}
    .font-size-big, .banner-content h3{font-size:25px!important;}

.inner-ban-btn a.btn-style-one{font-size:30px!important;}
.counter-area .counter__single-icon {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--quaternary-color);
}

.counter-area .counter__single-icon__inner
 {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px dashed var(--white);
}

@media only screen and (min-width: 1400px) {
    .counter-area .counter__single h3 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.counter-area .counter__single h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    color: var(--black);
}
@media only screen and (min-width: 1200px) {
    h3 {
        font-size: 40px;
        line-height: 50px;
    }
}