.te {
    margin-left: 15px;
    list-style: circle;
}

.page-banner-brd {
    width: 100%;
    background-position: top;
    background-attachment: unset;
    position: relative;
    z-index: 11;
    background-size: auto;
    padding-top: 308px;
    padding-bottom: 154px;
}

p {
    margin-top: 17px;
    margin-bottom: 13px;
    text-align: justify;
}

h6 {
    margin-top: 17px;
    margin-bottom: 13px;
}

.page-banner-brd {
    width: 100%;
    background-position: top;
    background-attachment: unset;
    position: relative;
    z-index: 11;
    background-size: auto;
    padding-top: 308px;
    padding-bottom: 154px;
}

p {
    text-align: justify;
}

.inner-promo-txt {
    max-width: 100%;
    margin: auto;
    background: #031c32;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    border-radius: 50px;
    padding: 25px 80px;
    background-image: url(../../img/pop.webp);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#return-to-top {
    width: 56px;
    height: 56px;
    background: #00243c;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 47px;
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 922;
    transition: .3s;
    line-height: 67px;
    display: none;
}

.top_nav_soc .container {
    background: #031c32;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0 500px 500px 0;
}

.right-content-top li a {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    transition: .3s;
}

.topbtn {
    background-color: #fff;
    border: none;
    color: black;
}

.sec-title h3 {
    color: #102236;
    padding-bottom: 18px;
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #001d33;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}

.single-progress .progress-bar {
    background: #001d33;
    height: 4px;
    margin-top: 3px;
    margin-left: 2px;
    border-radius: 500px;
    overflow: unset;
}

.single-progress .progress {
    height: 10px;
    background: rgb(0, 29, 51);
    overflow: unset;
}

.single-progress .progress-bar::after {
    position: absolute;
    top: -12px;
    right: -4px;
    content: "\ed91";
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    color: #001d33;
}

.btn.btn-default {
    background: -webkit-gradient(linear, left top, right top, color-stop(-.02%, #fe651b), color-stop(100.06%, #ffaa52));
    background: -o-linear-gradient(left, #fe651b -.02%, #fe651b 100.06%);
    background: linear-gradient(90deg, #758491 -.02%, #031f36 100.06%);
    border-radius: 500px;
    padding: 15px 33px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    transition: .3s ease-in;
}

.singl-fact-count.v2 .icon {
    background: #022036;
    margin-right: 20px;
}

.newsletter-form .newslttr-grp .btn {
    background: #021f34;
    padding: 15px 33px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
}

.ftr-widget .navs li a::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: .3s ease-in;
}

.ftr-widget .contacts li i {
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 22px;
}

.copyright-conts {
    background: #041d34;
    display: inline-block;
    width: 100%;
    padding: 22px 0;
}

.promo-text-area {
    position: relative;
    z-index: 12;
    padding: 80px 0;
    background-image: url(../img/promo-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-color: #1e5681;
}

.top_nav_soc::after {
    width: 100%;
    left: -50%;
    background: #031c32;
    z-index: -1;
}