﻿html {
    font-size: 14px;
    line-height: 1.429rem;
    background-color: #eef2f3
}

* {
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease
}

html.invert-active {
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

body {
    margin: 0 3.429rem 0;
    background-color: transparent
}

p {
    font-size: 1.286rem;
    line-height: 2.571rem;
    color: var(--N-600);
    text-align: justify;
}

h1 {
    color: var(--IB-600);
    font-size: 3.286rem;
    line-height: 2.286rem;
    font-weight: 700;
}

.pHalls {
    font-size: 6.429rem;
    font-family: pHalls-Khodkar, Courier, monospace;
    font-weight: 400;
    color: var(--PB-500);
    margin: 0 0 0;
    display: block;
    line-height: initial
}

h2 {
    font-size: 1.429rem;
    line-height: 1.714rem;
    font-weight: 700
}

h3 {
    font-size: 1.05rem;
    line-height: 1.429rem;
    font-weight: 700;
    color: var(--IB-600)
}

h4 {
    font-size: 1rem;
    line-height: 1.429rem;
    font-weight: 700
}

a {
    text-decoration: none;
    color: var(--PB-500)
}

.font-16 {
    font-size: 1.143rem;
    line-height: 1.643rem
}

footer,
header,
main {
    background-color: #fff
}

.btn.btn-outline-primary {
    min-height: 56px;
    min-width: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: var(--radius-10);
    border-color: #fff;
    -webkit-border-radius: var(--radius-10);
    -moz-border-radius: var(--radius-10);
    -ms-border-radius: var(--radius-10);
    -o-border-radius: var(--radius-10)
}

.btn-primary {
    color: #fff;
    background-color: var(--IB-600);
    border-color: var(--IB-600);
    border-radius: var(--radius-10);
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 233px;
    width: 100%;
    font-weight: 400;
    font-size: 1.143rem;
    line-height: 1.714rem
}

.btn-blue {
    font-weight: 700;
    font-size: 1.143rem;
    line-height: 1.714rem;
    color: #fff;
    background: var(--PB-500);
    border: 1px solid var(--PB-500);
    border-radius: 10px;
    padding: 16px 35px
}

.btn-blue-outline {
    font-weight: 600;
    line-height: 1.714rem;
    background: 0 0;
    color: var(--PB-500);
    padding: 8px 20px;
    border: 1px solid var(--PB-500);
    border-radius: var(--radius-8);
    -webkit-border-radius: var(--radius-8);
    -moz-border-radius: var(--radius-8);
    -ms-border-radius: var(--radius-8);
    -o-border-radius: var(--radius-8)
}

.btn-apply:hover {
    background: var(--PB-500);
    color: #fff !important
}

.btn-apply {
    border: 1px solid var(--PB-500);
    border-radius: var(--radius-8);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: var(--PB-500);
    margin-top: 20px
}

.btn-check:focus+.btn-primary,
.btn-prim2:hover,
.btn-primary:focus,
.btn-primary:hover,
.rating .bg-white:hover {
    color: #fff !important;
    background-color: var(--PB-500) !important;
    border-color: var(--PB-500) !important
}

.comments-sec .btn-blue:hover,
.conectUs:hover {
    color: #fff !important;
    background-color: var(--IB-600);
    border-color: var(--IB-600);
    border-radius: var(--radius-10)
}

.btn-blue:hover,
button.blueBtn:hover {
    background-color: transparent;
    color: var(--PB-500)
}

.comments-sec .btn-outline-primary:hover {
    color: var(--PB-500) !important;
    border: 1px solid var(--PB-500) !important
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-right: 36px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-weight: 300;
    font-size: 1.286rem;
    line-height: 24px
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid var(--PB-500);
    background: var(--INB-700)
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--PB-500);
    position: absolute;
    top: 50%;
    right: 2px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    transform: translate(-50%, -50%)
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.fw-500 {
    font-weight: 500
}

.M-50 {
    background-color: var(--M-50);
    color: var(--M-500)
}

.DGO-50 {
    background-color: var(--DGO-50);
    color: var(--DGO-500)
}

.GL-50 {
    background-color: var(--GL-50);
    color: var(--GL-500)
}

.PB-50 {
    background: #e8f7fa;
    color: var(--PB-500)
}

.INB-50 {
    background: var(--INB-50);
    color: var(--INB-500)
}

.INB2-50 {
    background: #b4ebea;
    color: #242628;
}

.NPPF-50 {
    background: #cde6eb;
    color: #1aaec8;
}

.max-content {
    width: max-content
}

.gap-8 {
    gap: 8px
}

.gap-20 {
    gap: 20px
}

.gap-34 {
    gap: 34px
}

.p-0-80 {
    padding: 0 0 80px
}

.p-60-60 {
    padding: 60px 0 60px
}

.m-80-60 {
    margin: 80px 0 60px
}

.p-80-60 {
    padding: 80px 0 60px
}

.p-80-30 {
    padding: 80px 0 30px !important
}

.pad-30 .grid-view-slider .row {
    --bs-gutter-x: 30px
}

.pad-30 .row>* {
    margin-bottom: 30px !important
}

.p-80-80 {
    padding: 80px 0 80px
}

.p-80-0 {
    padding: 80px 0 0
}

.p-60-80 {
    padding: 60px 0 80px
}

.p-0-60 {
    padding-bottom: 60px !important
}

.pb-12 {
    padding-bottom: 12px
}

.m-32 {
    margin: 32px 0 !important
}

.index-1 {
    position: relative;
    z-index: 1
}

.max-700 {
    max-width: 700px;
}

.bg-primary {
    background-color: var(--IB-600) !important
}

.spaces-60-40 {
    --bs-gutter-x: 60px;
    --bs-gutter-y: 40px
}

.spaces-60-60 {
    --bs-gutter-x: 60px;
    --bs-gutter-y: 60px
}

.spaces-60-30 {
    --bs-gutter-x: 60px;
    --bs-gutter-y: 30px
}

.spaces-30-30 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px
}

.spaces-30-20 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 20px
}

.spaces-0-24 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 24px
}

.mb-40 {
    margin-bottom: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.gap-12 {
    gap: 12px
}

.gx-24 {
    --bs-gutter-x: 24px !important
}

.swiper {
    padding: 20px 20px 60px 20px;
    margin: -20px
}

.swiper-slide,
.swiper-wrapper {
    height: auto
}

.swiper-pagination-bullet {
    background: var(--N-200);
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: var(--PB-500);
    border-radius: 2px;
    width: 11.58px;
    height: 11.58px;
    transform: rotate(45deg)
}

.text.m-650 {
    max-width: 650px
}

.card .image {
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center
}

.grid-3 {
    grid-template-columns: repeat(3, auto);
    column-gap: 50px
}

.card-img,
.card-img-bottom,
.card-img-top {
    max-width: max-content
}

.mb-60 {
    margin-bottom: 60px
}

.minh-auto {
    min-height: auto !important
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: none
}

@media (min-width:1440px) {
    body {
        max-width: 1440px;
        margin: 16px auto !important;
        padding: 0 3.429rem
    }
}

.radius-24 {
    border-radius: var(--radius-24);
    -webkit-border-radius: var(--radius-24);
    -moz-border-radius: var(--radius-24);
    -ms-border-radius: var(--radius-24);
    -o-border-radius: var(--radius-24)
}

.microphone {
    top: 50%;
    left: 5px;
    transform: translateY(-50%)
}

.microphone i {
    font-size: 18px
}

.max-137 {
    width: 100%;
    max-width: 137px;
    min-width: auto !important
}

.p-s-14 p {
    font-size: 1rem;
    line-height: 1.429rem
}

.max-180 {
    max-width: 180px;
    max-height: 180px
}

.max-65 {
    max-width: 65px;
    max-height: 65px
}

.max-400 {
    max-width: 400px
}

.direction-ltr {
    direction: ltr
}

@media (min-width:1200px) {
    header .navbar .container {
        max-width: 1280px
    }

    .container {
        max-width: 1110px
    }
}

.btn-outline-secondary {
    color: var(--IB-600);
    border-color: var(--IB-600)
}

ul.dropdown-menu.show {
    border: 1px solid var(--N-400);

    border-radius: var(--radius-10);
    /* background: linear-gradient(180deg, rgba(238, 242, 243, 0) 0, #eef2f3 100%); */
    background-color: #fff
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    border: 0;
    vertical-align: middle
}

ul.dropdown-menu.show .dropdown-item {
    color: #717d85;
    padding: 5px;

}

button.search-box.d-lg-none {
    border: 0;
    background: 0 0;
    font-size: 20px;
    transform: scaleX(-1);
    color: #a1b1c0;
    font-weight: 500
}

.search-box.opened {
    color: var(--PB-500) !important
}

.search-input {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: #fff
}

.search-input input {
    min-height: 55px;
    width: calc(100% - 23px);
    margin: 20px auto;
    filter: drop-shadow(0 7px 10px rgba(41, 38, 50, .03));
    border-radius: 5px
}

.search-input input {
    min-height: 55px
}

header .btn-outline-secondary {
    border-radius: 8px
}

header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff
}

header.fixed {
    box-shadow: var(--s-shadow)
}

header.fixed #breadcrumbs {
    display: none
}

.nav-link {
    color: var(--N-400);
    font-size: 1.143rem;
    font-weight: 500;
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--IB-800)
}

.login-but:before {
    content: '|';
    color: var(--N-300);
    padding: 0 .857rem
}

.navbar-toggler:focus {
    box-shadow: none
}

#sdb_toggle {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    position: relative
}

#sdb_toggle>div::before {
    transition: top 75ms ease .12s, opacity 75ms ease
}

#sdb_toggle>div:before {
    top: -10px
}

#sdb_toggle>div::after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

#sdb_toggle>div:after {
    bottom: -10px
}

#sdb_toggle>div:after,
#sdb_toggle>div:before {
    display: block;
    content: ""
}

#sdb_toggle>div {
    top: 50%;
    display: block;
    margin-top: -2px;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms
}

#sdb_toggle>div,
#sdb_toggle>div::after,
#sdb_toggle>div::before {
    background-color: var(--N-400);
    position: absolute;
    width: 100%;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

nav.opened #sdb_toggle>div {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg)
}

nav.opened #sdb_toggle>div::after {
    bottom: 0;
    transition: bottom 75ms ease 0s, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg)
}

nav.opened #sdb_toggle>div::before {
    top: 0;
    transition: top 75ms ease 0s, opacity 75ms ease .12s;
    opacity: 0
}

.navbar {
    padding-top: 1.714rem;
    padding-bottom: 1.714rem
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0
}

.btn-blue-outline:hover,
.btn-blueborder:hover,
.btn-outline-secondary:hover {
    background-color: var(--IB-600);
    border-color: var(--IB-600);
    border-radius: var(--radius-10);
    color: #fff !important
}

.min-w-auto {
    min-width: auto !important
}

.btn-outline-secondary:hover img {
    filter: brightness(100)
}

.pointer-event {
    cursor: pointer
}

.four-block {
    padding-bottom: 60px
}

.sdb-list a:hover p {
    color: var(--PB-500)
}

.singin-logo img {
    width: 100%;
    max-width: 150px
}

.nav-fill.nav:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.nav-fill.nav:-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.nav-fill.nav:-webkit-scrollbar-thumb {
    background-color: #000
}

.revers_hover:hover {
    color: var(--IB-600) !important
}

.add_field i {
    font-size: 20px
}

#breadcrumbs {
    background-color: #fff
}

#breadcrumbs i.fal {
    color: #a2b3be;
    font-size: 2rem;
    margin: 0 8px
}

#breadcrumbs a {
    color: #a2b3be
}

#breadcrumbs a,
#breadcrumbs span {
    font-weight: 500;
    font-size: 1.143rem
}

#breadcrumbs span {
    color: var(--IB-600)
}

.header-footer button,
.top-header button {
    appearance: none;
    border: 0;
    color: var(--N-500);
    padding: 0;
    background-color: transparent
}

.header-footer {
    display: none
}

.control-fonts button {
    padding: 0 8px 0 0
}

.top-header {
    padding: 12px 0 10px;
    color: var(--N-500);
    font-size: var(--font-s-16)
}

.top-header a {
    color: var(--N-500)
}

.top-header li:not(:last-child):after {
    content: '|';
    padding: 0 .857rem
}

.top-header .fa-search {
    transform: scaleX(-1)
}

.top-header i+span {
    padding-right: 5px
}

footer {
    background: linear-gradient(0, rgba(238, 242, 243, 0) 0, #eef2f3 66.15%);
    background-color: #fff;
    padding: 56px 0 24px
}

.widget p {
    color: var(--IB-600);
    margin: 20px 0
}

footer p {
    font-size: 1rem;
    margin: 0
}

footer input[type=email] {
    text-align: right;
    border: 0;
    background-color: transparent;
    min-height: 45px;
    padding: 0 14px;
    width: 100%;
    outline: 0
}

footer form {
    border-bottom: 1px solid #c7d1d8
}

footer .menu-items a {
    color: var(--IB-600)
}

footer .menu-items ul {
    display: grid;
    row-gap: 12px;
    padding: 0;
    grid-template-columns: auto auto
}

footer .content {
    padding-right: 50px
}

footer .copy-rights {
    margin-top: 72px
}

footer .download-apps p {
    line-height: 1.714rem;
    color: var(--IB-600)
}

.social-media i {
    width: 28px;
    height: 28px;
    background: var(--PB-500);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center
}

.social-media {
    display: flex;
    align-items: end;
    height: 100%
}

.social-media ul {
    gap: 12px
}

footer .fa-chevron-double-up {
    background: var(--IB-600);
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
    border-radius: 10px;
    width: 45px;
    height: 45px;
    font-size: 1.429rem;
    display: flex;
    align-items: center
}

footer h3 {
    font-size: 1rem;
    line-height: 24px
}

.download-apps a {
    border: 1px solid #d0dfe5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px
}

footer .menu-items h3 {
    margin-bottom: 24px
}

.footer-m-opened .fa-angle-down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

footer h3 .fa-angle-down {
    display: none;
    font-size: 30px;
    vertical-align: middle
}

footer .control-fonts button {
    background-color: transparent;
    border: 0;
    color: #145e7f;
    font-weight: 700;
    font-size: 18px
}

footer .control-fonts a {
    border: 0;
    font-weight: 700;
    font-size: 18px
}

footer button i {
    font-size: 20px
}

footer .row2 h3 {
    /* margin-bottom: 33px */
    margin-bottom: 24px;

}

footer a:hover i {
    background-color: var(--IB-600) !important
}

footer .control-fonts button:hover {
    color: var(--PB-500)
}

footer .bottom-footer {
    border-top: 1px solid #dae1e5;
    padding-top: 24px;
    margin-top: 46px
}

.links a {
    color: var(--IB-600)
}

.hero-slider {
    padding: 60px 0 80px
}

.hero-slider .text {
    max-width: 470px;
    color: var(--N-600);
    margin-bottom: 28px
}

.hero-slider .swiper-pagination {
    text-align: right
}

.hero-slider .swiper-slide {
    padding-bottom: 32px
}

.hero-slider .swiper-pagination-bullet-active {
    border: 1px solid #000
}

.hero-slider .content {
    margin-bottom: 32px
}

.hero-section .image {
    background-image: url('../images/Group 69323.svg');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 280px;
    padding-top: 60px
}

.types-of-financing .content:after {
    content: '';
    background: var(--bg-linear);
    border-radius: 50px 0 0 0;
    max-width: calc(100% - 60%);
    width: 100%;
    position: absolute;
    right: 0;
    height: calc(100% - 560px);
    min-height: 150px;
    top: 0;
    z-index: 0
}

.types-of-financing .content.h-200:after {
    height: 200px
}

.types-of-financing {
    padding-bottom: 80px
}

.types-of-financing .content {
    width: inherit;
    padding: 54px 0 0;
    min-height: 212px
}

.types-of-financing .text li {
    color: #717d85;
    line-height: 20px;
    font-size: 1rem;
    margin-bottom: 8px
}

.types-of-financing .text ul {
    padding-right: 20px
}

.types-of-financing .what-about {
    padding-bottom: 60px
}

.subtitle.position-relative {
    z-index: 1
}

.subtitle hr {
    background: var(--PB-500);
    border-radius: 70px;
    height: 4px;
    width: 94px;
    opacity: 1;
    margin: 0
}

.subtitle h2 {
    margin-bottom: 40px
}

h2 {
    font-weight: 700;
    font-size: 2.714rem;
    line-height: 3.571rem;
    color: var(--IB-600)
}

ul.nav-pills {
    background: var(--INB-25);
    border-radius: var(--radius-10);
    border: 1px solid;
    border-image-source: var(--Stroke-Card);
    border-image-slice: 1;
    -webkit-border-radius: var(--radius-10);
    -moz-border-radius: var(--radius-10);
    -ms-border-radius: var(--radius-10);
    -o-border-radius: var(--radius-10)
}

.content-tabs .card-radius {
    border-radius: var(--radius-10)
}

ul.nav-pills li.nav-item {
    padding: 8px 8px 8px 0
}

ul.nav-pills .nav-link.active {
    background: var(--PB-500);
    border-radius: var(--radius-10);
    -webkit-border-radius: var(--radius-10);
    -moz-border-radius: var(--radius-10);
    -ms-border-radius: var(--radius-10);
    -o-border-radius: var(--radius-10)
}

.card-radius {
    background-color: #f5f9fc;
    box-shadow: var(--h-shadow);
    overflow: hidden;
    border-radius: 20px 20px 30px 0;
    -webkit-border-radius: 20px 20px 30px 0;
    -moz-border-radius: 20px 20px 30px 0;
    -ms-border-radius: 20px 20px 30px 0;
    -o-border-radius: 20px 20px 30px 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.tabs-card .card-radius:hover,
a>.card-radius:hover {
    box-shadow: 0 0 15px #d5dadbcf
}

.tabs-card .card-radius:hover img,
.tabs-card .service:hover img,
a>.card-radius:hover img {
    transform: scale(1.1)
}

.service:hover a {
    font-size: 1.143rem
}

.card {
    background: var(--N-25);
    box-shadow: var(--h-shadow);
    border-radius: var(--radius-24);
    -webkit-border-radius: var(--radius-24);
    -moz-border-radius: var(--radius-24);
    -ms-border-radius: var(--radius-24);
    -o-border-radius: var(--radius-24);
    border: 1px solid;
    border-image-source: var(--Stroke-Card);
    border-image-slice: 70;
    padding: 16px
}

div#pills-tabContent {
    margin-top: 50px
}

.card .image {
    background: var(--INB-25);
    border-radius: var(--radius-20);
    -webkit-border-radius: var(--radius-20);
    -moz-border-radius: var(--radius-20);
    -ms-border-radius: var(--radius-20);
    -o-border-radius: var(--radius-20)
}

.tag {
    max-width: 100%;
    border-radius: 8px 8px 0 8px;
    min-height: 24px;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: right;
    padding: 4px 12px;
    justify-content: center;
    gap: 5px
}

.card-title {
    margin: 16px 0
}

.card-title h3 {
    color: var(--IB-600)
}

.tabs-card .text p {
    font-size: 1rem;
    line-height: 20px
}

.swiper.tabs-card {
    margin: 0 -20px;
    padding: 20px 20px 60px
}

.more-info p {
    font-size: 1rem;
    line-height: 20px
}

.more-info h3 {
    font-size: 1.429rem;
    margin: 0;
    line-height: 2.071rem
}

.types-of-financing .check-out p {
    font-size: 1rem;
    line-height: 1.429rem;
    margin: 16px 0
}

.types-of-financing.bg-primary .check-out h3,
.types-of-financing.bg-primary .check-out p {
    color: #fff
}

.types-of-financing .check-out .btn-blue {
    padding: 8px 11px;
    font-size: 1rem;
    line-height: 24px
}

.bg-primary .card,
.bg-primary .card-radius {
    box-shadow: none;
    background: 0 0
}

.bg-primary .card-title h3 {
    color: #fff
}

.bg-primary .card .image {
    background: var(--IB-700)
}

.e-services {
    background-color: var(--IB-600);
    padding: 60px 0
}

.image.minh-auto {
    flex: 0 0 25%
}

.minh-auto .img-fluid {
    max-height: 80px
}

.image.text-start.imagetaha img {
    height: 200px !important;
}

.e-services .container {
    z-index: 1;
    position: relative
}

.title-w-bg:after {
    content: '';
    position: absolute;
    max-width: 400px;
    width: 100%;
    background-color: var(--IB-800);
    top: 92px;
    height: 85px;
    z-index: 0
}

.e-services .content {
    margin-bottom: 60px
}

.e-services .service h3 {
    font-size: 1.429rem;
    line-height: 1.714rem;
    color: #fff;
    margin: 24px 0 12px;
    font-weight: 300;
    height: 25px;
}

.e-services .service a {
    color: var(--PB-500);
    display: flex;
    align-items: center;
    font-weight: 500
}

.e-services .service a span {
    margin-left: 8px
}

.services .swiper-pagination {
    display: none
}

.e-services .swiper-control .swiper-pagination {
    position: relative
}

.e-services .swiper-control {
    padding-top: 24px;
    margin-right: 24px
}

.why-sdb {
    padding: 80px 0
}

.why-sdb .item img {
    border-radius: var(--radius-20);
    padding: 15px;
    background-color: var(--IB-500)
}

.why-sdb .item:first-child img,
.why-sdb .item:last-child img {
    background-color: var(--PB-500)
}

.why-sdb .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 64px;
    z-index: 1;
    position: relative;
    padding: 46px 0;
    max-width: 574px;
    margin-right: auto
}

.why-sdb .content-items:after {
    content: '';
    background: var(--bg-linear);
    border-radius: 0 50px 0 0;
    max-width: calc(100% - 33%);
    width: 100%;
    position: absolute;
    left: 0;
    height: calc(100% - 80px);
    top: 80px;
    z-index: 0;
    -webkit-border-radius: 0 50px 0 0;
    -moz-border-radius: 0 50px 0 0;
    -ms-border-radius: 0 50px 0 0;
    -o-border-radius: 0 50px 0 0
}

.why-sdb .content-items h3 {
    font-size: 1.286rem;
    line-height: 1.857rem;
    letter-spacing: .03em;
    margin: 16px 0 8px
}

.why-sdb .content-items p {
    font-size: 1rem;
    line-height: 1.429rem;
    letter-spacing: .03em
}

.why-sdb .subtitle {
    margin-top: 50px
}

.sdb-numbers .bg {
    background: linear-gradient(180deg, rgba(238, 242, 243, 0) 0, #eef2f3 100%), url(../images/bg-numbers.svg);
    padding: 64px 0 60px
}

.sdb-numbers .number {
    text-align: center
}

.sdb-numbers .number h3 {
    font-size: 2.143rem;
    line-height: 3.071rem;
    letter-spacing: .03em;
    font-feature-settings: 'pnum' on, 'lnum' on
}

.sdb-numbers .number h4 {
    margin-top: 24px;
    font-size: 1.286rem;
    line-height: 1.286rem;
    color: var(--IB-600)
}

.sdb-numbers .number p {
    font-size: 1rem;
    line-height: 1.429rem;
    margin: 24px 0 12px;
    color: var(--IB-600);
    text-align: center;
}

.sdb-numbers .number .text p {
    color: var(--N-600)
}

.sdb-numbers .number .text a {
    border-bottom: 1px solid;
    padding-bottom: 8px;
    color: inherit
}

.swiper-testimonials a:hover h2,
a:hover,
a:hover h3,
a:hover h5,
header .nav-link:focus,
header .nav-link:hover {
    color: var(--PB-500) !important
}

.hover-primary:hover {
    color: var(--IB-600) !important
}

.sdb-numbers.about-number .number h3 {
    font-size: 1.286rem;
    line-height: 1.857rem;
    margin-top: 20px
}

.sdb-numbers.about-number .number p {
    margin-top: 8px;
    font-size: 1.143rem;
    line-height: 23px
}

.testimonials {
    background-image: url('../images/Group%2069211.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(23 53 90 / 50%);
    background-blend-mode: multiply;
    color: #fff;
    padding: 80px 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none
}

hr.text-white {
    background-color: #fff
}

.testimonials h3 {
    color: #fff;
    font-weight: 500;
    font-size: 2.286rem;
    line-height: 3.286rem;
    letter-spacing: .03em
}

.testimonials h4 {
    font-size: 1.429rem;
    line-height: 2.071rem;
    letter-spacing: .03em;
    font-weight: 500
}

.testimonials p {
    font-weight: 400;
    font-size: 1.714rem;
    line-height: 3rem;
    letter-spacing: .03em;
    color: #fff
}

.testimonials .name,
.testimonials .text {
    margin: 80px 0 60px
}

.testimonials .swiper-pagination {
    text-align: left;
    width: auto
}

.testimonials .swiper-pagination-bullet-active {
    background: #fff
}

.testimonials .video span {
    font-weight: 500;
    font-size: 1.429rem;
    line-height: 2.071rem;
    letter-spacing: .03em;
    margin-right: 20px
}

.testimonials .video {
    width: fit-content;
    cursor: pointer
}

.last-news .content:after {
    content: '';
    background: var(--bg-linear);
    border-radius: 0 50px 0 0;
    max-width: calc(100% - 60%);
    width: 100%;
    position: absolute;
    left: 0;
    height: 200px;
    top: 0;
    z-index: 0;
    -webkit-border-radius: 0 50px 0 0;
    -moz-border-radius: 0 50px 0 0;
    -ms-border-radius: 0 50px 0 0;
    -o-border-radius: 0 50px 0 0
}

.last-news .content {
    width: inherit;
    padding: 54px 0 0;
    min-height: 212px;
    margin-right: auto
}

.last-news {
    margin-top: 80px;
    padding-bottom: 60px
}

.last-news .new {
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(180deg, rgba(23, 53, 90, 0) 0, var(--IB-600) 100%), url(../images/caba340379db15940155af07be501f2c.jpg);
    border-radius: 20px 20px 0 20px;
    min-height: 500px;
    background-size: cover;
    max-width: 330px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    -ms-border-radius: 20px 20px 0 20px;
    -o-border-radius: 20px 20px 0 20px;
    padding: 0 20px 28px
}

.last-news .new h3 {
    font-size: 1.429rem;
    line-height: 2.143rem;
    letter-spacing: .03em;
    color: #fff;
    text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    margin-bottom: 15px
}

.last-news .new a {
    font-weight: 500;
    font-size: 1.286rem;
    line-height: 1.714rem;
    color: #fff;
    text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
    gap: 8px
}

.show-all-news a {
    font-weight: 400;
    font-size: 1.143rem;
    color: var(--PB-500);
    text-decoration: underline;
    margin-top: 26px;
    display: block
}

.last-news .event .text p {
    font-size: 1.143rem;
    line-height: 1.643rem;
    letter-spacing: .03em
}

.last-news .event .text {
    margin-top: 22px
}

.last-news .event time {
    color: #717d85;
    letter-spacing: .03em;
    font-feature-settings: 'pnum' on, 'lnum' on
}

.last-news .event h3 {
    font-size: 1.429rem;
    line-height: 2.071rem;
    letter-spacing: .03em
}

.last-news .buttons {
    margin-top: 24px
}

.last-news.position-relative .tab-content {
    margin-top: 60px !important
}

.news-card-p img {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

.news-card-p:hover a {
    color: var(--PB-500) !important
}

.news-card-p:hover {
    cursor: pointer
}

.rating {
    padding: 40px 0 60px;
    background-color: var(--IB-600)
}

.rating .bg-white {
    min-height: 40px;
    margin-right: auto;
    min-width: 82px;
    color: var(--IB-600);
    border-radius: var(--radius-10);
    -webkit-border-radius: var(--radius-10);
    -moz-border-radius: var(--radius-10);
    -ms-border-radius: var(--radius-10);
    -o-border-radius: var(--radius-10)
}

.rating .title {
    z-index: 1
}

.rating.title-w-bg:after {
    height: 59px
}

.rating h2 {
    margin-bottom: 35px
}

.rating-box {
    display: inline-block
}

.rating-box .rating-container {
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
    gap: 12px
}

.rating-box .rating-container label {
    display: inline-block;
    margin: 15px 0;
    color: #d4d4d4;
    cursor: pointer;
    font-size: 25px;
    transition: color .2s
}

.rating-box .rating-container input {
    display: none
}

.rating-box .rating-container .far {
    font-weight: 300
}

.rating-box .rating-container input:checked~label i,
.rating-box .rating-container label:hover i,
.rating-box .rating-container label:hover~label i {
    color: var(--PB-500);
    font-weight: 900
}

.rating-container [type=radio]:checked+label:after,
.rating-container [type=radio]:checked+label:before,
.rating-container [type=radio]:not(:checked)+label:after,
.rating-container [type=radio]:not(:checked)+label:before {
    display: none
}

.rating-container [type=radio]:checked+label,
.rating-container [type=radio]:not(:checked)+label {
    padding-right: 0
}

.hero-section .content {
    padding-top: 52px;
}

.hero-section {
    padding-bottom: 80px
}

.max-140 {
    max-width: 140px
}

.buttons .details {
    color: #a2b3be;
    gap: 8px
}

.card-h-100 .card,
.card-h-100 .card-radius {
    height: 100%
}

.card-p-60 .row>* {
    margin-bottom: 40px
}

.card-p-60 p {
    font-size: 1rem;
    line-height: 1.429rem;
    margin-bottom: 1.429rem
}

.text.m-540 {
    max-width: 540px;
    margin-bottom: 2rem
}

.advantages p {
    font-size: 1.143rem;
    line-height: 23px;
    color: var(--IB-600);
    margin: 14px 0 12px
}

.advantages .card {
    padding: 20px 24px
}

.advantages .col {
    border-left: 1px solid #eef2f3;
    padding-left: 28px;
    padding-right: 28px;
    flex: 0
}

.advantages .item {
    width: max-content
}

.advantages .col:first-child {
    padding-right: 24px
}

.advantages .col:last-child {
    padding-left: 0;
    border: 0
}

.more_reads .row {
    --bs-gutter-y: 30px
}

.about-finance .d-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px
}

.items-4 .d-grid {
    grid-template-columns: repeat(4, 1fr)
}

.about-finance .card p {
    font-size: 1rem;
    line-height: 1.429rem
}

.about-finance img {
    padding: 30px 30px
}

.about-finance .card-title h3 {
    font-size: 1.143rem;
    line-height: 1.643rem
}

.about-finance .card-title {
    margin: 10px 0 8px
}

.about-finance i.fas {
    font-size: 30px
}

.about-finance .btn-primary {
    width: 100%;
    max-width: 110px;
    font-size: 1rem
}

.about-finance .content-tabs p {
    margin-bottom: 1.714rem
}

.requirements {
    padding-bottom: 80px
}

.requirements .row {
    --bs-gutter-x: 30px
}

.requirements .subtitle {
    margin-bottom: 60px
}

.requirements .subtitle h2 {
    margin-bottom: 40px
}

.sdb-list ::marker {
    content: "\f323";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.429rem;
    font-weight: 300;
    color: var(--PB-500)
}

.pdf-icon ::marker {
    content: url(../images/pdf.svg)
}

.requirements .card {
    padding: 35px 26px
}

.sdb-list li {
    padding-right: 9px
}

.sdb-list p,
ul.sdb-list {
    margin: 0
}

.sdb-list p {
    font-size: 1.286rem;
    line-height: 2.286rem;
    color: var(--IB-600)
}

ul.sdb-list {
    display: grid;
    row-gap: 12px
}

.req-about p {
    color: #717d85;
    font-size: 1.143rem;
    line-height: 2.571rem
}

.listAutoH h3 {
    font-size: 1.714rem;
    line-height: 2.571rem
}

.sdb-tabs .btn-blue:hover {
    background: #fff;
    border: 1px solid #fff;
    color: var(--PB-500)
}

.bg-primary a:hover,
.sdb-tabs .Register a:hover {
    color: #fff !important
}

.sdb-tabs {
    background: var(--IB-600)
}

.sdb-tabs .pHalls,
.sdb-tabs h2 {
    margin-bottom: 0
}

.list-of-tabs {
    height: 100%;
    max-width: fit-content;
    align-items: center;
    background: var(--IB-800);
    border-radius: 60px 20px 0 20px;
    padding: 70px 20px 60px 32px
}

.list-of-tabs .nav-pills .nav-link {
    font-weight: 500;
    font-size: 1.429rem;
    line-height: 2.114rem;
    color: #fff;
    padding: 12px 16px;
    text-align: inherit;
    border-right: 3px solid transparent
}

.list-of-tabs .nav-pills .nav-link.active,
.list-of-tabs .nav-pills .show>.nav-link {
    background-color: #0c2945;
    border-radius: 8px 0 0 8px;
    color: var(--PB-500);
    border-right: 3px solid var(--PB-500)
}

.sdb-tabs .list-of-tabs .nav-pills {
    row-gap: 35px
}

.mb-70 {
    margin-bottom: 74px
}

.mb-60 {
    margin-bottom: 60px
}

.sdb-tabs .sdb-list p {
    font-weight: 500;
    font-size: 1.286rem;
    line-height: 2.286rem;
    color: #fff
}

.sdb-tabs .video-block h3 {
    font-size: 1.714rem;
    line-height: 32px;
    color: #fff;
    margin-bottom: 32px
}

.sdb-tabs .video-block p {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px
}

.sdb-tabs .video {
    position: relative;
    margin-bottom: 24px;
    border-radius: 20px 40px 20px 0;
    -webkit-border-radius: 20px 40px 20px 0;
    -moz-border-radius: 20px 40px 20px 0;
    -ms-border-radius: 20px 40px 20px 0;
    -o-border-radius: 20px 40px 20px 0
}

.sdb-tabs .video .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.sdb-tabs.sdb-strategy.title-w-bg:after {
    max-width: 50%
}

.two-cards .card-body li {
    color: #a2b3be;
    font-size: 1.143rem;
    line-height: 23px
}

.got-to-top {
    display: none
}

.personDiv .fa-play-circle {
    font-size: 30px;
    vertical-align: middle
}

.personDiv .fa-download,
.personDiv .fa-eye {
    font-size: 20px;
    margin-left: 5px;
    vertical-align: middle
}

.two-cards {
    background: linear-gradient(180deg, rgba(238, 242, 243, 0) 0, hwb(192deg 93% 5% / 40%) 100%)
}

.two-cards.bg-primary {
    background-image: none
}

.bg-primary .card {
    background: var(--IB-800);
    border: 0
}

.two-cards p.card-text {
    font-size: 1.143rem;
    line-height: 2.071rem;
    color: var(--N-600)
}

.two-cards.bg-primary p.card-text {
    color: var(--N-400)
}

.two-cards.bg-primary h5.card-title {
    color: #fff
}

.two-cards h5.card-title {
    color: var(--IB-600);
    font-size: 1.429rem;
    line-height: 2.071rem;
    font-weight: 700;
    margin-top: 0
}

.two-cards.bg-primary .card-image {
    background: var(--IB-700)
}

.two-cards .card-image {
    background-color: var(--INB-25);
    border-radius: var(--radius-20);
    padding: 15px
}

.max-155 {
    max-width: 155px;
    max-height: 180px;
    min-height: 180px;
}

.two-cards:not(.bg-primary) [type=radio]:checked+label,
.two-cards:not(.bg-primary) [type=radio]:not(:checked)+label {
    color: #717d85
}

.two-cards:not(.bg-primary) [type=radio]:checked+label:before,
.two-cards:not(.bg-primary) [type=radio]:not(:checked)+label:before {
    background-color: var(--PB-50)
}

.two-cards:not(.bg-primary) .btn-outline-primary {
    background-color: transparent;
    border-color: var(--IB-600);
    color: var(--IB-600);
    font-weight: 700;
    width: 100%;
    min-width: auto
}

.two-cards:not(.bg-primary) .btn-outline-primary:hover {
    background-color: var(--IB-600);
    color: #fff !important
}

.two-cards .buttons {
    margin-top: 30px
}

.two-cards.bg-primary .sub-rating .d-flex:not(.buttons) {
    margin: 32px 0 42px;
    max-width: calc(100% - 15px)
}

.comments-sec .comments p {
    font-weight: 500;
    font-size: 1.143rem;
    line-height: 24px;
    color: #a2b3be;
    margin: 0
}

.comments-sec .comments .user {
    margin-bottom: 20px;
    gap: 12px
}

.comments-sec h3 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.714rem;
    color: #fff;
    margin-bottom: 30px
}

.comments-sec .btn-blue {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    max-height: 40px;
    display: flex;
    align-items: center;
    max-width: 96px
}

.comments-sec .btn-outline-primary {
    min-height: 40px;
    min-width: 114px
}

.form-comment .d-grid {
    grid-template-columns: 1fr auto;
    gap: 20px
}

.form-comment textarea {
    min-height: 80px;
    color: #fff;
    border-radius: 10px;
    font-size: 1.143rem;
    border: 1px solid #c7d1d8
}

.form-comment .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #c7d1d8;
    outline: 0;
    box-shadow: none
}

.comments-sec .card {
    padding: 32px
}

.comments-sec .comment {
    margin-bottom: 20px;
    background: var(--IB-700);
    color: #fff;
    padding: 24px;
    border-radius: var(--radius-20)
}

.comments-sec .comment:last-child {
    margin-bottom: 0
}

.comments-sec h4 {
    font-size: 1.429rem;
    line-height: 1.714rem;
    color: #fff;
    margin: 40px 0 32px
}

.comments-sec .comments .user h5 {
    font-weight: 700;
    margin: 0;
    font-size: 1.429rem;
    line-height: 2rem;
    text-align: right;
    letter-spacing: -.656526px;
    color: #fff
}

.comments-sec .comments .user time {
    color: #a2b3be;
    font-size: 1.143rem;
    font-weight: 500;
    letter-spacing: -.500211px;
    line-height: 2rem
}

.rate-number {
    background: #0c2945;
    border-radius: 8px 8px 0 8px;
    color: #fff;
    color: var(--PB-500);
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.143rem;
    line-height: 24px
}

.comments-sec .rating-card h3 {
    margin-bottom: 0
}

.comments-sec .rating-stars {
    display: flex;
    gap: 12px
}

.comments-sec .rating-card i {
    color: #c7d1d8;
    font-size: 26px
}

.comments-sec .rating-card i:hover:before {
    color: var(--PB-500);
    font-weight: 900
}

.comments-sec .rating-card i.active {
    color: var(--PB-500);
    font-weight: 900
}

.rating-card .d-flex {
    gap: 20px;
    margin-bottom: 30px
}

.comments-sec .swiper-pagination2 {
    text-align: center
}

.comments-sec .comments {
    display: none
}

.btn-outline-primary.hide-all-comments {
    display: none
}

.timeline {
    overflow: hidden
}

.timeline .date-year {
    color: #c7d1d8;
    font-weight: 600;
    font-size: 9px;
    background: #0c2945;
    border: 2px solid var(--IB-800);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    margin: auto
}

.timeline-dates:after {
    content: '';
    background: var(--IB-800);
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0
}

.timeline-dates .swiper-button-next,
.timeline-dates .swiper-button-prev {
    left: 0;
    right: auto;
    color: #c7d1d8;
    background: var(--IB-800);
    border-radius: 8px 8px 0 8px;
    width: 40px;
    height: 40px;
    top: calc(50% - 12px)
}

.timeline-dates .swiper-button-next:hover,
.timeline-dates .swiper-button-prev:hover {
    background: var(--PB-500)
}

.timeline-dates .swiper-slide-next,
.timeline-dates .swiper-slide-prev {
    width: 60px !important
}

.timeline-dates .swiper-slide.swiper-slide-active {
    width: 100px !important
}

.timeline-dates .swiper-button-prev {
    right: 0;
    left: auto
}

.timeline-dates .swiper-slide {
    cursor: pointer
}

.timeline .swiper-slide-next .date-year,
.timeline .swiper-slide-prev .date-year {
    font-weight: 600;
    font-size: 1.143rem;
    line-height: 50px;
    min-width: 60px;
    min-height: 60px
}

.timeline .swiper-slide.swiper-slide-active .date-year {
    color: var(--PB-500);
    font-size: 1.714rem;
    font-weight: 700;
    min-width: 100px;
    min-height: 100px;
    border: 4px solid var(--PB-500);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .1))
}

.timeline .swiper-slide.swiper-slide-active .date-year:after {
    content: '';
    background-image: url(../images/timeline-icon.svg);
    bottom: -30px;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto
}

.timeline .year-details {
    margin-top: 44px
}

.timeline .year-details p {
    font-size: 1.286rem;
    line-height: 2.571rem;
    text-align: center;
    color: #fff
}

.timeline-dates.swiper-pointer-events {
    min-height: 100px
}

.tabs-events-img {
    flex: none
}

.FAQ .accordion {
    grid-template-columns: 1fr 1fr;
    gap: 24px 30px;
    align-items: baseline;
    margin-top: 70px
}

.FAQ .accordion .accordion-button {
    font-weight: 600;
    font-size: 1.571rem;
    color: var(--IB-600);
    line-height: 2.571rem
}

.FAQ .accordion .card,
.FAQ .accordion .card-radius {
    border-radius: 20px 20px 0 20px
}

.FAQ .accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none
}

.FAQ .accordion .accordion-button::after {
    content: "+";
    background: 0 0;
    width: auto;
    height: auto;
    color: #92a1ab;
    font-size: 30px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    line-height: 0px;
    background: #f5f9fc;
    border-radius: 8px;
    transform: rotate(0)
}

.FAQ .accordion-body {
    font-size: 1.286rem;
    line-height: 2.143rem;
    color: #717d85
}

.FAQ .accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none
}

.FAQ .accordion .card-radius.active,
.FAQ .accordion .card-radius.active .card {
    border-radius: 20px 20px 20px 0
}

.FAQ .accordion .card-radius.active .card {
    border: 2px solid var(--PB-500)
}

.FAQ .card-radius.active .accordion-button::after {
    background: var(--PB-500);
    content: '-';
    color: #fff
}

.hero-contact .social-media {
    height: auto
}

.hero-contact .icon {
    background: #92a1ab;
    box-shadow: inset 0 .5px 2px rgb(255 255 255 / 40%);
    backdrop-filter: blur(4px);
    width: 36px;
    height: 36px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.429rem
}

.hero-contact .item {
    margin-bottom: 12px
}

.hero-contact .item .label {
    font-weight: 500;
    font-size: 1.286rem;
    line-height: 2.571rem;
    color: #92a1ab
}

.hero-contact .item a {
    font-weight: 600;
    font-size: 1.286rem;
    line-height: 2.571rem;
    color: var(--IB-600)
}

.hero-contact .social-media ul {
    margin: 30px 0 40px
}

.hero-contact .social-media i {
    width: 36px;
    height: 36px
}

.hero-contact .social-media a:hover i {
    background-color: var(--IB-600) !important
}

.contact-us-form .form-control {
    min-height: 44px;
    margin-bottom: 15px
}

.filter-select {
    display: flex
}

.CEO h3 {
    font-size: 1.429rem;
    line-height: 29px;
    letter-spacing: .03em;
    margin-bottom: 8px
}

.CEO h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .03em;
    color: #a2b3be;
    margin-bottom: 20px
}

.CEO p {
    font-size: 1.143rem;
    line-height: 23px;
    letter-spacing: .03em;
    color: #717d85
}

.p-32 {
    padding: 32px
}

.main-member {
    max-width: 330px;
    margin: auto
}

.member p {
    color: #143b61 !important;
    min-height: 70px;
    letter-spacing: .03em;
    border-radius: var(--radius-20);
    background: #e6f1f7;
    z-index: 2;
    position: relative
}

.member .position p.bg-primary {
    font-size: 1.429rem;
    line-height: 2.071rem;
    color: #fff !important
}

.grid-view-slider .card-title h3,
.member .card-title h3 {
    font-size: 1.143rem;
    line-height: 1.643rem;
    letter-spacing: .03em
}

.member a.linkedin {
    width: 36px;
    height: 36px;
    background: var(--PB-500);
    font-size: 1.286rem
}

.hierarchy {
    margin-top: 36px;
    padding-top: 60px;
    background-color: #fff
}

.hierarchy:after {
    border-top: 2px solid #a1b1c0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: calc(100% - 240px);
    margin: auto
}

.member.main-member:after {
    content: '';
    width: 1px;
    height: 100px;
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    border-right: 2px solid #a1b1c0;
    margin: auto;
    z-index: -1
}

.member.main-member {
    z-index: 1
}

.hierarchy .member:not(.main-member) .position:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 2px;
    margin: auto;
    top: -60px;
    background: #a1b1c0;
    z-index: 1;
    height: 45px
}

.hierarchy .member:not(.main-member) .position::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 15px;
    margin: auto;
    top: -20px;
    background: #a1b1c0;
    z-index: 1;
    height: 15px;
    border-radius: 50%
}

.member p {
    color: #143b61 !important;
    min-height: 70px;
    letter-spacing: .03em;
    border-radius: var(--radius-20);
    background: #e6f1f7;
    z-index: 2;
    position: relative;
    min-width: 240px
}

.position-level3 .hierarchy:after {
    width: calc(100% - 265px)
}

.position-level2.member {
    max-width: 750px;
    margin: auto;
    position: relative
}

.position-level2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #a1b1c0
}

.position-level1 {
    max-width: 220px;
    margin: auto;
    margin-bottom: 52px
}

.position-level3 .member p {
    color: #fff !important;
    background: #338bbd
}

.position-level1.member:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background: #a1b1c0;
    margin: auto;
    top: 0;
    z-index: 0
}

.position-level2:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background: #a1b1c0
}

.position-level2.without-dashad:before {
    border-top: 2px solid #a1b1c0
}

.position-level2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    left: 0;
    right: 0;
    border-top: 2px dashed #a1b1c0
}

.board-member p {
    font-size: 1rem;
    line-height: 20px
}

.ProgramOne-swiper {
    padding: 20px 20px 80px;
    margin: -20px
}

.ProgramOne-swiper .swiper-slide {
    height: auto
}

.button a:not(.btn-primary):hover,
.socials a:hover {
    color: var(--IB-600) !important
}

.fc-list-item-time {
    display: none
}

.fc-view.fc-dayGridMonth-view.fc-dayGrid-view {
    overflow: scroll
}

.fc-event {
    background-color: #2aae2a;
    border: none
}

.fc-content {
    padding: 3px
}

.fc-event-dot {
    background-color: #2aae2a
}

.warning {
    background-color: #ff6500
}

.fc-list-item.warning {
    background-color: rgba(255, 101, 0, .5)
}

.fc-list-item.warning .fc-event-dot {
    background-color: #ff6500
}

.error {
    background-color: #ff0040
}

.fc-list-item.error {
    background-color: rgba(255, 0, 64, .4)
}

.fc-list-item.error .fc-event-dot {
    background-color: #ff0040
}

.float-right {
    float: right
}

.fc-scroller.fc-day-grid-container {
    height: 732px !important
}

.fc-dayGrid-view .fc-body .fc-row {
    min-height: 122px !important
}

body .fc-h-event .fc-event-title {
    white-space: break-spaces;
    overflow: visible
}

.fc-event {
    text-align: initial
}

.fc-event:hover {
    color: #000 !important
}

.progress-bar-section .row {
    --bs-gutter-x: 2.143rem
}

.sm-shadow,
.sm-shadow .card {
    box-shadow: var(--s-shadow)
}

.progress-bar-section .row>* {
    margin-bottom: 30px
}

.progress-bar-section .percentage,
.progress-bar-section h3 {
    font-size: 1.429rem;
    letter-spacing: .03em;
    line-height: 2.071rem
}

.progress-bar-section .title span {
    font-weight: 500;
    color: var(--PB-600)
}

.progress-bar-section .time {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px
}

.progress-bar-section .top-card {
    margin-bottom: 26px
}

.progress-bar-section .progress {
    margin-right: -20px;
    height: 6px
}

.progress-bar-section .top {
    margin-bottom: 9px
}

.progress-bar-section .top span {
    color: #717172;
    font-size: .714rem;
    line-height: 1.143rem
}

.DGO-500 {
    color: var(--DGO-500)
}

.DGO-500 .progress-bar {
    background-color: var(--DGO-500)
}

.DGO-500 .progress {
    background: #fbdfd6
}

.GL-500 {
    color: var(--GL-500)
}

.GL-500 .progress-bar {
    background-color: var(--GL-500)
}

.GL-500 .progress {
    background: #fdf0d2
}

.INB-500 {
    color: var(--INB-500)
}

.INB-500 .progress-bar {
    background-color: var(--INB-500)
}

.INB-500 .progress {
    background: #e6f1f7
}

.M-600 {
    color: var(--M-600)
}

.M-600 .progress-bar {
    background-color: var(--M-600)
}

.M-600 .progress {
    background: #c4e7d9
}

.success {
    color: #2e8d66
}

.progress-bar-section .card ul {
    display: grid;
    gap: 19px
}

.loading-icon {
    background: #f5f9fc;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999
}

ul.nav-pills .nav-link.active img {
    filter: brightness(2)
}

.E_Servic_Status {
    border-radius: .5rem .5rem 0 .5rem;
    background: var(--IB-800);
    padding: .113rem .188rem;
    font-size: .75rem;
    font-weight: 400;
    display: inline;
    color: #fff
}

.show_All_Service_btn:hover {
    background-color: #fff;
    color: var(--IB-600)
}

.swiper-slide .service {
    width: 13.75rem;
    margin-left: 3.75rem
}

@media (min-width:991px) {
    .testimonials .video {
        margin-right: 5rem
    }
}

@media (max-width:991px) {
    ul.navbar-nav {
        padding-top: 1.875rem
    }

    ul.navbar-nav li {
        padding-top: .625rem
    }

    .sdb-numbers .number p {
        font-size: .8rem
    }
}

.about-finance .btn-prim {
    color: #fff;
    background-color: var(--IB-600);
    border-color: var(--IB-600);
    border-radius: var(--radius-10);
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 233px;
    width: 110px;
    font-weight: 500;
    font-size: 1.143rem;
    line-height: 1.714rem
}

.about-finance .btn-prim:hover {
    background: #fff
}

#financing_steps .card .image {
    height: 130px;
    min-height: auto
}

.btn-prim2 {
    color: #fff;
    background-color: var(--IB-600);
    border-color: var(--IB-600);
    border-radius: var(--radius-10);
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 233px;
    width: 110px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.714rem
}

.conectUs {
    width: 92px;
    min-height: 40px;
    color: var(--IB-600);
    border-color: var(--IB-600);
    border-radius: var(--radius-10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.143rem;
    line-height: 1.714rem;
}

.prevBtn.conectUs {
    min-height: 56px;
}

body .btn-outline-primary:hover {
    color: var(--IB-600) !important;
    background: #fff
}

.MapTab .nav-link {
    font-size: .85rem;
    padding-right: 0;
    padding-left: 0
}

.MapTab select.card-radius-select {
    background-color: #f5f9fc;
    box-shadow: var(--h-shadow);
    font-size: .85rem;
    padding: 8px 1px;
    border-radius: 10px;
    height: 48px;
    border: 1px solid #eef2f3;
    color: var(--N-400);
    font-weight: 500;
    width: 85px
}

.MapTab select.card-radius-select:focus {
    outline: 0
}

.MapTab select.card-radius-select option {
    padding: 10px;
    border: 5px solid !important;
    font-size: .85rem;
    padding: 8px 1px;
    font-weight: 500
}

.tab-pane h6.bankBranch {
    color: #92a1ab;
    font-size: 12px !important;
    font-weight: 400
}

.map.card {
    border: 0;
    box-shadow: none;
    background: rgb(245 249 252 / 40%)
}

.filter-one label::before {
    display: none
}

.filter-one [type=radio]:not(:checked)+label {
    color: #92a1ab;
    padding-right: 0;
    font-size: 14px;
    padding: 5px
}

.filter-one [type=radio]:checked+label {
    padding-right: 0;
    font-size: 14px;
    background-color: var(--PB-500);
    background: var(--PB-500);
    border-radius: var(--radius-10);
    padding: 5px;
    width: 100%
}

.map.card [type=radio]:checked+label:after {
    display: none
}

.filter-one .card-radius {
    border-radius: 8px;
    box-shadow: none
}

.filter .serchInput {
    background: #f5f9fc;
    border-radius: 8px;
    width: auto
}

.map.card p {
    font-size: .857rem;
    line-height: 16px;
    margin: 16px 0 24px
}

.popup-map {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: calc(100% - 100px);
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    border-radius: 20px 20px 0 20px;
    padding: 24px
}

#map {
    min-height: 370px
}

.popup-map h3 {
    font-size: 1.429rem;
    margin-bottom: 12px
}

.hero-contact .popup-map .icon {
    width: 30px;
    height: 30px;
    font-size: 16px
}

.hero-contact .popup-map .item .label {
    font-size: 1rem
}

.close-popup {
    text-align: end;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 20px
}

a.moreArrow {
    font-weight: 500;
    text-decoration: underline
}

p.overviewP {
    color: #717d85;
    font-size: 1.143rem
}

.cardFullradius {
    border-radius: 20px;
    height: 56px;
    margin-bottom: 11px;
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px
}

.cardFullradius img {
    margin: 0 10px;
    cursor: pointer
}

.ProgramOne-swiper .card p {
    font-size: .97rem
}

.listAutoH {
    height: auto !important;
    background-color: #fff;
    padding: 30px
}

.GrowSwipe img {
    margin: 0 12px
}

.GrowSwipe span {
    color: var(--IB-600);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    letter-spacing: .03em
}

.GrowSwipe span.rateup {
    color: #3ab080;
    font-weight: 300
}

.GrowSwipe span.ratedown {
    color: #f24b4b;
    font-weight: 300
}

.download span {
    color: #fff;
    font-weight: 400;
    margin: 5px 0;
    font-size: 1rem
}

.download a {
    color: #fff;
    font-weight: 400;
    margin: 5px 0;
    font-size: 1rem
}

.download img {
    margin: 0 5px
}

.download {
    margin: 0
}

time {
    color: #717d85;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px
}

h3.titleH {
    font-size: 1.5rem;
    line-height: 2rem
}

.commentpage5 {
    margin-top: 130px !important
}

.overviewP2 {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 36px;
    text-align: right;
    color: #eef2f3 !important;
    width: 20%
}

.serviceP {
    font-size: 1.143rem;
    color: #c7d1d8;
    font-weight: 400
}

.blackCards {
    background: var(--IB-800);
    border: none
}

.blackCards .cardFooter {
    margin: 10px -16px -16px
}

.blackCards span {
    color: #fff;
    font-size: 1.429rem;
    font-weight: 700;
    line-height: 29px
}

.blackCards label {
    font-size: 1.143rem;
    color: #c7d1d8;
    font-weight: 400
}

.blackCards span.tag {
    padding: 5px !important;
    background: #0c2945;
    border-radius: 8px 8px 0 8px;
    color: var(--PB-500);
    margin: 20px 0 20px 5px !important;
    font-size: 12px
}

.blackCards label.tag {
    padding: 5px !important;
    background: #0c2945;
    border-radius: 8px 8px 0 8px;
    color: #80b7d6;
    margin: 20px 0 20px 5px !important;
    font-size: 12px
}

.whiteBtn {
    border: 1px solid #fff;
    border-radius: 8px;
    background-color: rgba(255, 0, 0, 0);
    color: #fff;
    padding: 10px 30px;
    margin-top: 50px
}

.whiteBtn:hover {
    border: 1px solid #fff;
    border-radius: 8px;
    background-color: #fff;
    color: var(--IB-600)
}

@media (min-width:767px) {
    .card-radiusWidth {
        width: 255px !important
    }

    .imageWidth {
        height: auto !important
    }
}

.w-180 {
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    height: 48px;
    border: 1px solid #eef2f3;
    color: var(--N-400);
    font-weight: 500;
    max-width: 180px;
    min-width: 90px;
    margin: 0 10px
}

.w-180:focus {
    border: none
}

.wH-180 {
    background-color: #fff;
    font-size: .85rem;
    padding: 8px 20px;
    border-radius: 6px;
    height: 48px;
    border: 1px solid #eef2f3;
    margin: 0 10px !important;
    color: var(--N-400);
    font-weight: 500;
    max-width: 320px;
    min-width: 180px
}

.moreArrow:hover {
    color: var(--IB-600) !important
}

.date-font {
    font-feature-settings: 'pnum' on, 'lnum' on
}

.moreArrow i {
    font-size: 30px;
    vertical-align: bottom;
    margin-right: 5px
}

.wH-180:focus {
    border: none
}

.incomeLable {
    font-style: normal;
    font-weight: 700;
    font-size: 1.714rem;
    text-align: right;
    color: var(--IB-600)
}

.refreshlable {
    font-style: normal;
    font-weight: 600;
    font-size: 1.143rem;
    text-align: right;
    color: #92a1ab;
    cursor: pointer
}

.incomForm label.type {
    position: absolute;
    width: 100%;
    text-align: left;
    margin-top: -35px;
    margin-right: -15px;
    z-index: 0;
    height: 0px
}

.incomForm label {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: var(--IB-600);
    margin-bottom: 15px
}

.incomForm input:not([type="submit"]) {
    border: 1px solid #c7d1d8;
    border-radius: 10px;
    height: 56px;
    padding: 0 15px 0 20px;
    font-size: 1.143rem;
    color: #7c8891;
    z-index: 88;
    background: rgba(255, 0, 0, 0)
}

.incomForm input::placeholder {
    color: #a2b3be;
    font-size: 1.143rem
}

.incomForm a {
    font-weight: 600
}

.nextBtn {
    max-width: 120px !important
}

.prevBtn {
    max-width: 120px !important;
    background-color: #fff;
    color: var(--IB-600)
}

.NewsImg {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 8px
}

.NewsImgShadow {
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 8px;
    position: absolute;
    background-image: linear-gradient(rgba(255, 0, 0, 0), #122a48);
    opacity: 1;
    padding: 30px
}

.NewsImgShadow2 {
    position: absolute;
    bottom: 0;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 10px
}

.NewsImgShadow2 .blueTag {
    color: #fff;
    background-color: var(--PB-500);
    padding: 1px 10px;
    font-weight: 300;
    border-radius: 15px;
    font-size: 14px;
    margin-left: 10px
}

.NewsImgShadow2 .date {
    color: #fff;
    font-weight: 100;
    font-size: 14px
}

.NewsImgShadow2 h3,
.flip-card h3 {
    color: #fff;
    margin-top: 10px;
    font-size: 1.329rem;
    line-height: 2.143rem;
    text-align: justify;
}

.card-back h3 {
    color: var(--IB-600);
    margin-bottom: 20px;
    text-align: justify;
}

.link-container i {
    font-size: 25px
}

.link-container a:hover {
    color: var(--IB-600) !important
}

.flip-card {
    max-width: 100%;
    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;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.flip-card:hover .card-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.flip-card:hover .card-back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.flip-card .card-front {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1s cubic-bezier(.165, .84, .44, 1)
}

.flip-card .card-front .front-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: auto
}

.flip-card .card-back {
    padding: 3rem;
    position: absolute;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    -webkit-box-shadow: 0 2rem 3rem rgba(0, 0, 0, .05);
    box-shadow: 0 2rem 3rem rgba(0, 0, 0, .05);
    background-color: #fff
}

@media (max-width:1279px) {
    .flip-card .card-back {
        padding: 2.4rem
    }
}

.flip-card .card-back .card-back-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flip-card .card-back .card-back-content img {
    max-width: 8.5rem !important
}

@media (max-width:1279px) {
    .flip-card .card-back .card-back-content img {
        max-width: 6.5rem !important
    }
}

.flip-card .card-back .card-back-content .link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: auto
}

.NewsImgShadow2 a {
    color: #fff
}

.h_330 {
    height: 330px
}

.objectCover {
    object-fit: cover
}

.serchInput {
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    height: 48px;
    border: 1px solid #eef2f3;
    color: var(--N-400);
    font-weight: 500;
    width: 100%
}

.serchInput45 {
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    height: 48px;
    border: 1px solid #eef2f3;
    color: var(--N-400);
    font-weight: 500;
    width: 100% !important;
    max-width: 50%;
    position: relative;
    padding-right: 40px;
    flex: 0 1 50%
}

.serchInput45:before {
    position: absolute;
    right: 8px;
    color: var(--IB-600);
    direction: rtl
}

.date-from:before {
    content: 'ظ…ظ† :'
}

.date-to:before {
    content: 'ط¥ظ„ظ‰ :'
}

html[dir="ltr"] .date-from:before {
    content: 'From '
}

html[dir="ltr"] .date-to:before {
    content: 'To '
}

.w-180:focus {
    border: none
}

.h_490 {
    height: 490px;
    width: 330px;
    object-fit: cover
}

ul.paginationButn li {
    margin: 5px
}

ul.paginationButn li a.num {
    font-size: 1.429rem;
    padding: 10px;
    color: #101213;
    background: #f6f7f9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 1px
}

ul.paginationButn li a.active {
    color: #fff;
    background: var(--PB-500)
}

.titleH2 {
    font-size: 1.2rem !important
}

.nav-pills2 button.active {
    background-color: var(--IB-600) !important
}

.nav-pills2 button img {
    filter: brightness(.5)
}

.tagImgs {
    min-width: 120px
}

.pr-50 {
    padding-right: 50px
}

.searchIcon {
    margin: -33px 20px 0 0
}

.personDiv {
    padding-right: 24px;
    position: relative
}

.personDiv span {
    font-weight: 500;
    font-size: 14px;
    color: #97adb7;
    padding-bottom: 20px
}

.personDiv p {
    font-weight: 400;
    font-size: 1.143rem;
    line-height: 23px;
    color: #16355a;
    margin-top: 20px
}

@media (max-width:991px) {
    .personDiv a {
        margin-top: 20px;
        position: relative
    }
}

.max-500 {
    max-height: 500px
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    color: #fff
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    color: #fff;
    z-index: 55
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    color: #fff
}

.textDetile p {
    color: #717d85;
    font-size: 1.286rem;
    line-height: 36px;
    text-align: right;
    margin: 17px 0 35px 0;
    font-weight: 400
}

.textDetile h3 {
    color: var(--IB-600);
    font-size: 1.714rem;
    line-height: 36px;
    text-align: right
}

.max-330 {
    max-height: 330px
}

.radius20 {
    border-radius: 20px 20px 0 20px
}

.searchIconNew {
    margin: 17px 10px !important;
    cursor: pointer !important;
    right: 10px
}

h3.howHelp {
    font-weight: 700;
    font-size: 1.429rem;
    line-height: 29px;
    text-align: center;
    letter-spacing: .03em;
    color: var(--IB-600)
}

p.newFind {
    color: #a2b3be;
    font-weight: 400;
    font-size: 1.286rem
}

.blueBtn {
    min-height: 40px;
    min-width: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: var(--radius-10);
    background: var(--PB-500);
    border: 1px solid var(--PB-500);
    margin-left: 10px
}

.btn-outline-primary:hover img.message {
    filter: brightness(.5)
}

.servyP {
    color: #92a1ab;
    font-weight: 400;
    font-size: 1.143rem;
    line-height: 2 !important
}

.servyCardDate label {
    font-size: 14px;
    color: #717d85;
    font-weight: 500;
    word-break: keep-all;
    padding-right: 10px
}

.servyCardDate label.date {
    font-size: 12px;
    color: #a2b3be;
    font-weight: 400;
    word-break: keep-all;
    padding-right: 10px
}

.btn-blueborder {
    font-weight: 700;
    line-height: 1.714rem;
    color: var(--PB-500);
    background: #fff;
    border: 1px solid var(--PB-500);
    border-radius: 10px;
    height: 40px;
    width: 95%
}

.servyCard h5 {
    font-size: 1.429rem;
    line-height: 29px;
    color: var(--IB-600);
    font-weight: 700
}

@media (max-width:600px) {
    .servyCard {
        display: block !important
    }

    .servyCardDate label {
        font-size: 12px;
        padding-right: 0;
        margin-top: 10px
    }

    .servyCardDate label.date {
        font-size: 10px
    }
}

.whitCards {
    background: #fff;
    border: none
}

.whitCards span {
    color: var(--IB-600);
    font-size: 1.429rem;
    font-weight: 700;
    line-height: 29px
}

.whitCards label {
    font-size: 1.143rem;
    color: #c7d1d8;
    font-weight: 400;
    LINE-HEIGHT: 29PX
}

.whitCards span.tag {
    padding: 5px !important;
    background: #e6f1f7;
    border-radius: 8px 8px 0 8px;
    color: #006ead;
    margin: 20px 0 20px 5px !important;
    font-size: 12px;
    font-weight: 400
}

.whitCards span.tag2 {
    padding: 5px !important;
    background: #ebf7f2;
    border-radius: 8px 8px 0 8px;
    color: #3ab080;
    margin: 20px 0 20px 5px !important;
    font-size: 12px;
    font-weight: 400
}

.whitCards label.tag {
    padding: 5px !important;
    background: #e6f1f7;
    border-radius: 8px 8px 0 8px;
    color: #13b1c6;
    margin: 20px 0 20px 5px !important;
    font-size: 12px
}

.max-200 {
    max-height: 200px !important
}

.cardFooter {
    background: #ebf7f2;
    color: #2e8d66;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    border: 0 !important;
    border-radius: 0 0 18px 0 !important
}

.cardFooter p {
    color: #2e8d66;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    padding-right: 10px
}

[name=needs]:checked+label:before,
[name=needs]:not(:checked)+label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid var(--PB-500);
    background: rgba(255, 0, 0, 0);
    background: var(--PB-500);/*Abbas*/
    margin-bottom: 20px
}

.needsLable {
    color: #717d859d !important;
    font-weight: 400;
    font-size: 1.143rem
}

[name=rate]:checked+label:before,
[name=rate]:not(:checked)+label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: none;
    background: 0 0;
    margin-bottom: 20px;
    font-size: 35px
}

[name=rate]:checked+label:after,
[name=rate]:not(:checked)+label:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0px;
    border-radius: 100%;
    border: none;
    background: 0 0;
    margin-bottom: 20px
}

.rate {
    float: right;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 30px
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 23px;
    color: var(--PB-500) !important;
}

.rate:not(:checked)>label:before {
    content: 'âک… '
}

.rate>input:checked~label {
    color: var(--PB-500) !important
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: var(--PB-500) !important
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: var(--PB-500) !important
}

.formRate textarea {
    max-width: 640px;
    height: 140px;
    border-radius: 20px 0 20px 20px;
    margin-top: 30px;
    padding: 10px 20px;
    color: #717d85dc !important;
    font-weight: 400;
    font-size: 1.143rem
}

.serviceDate {
    color: #a2b3be;
    font-weight: 400;
    font-size: 12px;
    direction: initial;
    text-align: right;
    margin-bottom: 20px;
    margin-top: 12px
}

.pagePath a {
    color: #a2b3be;
    font-size: 1.143rem;
    font-weight: 400
}

.pagePath span {
    color: var(--IB-600);
    font-size: 1.143rem;
    font-weight: 400
}

.palyCont {
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer
}

.overviewP3 {
    color: #717d85;
    font-weight: 400;
    font-size: 1.286rem;
    line-height: 30px
}

.tableCont {
    padding: 0 0 10px 0;
    border-radius: 20px 20px 20px 0;
    box-shadow: 0 0 30px #eef2f3;
    background: #fff
}

.table {
    border: 2px solid #609edd;
    border-radius: 20px !important;
    border-collapse: collapse
}

.tableCont thead {
    background: #133a60;
    border-radius: 20px 20px 0 0;
    border: 0 !important;
    font-weight: 600;
    font-size: 1.143rem;
    line-height: 36px;
    color: #edf2f7;
    text-align: right
}

.tableCont tr th {
    padding-right: 15px !important
}

.tableCont tr td {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: var(--IB-600);
    padding: 15px 15px 15px 0 !important
}

.tableCont .table-striped>tbody>tr:nth-of-type(even) {
    --bs-table-accent-bg: #F5F9FC;
    color: var(--IB-600)
}

.tableCont .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(234 241 247);
    color: var(--IB-600)
}

.tableCont .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.swiper-slide .description {
    text-align: initial
}

.swiper-slide .description h3 {
    font-size: 1.714rem;
    line-height: 2.571rem
}

.swiper-slide .description p {
    font-size: 1.143rem;
    line-height: 26px
}

.swiperMulti.savingbig {
    display: grid;
    gap: 24px
}

.swiperMulti .swiper {
    width: 100%;
    height: 100%
}

.swiperMulti .swiper-slide {
    text-align: center;
    font-size: 1.286rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.swiperMulti .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0 !important
}

.swiperMulti .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.swiperMulti .swiper-slide {
    background-size: cover;
    background-position: center
}

.swiperMulti .gallery {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    padding: 0 35px
}

.swiperMulti .gallery img {
    max-width: 1110px;
    max-height: 500px;
    border-radius: 40px 40px 40px 0 !important;
    min-height: 300px
}

.swiperMulti .gallery-thumbs img {
    border-radius: 10px !important;
    min-height: 130px
}

.swiperMulti .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 15px
}

.swiper-slide.video::after {
    content: "\f144";
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Font Awesome 5 Pro';
    font-size: 34px;
    color: var(--PB-500)
}

.swiperMulti .gallery-thumbs .swiper-slide-thumb-active {
    border-color: #fff;
    border-radius: 8px 8px 0 8px;
    -webkit-border-radius: 8px 8px 0 8px;
    -moz-border-radius: 8px 8px 0 8px;
    -ms-border-radius: 8px 8px 0 8px;
    -o-border-radius: 8px 8px 0 8px
}

.swiperMulti .swiper-button-next,
.swiperMulti .swiper-button-prev {
    left: 0;
    right: auto;
    color: var(--PB-500);
    opacity: 1;
    width: 0;
    height: 0px;
    z-index: 55;
    justify-content: center !important;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 15px;
    background-color: #fff;
    font-weight: 700
}

.swiperMulti.savingbig .swiper-button-next,
.swiperMulti.savingbig .swiper-button-prev {
    border-color: var(--PB-500);
    padding: 22px
}

.swiperMulti.savingbig .gallery {
    padding-left: 60px;
    padding-right: 60px
}

.swiperMulti .swiper-button-prev {
    left: auto;
    right: 0
}

.swiperMulti .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.h_370 {
    height: 370px;
    object-fit: cover;
    border-radius: 8px !important
}

.modal-dialogGellary .modal-content {
    border: none;
    background-color: transparent
}

.modal {
    background-color: rgb(10 28 55 / 40%)
}

.modal-dialogGellary .swiper-slide {
    background-color: rgba(255, 255, 255, 0)
}

.drop-zone {
    height: 115px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    font-size: 1.429rem;
    cursor: pointer;
    color: #ccc;
    border: 1px dashed #c7d1d8;
    border-radius: 10px
}

.drop-zone--over {
    border-style: solid
}

.drop-zone__input {
    display: none
}

.drop-zone__thumb {
    width: 100%;
    height: 108px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc21;
    background-size: contain;
    position: relative;
    background-position: center;
    background-repeat: no-repeat
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    background: rgba(0, 0, 0, .75);
    font-size: 14px;
    text-align: center
}

.drop-zone__prompt {
    color: var(--IB-600);
    font-weight: 700;
    font-size: 14px;
    line-height: 14px
}

.drop-zone__prompt label {
    color: var(--IB-600);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-top: 20px
}

.modal-header h3 {
    font-weight: 700;
    font-size: 25px;
    color: var(--IB-600);
    margin-bottom: 10px
}

.dataForm {
    padding: 30px 10px 0 10px
}

.dataForm label {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: var(--IB-600);
    padding-bottom: 10px
}

.w-130 {
    width: 130px
}

.dataForm input,
select {
    border: 1px solid #b3cbd1 !important;
    height: 55px;
    color: var(--IB-600);
    filter: drop-shadow(0 7px 10px rgba(41, 38, 50, .03));
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem auto -.5rem -.5rem;
    position: absolute !important;
    left: 20px !important;
    top: 30px !important;
    z-index: 55
}

.successImg {
    max-width: 200px !important;
    max-height: 300px
}

.successLable {
    color: #717d85;
    font-weight: 400;
    font-size: 1.286rem;
    line-height: 36px
}

.listTypes .itemsHead {
    color: var(--IB-600);
    font-weight: 700;
    font-size: 1.714rem;
    line-height: 50px;
    margin-bottom: 15px
}

.listTypes .items {
    font-size: 1.286rem;
    line-height: 20px;
    margin-bottom: 15px !important
}

.listTypes .items a {
    color: #338bbd !important;
    font-weight: 600
}

ul.formSteper li {
    margin-bottom: 20px
}

ul.formSteper li button {
    border: none;
    background: #fff;
    color: var(--IB-600);
    font-weight: 700;
    font-size: 1.286rem;
    line-height: 26px
}

ul.formSteper li button label {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #7289a0;
    color: #fff;
    font-weight: 700;
    font-size: 1.286rem;
    line-height: 30px;
    margin-left: 5px;
    cursor: pointer
}

ul.formSteper li button label.active {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: var(--PB-500);
    color: #fff;
    font-weight: 700;
    font-size: 1.286rem;
    line-height: 30px
}

ul.formSteper .nav-link.active label {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: var(--PB-500);
    color: #fff;
    font-weight: 700;
    font-size: 1.286rem;
    line-height: 30px
}

.dataForm textarea {
    height: 130px;
    filter: drop-shadow(0 7px 10px rgba(41, 38, 50, .03));
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
    border: 1px solid #eef2f3;
    margin-bottom: 30px
}

.cardRadius {
    padding: 20px;
    filter: drop-shadow(0 7px 10px rgba(41, 38, 50, .03));
    background-color: #fff;
    max-height: 400px !important;
    border-radius: 20px
}

p.chartP {
    color: #717d85;
    font-weight: 400;
    font-size: 1.286rem;
    line-height: 36px;
    width: 80%
}

.google-visualization-table .gradient {
    text-align: initial !important
}

.whiteHover {
    background: var(--IB-800) 00 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    border: 1px solid #fff !important
}

.google-visualization-table .gradient {
    text-align: initial !important
}

.imgDate h2 {
    color: #fff;
    line-height: 1;
    font-size: 2rem
}

.imgDate label {
    color: #fff;
    font-size: 12px
}

.tfaseelImg {
    width: 30px;
    height: 30px;
    border: 1.5px solid #fff;
    border-radius: 50%
}

a .fa-angle-down {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
    transition: all .5s ease-in-out 0s
}

.card-footer.cardFooter {
    display: none
}

a.show_decision.opened .fa-angle-down {
    transform: rotate(180deg)
}

.card-radius.check-out .front-card {
    flex: 0 0 100%
}

.revers-card {
    opacity: 0;
    height: 0px;
    padding: 0;
    transition: opacity .2s, height .6s linear;
    -webkit-transition: opacity .2s, height .6s linear;
    -moz-transition: opacity .2s, height .6s linear;
    -ms-transition: opacity .2s, height .6s linear;
    -o-transition: opacity .2s, height .6s linear
}

.card-radius.check-out:hover .front-card {
    opacity: 0;
    height: 0px;
    padding: 0;
    display: none
}

.card-radius.check-out:hover .revers-card {
    opacity: 1;
    height: auto;
    padding: 16px
}

.card-radius.check-out {
    display: flex
}

.fc-event-main .tag {
    background: #fff;
    color: #000;
    padding: 3px 8px
}

.calen-title_2 {
    margin-bottom: 15px;
    white-space: break-spaces
}

.fc-event-main {
    padding: 5px
}

.fc-widget-header th,
td.fc-head-container.fc-widget-header {
    border: 0
}

td.fc-head-container.fc-widget-header {
    padding-bottom: 20px
}

body .fc-widget-header th {
    font-size: 18px;
    font-weight: 400
}

body .fc-Exhibition {
    background-color: #338bbd;
    border-color: #338bbd
}

body .fc-consultation {
    background-color: var(--PB-500);
    border-color: var(--PB-500)
}

body .fc-global {
    background-color: #91466c;
    border-color: #91466c
}

body .fc-Workshop {
    background-color: #ec6134;
    border-color: #ec6134
}

body .fc-conspiracy {
    background-color: #3ab080;
    border-color: #3ab080
}

body .fc-forum {
    background-color: #f5b51f;
    border-color: #f5b51f
}

.color-t {
    width: 36px;
    height: 36px;
    border-radius: 8px
}

.colors-days {
    margin: 48px 0 40px
}

.day-color {
    gap: 12px
}

.colors-days>.d-flex {
    gap: 48px
}

.flex-none {
    flex: none;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto
}

lottie-player {
    filter: invert(42%) sepia(93%) saturate(190%) hue-rotate(182deg) brightness(90%) contrast(120%)
}

.comment-opened .card.rating-card {
    height: auto !important
}

.chatbot {
    background: #1aaec8;
    box-shadow: 0 0 10px 4px rgb(0 0 0 / 4%);
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    right: auto;
    right: 2%;
    bottom: 2%;
    z-index: 9999;
    cursor: pointer
}

.pb-70 {
    padding-bottom: 70px
}

.fixedtop {
    position: fixed;
    left: 2%;
    bottom: 2%;
    padding: 20px;
    opacity: 1;
    transition: all .5s ease-in-out 0s;
    cursor: pointer;
    z-index: 9;
    background: #143b61;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    border-radius: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px
}

.wizard h3 {
    font-size: 1.429rem;
    line-height: 2.071rem;
    letter-spacing: .03em;
    margin: 18px 0
}

.wizard p {
    font-size: 1rem;
    line-height: 1.429rem
}

.wizard label::after,
.wizard label::before {
    display: none !important
}

.wizard .card-radius {
    border: 3px solid transparent
}

.wizard input[type=radio]:checked+label .card-radius {
    border-color: #13b1c6
}

.wizard label {
    padding-right: 0
}

.wizard-questions h3 {
    font-size: 1.429rem;
    line-height: 2.071rem;
    letter-spacing: .03em;
    margin-bottom: 24px
}

.wizard-questions label::after,
.wizard-questions label::before {
    display: none !important
}

.wizard-questions .inputs {
    gap: 40px
}

.wizard-questions .card {
    padding: 24px
}

.wizard-questions label:not(.type) {
    color: #92a1ab !important;
    padding: 0 !important;
    min-width: 90px;
    min-height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    gap: 8px
}

.wizard-questions label i {
    font-size: 20px
}

.wizard-questions input:checked+label {
    color: #fff !important;
    background-color: #13b1c6 !important
}

.px-20 {
    padding: 0 20px
}

.wizard [type=radio]:checked+label {
    background: #40b9cf;
    padding: 14px !important;
    border-radius: 10px;
    margin: 0 10px;
}

.wizard [type=radio]:not(:checked)+label {
    background: #a7b8bb;
    padding: 14px !important;
    border-radius: 10px;
    margin: 0 10px;
}

/******range slider******/

.irs--round .irs-handle {
    right: 0;
    left: auto;
}

.irs-bar {
    right: 0;
    left: auto;
}

.irs--round .irs-line,
.irs--round .irs-bar {
    top: 33px;
    height: 9px;
}

.irs--round .irs-bar--single {
    border-radius: 0 4px 4px 0;
}

#range-slide-get-value {
    background-color: #13B1C6;
    color: #fff;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}

.irs--round .irs-bar {
    background-color: #13B1C6;
}

.irs--round .irs-line,
.irs--round .irs-bar {
    height: 4px;
}

.irs--round .irs-handle {
    top: 24px;
    width: 20px;
    height: 20px;
    border: 4px solid #13B1C6;
    background-color: #13B1C6;
}

span.irs-grid-pol.small,
.irs--round .irs-grid-pol {
    display: none;
}

.irs-bar.irs-bar--single {
    width: 0;
}

/** Edit Taha***/
.Logovision {
    margin-top: 15px;
    border-right: 1px #ccc solid;
    padding-right: 8px;
}

.Logovisionltr {
    margin-top: 15px;
    border-left: 1px #ccc solid;
    padding-left: 8px;
}

.service img.img-fluid {
    height: 140px;
    width: 140px;
}

.mt-5 {
    text-align: justify;
}

.card.h-100.shadow-none .text-white span {
    color: orange;
}

/**********captcha modal***********/

.captch {
    border: 1px solid #E5E5E5;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 26px;
    font-family: sans-serif;
    font-weight: bold;
}

.captch h2 {
    margin: 40px 0 40px;
}

#captcha .modal-header .btn-close {
    right: 20px !important;
    left: auto !important;
}

.captcha-form {
    max-width: 440px;
}

.captcha-controls {
    text-align: center;
}

.captcha-controls i {
    color: #AEBAD3;
    font-size: 1.2rem;
}

.captcha-controls i:hover {
    color: var(--IB-600);
    font-weight: 800;
}

.border-20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.captcha-form .form-text {
    min-height: 55px;
    border-color: var(--N-100);
    border-radius: 5px;
}

.captcha-form label {
    font-size: 1.143rem;
    line-height: 1.643rem;
    color: var(--IB-600);
    font-weight: 700;
    margin-bottom: 10px;
}

.captcha-form .approve_policy {
    margin: 24px 0 48px;
}

#approve_policy {
    position: relative;
    width: 24px;
    appearance: none;
    height: 24px;
    border: 1.5px solid var(--N-100);
    border-radius: 4px;
}

#approve_policy:checked {
    background-color: var(--PB-500);
    border-color: var(--PB-500);
}

#approve_policy:checked:after {
    content: "\f00c";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    font-family: "Font Awesome 5 Pro";
    transform: translate(-50%, -50%);
    color: white;
    line-height: 1;
    font-weight: 100;
    text-align: center;
    display: inline-table;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.bar-lastEdit i {
    font-size: 20px;
    margin-inline-end: 14px;
    color: var(--N-600);
}

.bar-tools button {
    padding: 0 10px;
}

.bar-tools button>i {
    font-size: 24px;
    color: var(--IB-500);
}

.cardFullradius {
    overflow: inherit;
}

.bar-tools li i {
    color: white;
    font-size: 20px
}

ul.dropdown-menu.show .dropdown-item:hover {
    background-color: transparent;
}

ul.dropdown-menu.show .dropdown-item:hover i {
    color: var(--PB-500);
}

button.dropdown {
    display: inline-block;
}

ul.dropdown-menu.socialmedia-sharing.show {
    display: flex;
    background: var(--IB-700);
    box-shadow: 0px 8px 16px rgb(0 0 0 / 6%);
    border-radius: 10px;
    padding: 8px 0 !important;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.newslatter-footer {
    height: 100%;
    display: flex;
    align-items: center;
}

ul.dropdown-menu.socialmedia-sharing.show .dropdown-item {
    padding: 0 8px;
}

.newslatter-footer a {
    color: var(--IB-600);
    font-weight: 600;
    font-size: 1.143rem;
    border: 1px solid var(--IB-600);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    max-width: 257px;
    font-size: 1.143rem;
    width: 100%;
}

@media (max-width:767px) {
    #captcha h2 {
        margin: 50px 0px 24px;
    }

    .captch {
        min-height: 90px;
    }

    .pHalls {
        line-height: inherit;
    }

    .bar-tools button>i {
        font-size: 20px;
    }

    .bar-tools button {
        padding: 0px 5px;
    }
}

i.fal.fa-volume-up {
    font-size: 24px;
}

iframe.videopalye {
    min-height: 650px;
}

@media (max-width:760px) {
    iframe.videopalye {
        min-height: 300px !important;
    }
}

.PollTitle {
    font-size: 0pt;
}

.PollQuestion {
    font-family: var(--bs-font-sans-serif);
    font-size: 1.3rem;
    font-weight: 500;
}

.PollVoteButton {
    color: #fff;
    background-color: #1aaec8;
    padding: 13px 25px;
    border-radius: 10px;
}

.searchBox {
    width: 100%;
}



/****/

.custom-tap .hidden.active {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.custom-tap .hidden {
    visibility: hidden;
    opacity: 0;
    height: 0px;
}

img.def-story-image {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.ps-60 {
    padding-inline-start: 60px;
    padding-bottom: 60px;
}

.radius-50 {
    border-radius: 50px 50px 0px 50px;
}

.tag2 {
    padding: 5px !important;
    background: #ebf7f2;
    border-radius: 8px 8px 0 8px;
    color: #3ab080 !important;
    margin: 20px 0 20px 5px !important;
    font-size: 12px;
    font-weight: 400;
}

.GL-500 {
    background-color: var(--GL-50);
    color: var(--GL-500) !important;
    padding: 5px 10px !important;
    border-radius: 8px 8px 0 8px;
    font-size: 12px;
    font-weight: 400;
}

.tableCont2 .table tr th {
    padding: 0.5rem 0.5rem;
    background-color: rgba(221, 234, 244, 0.836) !important;
    border-bottom-width: 0;
    color: var(--S-info) !important;
    padding: 22px;
    font-size: 1.229rem;
}

.tableCont3 .table tr th {
    padding: 0.5rem 0.5rem;
    background-color: #17355a !important;
    border-bottom-width: 0;
    color: rgb(255, 255, 255) !important;
    font-weight: 500;
}

.tableCont3 .table tr td {
    color: #17355a !important;
    font-size: 1.286rem;
}

.tableCont2 .table tr td span {
    color: gray;
    margin-left: 5px;
}

.tableCont2 .table td {
    border: 1px solid rgba(128, 128, 128, 0.096);
    font-size: 1.2rem;
    padding: 22px;
}

.tableCont2 .table td:first-child {
    border-right: 0;
}

.tableCont2 .table td:last-child {
    border-left: 0;
}

.tableCont3 .table td {
    border-bottom: 1px solid rgba(128, 128, 128, 0.39);
}

.tag3 {
    padding: 5px !important;
    border-radius: 8px 8px 0 8px;
    color: #3ab080 !important;
    margin: 20px 0 20px 5px !important;
    font-size: 12px;
    font-weight: bolder;
}

.GL-5000 {
    color: var(--GL-500) !important;
    padding: 5px 10px !important;
    border-radius: 8px 8px 0 8px;
    font-size: 12px;
    font-weight: bolder;
}

ul.sorting {
    background: none !important;
    border: 0px solid !important;
}

ul.sorting li.one {
    padding: 0 !important;
    border-radius: 0px 10px 10px 0px;
}

.sortimg {
    filter: grayscale(1);
}

ul.sorting li.tow {
    padding: 0 !important;
    border-radius: 10px 0px 0px 10px;
}

ul.sorting li.one button,
ul.sorting li.tow button {
    border: 2px solid var(--N-400);
    border-radius: 0 !important;
    background-color: var(--INB-25);
}

ul.sorting li.one button.active {
    border-radius: 0px 10px 10px 0px !important;
    border: 2px solid var(--PB-500);
    border-left: 2px solid !important;
}

ul.sorting li.tow button.active {
    border-right: 2px solid !important;
}

ul.nav-pills.sorting li.tow button {
    border-radius: 10px 0px 0px 10px !important;
    -webkit-border-radius: 10px 0px 0px 10px !important;
    -moz-border-radius: 10px 0px 0px 10px !important;
    -ms-border-radius: 10px 0px 0px 10px !important;
    -o-border-radius: 10px 0px 0px 10px !important;
    border-right: 0;
}

ul.nav-pills.sorting li.one button {
    border-radius: 0 10px 10px 0px !important;
    -webkit-border-radius: 0 10px 10px 0px !important;
    -moz-border-radius: 0 10px 10px 0px !important;
    -ms-border-radius: 0 10px 10px 0px !important;
    -o-border-radius: 0 10px 10px 0px !important;
    border-left: 0;
}

ul.sorting li button.active img {
    filter: grayscale(0) !important;
    -webkit-filter: grayscale(0) !important;
}

ul.nav-pills.sorting li button.active {
    filter: grayscale(0);
    background-color: var(--PB-50);
    color: var(--PB-500);
    border-color: var(--PB-500);
}

ul.nav-pills.sorting li button:hover {
    color: var(--PB-500);
}

.stepCont img {
    filter: contrast(0.5) brightness(2);
}

.stepCont img.active {
    filter: grayscale(0) !important;
}

.stepCont .step label {
    max-height: 45px !important;
    max-width: 45px !important;
    min-height: 45px !important;
    min-width: 45px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: inherit;
    margin-left: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bolder;
    padding-top: 5px;
    padding-right: 4px;
    cursor: pointer;
}

.stepCont .step label.done {
    background-color: #143b61;
    border: 2px solid #143b61;
    color: white;
}

.stepCont .step h3.done {
    color: #143b61;
}

.stepCont .step label.on {
    background-color: white;
    border: 2px solid var(--PB-500);
    color: var(--PB-500);
}

.stepCont .step h3.on {
    color: var(--PB-500) !important;
}

.stepCont .step label.wait {
    background-color: #a2b3be;
    border: 2px solid #a2b3be;
    color: #ffffff;
}

.stepCont .step h3.wait {
    color: #a2b3be !important;
}

.cardFullradius2 {
    padding: 35px 20px !important;
}

.clactableCont {
    text-align: center;
}

.clactableCont table thead {
    text-align: center;
}

.clactableCont table thead tr th.whiteCol {
    background-color: rgb(255, 254, 254) !important;
    color: #006ead;
}

.clactableCont table thead tr th {
    color: #006ead;
}

.clactableCont table tbody tr th.tableRowHead {
    background-color: #f5f9fc !important;
    color: #006ead;
    padding: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(194, 191, 191, 0.521) !important;
}

.clactableCont table tbody tr:last-child th {
    border-bottom: 0 !important;
}

.clactableCont table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.clactableCont table tbody tr td span.status1 {
    color: white;
    background-color: #ec6134;
    padding: 3px 10px;
    border-radius: 5px;
}

.clactableCont table tbody tr td span.status2 {
    color: white;
    background-color: #f5b51f;
    padding: 3px 10px;
    border-radius: 5px;
}

.clactableCont table tbody tr td span.status3 {
    color: white;
    background-color: var(--PB-500);
    padding: 3px 10px;
    border-radius: 5px;
}

.clactableCont table tbody tr td {
    border: 1px solid rgba(194, 191, 191, 0.521) !important;
    border-left: 0 !important;
}

.totalTam {
    text-align: center;
}

.totalTam h3 {
    width: 100%;
    background-color: #f5f9fc;
    padding: 20px 5px;
}

.totalTam h3.num {
    width: 100%;
    background-color: #ffffff;
    padding: 20px 5px;
    color: var(--PB-500);
    margin-top: 0 !important;
}

.totalTam h3.numm {
    width: 100%;
    background-color: #ffffff;
    padding: 20px 5px;
    color: #a0a0a0;
}

ul.points li::marker {
    content: "\2022";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.429rem;
    font-weight: 300;
    color: white;
}

ul.points {
    list-style: circle !important;
    color: white !important;
}

.fw-600 {
    font-weight: 600;
}

.color-accent {
    color: var(--IB-600);
}

.zodh3 label {
    color: #717d85;
    margin-right: 10px;
}

.search-field {
    background-color: transparent;
    background-image: url('/assets/icons/search-icon.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    border: none;
    cursor: pointer;
    height: 25px;
    padding: 0 0 0 23px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0px;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}

.search-field:focus {
    background-color: transparent;
    border-bottom: 1px solid #A2B3BE;
    cursor: text;
    outline: 0;
    width: 250px;
    color: #122a48;
    padding-left: 0;
    padding-right: 25px;
}

.search-form .search-submit {
    display: none;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: url(/assets/icons/close-circle.svg) no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: 1;
    pointer-events: all;
}

select.type {
    position: absolute;
    top: 0;
    left: 9px;
    border: 0 !important;
    background: transparent;
    outline: 0;
    color: var(--IB-600);
    font-weight: 600;
}

h3.the_final_result {
    font-size: 22px;
    line-height: 36px;
    max-width: 800px;
}

h3.zodh3 {
    font-size: 1.43rem;
}

h3.zodh3 label {
    font-weight: 400;
}

.extra_field {
    display: none;
}

.video_poster_image {
    border-radius: 20px 20px 0 20px;
    -webkit-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    -ms-border-radius: 20px 20px 0 20px;
    -o-border-radius: 20px 20px 0 20px;
}

.video .image {
    position: relative;
}

video {
    width: 100%;
    height: auto;
}

.video .image img.videoImage {
    display: block;
    width: 100%;
}

.image .playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
    z-index: 1;
}

.global_image_text img {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
}

.video video {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    display: none;
    background-color: #000;
    margin: 0 !important;
}

.gov-type {
    display: none;
}

@media (max-width:991px) {
    .map .map_iframe {
        min-height: 70vh;
    }
}

input#p_lt_ctl02_SmartSearchBox_btnSearch {
    visibility: hidden;
    height: 0px;
}

.subject {

    display: flex;

    justify-content: space-between;

}

/*Abbas*/
.servyCard-wrapper .servyCardDate {
    margin: 0px;
}

.servyCardDate {
    display: flex;
}

.servyCard-wrapper {
    padding: 10px;
    box-shadow: var(--h-shadow);
    border-radius: var(--radius-24);
    -webkit-border-radius: var(--radius-24);
    -moz-border-radius: var(--radius-24);
    -ms-border-radius: var(--radius-24);
    -o-border-radius: var(--radius-24);
    border: 1px solid;
    border-image-source: var(--Stroke-Card);
    border-image-slice: 70;
    background: #f3f8ff;
}

.servyCard-wrapper .servyCard {
    margin: 0px;
    margin-bottom: 15px;
}

.servyCard-wrapper .servyCard .card-title a {
    height: 60px;
    display: inline-block;
}

.servyCardDate .col label:first-child {
    height: 42px;
}

.form-check label {
    margin-right: 10px;
}

.form-check {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
div.table {
    border: 0 !important;
    display:flex!important;
}