body {
    font-family: "Montserrat", sans-serif !important;
    background-color: #ffffff !important;
    color: #181c20 !important;
}
table {
    font-family: "Montserrat", sans-serif !important;
}
/* html.lenis {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-scrolling iframe {
    pointer-events: none;
} */
a,
button {
    transition-duration: 0.4s;
    cursor: pointer;
}
button:focus {
    box-shadow: none !important;
}
.form-control::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif !important;
    color: #92a5b1 !important;
}
.form-control:-ms-input-placeholder {
    font-family: "Montserrat", sans-serif !important;
    color: #92a5b1 !important;
}
.form-control::placeholder {
    font-family: "Montserrat", sans-serif !important;
    color: #92a5b1 !important;
}
.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border-color: #88949c !important;
}
.form .form-check-input:checked {
    background-color: #011b63 !important;
    border-color: #011b63 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form .form-control,
.form .form-select {
    padding: 0.6rem 0.75rem;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #dee2e6 !important;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border: 1px solid #dc3545 !important;
}
.form-check label {
    font-size: 14px;
}
.form .form-label,
.only-form-sec .form-check label {
    font-size: 14px;
    font-weight: 600;
}
.form small {
    color: #92a5b1;
    font-size: 12px;
}
.row.row-clr {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
a,
a:hover {
    text-decoration: none !important;
}
.p-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.p-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.p-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.p-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.p-all-40 {
    padding: 40px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.m-mt-30 {
    margin-top: 30px !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.bg-off-white {
    background-color: #fcfcfc !important;
}
.bg-gray {
    background-color: #f1f4f5 !important;
}
.bg-yellow {
    background-color: #f9b137 !important;
    color: #181c20;
}
.bg-blue {
    background-color: #01164f !important;
    color: #ffffff;
}
.bg-blue2 {
    background-color: #0461ac !important;
    color: #ffffff;
}
.bg-darkgray {
    background-color: #30393f !important;
    color: #ffffff;
}
.bg-green {
    background-color: #00b478 !important;
    color: #181c20;
}
.bg-blue-gradient {
    background: linear-gradient(to bottom, #045fab 0%, #01307a 100%);
    color: #ffffff;
}
.bg-yellow-gradient {
    background: linear-gradient(to bottom, #ffda58 0%, #ff954e 100%);
    color: #181c20;
}
.color-red {
    color: #ff1717 !important;
}
.color-blue {
    color: #01164f !important;
}
.color-yellow {
    color: #f9b137 !important;
}
.form-title {
    font-size: 48px;
    color: #30393f;
    font-weight: 700;
}
.form-sub-title {
    font-size: 24px;
    color: #30393f;
    font-weight: 600;
    margin-bottom: 20px;
}
.title {
    color: #011b63;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
}
.title2 {
    color: #011b63;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}
.title3 {
    color: #011b63;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.body-text {
    font-size: 14px;
    color: #30393f;
}
.body-text2 {
    font-size: 18px;
    color: #30393f;
}
.title.white,
.title3.white,
.body-text.white,
.body-text2.white {
    color: #ffffff;
}
.body-text a,
.body-text2 a {
    color: #011b63;
    font-weight: 600;
}
.title.black {
    color: #30393f;
}
.title-tagline {
    color: #011b63;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    left: 4px;
}
.text-upper {
    text-transform: uppercase;
}
.custom-btn {
    font-size: 16px;
    background-color: #011b63;
    color: #ffffff;
    padding: 14px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #011b63;
    border-radius: 4px;
    min-width: 100px;
    text-align: center;
}
.custom-btn:hover {
    background-color: transparent;
    color: #011b63;
}
.custom-btn.full-btn {
    width: 100%;
}
.custom-btn.light-btn {
    background-color: #f9b137;
    color: #30393f;
    border: 1px solid #f9b137;
}
.custom-btn.light-btn:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.custom-btn.line-btn {
    background-color: transparent;
    color: #011b63;
}
.custom-btn.line-btn:hover {
    background-color: #011b63;
    color: #ffffff;
}
.custom-btn.btn-icon i {
    position: relative;
    top: 1px;
}
.custom-btn.lb-btn {
    background-color: #eef2ff;
    color: #011b63;
    border: 1px solid #bfc7e0;
}
.custom-btn.lb-btn:hover {
    background-color: #011b63;
    color: #ffffff;
    border: 1px solid #011b63;
}
.custom-btn.btn-sm {
    padding: 8px;
}
.custom-link {
    font-weight: 600;
    color: #011b63;
}
.custom-link i {
    position: relative;
    top: 2px;
    left: 0px;
    transition-duration: 0.4s;
}
.custom-link:hover i {
    left: 5px;
    transition-duration: 0.4s;
}
.dropdown-item {
    font-weight: 400 !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #011b63 !important;
    color: #ffffff !important;
}
.br-10 {
    border-radius: 10px;
}
.br-14 {
    border-radius: 14px;
}
.custom-divider {
    background-color: #e4e8ec;
    width: 100%;
    height: 1px;
    margin: 30px 0;
}
.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    border: none !important;
}
.text-justify p {
    text-align: justify;
}
/* .text-justify p:last-child {
    margin-bottom: 0;
} */
.gj-datepicker-md [role="right-icon"],
.gj-timepicker-md [role="right-icon"] {
    right: 5px !important;
    top: 8px !important;
    font-size: 22px !important;
    color: #47555f !important;
}
.gj-picker-md [role="header"],
.gj-picker-md .arrow-begin,
.gj-picker-md [role="body"] [role="arrow"],
.gj-picker-md table tr td.selected.gj-cursor-pointer div {
    background: #011b63 !important;
    background-color: #011b63 !important;
}
.gj-picker-md .arrow-end {
    border: 16px solid #011b63 !important;
}
.gj-picker-md [role="footer"] button.gj-button-md {
    color: #011b63 !important;
}
.fi {
    line-height: 12px !important;
    border: 1px solid #e4e4e4 !important;
}
.p-relative {
    position: relative;
    z-index: 1;
}
.fi-hnk-hong-kong {
    background-image: url(../flags/custom/fi-hnk-hong-kong.jpg);
}
.fi-tai-taiwan {
    background-image: url(../flags/custom/fi-tai-taiwan.jpg);
}
.modal-backdrop {
    z-index: 99999 !important;
}

/* Star rating */
.star-rating {
    direction: rtl;
}
.star-rating input[type="radio"] {
    display: none;
}
.star-rating label {
    font-size: 2em;
    color: #ddd;
    cursor: pointer;
    padding: 0 10px 0 0;
    line-height: 30px;
}
.star-rating input[type="radio"]:checked ~ label {
    color: #f5b301;
}
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #f5b301;
}
/* End Star rating */

/* Custom select2 styles */
.select2 {
    width: 100% !important;
    margin-bottom: 0.5rem !important;
}
.select2-container .select2-selection {
    padding: 0.375rem 0.75rem 0.375rem 0.75rem !important;
    font-size: 14px !important;
    color: #212529 !important;
    height: auto !important;
    border: 1px solid #dee2e6 !important;
}
.form-search-main
    .select2-container
    .select2-selection
    .select2-selection__rendered {
    line-height: 21px !important;
}
.select2-container .select2-selection .select2-selection__rendered {
    line-height: 28px !important;
    padding: 0 !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 4px !important;
}
.select2-dropdown {
    border: 1px solid #dee2e6 !important;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #011b63 !important;
}
.select2-results ul li {
    font-size: 14px !important;
}
input:focus-visible {
    outline: none !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent !important;
    border-width: 0 !important;
    height: 0 !important;
    left: -6px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    position: absolute;
    top: 3px !important;
    font-family: bootstrap-icons !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b:before {
    content: "\F282" !important;
    font-size: 12px;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dee2e6 !important;
    padding: 0 0.75rem !important;
    min-height: 42px !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 8px !important;
    height: 25px !important;
    position: relative !important;
    top: -5px !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    padding: 0 !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    background-color: #01164f !important;
    border: 1px solid #01164f !important;
    color: #ffffff !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #ffffff !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #01164f !important;
}
/* Custom select2 styles */

.cke_chrome {
    border: 1px solid #dee2e6 !important;
    border-radius: 4px;
    overflow: hidden;
}
form .iti {
    width: 100%;
    display: block !important;
}
.validation-error-swal .swal-content__div {
    height: 200px;
    overflow-y: scroll;
}
.validation-error-swal .swal-content__div ul {
    padding: 0;
    margin-bottom: 0rem;
}
.validation-error-swal .swal-content__div ul li {
    font-size: 14px;
    text-align: left;
    list-style: none;
}
.validation-error-swal .swal-content__div ul li:before {
    content: "\F231";
    font-family: bootstrap-icons !important;
    font-size: 12px;
    color: #dc3545;
    top: 1px;
    position: relative;
    text-align: center !important;
    left: -5px;
}

/*Header style*/
#main-nav {
    background-color: #ffffff !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
    transition-duration: 0.4s;
}
#main-nav.scrolled {
    top: -61px;
    transition-duration: 0.4s;
}
#main-nav .container-fluid {
    padding: 0;
}
#main-nav .navbar-brand img {
    width: 160px;
    height: auto;
}
#main-nav .nav-item {
    margin-left: 20px;
}
#main-nav .nav-item .nav-link {
    color: #181c20;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
}
#main-nav .nav-item.active .nav-link,
#main-nav .profile-btn .dropdown-menu .active .dropdown-item {
    font-weight: 700 !important;
}
#main-nav .dropdown-menu {
    /* left: initial;
    right: 0; */
    left: 12%;
    right: initial;
    top: 100%;
    border: 1px solid #e4e8ec;
}
#main-nav .nav-item.profile-btn.active a {
    font-weight: 600 !important;
}
#main-nav .nav-top {
    background-color: #01164f;
    color: #ffffff;
    padding: 20px 0;
}
#main-nav .nav-top .container-fluid {
    padding: 0 12px;
}
#main-nav .nav-top .item ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
#main-nav .nav-top .item ul li {
    list-style: none;
    font-size: 14px;
}
#main-nav .nav-top .item ul li a {
    color: #ffffff;
}
#main-nav .nav-top .item ul.info-ul li {
    font-weight: 600;
}
#main-nav .nav-top .item ul.info-ul li a {
    font-weight: 400;
    margin-left: 20px;
    position: relative;
}
#main-nav .nav-top .item ul.info-ul li a:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -3px;
    opacity: 0;
    transition-duration: 0.4s;
}
#main-nav .nav-top .item ul.info-ul li a:hover:after {
    opacity: 1;
    transition-duration: 0.4s;
}
#main-nav .nav-top .item ul.info-ul li a i {
    margin-right: 8px;
}
#main-nav .nav-top .item ul.nav-ul {
    justify-content: flex-end;
}
#main-nav .nav-top .item ul.nav-ul li {
    padding-left: 10px;
}
#main-nav .nav-top .item ul.nav-ul li a {
    background-color: #0461ac;
    padding: 14px 15px;
    border: 1px solid #0461ac;
    border-radius: 0 0 6px 6px;
    position: relative;
    top: -8px;
    font-weight: 500;
}
#main-nav .nav-top .item ul.nav-ul li a:hover {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}
#main-nav .nav-top .item ul.nav-ul li a.btn-light {
    background-color: #f9b137;
    border: 1px solid #f9b137;
    color: #181c20;
}

#main-nav.nav-with-icons.scrolled {
    top: 0px;
}
#main-nav.nav-with-icons .navbar-nav .nav-link {
    text-align: center;
    font-size: 15px;
}
#main-nav.nav-with-icons .navbar-nav .active .nav-link span,
#main-nav.nav-with-icons .navbar-nav .active .nav-link i {
    color: #011b63;
}
#main-nav.nav-with-icons .navbar-nav .nav-link span,
#main-nav.nav-with-icons .navbar-nav .nav-link i,
#main-nav.nav-with-icons .navbar-nav .dropdown-menu .dropdown-item {
    color: #5f727e;
    transition-duration: 0.4s;
}
#main-nav.nav-with-icons .navbar-nav .nav-link:hover span,
#main-nav.nav-with-icons .navbar-nav .nav-link:hover i,
#main-nav.nav-with-icons .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #011b63;
    transition-duration: 0.4s;
}
#main-nav.nav-with-icons .navbar-nav .nav-link i {
    font-size: 18px;
}
#main-nav.nav-with-icons .navbar-nav .nav-link span,
#main-nav.nav-with-icons .navbar-nav .dropdown-menu .dropdown-item {
    font-weight: 500;
    display: block;
}
#main-nav.nav-with-icons .navbar-nav .dropdown-menu .active .dropdown-item {
    background-color: #011b63;
    color: #ffffff;
}
#main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn .nav-link i {
    margin-right: 5px;
}
#main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn .nav-link span {
    display: inline-block;
    font-weight: 600;
}
#main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn .nav-link span,
#main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn .nav-link i {
    color: #011b63 !important;
    line-height: normal;
    transition-duration: 0.4s;
}
#main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn .nav-link:hover span,
#main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn .nav-link:hover i,
#main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn.active .nav-link span,
#main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn.active .nav-link i {
    color: #ffffff !important;
    transition-duration: 0.4s;
}
#main-nav.nav-with-icons .navbar-nav {
    align-items: center;
}
#main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn .nav-link {
    border: 2px solid #011b63;
    border-radius: 4px;
    padding: 10px 12px;
    transition-duration: 0.4s;
}
#main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn .nav-link:hover,
#main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn.active .nav-link {
    background-color: #011b63;
    transition-duration: 0.4s;
}
#main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn.nav-btn-first {
    margin-left: 50px;
    padding-right: 20px;
    border-right: 1px solid #e4e8ec;
}
#main-nav.nav-with-icons
    .navbar-nav
    .nav-item.nav-btn.nav-signin-btn
    .nav-link {
    background-color: #011b63;
}
#main-nav.nav-with-icons
    .navbar-nav
    .nav-item.nav-btn.nav-signin-btn
    .nav-link
    span {
    color: #ffffff !important;
}
#main-nav.nav-with-icons
    .navbar-nav
    .nav-item.nav-btn.nav-signin-btn
    .nav-link:hover {
    background-color: transparent;
}
#main-nav.nav-with-icons
    .navbar-nav
    .nav-item.nav-btn.nav-signin-btn
    .nav-link:hover
    span {
    color: #011b63 !important;
}
#main-nav.nav-with-icons .navbar-nav .nav-user-dropdown .nav-link {
    display: flex;
    align-items: center;
}
#main-nav.nav-with-icons .navbar-nav .nav-user-dropdown .nav-link img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 50%;
}
#main-nav.nav-with-icons .dropdown-toggle::after {
    display: none !important;
}
#main-nav.nav-with-icons .navbar-nav .nav-user-dropdown .nav-link span {
    display: inline-block;
}
#main-nav.nav-with-icons .navbar-nav .nav-user-dropdown .nav-link span i {
    font-size: 14px !important;
}
#main-nav.nav-with-icons .navbar-nav .nav-item.nav-icon-btn.nav-icon-btn-first {
    border-left: 1px solid #e4e8ec;
    padding-left: 10px;
}
#main-nav.nav-with-icons .navbar-nav .nav-item.nav-icon-btn.nav-icon-btn-last {
    border-right: 1px solid #e4e8ec;
    padding-right: 10px;
}
#main-nav.nav-with-icons .navbar-nav .nav-item.nav-icon-btn .nav-link {
    position: relative;
}
#main-nav.nav-with-icons
    .navbar-nav
    .nav-item.nav-icon-btn
    .nav-link
    .notification-num {
    position: absolute;
    background-color: #ff1717;
    color: #ffffff;
    font-size: 10px;
    display: flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50px;
    top: 8px;
    right: 4px;
}
.notifications-dropdown .dropdown-menu {
    width: 300px;
    right: -100px !important;
    padding: 10px;
}
.notifications-dropdown .dropdown-title {
    text-align: left;
    border-bottom: 1px solid #e4e8ec;
    margin-bottom: 10px;
}
.notifications-dropdown .dropdown-title h5 {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
}
.notifications-dropdown .alert {
    text-align: left;
    padding: 0 25px 8px 0px !important;
    border-bottom: 1px solid #e4e8ec;
    border-radius: 0 !important;
    margin-bottom: 8px;
}
.notifications-dropdown .alert h5 {
    font-size: 14px;
    color: #30393f;
    font-weight: 600;
    margin-bottom: 5px;
}
.notifications-dropdown .alert a:hover h5,
.notifications-dropdown .notification-link a {
    color: #011b63;
}
.notifications-dropdown .alert h5 span {
    font-size: 12px;
    color: #86909c;
    display: block;
    font-weight: 400;
}
.notifications-dropdown .alert p {
    font-size: 13px;
    margin-bottom: 0;
    color: #30393f;
}
.notifications-dropdown .alert .btn-close {
    padding: 0;
    font-size: 12px;
}
.notifications-dropdown .dropdown-btn {
    margin: 10px 0 0;
    display: flex;
    justify-content: flex-end;
}
.notifications-dropdown .dropdown-btn .custom-btn.btn-sm {
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
    width: 100%;
}
.notifications-dropdown .dropdown-btn .custom-btn.btn-sm:first-child {
    margin-left: 0px;
}
.notifications-dropdown .dropdown-menu p.text-center {
    font-size: 13px;
    margin-bottom: 0;
}
.notifications-dropdown-scroll {
    max-height: 200px;
    overflow: hidden;
}
.notifications-dropdown-scroll .mCSB_inside > .mCSB_container {
    margin-right: 15px;
}
.nav-topbar-main {
    padding: 10px 0;
    background-color: #011b63;
}
.nav-topbar {
    max-width: 95%;
    margin: auto;
}
.nav-topbar .nav-topbar-ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav-topbar .nav-topbar-ul .nav-topbar-li {
    list-style: none;
    padding-left: 40px;
}
.nav-topbar .nav-topbar-ul .nav-topbar-li .nav-link,
.nav-topbar .nav-topbar-ul .nav-topbar-li .nav-link:hover,
.nav-topbar .nav-topbar-ul .nav-topbar-li .nav-link:focus {
    color: #ffffff;
    position: relative;
}
.nav-topbar .nav-topbar-ul .nav-topbar-li:first-child {
    padding-left: 0;
}
.nav-topbar .nav-topbar-ul .nav-user-dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
}
.nav-topbar .nav-topbar-ul .nav-user-dropdown .dropdown-toggle img {
    width: 30px;
    margin-right: 5px;
    height: auto;
    border-radius: 50%;
}
.nav-topbar .nav-topbar-ul .dropdown-menu {
    transform: translate3d(0.5px, 40px, 0px) !important;
}
.nav-topbar .nav-topbar-ul .nav-topbar-li .nav-link .notification-num {
    position: absolute;
    background-color: #ff1717;
    color: #ffffff;
    font-size: 10px;
    display: flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50px;
    top: -5px;
    right: -10px;
}
.nav-svgicon {
    display: inline-block;
    width: 20px;
    margin-right: 5px;
    position: relative;
}
.nav-svgicon img {
    width: 20px;
    position: absolute;
    top: -15px;
    left: 0;
    transition-duration: 0.4s;
}
.nav-svgicon img.icon-d {
    z-index: 1;
}
.nav-svgicon img.icon-h,
.nav-link:hover .nav-svgicon img.icon-w {
    opacity: 1;
    transition-duration: 0.4s;
}
.nav-svgicon img.icon-w,
.nav-link:hover .nav-svgicon img.icon-d {
    opacity: 0;
    transition-duration: 0.4s;
}
.nav-topbar-main .nav-svgicon img {
    top: -17px;
}
/*End Header style*/

/* Sub Nav */
.page-sub-nav {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background-color: #eef2ff;
    padding: 20px 0;
    z-index: 9999;
}
.page-sub-nav .row {
    align-items: center;
}
.page-sub-nav .left-box h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    color: #011b63;
}
.page-sub-nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.page-sub-nav ul li {
    list-style: none;
    padding-left: 30px;
}
.page-sub-nav ul li:first-child {
    padding-left: 0px;
}
.page-sub-nav ul li a {
    color: #30393f;
    font-size: 15px;
    font-weight: 600;
}
.page-sub-nav ul li a.active {
    color: #0461ac;
}
/* End Sub Nav */

/*Page Styles*/
.inner,
#main-nav .container-fluid {
    max-width: 90%;
    margin: auto;
}
.inner-more {
    max-width: 80%;
    margin: auto;
}
#main-banner,
#inner-banner,
.network-sec.no-sub-nav {
    margin-top: 90px !important;
}
#main-banner .carousel-caption {
    left: 0;
    right: 0;
    max-width: 80%;
    margin: auto;
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: left;
}
#main-banner .carousel-caption h5 {
    font-size: 56px;
    color: #30393f;
    font-weight: 800;
    margin-bottom: 20px;
}
#main-banner .carousel-caption p {
    font-size: 24px;
    color: #47555f;
    font-weight: 600;
    margin-bottom: 0;
}
#main-banner .carousel-caption.light-text h5,
#main-banner .carousel-caption.light-text p {
    color: #ffffff;
    text-shadow: 0 0 15px rgb(0 0 0 / 20%), 0 0 5px rgb(0 0 0 / 20%);
}
#main-banner .carousel-caption.light-text p {
    font-weight: 500 !important;
}
#main-banner .carousel-caption .banner-btn-box {
    margin-top: 40px;
}
#main-banner .carousel-caption .banner-btn-box .custom-btn {
    margin-right: 10px;
    min-width: 200px;
}
#main-banner .carousel-caption .banner-btn-box .custom-btn:last-child {
    margin-right: 0px;
}
#main-banner .carousel-caption.light-text .custom-btn:hover {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}
.home-video-sec {
    line-height: 0;
}
.home-video-sec video {
    width: 100%;
    height: auto;
}
.counter-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.counter-main .item {
    width: 100%;
    text-align: center;
    border-right: 1px solid #8f9cc1;
}
.counter-main .item:last-child {
    border-right: none;
}
.counter-main .item h3 {
    font-size: 38px;
    font-weight: 600;
}
.counter-main .item p {
    font-weight: 600;
    margin-bottom: 0;
}
.content-with-img .img {
    padding-right: 2%;
}
.content-with-img .text {
    padding-left: 2%;
}
.content-with-img.text-left .img {
    padding-left: 2%;
    padding-right: 12px;
}
.content-with-img.text-left .text {
    padding-left: 12px;
    padding-right: 2%;
}
.info-with-icons .items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 50px;
}
.info-with-icons .items:last-child {
    margin-bottom: 0px;
}
.info-with-icons .items .icons {
    width: 40px;
    height: auto;
}
.info-with-icons .items .info-box {
    width: 100%;
    padding-left: 25px;
}
.info-with-icons .items .info-box h4,
.info-card h3 {
    font-size: 20px;
    color: #011b63;
    font-weight: 600;
    margin-bottom: 10px;
}
.info-card {
    padding: 25px;
    border: 1px solid #bfc7e0;
    border-radius: 14px;
}
.multi-img {
    position: relative;
}
.multi-img .img-item1 {
    width: 95%;
    height: auto;
}
.multi-img .img-item2 {
    float: right;
    margin-top: -25px;
    position: relative;
    width: 55%;
    height: auto;
}
.multi-img .count-box {
    position: absolute;
    background-color: #f9b137;
    text-align: center;
    padding: 20px;
    width: 160px;
    height: 160px;
    color: #181c20;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 140px;
    left: 30%;
    z-index: 2;
}
.multi-img .count-box .count-boxin {
    font-weight: 600;
}
.multi-img .count-box h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
}
.multi-img .count-box p {
    font-size: 18px;
}
.custom-slider {
    margin: 0 -10px;
}
.custom-slider .slick-slider {
    margin: 0 -12px;
}
.custom-slider .slick-slide {
    margin-right: 12px;
    margin-left: 12px;
}
.custom-slider .item .box {
    overflow: hidden;
    border-radius: 12px;
    display: block;
    box-shadow: 0 0.125rem 0.35rem rgba(0, 0, 0, 0.055) !important;
    margin-bottom: 10px;
}
.custom-slider .slick-dots {
    bottom: -60px;
}
.custom-slider .slick-dots li {
    margin: 0 2px;
}
.custom-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 4px;
    margin-left: 4px;
    background-color: #d9d9d980;
    transition-duration: 0.4s;
}
.custom-slider .slick-dots li.slick-active button {
    transform: scale(1.15);
    background-color: rgb(1 27 99 / 50%);
    transition-duration: 0.4s;
}
.custom-slider .slick-dots li button:before {
    display: none;
}
.custom-slider.with-dots {
    margin-bottom: 60px !important;
}
.custom-slider.default-dots .slick-dots {
    bottom: initial;
}
.custom-cards .item {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 0.125rem 0.35rem rgba(0, 0, 0, 0.055) !important;
}
.custom-cards .item .img-box {
    position: relative;
}
.custom-cards .item .img-box .card-tag {
    position: absolute;
    background-color: #fabe59;
    color: #181c20;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 0 6px 0 0;
    bottom: 0;
    left: 0;
}
.custom-cards .item .img-box .card-tag i {
    margin-right: 8px;
}
.custom-cards .item .text-box {
    padding: 20px;
}
.custom-cards .item .text-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #181c20;
}
.custom-cards .item .text-box .card-btn-box {
    text-align: end;
}
.custom-cards .item .text-box .card-btn-box.with-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-cards .item .text-box .date-tag {
    margin-bottom: 5px;
}
.custom-cards .item .text-box .date-tag,
.custom-cards .item .text-box .post-info-item,
.custom-cards2 .item .item-row .text .date-tag {
    color: #30393f;
    font-size: 14px;
}
.custom-cards.single-card .item {
    padding: 30px 30px 10px;
}
.custom-cards.single-card .item .text-box h3 {
    font-size: 30px;
    margin-bottom: 0 !important;
}
.date-tag i {
    margin-right: 3px;
}
.partner-sec {
    background-image: url(../img/home/trusted-partners.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.partner-slider .item {
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    background-color: #ffffff;
}
.partner-slider .item img {
    margin: 0 auto 20px;
    width: 100px;
    height: auto;
    border-radius: 50%;
}
.partner-slider .item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #30393f;
    margin-bottom: 25px;
}
.partner-slider .item p {
    min-height: 70px;
}
.partner-slider .item h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.partner-slider .item h4 span {
    font-size: 18px;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.custom-slider .slick-prev:before,
.custom-slider .slick-next:before {
    font-family: bootstrap-icons !important;
    color: #30393f;
    opacity: 1 !important;
    transition-duration: 0.4s;
}
.custom-slider .slick-next:before {
    content: "\F138" !important;
}
.custom-slider .slick-prev:before {
    content: "\F12F" !important;
}
.custom-slider .slick-prev,
.custom-slider .slick-next {
    border: 1px solid #f9b137;
    background-color: #f9b137;
    border-radius: 4px;
    width: 40px;
    height: 40px;
}
.custom-slider .slick-prev:hover:before,
.custom-slider .slick-prev:focus:before,
.custom-slider .slick-next:hover:before,
.custom-slider .slick-next:focus:before {
    color: #f9b137 !important;
    transition-duration: 0.4s;
}
.custom-slider .slick-prev {
    left: -45px;
}
.custom-slider .slick-next {
    right: -45px;
}
.inline-btns a {
    margin-right: 5px;
}
.inline-btns a:last-child {
    margin-right: 0px;
}
.ja-nav-sec {
    padding-top: 140px;
}
.ja-subnav-sec {
    padding-top: 200px;
}
.inner-form-container {
    padding-left: 80px;
    padding-right: 80px;
}
.only-form-sec {
    padding-bottom: 50px;
}
.form a {
    color: #011b63;
    font-size: 14px;
    font-weight: 600;
}
.only-form-sec .form-box {
    width: 75%;
    margin: auto;
}
.form-box .signup-link {
    margin-top: 60px;
}
.input-with-icon {
    position: relative;
}
.input-with-icon .form-control {
    padding-right: 30px;
}
.input-with-icon i {
    position: absolute;
    top: 15px;
    right: 8px;
    font-size: 14px;
    color: #adbbc5;
}
.image-upload {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.image-upload input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.upload-field {
    display: block;
    background: #f1f4f5;
    border-radius: 14px;
}
.upload-field .file-thumbnail {
    cursor: pointer;
    border: 2px dashed #c9d2d8;
    border-radius: 14px;
    text-align: center;
    padding: 30px 20px;
}
.upload-field .file-thumbnail img {
    width: 100px;
    max-height: 100%;
    margin: 0 auto 10px;
}
.upload-field .file-thumbnail iframe {
    width: 200px;
    max-height: 200%;
    margin: 0 auto 10px;
}
.upload-field .file-thumbnail h3 {
    font-size: 14px;
    color: #30393f;
    font-weight: 400;
    margin-bottom: 10px;
}
.upload-field .file-thumbnail p {
    font-size: 13px;
    color: #47555f;
    margin-bottom: 0;
    /* min-height: 40px; */
}
.upload-field .file-thumbnail h3 span {
    color: #181c20;
    background-color: #f9b137;
    font-weight: 600;
    border-radius: 4px;
    padding: 6px 10px;
}
.divider {
    background-color: #e4e8ec;
    width: 100%;
    height: 1px;
    margin: 20px 0 40px;
}
.form-title-with-itembox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.popup-message .modal-content {
    position: relative;
    border: none;
    border-radius: 0;
}
.popup-message .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.popup-message .modal-body {
    padding: 0;
}
.card-item {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #e4e8ec;
}
.card-item:last-child {
    margin-bottom: 0px;
}
.card-item.card-item-with-title {
    padding: 0;
    /* overflow: hidden; */
}
.card-item.card-item-with-title .card-title {
    background-color: #eef2ff;
    padding: 20px;
    border-radius: 12px 12px 0 0;
}
.card-item.card-item-with-title .card-title h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.card-item.h-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.card-content {
    padding: 30px 20px;
}
.card-content .card-content-item {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e4e8ec;
}
.card-content .card-content-item:first-child {
    padding-top: 0px;
}
.card-content .card-content-item:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.card-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #47555f;
    margin-bottom: 5px;
}
.card-content .user-info h4 a {
    color: #47555f !important;
}
.card-content .content-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
/* .card-item .user-img {
    width: 180px;
    height: auto;
    border-radius: 50%;
    border: 3px solid #8f9cc1;
    margin-bottom: 25px;
} */
.card-item .user-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid #8f9cc1;
    margin-bottom: 25px;
    display: inline-block;
}
.status {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.status span {
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    background-color: #adb5bd;
    border-radius: 50%;
}
.status .online {
    background-color: #00b478;
}
.user-info {
    margin-bottom: 30px;
}
.user-info h4 {
    font-size: 20px;
    margin: 0;
}
.user-info h4 span {
    font-weight: 600;
    display: block;
    margin-top: 8px;
}
.user-info-logo-li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.user-info-logo-li div {
    width: auto;
    padding: 0 5px;
}
.user-info-logo-li div img {
    width: 35;
    height: 35px;
    border: none;
}
.user-social {
    padding: 0;
    display: flex;
    justify-content: center;
    margin: auto;
}
.user-social li {
    list-style: none;
    padding: 0 8px;
}
.user-social li a {
    color: #011b63;
    font-size: 16px;
}
.user-contact-info .infoitem {
    color: #47555f;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.user-contact-info .infoitem i {
    font-size: 18px;
    margin-right: 10px;
    line-height: normal;
}
.user-contact-info .infoitem img.icon {
    width: 20px;
    margin-right: 10px;
    height: auto;
}
.user-contact-info .infoitem:last-child {
    margin-bottom: 0px;
}
.user-contact-info .contact-info-details {
    width: 100%;
}
.user-contact-info .contact-info-details h5 {
    font-size: 17px;
    margin-bottom: 5px;
}
.user-contact-info .contact-info-details a,
.user-contact-info .contact-info-details p {
    color: #47555f;
    font-size: 15px;
    margin-bottom: 0;
}
.user-contact-info .contact-info-details a:hover {
    text-decoration: underline !important;
}
.user-contact-info.style2 .contact-info-details {
    color: #181c20;
    padding-bottom: 20px;
}
.user-contact-info.style2 .infoitem {
    border-bottom: 1px solid #e4e8ec;
}
.user-contact-info.style2 .infoitem:last-child {
    border-bottom: none;
}
.user-contact-info.style2 .infoitem:last-child .contact-info-details {
    padding-bottom: 0px;
}
.status2 {
    color: #30393f;
    padding: 10px;
    min-width: 140px;
    background-color: #22c55e;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
}
.profile-sidebar {
    padding: 0;
    margin: 0;
}
.profile-sidebar li {
    list-style: none;
    margin-bottom: 6px;
}
.profile-sidebar li:last-child {
    margin-bottom: 0px;
}
.profile-sidebar li.active a {
    background-color: #011b63 !important;
    color: #ffffff !important;
}
.profile-sidebar li a {
    color: #181c20;
    display: flex;
    align-items: stretch;
    font-size: 16px;
    padding: 12px;
    border-radius: 4px;
}
.profile-sidebar li a:hover {
    background-color: #eef2ff;
}
.profile-sidebar li a .nav-icon {
    height: auto;
    margin-right: 8px;
}
.profile-sidebar li.active a .nav-icon {
    filter: invert(100%) grayscale(100%) brightness(200%);
}
/* .profile-sidebar li a .nav-icon.nav-icon-white,
.profile-sidebar li.active a .nav-icon {
    display: none;
}
.profile-sidebar li.active a .nav-icon.nav-icon-white {
    display: block;
} */
.profile-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    color: #181c20;
}
.profile-title a {
    color: #181c20;
}
.profile-info-tools .item {
    position: relative;
}
.profile-info-tools .item:first-child:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #e4e8ec;
    right: -35px;
}
.profile-info-tools .item.info-tools ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
}
.profile-info-tools .item.info-tools ul li {
    list-style: none;
}
.profile-info-tools .item.info-tools ul li a {
    color: #011b63;
    position: relative;
}
.profile-info-tools .item.info-tools ul li a svg {
    width: 22px;
    height: 22px;
}
.profile-info-tools .item.info-tools ul li a .notifications {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #ff1717;
    text-align: center;
    border-radius: 50%;
    top: -6px;
    right: -10px;
    font-size: 10px;
    padding: 4px;
    color: #ffffff;
    line-height: normal;
}
.profile-info-tools .item.info-tools ul li a .notifications span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.profile-info-tools .item .flag-icon {
    width: 25px;
    height: auto;
    margin-right: 5px;
}
.profile-info-tools .row .item:first-child {
    text-align: right;
    position: relative;
    left: -20px;
}
.profile-info-tools .row .item:first-child span.fi {
    top: 2px;
}
.profile-info-nav {
    margin-bottom: 35px;
}
.profile-info-box .item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.profile-info-box .item h4 a {
    color: #181c20;
}
.profile-info-box .item h4 a:hover {
    color: #011b63;
}
.profile-info-box .item h5 {
    font-size: 16px;
    margin-bottom: 10px;
}
.profile-info-box .item .tags {
    font-size: 13px;
    font-weight: 600;
    padding: 2px 4px;
    min-width: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px;
}
.profile-info-box .item .tags:last-child {
    margin-right: 0px;
}
.member-search {
    position: relative;
}
.member-search svg.bi-search {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    left: 12px;
    color: #778e9e;
}
.member-search button {
    min-width: 120px;
}
.member-search .form-control {
    padding-left: 40px;
}
.title-with-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-with-link a,
.title-with-link .btn {
    color: #181c20;
    font-size: 16px;
    padding: 0;
    border: none !important;
    font-weight: 600;
    /* float: right; */
    /* position: relative; */
    /* top: 2px; */
}
.title-with-icon i {
    margin-right: 10px;
}
.title-with-icon img.icon {
    width: 21px;
    height: auto;
    margin-right: 10px;
}
.img-card .item {
    text-align: center;
    margin-bottom: 30px;
}
.img-card .item:last-child {
    margin-bottom: 0px;
}
/* .img-card .item .company-img {
    width: 150px;
    height: auto;
    border-radius: 50%;
    border: 3px solid #8f9cc1;
    margin: 0 auto 25px;
} */
.img-card .item .company-img {
    width: 150px;
    height: 150px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #8f9cc1;
    margin: 0 auto 25px;
}
.img-card .card-tag {
    padding: 6px;
    display: inline-block;
    margin-bottom: 20px;
    min-width: 100px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
}
.img-card .item h4 {
    font-size: 18px;
    color: #01103b;
    font-weight: 600;
    min-height: 45px;
}
.img-card .item h5 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #30393f;
}
.img-card .user-contact-info {
    margin-bottom: 20px;
}
.img-card .user-contact-info .infoitem {
    justify-content: center;
    margin-bottom: 5px;
    font-size: 14px;
}
.img-card .user-contact-info .infoitem i {
    font-size: 16px;
    position: relative;
    top: 1px;
}
.img-card .country-tag {
    font-size: 14px;
}
#chartdiv {
    width: 100%;
    height: 300px;
}
.custom-alert {
    border-radius: 12px !important;
    padding: 20px !important;
}
.custom-alert.bg-white {
    border: 1px solid #e4e8ec;
}
.custom-alert h5 {
    font-size: 20px;
    font-weight: 600;
}
.custom-alert p {
    font-size: 14px;
}
.custom-alert p a {
    color: #0461ac;
}
.custom-alert.bg-blue-10 {
    background-color: #eef2ff;
    border: 1px solid #8f9cc1;
}
.post-cards .post-item {
    border: 1px solid #c9d2d8;
    padding: 12px 0;
    border-radius: 14px;
    margin-bottom: 20px;
}
.post-cards .post-item:last-child {
    margin-bottom: 5px;
}
.post-cards .post-item .img img {
    border-radius: 14px;
}
.post-cards .post-item .img .imgbg {
    height: 85px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 12px;
}
.post-info-main .post-date,
.post-info-main .post-info .post-info-item {
    color: #5f727e;
    font-size: 14px;
}
.post-info-main .post-info {
    display: flex;
    justify-content: flex-end;
}
.post-info-main .post-info .post-info-item {
    padding-left: 20px;
}
.post-info-main .post-info .post-info-item i,
.post-info-main .post-date i {
    padding-right: 5px;
}
.service-tag-main .service-tag-row {
    border-bottom: 1px solid #e4e8ec;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.service-tag-main .service-tag-row:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.list-tag {
    padding: 0;
    margin: 0;
}
.list-tag li {
    list-style: none;
    padding-right: 10px;
    display: inline-block;
}
.list-tag li:last-child {
    padding-right: 0px;
}
.list-tag li span {
    padding: 6px;
    font-weight: 600;
    display: inline-block;
    margin: 5px 0;
    min-width: 50px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    text-align: center;
}
.list-tag.line-tag li span {
    color: #6071a1;
    border: 1px solid #6071a1;
}
.card-content .doc-card-row {
    margin-bottom: 30px;
}
.card-content .doc-card-row:last-child {
    margin-bottom: 0px;
}
.doc-card {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px;
    background-color: #f1f4f5;
    border: 1px solid #bfc7e0;
    border-radius: 14px;
}
.doc-card img {
    width: 35px;
    height: auto;
}
.doc-card .doc-info {
    width: 100%;
    padding-left: 10px;
}
.doc-card .doc-info h4 {
    font-weight: 500;
    color: #011b63;
    margin-bottom: 0;
}
.doc-card .doc-info h4 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.yt-video-box {
    line-height: 0;
}
.page-content-scroll-padding {
    padding-right: 0 !important;
}
.page-content-scroll {
    /*height: 1500px;*/
    max-height: 1500px;
    overflow: hidden;
}
.minimal-img-card .minimal-img-card-row {
    margin-bottom: 10px;
    border: 1px solid #e4e8ec;
    border-radius: 14px;
    overflow: hidden;
}
.page-content-scroll .mCSB_inside > .mCSB_container {
    margin-right: 26px;
}
.minimal-img-card .minimal-img-card-row .img {
    padding: 0;
}
.minimal-img-card .minimal-img-card-row .img.imgbg {
    height: 92px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.minimal-img-card .minimal-img-card-row .text h5 {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600;
    color: #212529;
}
.minimal-img-card .minimal-img-card-row .text a:hover h5 {
    color: #011b63;
}
.minimal-img-card .minimal-img-card-row .text h5 span {
    color: #778e9e;
    font-size: 10px;
    display: block;
    margin-top: 5px;
    font-weight: 400;
}
.box-shadow {
    box-shadow: 0 0.125rem 0.35rem rgba(0, 0, 0, 0.055) !important;
    border: none;
}
.user-img-box {
    position: relative;
}
.user-img-box .img-edit-icon {
    position: absolute;
    background-color: #1d8fdd;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 50%;
    bottom: 30px;
    right: 80px;
}
.body-social-li .item ul {
    padding: 0;
    margin: 0;
}
.body-social-li .item ul li {
    list-style: none;
    display: inline-block;
    padding-left: 25px;
}
.body-social-li .item ul li a {
    padding: 4px;
    width: 40px;
    height: 40px;
    background-color: #0461ac;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
}
.member-cards .item {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 14px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.member-cards.no-hover .item {
    cursor: default;
}
.member-cards .item-box .info-box {
    margin-top: 20px;
    transition-duration: 0.4s;
}
.member-cards .item .info-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #011b63;
    font-weight: 600;
}
.member-cards .item .info-box h4 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #47555f;
    font-weight: 500;
}
.member-cards .item .info-box ul {
    padding: 0;
    margin: 0;
}
.member-cards .item .info-box ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}
.member-cards .item .info-box ul li a {
    font-size: 18px;
    color: #47555f;
}
.member-cards .item .info-box ul li a:hover {
    color: #011b63;
}
.member-cards .item:hover .item-box .info-box {
    opacity: 0;
    transition-duration: 0.4s;
}
.member-cards.no-hover .item:hover .item-box .info-box {
    opacity: 1;
    transition-duration: 0.4s;
}
.member-cards .item .hover-box {
    position: absolute;
    background-color: rgb(1 27 99 / 85%);
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    padding: 0 5% 20px;
    border-radius: 14px;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
}
.member-cards .item .hover-box .info-box {
    margin-top: 50px;
}
.member-cards .item .hover-box .info-box h3,
.member-cards .item .hover-box .info-box h4,
.member-cards .item .hover-box .info-box ul li a {
    color: #ffffff;
    font-weight: 500;
}
.member-cards .item:hover .hover-box {
    top: 0;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
}
.member-cards.no-padding-card .item {
    padding: 0;
    background-color: transparent;
}
.form-search-main {
    padding: 16px;
    background-color: #ffffff;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #e4e8ec;
    /* box-shadow: 0 .125rem 0.35rem rgba(0, 0, 0, .055) !important; */
}
.form-search-main .form .form-control,
.form-search-main .form .form-select {
    padding: 0.375rem 0.75rem 0.375rem 0.75rem !important;
    font-size: 14px;
    color: #212529;
}
.form-search-main .custom-btn {
    padding: 6px 10px;
    font-size: 14px;
    margin-top: 30px;
}
.low-opacity {
    color: #adb5bd !important;
}
.search-modal .modal-body {
    padding: 60px 40px;
}
#search-dropdown li,
.dropdown-scroll-with-li li {
    padding: 2px 10px;
}
#search-dropdown li a {
    font-size: 14px;
}
.dropdown-scroll {
    height: 300px;
    overflow-y: scroll;
}
.in-grid {
    padding: 0 5%;
}
.custom-cards2 .item {
    margin-bottom: 20px;
}
.custom-cards2 a.item {
    display: block;
}
.custom-cards2 .item:last-child {
    margin-bottom: 0px;
}
.content-sidebar-scroll .custom-cards2 .item:last-child {
    margin-bottom: 5px;
}
.custom-cards2 .item .item-row {
    border: 1px solid #c9d2d8;
    border-radius: 14px;
    overflow: hidden;
}
.custom-cards2 .item .item-row .img {
    padding-left: 0;
    padding-right: 0;
}
.custom-cards2 .item .item-row .text {
    padding: 0 4%;
}
.custom-cards2 .item .item-row .text h4 {
    font-size: 18px;
    font-weight: 600;
    color: #47555f;
}
.custom-cards2 .item .item-row .text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #30393f;
}
.custom-cards2 .item .item-row .text p {
    font-size: 16px;
    color: #30393f;
}
.custom-cards2 a.item:hover .item-row .text h4,
.custom-cards2 a.item:hover .item-row .text h3,
.custom-cards2 a.item:hover .item-row .text p {
    color: #011b63;
}
.custom-cards2 .text .logo-lists img {
    margin-right: 5px !important;
    margin-left: 0px !important;
    margin-bottom: 15px;
}
.newsletter-bg {
    background-image: url("../img/news/newsletter-bg.png");
    background-repeat: no-repeat;
    background-position: center;
}
.newsletter-box {
    border-radius: 14px;
    background-color: #ffffff;
    overflow: hidden;
}
.newsletter-box .img {
    padding: 0;
}
.newsletter-box .text {
    padding: 0 5%;
}
form.d-flex button {
    min-width: auto;
}
.content-with-sidebar .content-box {
    padding-right: 2%;
}
.content-with-sidebar .content-box p {
    font-size: 14px;
    color: #30393f;
}
.content-with-sidebar .content-box p a {
    color: #011b63;
    font-weight: 500;
}
.content-with-sidebar .content-sidebar {
    padding-left: 2%;
}
.content-sidebar-scroll {
    max-height: 590px;
    overflow: hidden;
}
.content-sidebar .custom-cards2 .item .item-row {
    background-color: #ffffff;
    transition-duration: 0.4s;
}
.content-sidebar .custom-cards2 .item:hover .item-row {
    background-color: #eef2ff;
    transition-duration: 0.4s;
}
.content-sidebar .custom-cards2 .item .item-row .text h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
.content-sidebar .custom-cards2 .item .item-row .text p {
    font-size: 14px;
    margin-bottom: 5px;
}
.content-sidebar .custom-cards2 .item .item-row .text .date-tag {
    color: #778e9e;
    font-size: 12px;
}
.content-sidebar .sidebar-title {
    color: #011b63;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.content-with-sidebar .date-tag {
    color: #778e9e;
    font-size: 14px;
}
.post-info-main.ind-post-item .post-info {
    justify-content: flex-start;
}
.post-info-main.ind-post-item .post-info .post-info-item {
    padding-right: 20px;
    padding-left: 0px;
}
.post-info-main.ind-post-item .post-info .post-info-item:last-child {
    padding-right: 0px;
    padding-left: 0px;
}
.ceo-section .item:first-child {
    padding-right: 2%;
}
.ceo-section .item:last-child {
    padding-left: 2%;
}
.ceo-section .item .text h3 {
    font-size: 26px;
    color: #011b63;
    font-weight: 600;
    margin-bottom: 15px;
}
.ceo-section .item .text .name-tag {
    font-size: 20px;
    font-weight: 400;
}
.ceo-section .item .text .name-tag span {
    font-weight: 600;
    display: block;
    margin-top: 5px;
}
.join-us-main {
    position: relative;
    overflow: hidden;
}
.join-us-main .bg-circle {
    position: absolute;
    left: -60px;
    bottom: -60px;
    width: 150px;
}
.join-us-main .bg-circle.top-right {
    left: initial;
    bottom: initial;
    right: -60px;
    top: -60px;
}
.global-counter-main {
    padding: 60px 0;
}
.global-counter-main .item {
    border-right: 1px solid #8f9cc1;
}
.global-counter-main .item:last-child {
    border-right: none;
}
.global-counter-main .item .counter-box {
    color: #011b63;
}
.global-counter-main .item .counter-box h3 {
    font-size: 38px;
    font-weight: 600;
}
.global-counter-main .item .counter-box p {
    font-weight: 600;
    margin-bottom: 0;
}
.info-card-style2 .info-card-item {
    background-color: #ffffff;
    border: 1px solid #e4e8ec;
    border-radius: 14px;
    padding: 20px;
    min-height: 193px;
    display: flex;
    align-items: center;
}
.info-card-style2 .info-card-item.with-img {
    display: block !important;
}
.info-card-style2 .col-12:nth-child(1),
.info-card-style2 .col-12:nth-child(2) {
    margin-bottom: 20px;
}
.info-card-style2 .info-card-item .info-card-row {
    align-items: center;
}
.info-card-style2 .info-card-item .info-card-row .icon-tag {
    background-color: #f9b137;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-card-style2 .info-card-item .info-card-row .icon-tag h3 {
    margin: 0;
    font-weight: 600;
}
.info-card-style2 .info-card-item.with-img .card-title {
    font-size: 18px;
    color: #47555f;
    font-weight: 600;
}
.info-card-style2 .info-card-item .info-card-row .text-box p {
    font-size: 16px;
}
.custom-accordion .accordion-item {
    margin-bottom: 25px;
    border-radius: 12px !important;
    border: 1px solid #5f727e !important;
}
.custom-accordion .accordion-button {
    font-size: 16px;
    color: #30393f;
    font-weight: 600;
    border: none;
    border-radius: 12px !important;
}
.custom-accordion .accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}
.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #eef2ff;
}
.contact-sec .left {
    padding-right: 5%;
}
.contact-info-list .item {
    display: flex;
    margin-bottom: 30px;
}
.contact-info-list .item:last-child {
    margin-bottom: 0px;
}
.contact-info-list .item .icon-tag {
    width: 55px;
    color: #0461ac;
}
.contact-info-list .item .item-info {
    width: 100%;
}
.contact-info-list .item .icon-tag i {
    font-size: 30px;
}
.contact-info-list .item .item-info h4,
.contact-info-list .item .item-info p,
.contact-info-list .item .item-info a {
    color: #30393f;
}
.contact-info-list .item .item-info h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-info-list .item .item-info a:hover {
    color: #0461ac;
}
.contact-info-list .item.icon-list {
    margin-left: 50px;
}
.contact-info-list .item ul {
    padding: 0;
    margin: 0;
}
.contact-info-list .item ul li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
}
.contact-info-list .item ul li:last-child {
    padding-right: 0px;
}
.contact-info-list .item ul li a {
    padding: 4px;
    width: 40px;
    height: 40px;
    background-color: #0461ac;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
}
.contact-info-list .item ul li a:hover,
.body-social-li .item ul li a:hover {
    background-color: #011b63;
}
.map-box {
    line-height: 0;
    border-radius: 14px;
    overflow: hidden;
}
.custom-modal {
    z-index: 999999 !important;
}
.custom-modal .btn-close {
    background: none !important;
    padding: 0;
    position: absolute;
    top: -20px;
    right: -20px;
    box-shadow: none !important;
    color: #ffffff !important;
    opacity: 1;
}
.custom-modal .btn-close i {
    font-size: 20px;
}
.custom-modal .modal-content {
    border-radius: 14px;
    border: none;
}
.custom-modal .modal-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.custom-modal.highlights-modal .modal-header {
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}
.custom-modal.highlights-modal .modal-header .bg-circle {
    position: relative;
    top: -16px;
    left: -16px;
    max-width: 100%;
}
.custom-modal.highlights-modal .modal-header .btn-close {
    position: relative;
    top: -8px;
    right: 0;
}
.custom-modal.highlights-modal .modal-body {
    background-color: #f1f1f1;
    border-radius: 0 0 8px 8px;
}
.custom-modal.highlights-modal .modal-body .col-12 {
    margin-bottom: 24px;
}
.custom-modal.highlights-modal .modal-body .col-12:last-child,
.custom-modal.highlights-modal .modal-body .card-content .data-row {
    margin-bottom: 0px;
}
.custom-modal.highlights-modal .modal-body .col-12 .card-item {
    margin-bottom: 0px !important;
}
.custom-modal.highlights-modal
    .modal-body
    .card-item.card-item-with-title
    .card-title {
    background-color: #ffffff;
    border-bottom: 1px solid #e4e8ec;
}
.custom-modal.highlights-modal .modal-body .card-content {
    height: 150px;
    overflow: hidden;
}
.custom-modal.highlights-modal .modal-body .card-content .data-row {
    margin-bottom: 4px;
}
.custom-modal.highlights-modal
    .modal-body
    .card-content
    .mCSB_inside
    > .mCSB_container {
    margin-right: 15px;
}
#particles-js1 canvas,
#particles-js2 canvas {
    height: 100vh !important;
}
.network-sec {
    position: relative;
}
.network-sec .network-main {
    position: absolute;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    padding: 0 15px;
}
.network-item-box {
    margin: 60px auto 0;
    width: 75%;
}
.network-item-box .network-item-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.network-item-box .network-item-row.middle-row {
    justify-content: center;
}
.network-item-box .network-item-row .network-item {
    width: 30%;
}
.network-item-box .network-item-row .network-item,
.net-pop-over-main .net-pop-over-cards .box {
    text-align: center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-color: rgb(255 255 255 / 15%);
    padding: 30px 20px;
    border-radius: 14px;
    border: 1px solid rgb(255 255 255 / 20%);
}
.network-item-box
    .network-item-row.middle-row
    .network-item
    .network-info-item
    .net-logo {
    width: 100px;
    margin: 0;
}
.network-item-box .network-item-row.middle-row .network-item {
    padding: 30px 30px;
    width: auto;
}
.network-item-box .network-item-row .network-item .network-info-item .net-logo {
    width: 150px;
    height: auto;
    margin-bottom: 8px;
}
.network-item-box .network-item-row .network-item .network-info-item h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 8px;
}
.network-item-box .network-item-row .network-item .network-info-item p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    min-height: 60px;
}
.net-pop-over-main {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: -120%;
    left: 0;
    right: 0;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
    z-index: -1;
    opacity: 0;
}
.net-pop-over-main.active {
    top: 0%;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s;
    z-index: 999999;
    opacity: 1;
}
#particles-js2 canvas {
    top: 0%;
    position: absolute;
    z-index: -1;
}
.net-pop-over-main .net-pop-over-inner {
    position: relative;
    width: 100%;
    height: 100vh;
}
.net-pop-over-main .net-pop-over-inner .inner {
    position: absolute;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.net-pop-over-main .net-pop-over-inner .inner .pop-over-img {
    position: relative;
    left: -100px;
    bottom: -50px;
}
.net-pop-over-main .net-pop-over-cards .box {
    display: block;
    transition-duration: 0.4s;
}
.net-pop-over-main .net-pop-over-cards .box:hover {
    transform: translate3d(0, -10px, 0);
    transition-duration: 0.4s;
}
.net-pop-over-main .net-pop-over-cards .box img {
    margin-bottom: 10px;
}
.net-pop-over-main .net-pop-over-cards .box h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: #30393f;
    font-weight: 600;
    min-height: 45px;
}
.net-pop-over-main .btn-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.net-pop-over-scroll-box {
    height: 580px;
    overflow: hidden;
}
.map-js-height {
    height: 700px;
    border-radius: 14px;
    overflow: hidden;
}
.map-js-height .leaflet-marker-icon {
    width: auto !important;
    height: auto !important;
    margin-top: -30px !important;
}
.map-js-height .leaflet-popup-content {
    text-align: center !important;
}
.map-js-height .leaflet-popup-content h4 {
    font-size: 18px;
    margin-bottom: 0;
}
.leaflet-container a.leaflet-popup-close-button {
    color: #ffffff !important;
}
.map-js-height .leaflet-pane.leaflet-popup-pane .leaflet-popup-content-wrapper,
.map-js-height .leaflet-pane.leaflet-popup-pane .leaflet-popup-tip {
    background: rgb(0 0 0 / 80%);
    color: #ffffff;
}
.leaflet-container {
    font-family: "Montserrat", sans-serif !important;
}
.news-galley .item.hidden {
    display: none;
}
.contact-info-details p,
.user-contact-info .contact-info-details a,
.img-card .user-contact-info .infoitem {
    word-break: break-all;
}
.info-list-main .info-list-row.hidden {
    display: none;
}
.video-banner-sec {
    line-height: 0;
}
.newsfeed-post .post-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.newsfeed-post .post-header img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #8f9cc1;
}
.newsfeed-post .post-header .user-info {
    margin-bottom: 0;
    width: 100%;
}
.newsfeed-post .post-header .user-info a,
.newsfeed-post .post-header .user-info h3 {
    color: #212529;
}
.newsfeed-post .post-header .user-info span,
.newsfeed-post .post-header .user-info span a {
    color: #47555f;
    font-size: 14px;
}
.newsfeed-post .newsfeed-post-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.newsfeed-post .post-content,
.readmore-conent-box .post-content {
    overflow: hidden;
    display: inline;
    font-size: 14px;
    color: #30393f;
}
.newsfeed-post .more-text,
.readmore-conent-box .more-text {
    display: none;
}
.newsfeed-post .read-more-btn,
.readmore-conent-box .read-more-btn {
    display: inline-block;
    color: #011b63;
    font-weight: 600;
    font-size: 14px;
}
.scroller-md {
    max-height: 380px;
    overflow: hidden;
}
.scroller-md .mCSB_container {
    overflow: visible !important;
}
.policy-content .title2 {
    font-size: 22px !important;
}
.custom-search-filters .dropdown-toggle {
    font-size: 14px;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem !important;
    border: 1px solid #dee2e6 !important;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.custom-search-filters .dropdown-toggle.active {
    border: 1px solid #bfc7e0 !important;
    background-color: #eef2ff;
}
.custom-search-filters .dropdown-toggle::after {
    position: absolute;
    right: 8px;
    top: 16px;
}
.custom-search-filters .dropdown-menu {
    width: 100%;
}
.custom-search-filters .dropdown-menu li {
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 0.125rem;
}
.custom-search-filters .dropdown-menu li .form-check {
    margin-bottom: 0;
}
.custom-search-filters .form-check-input:checked {
    background-color: #011b63;
    border-color: #011b63;
}
.custom-search-filters .dropdown-menu .dropdown-item {
    padding: 0;
    background-color: transparent !important;
}
.custom-tabs .nav-tabs {
    border: none !important;
}
.custom-tabs .nav-tabs .nav-link {
    background-color: #eef2ff;
    color: #011b63 !important;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    padding: 12px 20px;
}
.custom-tabs .tab-body {
    padding: 30px 20px;
}
.custom-tabs .tab-body .tab-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.custom-tabs .tab-body .tab-title span {
    background-color: #011b63;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
}
.custom-tabs .tab-content {
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    border-radius: 0 10px 10px 10px;
}
.chat-main {
    min-height: 80vh;
}
.chat-contact-scroll {
    max-height: 70vh;
    overflow: hidden;
}
.chat-contact-scroll .mCSB_inside > .mCSB_container {
    margin-right: 15px;
}
.chat-contact-scroll .mCSB_scrollTools .mCSB_draggerContainer {
    left: 10px;
}
.chat-main .chat-search input {
    width: 85%;
}
.chat-main .chat-search .custom-btn {
    width: 15%;
    font-size: 20px;
    padding: 10px 2px;
    position: relative;
}
.chat-main .chat-search .custom-btn span {
    font-size: 13px;
    position: absolute;
    background-color: #414141;
    color: #ffffff;
    font-weight: 400;
    padding: 8px 12px;
    border-radius: 6px;
    top: -40px;
    left: -20px;
    opacity: 0;
    transition-duration: 0.4s;
    min-width: 140px;
    text-align: center;
    display: none;
}
.chat-main .chat-search .custom-btn:hover span {
    opacity: 1;
    display: inline;
    transition-duration: 0.4s;
}
.chat-main .left .item-box,
.chat-main .right .item-box {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e4e8ec;
    height: 100%;
}
.chat-main .nav-pills {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}
.chat-contact-row,
.chat-box-header {
    display: flex;
    align-items: center;
    text-align: left;
}
.chat-contact-row .chat-img {
    width: 12%;
    position: relative;
}
.chat-contact-row .chat-img .online-state {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dcdcdc;
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
}
.chat-contact-row .chat-img .online-state.on,
.chat-box-header .chat-info .active-state.on:after {
    background-color: #20c997;
}
.chat-contact-row .chat-img img,
.chat-box-header .chat-img img,
.comment-contact-row .comment-img img {
    border-radius: 50%;
    border: 1px solid #8f9cc1;
}
.chat-contact-row .chat-info,
.comment-contact-row .comment-info {
    width: 88%;
    padding-left: 15px;
    position: relative;
}
.chat-main .nav-pills .nav-link {
    color: #47555f;
    background-color: #ffffff;
    padding: 20px 15px;
    margin: 6px 0;
    position: relative;
}
.chat-main .nav-pills .nav-link:after {
    content: "";
    position: absolute;
    background-color: #f1f4f5;
    width: 100%;
    height: 1px;
    bottom: -6px;
    left: 0;
    right: 0;
}
.chat-main .nav-pills .nav-link.active,
.chat-main .nav-pills .show > .nav-link {
    color: #47555f;
    background-color: #f1f4f5;
}
.chat-contact-row .chat-info h4,
.chat-contact-row .chat-info h4 a,
.comment-contact-row .comment-info h4,
.comment-contact-row .comment-info h4 a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #212529;
}
.chat-contact-row .chat-info h4 a:hover,
.comment-contact-row .comment-info h4 a:hover {
    color: #011b63;
}
.chat-contact-row .chat-info span {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: -15px;
    right: 0;
}
.chat-contact-row .chat-info p,
.comment-contact-row .comment-info p {
    font-size: 14px;
    margin-bottom: 0;
}
.chat-contact-row .chat-info .chat-count {
    position: absolute;
    background-color: #ff1717;
    color: #ffffff;
    font-size: 10px;
    display: flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 50px;
    bottom: 5px;
    right: 0;
    top: initial;
}
.newchats-list-main {
    margin-top: 20px;
}
.newchats-list-main .chat-contact-row,
.comments-list-main .comment-contact-row {
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
    background-color: #f1f4f5;
    padding: 10px;
    border-radius: 8px;
    transition-duration: 0.4s;
}
.newchats-list-main .chat-contact-row:hover {
    background-color: #ffffff;
    transition-duration: 0.4s;
}
.newchats-list-main .chat-contact-row .chat-img,
.comments-list-main .comment-contact-row .comment-img {
    width: 8%;
}
.chat-contact-row .chat-info,
.comment-contact-row .comment-info {
    width: 92%;
}
.newchats-list-scroll {
    height: 300px;
    overflow: hidden;
}
.chat-box-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f4f5;
    margin-bottom: 20px;
}
.chat-box-header .chat-img {
    width: 50px;
}
.chat-box-header .chat-info {
    width: 100%;
    padding-left: 15px;
}
.chat-box-header .chat-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}
.chat-box-header .chat-info p {
    font-size: 14px;
    margin-bottom: 0;
}
.chat-box-header .chat-info .active-state {
    font-size: 12px;
    position: relative;
    padding-left: 15px;
}
.chat-box-header .chat-info .active-state:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dcdcdc;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}
.chat-box-main .form .form-control {
    width: 90%;
}
.chat-box-main .form .custom-btn {
    width: 10%;
}
.chat-box-main .chat-box {
    height: 60vh;
    padding-bottom: 15px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.chat-box-scroll {
    overflow: hidden;
    overflow-y: scroll;
    /* display: flex;
    flex-direction: column-reverse; */
}
/* .test-scroll {
    width: 500px;
    margin: 50px auto;
    height: 300px;
} */
.chat-box-main .chat-box .message {
    background-color: #f1f4f5;
    padding: 10px 10px 20px;
    margin-bottom: 5px;
    border-radius: 8px;
    width: 45%;
    font-size: 14px;
    position: relative;
}
.chat-box-main .chat-box .message.sent {
    /* background-color: #eef2ff; */
    background-color: #e1e8ff;
    margin-left: auto;
}
.chat-box-main .chat-box .message .chat-data {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #888888;
}
.chat-box-main .chat-box .message .media-container {
    position: relative;
}
.chat-box-main .chat-box .message .media-container img,
.chat-box-main .chat-box .message .media-container video {
    border-radius: 8px;
}
.chat-box-main .chat-box .message .media-container .media-download-btn {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-right: 10px;
    background-color: #f1f4f5;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    top: 10px;
    right: 0px;
    z-index: 2;
}
.chat-box-main .chat-box .message .media-container a {
    color: #011b63;
}
.chat-box-main .chat-box .message .doc-file-container {
    color: #011b63;
    font-size: 14px;
    display: block;
}
.post-action-bar {
    border-top: 1px solid #e4e8ec;
    margin: 20px 0 0;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
}
.post-action-bar .btn {
    cursor: pointer;
    font-weight: 600;
    color: #47555f;
    font-size: 14px;
    padding: 5px 0;
    /* width: 100%; */
    /* border-right: 1px solid #e4e8ec; */
    border-radius: 0;
    margin-right: 20px;
}
.post-action-bar .btn i {
    margin-right: 4px;
}
.post-action-bar .btn:last-child {
    margin-right: 0px;
}
.post-action-bar .btn:last-child {
    border-right: 1px solid transparent !important;
}
.post-action-bar .btn:hover,
.post-action-bar .btn.liked {
    color: #011b63;
}
.post-action-bar .btn:active,
.post-action-bar .btn:focus-visible {
    border: 1px solid transparent !important;
    border-color: transparent !important;
}
.comments-list-scroll {
    max-height: 350px;
    overflow: hidden;
}
.comment-contact-row {
    display: flex;
    align-items: flex-start;
    text-align: left;
}
.post-header .post-action-btn .dropdown-toggle::after,
.post-cards .post-action-btn .dropdown-toggle::after {
    display: none !important;
}
.post-header .post-action-btn .dropdown-toggle,
.post-cards .post-action-btn .dropdown-toggle {
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 20px;
    color: #47555f;
}
.post-header .post-action-btn .dropdown-menu,
.post-cards .post-action-btn .dropdown-menu {
    width: 250px;
    border-color: #e4e8ec;
}
.post-header .post-action-btn .dropdown-menu .dropdown-item,
.post-cards .post-action-btn .dropdown-menu .dropdown-item {
    font-size: 14px;
    display: flex;
    white-space: normal;
}
.post-header .post-action-btn .dropdown-menu .dropdown-item i,
.post-cards .post-action-btn .dropdown-menu .dropdown-item i {
    margin-right: 5px;
}
.post-header .post-action-btn .dropdown-menu .dropdown-item p,
.post-cards .post-action-btn .dropdown-menu .dropdown-item p {
    margin: 0;
    font-weight: 600;
}
.post-header .post-action-btn .dropdown-menu .dropdown-item p span,
.post-cards .post-action-btn .dropdown-menu .dropdown-item p span {
    display: block;
    font-size: 10px;
    font-weight: 400;
}
.postreport-modal .modal-body h3 {
    font-size: 20px;
    font-weight: 600;
}
.postreport-modal .modal-body p {
    font-size: 14px;
    color: #47555f;
}
.message-options-box {
    display: flex;
    align-items: center;
}
.message-options-box .message-options-btn {
    width: 54px;
    height: 54px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-right: 10px;
    background-color: #f1f4f5;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}
.message-options-box .custom-chat-uploader {
    position: absolute;
    width: 54px;
    height: 54px;
    cursor: pointer;
    opacity: 0;
}
.file-preview-container {
    background-color: #f1f4f5;
    padding: 20px 12px 12px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.file-preview-container .fileitem-box {
    margin-right: 15px;
    display: inline-block;
    position: relative;
    padding: 8px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
}
.file-preview-container .fileitem-box img,
.file-preview-container .fileitem-box video {
    border-radius: 8px;
    width: 80px;
    height: 80px;
}
.file-preview-container .fileitem-box .deletebtn {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 14px;
    width: 25px;
    height: 25px;
    z-index: 2;
}
.fileitem-box .filename {
    font-size: 12px;
}
.post-fe-area {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.message-options-btn.post-fe-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.message-options-btn .emoji-dropdown.dropdown-menu {
    right: initial;
    left: 0;
}
.post-fe-area .post-fe-btn .option-button {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #011b63;
    background-color: #eef2ff;
    border-radius: 50px;
    font-size: 16px;
    transition-duration: 0.4s;
}
.post-fe-area .post-fe-btn .option-button:hover,
.emoji-dropdown .emoji-list .emoji-btn:hover {
    background-color: #e3eaff;
    transition-duration: 0.4s;
}
.emoji-dropdown.dropdown-menu {
    right: 0;
    width: 300px;
    padding: 5px;
    top: -295px;
}
.emoji-dropdown .emoji-list {
    height: 200px;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
}
.emoji-dropdown .emoji-list .emoji-btn {
    flex: 0 0 auto;
    width: 18%;
    background-color: #f1f4f5;
    border: none;
    margin: 2px;
    border-radius: 4px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.emoji-dropdown .form-control {
    padding: 0.5rem 0.5rem !important;
    font-size: 12px !important;
    border-radius: 4px !important;
    width: 100% !important;
}
.emoji-dropdown .close-emoji-menu {
    border: none;
    background-color: rgb(220 53 69 / 21%);
    float: right;
    padding: 4px 10px;
    line-height: normal;
    margin-bottom: 4px;
    border-radius: 4px;
    color: #000000;
}
.comments-with-emojis-box {
    position: relative;
}
.banner-section img {
    border-radius: 20px 20px 0px 0px;
}
.logo-lists {
    display: inline-block !important;
}
.logo-lists img {
    width: 25px !important;
    height: 25px !important;
    border-radius: 0 !important;
    margin-right: 0 !important;
    margin-left: 5px !important;
    display: inline-block !important;
    border: none !important;
}
.custom-cards .logo-lists {
    position: relative;
    top: -2px;
}
.content-with-sidebar .content-box .logo-lists img:first-child,
.single-card.custom-cards .logo-lists img:first-child {
    margin-left: 0px !important;
}
.single-card.custom-cards .logo-lists {
    display: block !important;
    margin-bottom: 10px;
    margin-left: 0 !important;
}
.card-content .user-info h4 span {
    display: inline-block;
    margin: 0;
    font-weight: 500;
}
.create-post-style2 .img-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #8f9cc1;
}
.create-post-style2 .create-post-actions {
    display: flex;
}
.create-post-style2 .create-post-actions .custom-btn {
    margin-right: 10px;
}
.create-post-style2 .create-post-actions .custom-btn:last-child {
    margin-right: 0px;
}
.dropdown-toggle.no-arrow::after {
    display: none !important;
}
.create-post-style2 .form .form-control {
    padding: 1rem 0.75rem;
}
.create-post-modal .post-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.create-post-modal .post-header img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #8f9cc1;
}
.create-post-modal .post-header .user-info {
    margin-bottom: 0;
    width: 100%;
}
.create-post-modal .post-header .user-info span,
.create-post-modal .post-header .user-info span a {
    color: #47555f;
    font-size: 14px;
}
.create-post-modal .modal-header {
    background-color: #eef2ff;
    justify-content: center;
}
.custom-modal.create-post-modal .btn-close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #181c20 !important;
}
.row.row-clr .page-content-scroll-padding {
    padding: 0 !important;
}
.custom-modal hr {
    border-top: 1px solid #b9b9b9 !important;
}
.create-post-style2 .dropdown-item {
    font-size: 14px;
}
.post-item .post-img-bg {
    overflow: hidden;
    width: 100%;
    height: 300px;
    border-radius: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.post-content p a,
.post-content a {
    color: #011b63;
}
.post-item .post-img-container,
.anouncements-content .anouncements-img-box {
    border: 1px solid #e4e8ec;
    text-align: center;
    background-color: #eef2ff;
    overflow: hidden;
}
.post-item .post-img-container img,
.anouncements-content .anouncements-img-box img {
    max-width: 100%;
    height: 450px;
    margin: auto;
    object-fit: contain;
}
.member-detail-table .branch-logo img {
    width: 35px;
    height: 35px;
}
.member-detail-table .security-status-icon img {
    width: 55px;
    height: auto;
}
.member-detail-table .tags {
    font-size: 13px;
    padding: 2px 4px;
    min-width: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
}
.custom-card-filter {
    display: flex;
    align-items: center;
}
.custom-card-filter .label {
    margin-right: 15px;
}
.custom-card-filter .custom-btn.dropdown-toggle,
.custom-card-filter .dropdown .dropdown-item,
.custom-card-filter .label {
    font-size: 14px;
}
.custom-card-filter .custom-btn {
    padding: 6px 12px;
}
.legend-main,
.legend-main .item {
    display: flex;
    align-items: center;
}
.legend-main .item {
    margin-right: 40px;
}
.legend-main .item:last-child {
    margin-right: 0px;
}
.legend-main .item p {
    margin-bottom: 0;
    font-size: 13px;
    padding-left: 10px;
}
.legend-main .item img {
    width: 30px;
    height: 30px;
}
.low-opa {
    opacity: 0.6;
}
.conference-pages .conference-top-box {
    /* border-radius: 20px 20px 0 0; */
    /* box-shadow: 0px -1rem 2rem 0px rgba(0, 0, 0, 0.5) !important; */
    position: relative;
    z-index: 1;
}
.conference-pages .conference-top-box .bg-circle {
    position: absolute;
}
.conference-pages .conference-top-box .bg-circle.bottom-right {
    right: 0;
    bottom: 0;
    width: 90px;
    height: auto;
}
.conference-pages .content-box {
    padding: 60px;
    border-radius: 20px;
}
.conference-pages .content-box .item:first-child {
    padding-right: 5%;
}
.conference-pages .custom-btn {
    min-width: 320px;
}
.conference-pages .default-width.custom-btn {
    min-width: auto;
}
.timmer-box {
    padding: 30px;
}
.timmer-box .timmer-box-inner {
    display: flex;
    /* gap: 12px; */
    align-items: center;
    justify-content: space-between;
}
.timmer-box .timmer-box-inner .time-box {
    width: 100%;
    border-right: 1px solid rgb(255 255 255 / 35%);
}
.timmer-box .timmer-box-inner .time-box:last-child {
    border-right: none;
}
.timmer-box .timmer-box-inner span {
    display: block;
    font-size: 48px;
    font-weight: 700;
}
.timmer-box .timmer-box-inner .countdown-label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.conference-pages .bg-with-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.custom-slider.logo-slider .item {
    height: 100%;
}
.custom-slider.logo-slider .item .box img {
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 50%;
}
.custom-slider.logo-slider .item .box {
    background-color: rgb(255 255 255 / 25%);
    padding: 30px 20px;
}
.custom-slider.logo-slider .item .box .text-box {
    margin-top: 20px;
}
.custom-slider.logo-slider .item .box .text-box .tag-cat {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.custom-slider.logo-slider .item .box .text-box .tag-name {
    font-size: 16px;
    margin-bottom: 8px;
    min-height: 50px;
}
.custom-slider.logo-slider .item .box .text-box .tag-country {
    font-size: 14px;
}
.custom-slider.logo-slider .item .box .text-box .tag-country .fi {
    border: none !important;
}
.agenda-tabs .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-radius: 14px;
    overflow: hidden;
}
.agenda-tabs .nav-tabs .nav-item {
    width: 100%;
    background-color: #eef2ff;
}
.agenda-tabs .nav-tabs .nav-item .nav-link {
    width: 100%;
    text-align: center;
    border: none;
    padding: 16px 12px;
    background-color: transparent;
    border-radius: 0;
    color: #47555f;
    font-size: 18px;
    font-weight: 600;
}
.agenda-tabs .nav-tabs .nav-item .nav-link.active {
    background-color: #011b63;
    color: #ffffff;
}
.custom-cards3 .card-row .title {
    margin-top: 48px;
}
.custom-cards3 .card-col {
    margin-bottom: 24px;
    padding: 0;
    transition-duration: 0.4s;
    border-radius: 12px;
    overflow: hidden;
    padding: 16px;
    border: 1px solid #c9d2d8;
    background-color: transparent;
}
.custom-cards3 .card-col:hover {
    padding: 16px;
    transition-duration: 0.4s;
    background-color: #011b63;
}
.custom-cards3 .card-col .img-box {
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
}
.custom-cards3 .card-col .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-cards3 .card-col .text {
    padding-left: 2%;
}
.custom-cards3 .card-col .text h3,
.custom-cards3 .card-col .text h4,
.custom-cards3 .card-col .text .date-tag {
    color: #30393f;
    transition-duration: 0.4s;
}
.custom-cards3 .card-col .text h3 {
    font-size: 32px;
    margin-bottom: 8px;
    font-weight: 600;
}
.custom-cards3 .card-col .text h4 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 500;
}
.custom-cards3 .card-col .text .date-tag {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}
.custom-cards3 .card-col .text .custom-link {
    font-weight: 400;
    opacity: 0;
}
.custom-cards3 .card-col:hover .text .custom-link {
    opacity: 1;
}
.custom-cards3 .card-col:hover .text h3,
.custom-cards3 .card-col:hover .text h4,
.custom-cards3 .card-col:hover .text .date-tag,
.custom-cards3 .card-col:hover .text .custom-link {
    color: #ffffff !important;
    transition-duration: 0.4s;
}
.article-share-box {
    display: flex;
    justify-content: flex-end;
}
.article-share-box p {
    margin-bottom: 0;
    font-size: 14px;
}
.article-share-box ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0px;
    align-items: center;
}
.article-share-box ul li {
    padding-left: 20px;
}
.article-share-box ul li a {
    color: #414141;
    position: relative;
}
.article-share-box ul li a:hover {
    color: #011b63;
}
.anouncements-content .readmore-conent-box {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e4e8ec;
}
.anouncements-content .custom-accordion .readmore-conent-box {
    margin-bottom: 12px;
    padding: 0px;
    border: 1px solid transparent;
}
.anouncements-content .readmore-conent-box .content-title .date,
.sidebar-announcements .content-title .date,
.highlights-modal .content-title .date,
.anouncements-content .custom-accordion .accordion-button .date {
    font-size: 12px;
    color: #47555f;
    font-weight: 400;
    margin-left: 8px;
    background-color: #eef2ff;
    padding: 2px 8px;
    border-radius: 4px;
}
.anouncements-content .custom-accordion .accordion-button.collapsed .date {
    background-color: #eef2ff !important;
    transition-duration: 0.4s;
}
.anouncements-content .custom-accordion .accordion-button .date {
    background-color: #ffffff !important;
    transition-duration: 0.4s;
}
.sidebar-announcements .content-title .date {
    display: block;
    width: fit-content;
    margin-left: 0px !important;
    margin-bottom: 2px;
}
.anouncements-content .readmore-conent-box:last-child {
    margin-bottom: 0px;
}
.custom-tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 100;
    white-space: nowrap;
}
.card-item.logo-card {
    text-align: center;
}
.card-item.logo-card img {
    width: 80%;
    height: auto;
    margin: auto;
}

/* .select2-container {
    min-width: 400px;
  }
  .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
  }
  .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 10px;
    vertical-align: middle;
  }
  .select2-results__option[aria-selected=true]:before {
    font-family: bootstrap-icons !important;
    content: "\F633" !important;
    color: #011b63 !important;
    background-color: #ffffff !important;
    border: 0 !important;
    display: inline-block !important;
    padding-left: 3px !important;
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb !important;
    color: #272727 !important;
  }
  .select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #ffffff;
    border-width: 2px;
  }
  .select2-container--default .select2-selection--multiple {
    border-width: 2px;
  }
  .select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }
  .select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
  }
  .select-icon .select2-selection__placeholder .badge {
    display: none;
  }
  .select-icon .placeholder {
    	display: none;
    }
  .select-icon .select2-results__option:before,
  .select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
  }
  .select-icon  .select2-search--dropdown {
    display: none;
  } */
/*End Page Styles*/

/* Table styles */
.custom-table .table {
    border-collapse: separate !important;
    border-radius: 12px !important;
    overflow: hidden;
    border: 2px solid #bfc7e0;
    border-spacing: 0;
}
.custom-table .table.no-border {
    border: none;
}
.custom-table table th {
    font-weight: 600 !important;
    background-color: #eef2ff;
    color: #30393f;
    vertical-align: top !important;
}
.custom-table table.header-white th {
    background-color: #ffffff;
    border-bottom: 1px solid #bfc7e0;
}
.custom-table th,
.custom-table td {
    padding: 20px 10px !important;
    box-shadow: none !important;
    border: none;
    outline: none !important;
    font-size: 14px;
}
.custom-table .table.table-with-inputs td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.custom-table td {
    vertical-align: middle !important;
    border-bottom: 1px solid #e4e8ec;
}
.custom-table tr:last-child td {
    border-bottom: 0px solid #e4e8ec;
}
.form .custom-table td.actions,
.form .custom-table td:first-child {
    text-align: center;
}
/*.custom-table td a {
    color: #011b63;
    font-weight: 600;
}
.custom-table td a:hover {
    color: #0461ac;
}*/
/* .custom-table td.actions i {
    padding: 0 8px;
} */
.custom-table td.actions a {
    padding: 2px 5px;
}
.custom-table td.actions i.bi-pencil {
    color: #01164f;
}
.custom-table td.actions i.bi-trash3 {
    color: #ff1717;
}
.custom-group-by2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.custom-group-by2 .group-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
}
.custom-table .footable-details.table {
    margin: 0 !important;
    border: none;
}
.custom-table .footable-details.table th,
.custom-table .footable-details.table td {
    background-color: transparent !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    vertical-align: middle !important;
    border-bottom: 0px;
}
.custom-table .footable-details.table th {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.custom-table .footable-details td.actions a {
    padding: 8px;
    text-align: center;
    display: inline-block;
    width: 100%;
    background-color: rgb(255 23 23 / 25%);
    border-radius: 4px;
    color: #30393f;
}
.custom-table .company-td {
    align-items: center !important;
}
.custom-table .company-td img {
    width: 30px;
    height: auto;
    border-radius: 50%;
    margin-right: 10px;
}
/* .custom-table .logos-td {
    text-align: center;
} */
.custom-table .logos-td img {
    width: 35px;
    height: 35px;
    /* border: 1px solid #e4e4e4 !important; */
    margin-bottom: 2px;
}
.custom-table .logos-td img:last-child {
    margin-bottom: 0px;
}
.custom-table .dataTable th::before {
    right: 0 !important;
}
.custom-table .dataTable th::before,
.custom-table .dataTable th::after {
    font-size: 14px !important;
    top: 19px !important;
    bottom: initial !important;
    font-family: "Glyphicons Halflings" !important;
}
table.dataTable.table thead th.sorting:after,
table.dataTable.table thead td.sorting:after {
    content: "â†“" !important;
}
.custom-table .dataTables_length {
    margin-bottom: 10px;
}
.custom-table .dataTables_length select,
.custom-table .dataTables_filter input {
    padding: 0.375rem 0.75rem 0.375rem 0.75rem !important;
    font-size: 14px;
    color: #212529;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px;
}
.custom-table .dataTables_length label,
.custom-table .dataTables_filter label,
.custom-table .dataTables_info,
.custom-table .dataTables_paginate .paginate_button {
    font-size: 14px;
}
.custom-table table.dataTable.no-footer {
    border-bottom: 2px solid #bfc7e0;
}
.custom-table .paginate_button {
    background-color: #eef2ff !important;
    color: #011b63 !important;
    border: 1px solid #bfc7e0 !important;
    border-radius: 4px !important;
}
.custom-table .paginate_button:hover,
.custom-table
    .dataTables_paginate.paging_simple_numbers
    .paginate_button.current,
.custom-table
    .dataTables_paginate.paging_simple_numbers
    .paginate_button.current:hover {
    background-color: #011b63 !important;
    background: #011b63 !important;
    color: #ffffff !important;
}
.custom-table .custom-btn {
    display: inline-block;
    font-size: 14px;
    padding: 6px 5px;
    width: 100%;
    margin: 2px 0;
    font-weight: 500;
}
.table.td-top td {
    vertical-align: top !important;
}

/* RG table */
table.rg-table {
    width: 100%;
    margin-bottom: 0;
    font-size: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}
table.rg-table tr {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: left;
    color: #333;
}
table.rg-table thead {
    border-bottom: 3px solid #ddd;
}
table.rg-table tr {
    border-bottom: 1px solid #ddd;
    color: #222;
}
table.rg-table tr.highlight {
    background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
    background-color: #f6f6f6;
}
table.rg-table th {
    font-weight: bold;
    padding: 0 0 15px;
    font-size: 14px;
}
table.rg-table td {
    padding: 12px 0;
    font-size: 14px;
}
.table.rg-table tbody tr:nth-child(odd) td {
    background-color: #f7f7f7;
}
table.rg-table tr td:first {
    text-align: left !important;
}
table.rg-table .highlight td {
    font-weight: bold;
}
table.rg-table th.number,
td.number {
    text-align: right;
}
.conference-pages table.rg-table td {
    vertical-align: top !important;
}
.conference-pages table.rg-table td,
.conference-pages table.rg-table th {
    text-align: center !important;
}

/* media queries */
@media screen and (max-width: 768px) {
    .rg-container {
        max-width: 600px;
        margin: 0 auto;
    }
    table.rg-table {
        width: 100%;
    }
    table.rg-table tr.hide-mobile,
    table.rg-table th.hide-mobile,
    table.rg-table td.hide-mobile {
        display: none;
    }
    table.rg-table thead {
        display: none;
    }
    table.rg-table tbody {
        width: 100%;
    }
    table.rg-table tr,
    table.rg-table th,
    table.rg-table td {
        display: block;
        padding: 0;
    }
    .table.rg-table tbody tr:nth-child(odd) td {
        background-color: transparent;
    }
    table.rg-table tr {
        border-bottom: none;
        margin: 0;
        padding: 0.5em;
    }
    .conference-pages table.rg-table tr {
        border-bottom: 1px solid #ddd;
    }
    .conference-pages table.rg-table tr:last-child {
        border-bottom: none;
    }
    .conference-pages table.rg-table td,
    .conference-pages table.rg-table th {
        text-align: right !important;
    }
    table.rg-table tr.highlight {
        background-color: inherit !important;
    }
    table.rg-table.zebra tr:nth-child(even) {
        background-color: transparent;
    }
    table.rg-table.zebra td:nth-child(even) {
        background-color: #f6f6f6;
    }
    table.rg-table tr:nth-child(even) {
        background-color: transparent;
    }
    table.rg-table td {
        padding: 0.5em 0 0.25em 0;
        border-bottom: none;
        text-align: right;
    }
    table.rg-table td[data-title]:before {
        content: attr(data-title);
        font-weight: bold;
        display: inline-block;
        content: attr(data-title);
        float: left;
        margin-right: 0.5em;
        font-size: 0.95em;
    }
    table.rg-table td:last-child {
        padding-right: 0;
        border-bottom: none;
    }
    table.rg-table tr:first-child td.row-number {
        border-top: none;
    }
    table.rg-table td.row-number {
        border-top: 1px solid #ccc;
    }
    table.rg-table tr:last-child td:last-child {
        padding-right: 0;
        border-bottom: none;
    }
    table.rg-table td:empty {
        display: none;
    }
    table.rg-table .highlight td {
        background-color: inherit;
        font-weight: normal;
    }
    table.rg-table tr td.actions a {
        padding: 8px;
        text-align: center;
        display: inline-block;
        width: 100%;
        background-color: rgb(255 23 23 / 25%);
        border-radius: 4px;
        color: #30393f;
    }
    .custom-table .dataTables_length label,
    .custom-table .dataTables_filter label {
        margin-bottom: 10px !important;
        float: left !important;
    }
    .custom-table .dataTables_wrapper div.dataTables_paginate {
        float: none !important;
    }
}
/*End RG table Styles*/
/* End Table styles */

/*Footable custom styles*/
.custom-table .table.footable {
    border-collapse: separate !important;
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 0;
    /*
    width: max-content;
    margin: auto !important;
*/
}
.custom-table .footable-paging tfoot td {
    background-color: #ffffff !important;
}
.custom-table .footable-pagination-wrapper .divider {
    display: none;
}
.custom-table .footable-paging .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-table .footable-paging .pagination > li > a,
.custom-table .footable-paging .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #181c20;
    text-decoration: none;
    background-color: #ffffff;
    border: none;
}
.custom-table .pagination > .active > a,
.custom-table .pagination > .active > a:focus,
.custom-table .pagination > .active > a:hover,
.custom-table .pagination > .active > span,
.custom-table .pagination > .active > span:focus,
.custom-table .pagination > .active > span:hover {
    font-weight: 600;
}
/*
.custom-table td.footable-sortable > span.fooicon,
.custom-table th.footable-sortable > span.fooicon {
    margin-top: -18px !important;
}
*/
.custom-table .fooicon {
    font-family: bootstrap-icons !important;
}
.fooicon-sort:before {
    content: "\F127" !important;
}
.fooicon-sort-asc:before {
    content: "\F574" !important;
}
.fooicon-sort-desc:before {
    content: "\F575" !important;
}
.fooicon-loader:before {
    content: "\F116" !important;
}
.custom-table .footable-details.table {
    margin: 0 !important;
    border: none;
}
.custom-table .footable-details.table th,
.custom-table .footable-details.table td {
    background-color: transparent !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.custom-table .footable-details.table th {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.custom-table .footable-details.table th {
    padding-left: 0;
    padding-right: 0;
}
/* .custom-table .footable-first-visible {
    display: flex !important;
    align-items: flex-start;
} */
.custom-table .footable-first-visible span {
    opacity: 0.6;
    min-width: 8px;
}
.custom-table .footable-header {
    background-color: #eef2ff;
}
.custom-table .footable tbody tr:nth-child(odd) td {
    background-color: #f7f7f7;
}
.custom-table .footable tbody .footable-details tr {
    background-color: transparent !important;
}
/* .custom-table .footable-header th:first-child {
	width: 50%;
} */
.custom-table .did-not-renew-table th:nth-child(1) {
    width: 30%;
}
@media (max-width: 1024px) {
    .custom-table .did-not-renew-table th:nth-child(1) {
        width: auto;
    }
}
/*End Footable custom styles*/

/*Footer style*/
.main-footer {
    color: #ffffff;
    padding: 30px 0;
}
.footer-top .item .footer-logo {
    width: 180px;
    height: auto;
}
.footer-top .item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.main-footer .item p,
.main-footer .item a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
}
.footer-top .item p a:after {
    content: "";
    position: absolute;
    background-color: #181c20;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -5px;
    transition-duration: 0.4s;
    opacity: 0;
}
.footer-top .item p a:hover:after {
    transition-duration: 0.4s;
    opacity: 0.5;
}
.footer-social {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}
.footer-social li {
    list-style: none;
    display: inline-block;
    padding-right: 35px;
}
.footer-social li:last-child {
    padding-right: 0px;
}
.footer-social li a {
    font-size: 16px !important;
}
.footer-social:hover a,
.footer-links:hover a {
    opacity: 0.6;
}
.footer-social:hover a:hover,
.footer-links:hover a:hover {
    opacity: 1;
}
.footer-apps-box {
    display: flex;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
}
.footer-apps-box a {
    width: 45%;
    padding: 0 4px;
}
.footer-apps-box a img {
    width: 100%;
}
.footer-top {
    border-bottom: 2px solid #304682;
    padding-bottom: 30px;
}
.footer-bottom {
    padding-top: 30px;
}
.footer-links {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.footer-links li {
    list-style: none;
    padding-left: 50px;
}
.footer-links li a {
    font-weight: 500 !important;
}
.footer-top .item:last-child,
.footer-bottom .item:last-child {
    padding-right: 0;
}
.footer-top .item:first-child,
.footer-bottom .item:first-child {
    padding-left: 0;
}
.footer-bottom p,
.footer-bottom p a {
    font-weight: 300 !important;
}

#back-to-top {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 100px;
    right: 15px;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    background-color: transparent;
    color: #b5b5b5 !important;
    cursor: pointer;
    border-radius: 0px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    border-radius: 0;
    opacity: 0;
    border-radius: 50%;
}
#back-to-top:after {
    display: none;
}
#back-to-top svg {
    width: 25px;
    height: auto;
    margin: auto;
    top: 5px;
    position: relative;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top {
    /* animate-duration: 3s; */
    transition-duration: 2s;
}
/*End Footer style*/

@media (min-width: 1920px) {
    .inner,
    #main-nav .container-fluid {
        max-width: 1600px;
        margin: auto;
    }
    .inner-more,
    #main-banner .carousel-caption {
        max-width: 1400px;
        margin: auto;
    }
    .page-container {
        max-width: 1920px;
        margin: auto;
    }
}

@media (max-width: 1919px) and (min-width: 1680px) {
}

@media (max-width: 1680px) {
    .form-control::-webkit-input-placeholder {
        font-size: 14px;
    }
    .form-control:-ms-input-placeholder {
        font-size: 14px;
    }
    .form-control::placeholder {
        font-size: 14px;
    }
    .form .form-control {
        font-size: 14px;
    }
    .custom-link,
    .custom-btn,
    .title-with-link a,
    .title-with-link .btn,
    .user-social li a,
    table .form-control,
    table .form-select {
        font-size: 14px;
    }
    .col-lg-8.card-col .create-post-style2 .form-box {
        padding-left: 27px;
    }
}

@media (max-width: 1679px) and (min-width: 1451px) {
    .inner,
    #main-nav .container-fluid {
        max-width: 90%;
    }
    #main-nav .navbar-brand img {
        width: 140px;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-link {
        font-size: 14px;
        padding: 12px 8px;
    }
    #main-nav .nav-item .dropdown-menu .dropdown-item {
        font-size: 14px;
    }
    #main-nav .nav-item {
        margin-left: 15px;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn.nav-btn-first {
        padding-right: 15px;
    }
    #main-banner,
    #inner-banner,
    .network-sec.no-sub-nav {
        margin-top: 85px !important;
    }
    .page-sub-nav {
        top: 88px;
    }
    .page-sub-nav .left-box h3 {
        font-size: 18px;
    }
    .page-sub-nav ul li a {
        font-size: 14px;
    }
    #main-banner .carousel-caption h5 {
        font-size: 52px;
    }
    #main-banner .carousel-caption p {
        font-size: 20px;
    }
    .form-title {
        font-size: 40px;
    }
    .title {
        font-size: 34px;
    }
    .sub-title {
        font-size: 22px;
    }
    .body-text2 {
        font-size: 16px;
    }
    .info-with-icons .items .icons {
        width: 35px;
    }
    .custom-cards .item .text-box h3,
    .info-with-icons .items .info-box h4,
    .info-card h3,
    .member-cards .item .info-box h3,
    .ceo-section .item .text .name-tag,
    .title-tagline {
        font-size: 18px;
    }
    .member-cards .item .info-box ul li a {
        font-size: 16px;
    }
    .member-cards .item .hover-box p {
        font-size: 14px;
        line-height: 26px;
    }
    .member-cards .item .hover-box .info-box {
        margin-top: 20px;
    }
    .body-social-li .item ul li a {
        font-size: 16px;
    }
    .ceo-section .item .text h3 {
        font-size: 20px;
    }
    .network-item-box {
        margin: 50px auto 0;
        width: 85%;
    }
    .network-item-box
        .network-item-row
        .network-item
        .network-info-item
        .net-logo {
        width: 140px;
        margin-bottom: 5px;
    }
    .network-item-box .network-item-row .network-item .network-info-item h3 {
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 5px;
    }
    .network-item-box
        .network-item-row.middle-row
        .network-item
        .network-info-item
        .net-logo {
        width: 80px;
    }
    #particles-js1 canvas,
    #particles-js2 canvas {
        height: 120vh !important;
    }
    .net-pop-over-main .net-pop-over-cards .box {
        padding: 15px;
    }
    .net-pop-over-main .net-pop-over-cards .box h3 {
        font-size: 16px;
        min-height: 40px;
    }
    .net-pop-over-scroll-box {
        height: 470px;
    }
    .form-search-main .custom-btn {
        min-width: auto;
    }
    .custom-cards2 .item .item-row .text h4 {
        font-size: 16px;
    }
    .custom-cards2 .item .item-row .text h3 {
        font-size: 22px;
    }
    .custom-cards2 .item .item-row .text p {
        font-size: 14px;
    }
    .content-sidebar .sidebar-title {
        font-size: 22px;
        margin-bottom: 33px;
    }
    .content-sidebar .custom-cards2 .item .item-row .text h3 {
        font-size: 14px;
    }
    .content-sidebar .custom-cards2 .item .item-row .text p {
        font-size: 12px;
    }
    .custom-cards.single-card .item .text-box h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .info-card-style2 .info-card-item .info-card-row .text-box p {
        font-size: 14px;
    }
    .info-card-style2 .info-card-item {
        min-height: 173px;
    }
    .contact-info-list .item .item-info h4,
    .contact-info-list .item .item-info p,
    .contact-info-list .item .item-info a {
        font-size: 14px;
    }
    .form-sub-title {
        font-size: 22px;
    }
    .card-item .user-img {
        width: 160px;
        height: 160px;
    }
    .user-info h4 {
        font-size: 18px;
    }
    .user-contact-info .contact-info-details h5 {
        font-size: 16px;
    }
    .user-contact-info .contact-info-details a,
    .user-contact-info .contact-info-details p {
        font-size: 14px;
    }
    .profile-sidebar li a {
        font-size: 14px;
    }
    .card-item.card-item-with-title .card-title h3 {
        font-size: 18px;
    }
    .profile-info-box .item h5 {
        font-size: 13px;
    }
    .profile-info-box .item h4 {
        font-size: 13px;
    }
    .card-content h4,
    .card-content .user-info h4 {
        font-size: 16px;
    }
    .img-card .card-tag {
        font-size: 10px;
    }
    .img-card .item h4 {
        font-size: 16px;
        min-height: 40px;
    }
    .img-card .item h5 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .img-card .user-contact-info {
        margin-bottom: 15px;
    }
    .post-info-main .post-date,
    .post-info-main .post-info .post-info-item,
    .content-with-sidebar .date-tag {
        font-size: 13px;
    }
    .user-img-box .img-edit-icon {
        right: 60px;
    }
    .doc-card .doc-info h4 {
        font-size: 15px;
    }
    .doc-card .doc-info h4 span {
        font-size: 13px;
        margin-top: 4px;
    }
    .user-contact-info .infoitem i {
        font-size: 16px;
    }
    .multi-img .count-box {
        bottom: 110px;
    }
    .content-sidebar-scroll {
        max-height: 500px;
    }
    .minimal-img-card .minimal-img-card-row .img.imgbg {
        height: 77px;
    }
    .minimal-img-card .minimal-img-card-row .text h5 {
        font-size: 12px;
    }
    .newchats-list-main .chat-contact-row .chat-img,
    .comments-list-main .comment-contact-row .comment-img {
        width: 6%;
    }
    /* .post-item .post-img-container img {
        height: 615px;
    } */
    .custom-cards3 .card-col .text h3 {
        font-size: 30px;
    }
    .custom-cards3 .card-col .text h4 {
        font-size: 20px;
    }
    .custom-cards3 .card-col .text .date-tag {
        font-size: 14px;
    }

    .footer-top .item .footer-logo {
        width: 160px;
        height: auto;
    }
}

@media (max-width: 1450px) and (min-width: 1401px) {
    #main-nav .navbar-brand img {
        width: 140px;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-link {
        font-size: 14px;
        padding: 12px 8px;
    }
    #main-nav .nav-item .dropdown-menu .dropdown-item {
        font-size: 14px;
    }
    #main-nav .nav-item {
        margin-left: 12px;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn.nav-btn-first {
        padding-right: 12px;
    }
    #main-banner,
    #inner-banner,
    .network-sec.no-sub-nav {
        margin-top: 85px !important;
    }
    .page-sub-nav {
        top: 88px;
    }
    .page-sub-nav .left-box h3 {
        font-size: 18px;
    }
    .page-sub-nav ul li a {
        font-size: 14px;
    }
    #main-banner .carousel-caption h5 {
        font-size: 52px;
    }
    #main-banner .carousel-caption p {
        font-size: 20px;
    }
    .form-title {
        font-size: 40px;
    }
    .title {
        font-size: 34px;
    }
    .sub-title {
        font-size: 22px;
    }
    .body-text2 {
        font-size: 16px;
    }
    .info-with-icons .items .icons {
        width: 35px;
    }
    .custom-cards .item .text-box h3,
    .info-with-icons .items .info-box h4,
    .info-card h3,
    .member-cards .item .info-box h3,
    .ceo-section .item .text .name-tag,
    .title-tagline {
        font-size: 16px;
    }
    .member-cards .item .info-box h4 {
        font-size: 14px;
    }
    .member-cards .item .info-box ul li a {
        font-size: 16px;
    }
    .member-cards .item .hover-box p {
        font-size: 14px;
        line-height: 26px;
    }
    .member-cards .item .hover-box .info-box {
        margin-top: 20px;
    }
    .body-social-li .item ul li a {
        font-size: 16px;
    }
    .ceo-section .item .text h3 {
        font-size: 20px;
    }
    .network-item-box {
        margin: 50px auto 0;
        width: 85%;
    }
    .network-item-box
        .network-item-row
        .network-item
        .network-info-item
        .net-logo {
        width: 140px;
        margin-bottom: 5px;
    }
    .network-item-box .network-item-row .network-item .network-info-item h3 {
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 5px;
    }
    .network-item-box
        .network-item-row.middle-row
        .network-item
        .network-info-item
        .net-logo {
        width: 80px;
    }
    #particles-js1 canvas,
    #particles-js2 canvas {
        height: 110vh !important;
    }
    .net-pop-over-main .net-pop-over-cards .box {
        padding: 15px;
    }
    .net-pop-over-main .net-pop-over-cards .box h3 {
        font-size: 16px;
        min-height: 40px;
    }
    .net-pop-over-scroll-box {
        height: 475px;
    }
    .form-search-main .custom-btn {
        min-width: auto;
    }
    .custom-cards2 .item .item-row .text h4 {
        font-size: 16px;
    }
    .custom-cards2 .item .item-row .text h3 {
        font-size: 20px;
    }
    .custom-cards2 .item .item-row .text p {
        font-size: 14px;
    }
    .content-sidebar .sidebar-title {
        font-size: 22px;
        margin-bottom: 33px;
    }
    .content-sidebar .custom-cards2 .item .item-row .text h3 {
        font-size: 14px;
    }
    .content-sidebar .custom-cards2 .item .item-row .text p {
        font-size: 12px;
    }
    .custom-cards.single-card .item .text-box h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .info-card-style2 .info-card-item .info-card-row .text-box p {
        font-size: 14px;
    }
    .info-card-style2 .info-card-item {
        min-height: 164px;
    }
    .contact-info-list .item .item-info h4,
    .contact-info-list .item .item-info p,
    .contact-info-list .item .item-info a {
        font-size: 14px;
    }
    .form-sub-title {
        font-size: 22px;
    }
    .card-item .user-img {
        width: 160px;
        height: 160px;
    }
    .user-info h4 {
        font-size: 18px;
    }
    .user-contact-info .contact-info-details h5 {
        font-size: 16px;
    }
    .user-contact-info .contact-info-details a,
    .user-contact-info .contact-info-details p {
        font-size: 14px;
    }
    .profile-sidebar li a {
        font-size: 14px;
    }
    .card-item.card-item-with-title .card-title h3 {
        font-size: 18px;
    }
    .profile-info-box .item h5 {
        font-size: 13px;
    }
    .profile-info-box .item h4 {
        font-size: 13px;
    }
    .card-content h4 {
        font-size: 16px;
        min-height: 40px;
    }
    .card-content .user-info h4 {
        min-height: auto;
        font-size: 16px;
    }
    .img-card .card-tag {
        font-size: 10px;
    }
    .img-card .item h4 {
        font-size: 16px;
    }
    .img-card .item h5 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .img-card .user-contact-info {
        margin-bottom: 15px;
    }
    .post-info-main .post-date,
    .post-info-main .post-info .post-info-item,
    .content-with-sidebar .date-tag {
        font-size: 12px;
    }
    .user-img-box .img-edit-icon {
        right: 60px;
    }
    .doc-card .doc-info h4 {
        font-size: 15px;
    }
    .doc-card .doc-info h4 span {
        font-size: 13px;
        margin-top: 4px;
    }
    .user-contact-info .infoitem i {
        font-size: 16px;
    }
    .multi-img .count-box {
        bottom: 100px;
    }
    .member-cards .item .info-box h3 {
        margin-bottom: 5px;
    }
    .net-pop-over-main .net-pop-over-inner .inner .pop-over-img {
        left: -50px;
        bottom: -70px;
    }
    .info-with-icons .items {
        margin-bottom: 35px;
    }
    .content-sidebar-scroll {
        max-height: 470px;
    }
    .minimal-img-card .minimal-img-card-row .img.imgbg {
        height: 70px;
    }
    .minimal-img-card .minimal-img-card-row .text h5 {
        font-size: 10px;
    }
    .minimal-img-card .minimal-img-card-row .text {
        padding: 0 8px;
    }
    .newchats-list-main .chat-contact-row .chat-img,
    .comments-list-main .comment-contact-row .comment-img {
        width: 6%;
    }
    .col-lg-8.card-col .create-post-style2 .create-post-actions .custom-btn {
        font-size: 12px;
    }
    /* .post-item .post-img-container img {
        height: 565px;
    } */
    .custom-cards3 .card-col .text h3 {
        font-size: 28px;
    }
    .custom-cards3 .card-col .text h4 {
        font-size: 18px;
    }
    .custom-cards3 .card-col .text .date-tag {
        font-size: 12px;
    }

    .footer-top .item .footer-logo {
        width: 160px;
        height: auto;
    }
    .footer-bottom p,
    .footer-bottom p a {
        font-size: 12px !important;
    }
}

@media (max-width: 1400px) and (min-width: 1300px) {
    .inner,
    #main-nav .container-fluid {
        max-width: 95%;
    }
    #main-nav .navbar-brand img {
        width: 140px;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-link {
        font-size: 14px;
        padding: 12px 8px;
    }
    #main-nav .nav-item .dropdown-menu .dropdown-item {
        font-size: 14px;
    }
    #main-nav .nav-item {
        margin-left: 10px;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn.nav-btn-first {
        padding-right: 10px;
    }
    #main-banner,
    #inner-banner,
    .network-sec.no-sub-nav {
        margin-top: 85px !important;
    }
    .page-sub-nav {
        top: 88px;
    }
    .page-sub-nav .left-box h3 {
        font-size: 18px;
    }
    .page-sub-nav ul li a {
        font-size: 14px;
    }
    #main-banner .carousel-caption h5 {
        font-size: 48px;
    }
    #main-banner .carousel-caption p {
        font-size: 18px;
    }
    .form-title {
        font-size: 38px;
    }
    .title {
        font-size: 32px;
    }
    .title3 {
        font-size: 22px;
    }
    .sub-title {
        font-size: 18px;
    }
    .body-text2 {
        font-size: 16px;
    }
    .info-with-icons .items .icons {
        width: 35px;
    }
    .custom-cards .item .text-box h3,
    .info-with-icons .items .info-box h4,
    .info-card h3,
    .member-cards .item .info-box h3,
    .ceo-section .item .text .name-tag,
    .title-tagline {
        font-size: 16px;
    }
    .member-cards .item .info-box h4 {
        font-size: 14px;
    }
    .member-cards .item .info-box ul li a {
        font-size: 16px;
    }
    .member-cards .item .hover-box p {
        font-size: 14px;
        line-height: 26px;
    }
    .member-cards .item .hover-box .info-box {
        margin-top: 20px;
    }
    .body-social-li .item ul li a {
        font-size: 16px;
    }
    .ceo-section .item .text h3 {
        font-size: 20px;
    }
    .network-item-box {
        margin: 50px auto 0;
        width: 90%;
    }
    .network-item-box
        .network-item-row
        .network-item
        .network-info-item
        .net-logo {
        width: 140px;
        margin-bottom: 5px;
    }
    .network-item-box .network-item-row .network-item .network-info-item h3 {
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 5px;
    }
    .network-item-box
        .network-item-row.middle-row
        .network-item
        .network-info-item
        .net-logo {
        width: 80px;
    }
    #particles-js1 canvas,
    #particles-js2 canvas {
        height: 115vh !important;
    }
    .net-pop-over-main .net-pop-over-cards .box {
        padding: 15px;
    }
    .net-pop-over-main .net-pop-over-cards .box h3 {
        font-size: 16px;
        min-height: 40px;
    }
    .net-pop-over-scroll-box {
        height: 475px;
    }
    .form-search-main .custom-btn {
        min-width: auto;
    }
    .custom-cards2 .item .item-row .text h4 {
        font-size: 16px;
    }
    .custom-cards2 .item .item-row .text h3 {
        font-size: 22px;
    }
    .custom-cards2 .item .item-row .text p {
        font-size: 14px;
    }
    .content-sidebar .sidebar-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .content-sidebar .custom-cards2 .item .item-row .text h3 {
        font-size: 14px;
    }
    .content-sidebar .custom-cards2 .item .item-row .text p {
        font-size: 12px;
    }
    .custom-cards.single-card .item .text-box h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .info-card-style2 .info-card-item .info-card-row .text-box p {
        font-size: 14px;
    }
    .info-card-style2 .info-card-item {
        min-height: 165px;
    }
    .contact-info-list .item .item-info h4,
    .contact-info-list .item .item-info p,
    .contact-info-list .item .item-info a {
        font-size: 14px;
    }
    .form-sub-title {
        font-size: 20px;
    }
    .card-item .user-img {
        width: 140px;
        height: 140px;
    }
    .user-info h4 {
        font-size: 18px;
    }
    .user-contact-info .contact-info-details h5 {
        font-size: 15px;
    }
    .user-contact-info .contact-info-details a,
    .user-contact-info .contact-info-details p {
        font-size: 13px;
    }
    .profile-sidebar li a {
        font-size: 14px;
    }
    .card-item.card-item-with-title .card-title h3 {
        font-size: 17px;
    }
    .profile-info-box .item h5 {
        font-size: 12px;
    }
    .profile-info-box .item h4 {
        font-size: 13px;
    }
    .card-content h4,
    .card-content .user-info h4 {
        font-size: 16px;
    }
    .img-card .card-tag {
        font-size: 10px;
    }
    .img-card .item h4 {
        font-size: 16px;
        min-height: 40px;
    }
    .img-card .item h5 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .img-card .user-contact-info {
        margin-bottom: 15px;
    }
    .post-info-main .post-date,
    .post-info-main .post-info .post-info-item,
    .content-with-sidebar .date-tag {
        font-size: 13px;
    }
    .user-img-box .img-edit-icon {
        right: 55px;
        width: 45px;
        height: 45px;
    }
    .doc-card .doc-info h4 {
        font-size: 15px;
    }
    .doc-card .doc-info h4 span {
        font-size: 13px;
        margin-top: 4px;
    }
    .user-contact-info .infoitem i {
        font-size: 16px;
    }
    .multi-img .count-box {
        bottom: 100px;
    }
    .member-cards .item .info-box h3 {
        margin-bottom: 5px;
    }
    .net-pop-over-main .net-pop-over-inner .inner .pop-over-img {
        left: -50px;
        bottom: -70px;
    }
    .info-with-icons .items {
        margin-bottom: 35px;
    }
    .counter-main .item h3 {
        font-size: 34px;
    }
    .counter-main .item p {
        font-size: 14px;
    }
    .inner-more {
        max-width: 85%;
    }
    .p-100 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .pt-100 {
        padding-top: 80px !important;
    }
    .pb-100 {
        padding-bottom: 80px !important;
    }
    .user-contact-info .infoitem {
        margin-bottom: 15px;
    }
    .post-info-main .post-info .post-info-item {
        padding-left: 15px;
    }
    .list-tag li span,
    .profile-info-box .item .tags {
        font-size: 10px;
        padding: 5px;
    }
    .custom-cards .item .text-box .date-tag,
    .custom-cards .item .text-box .post-info-item,
    .custom-cards2 .item .item-row .text .date-tag {
        font-size: 12px;
    }
    .content-sidebar-scroll {
        max-height: 480px;
    }
    .notifications-dropdown .dropdown-title h5 {
        font-size: 16px;
    }
    .notifications-dropdown .alert h5 {
        font-size: 13px;
    }
    .notifications-dropdown .alert p {
        font-size: 12px;
    }
    .minimal-img-card .minimal-img-card-row .img.imgbg {
        height: 70px;
    }
    .minimal-img-card .minimal-img-card-row .text h5 {
        font-size: 10px;
    }
    .minimal-img-card .minimal-img-card-row .text {
        padding: 0 8px;
    }
    .newchats-list-main .chat-contact-row .chat-img,
    .comments-list-main .comment-contact-row .comment-img {
        width: 6%;
    }
    .col-lg-8.card-col .create-post-style2 .create-post-actions .custom-btn {
        font-size: 12px;
    }
    .post-item .post-img-container img {
        height: 350px;
    }
    table.rg-table.member-detail-table th,
    table.rg-table.member-detail-table td {
        font-size: 12px;
    }
    .member-detail-table .security-status-icon img {
        width: 60px;
    }
    .member-detail-table .tags {
        font-size: 10px;
    }
    .agenda-tabs .nav-tabs .nav-item .nav-link {
        font-size: 16px;
    }
    .custom-slider.logo-slider .item .box .text-box .tag-name,
    .custom-slider.logo-slider .item .box .text-box .tag-cat {
        font-size: 14px;
    }
    .custom-cards3 .card-col .text h3 {
        font-size: 26px;
    }
    .custom-cards3 .card-col .text h4 {
        font-size: 16px;
    }
    .custom-cards3 .card-col .text .date-tag {
        font-size: 12px;
    }

    .footer-top .item .footer-logo {
        width: 160px;
        height: auto;
    }
    .main-footer .item p,
    .main-footer .item a {
        font-size: 12px;
    }
}

@media (max-width: 1299px) and (min-width: 1200px) {
    .inner,
    #main-nav .container-fluid {
        max-width: 95%;
    }
    #main-nav .navbar-brand img {
        width: 120px;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-link {
        font-size: 12px;
        padding: 12px 8px;
    }
    #main-nav .nav-item .dropdown-menu .dropdown-item {
        font-size: 12px;
    }
    #main-nav .nav-item {
        margin-left: 10px;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-link i {
        font-size: 16px;
    }
    .nav-svgicon {
        width: 16px !important;
    }
    .nav-svgicon img {
        width: 16px !important;
        top: -13px !important;
    }
    #main-nav.nav-with-icons
        .navbar-nav
        .nav-item.nav-icon-btn
        .nav-link
        .notification-num {
        top: 5px;
        right: 0px;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn.nav-btn-first {
        padding-right: 10px;
    }
    .ja-nav-sec {
        padding-top: 130px;
    }
    #main-banner,
    #inner-banner,
    .network-sec.no-sub-nav {
        margin-top: 80px !important;
    }
    .page-sub-nav {
        top: 82px;
    }
    .page-sub-nav .left-box h3 {
        font-size: 17px;
    }
    .page-sub-nav ul li a {
        font-size: 13px;
    }
    #main-banner .carousel-caption {
        max-width: 90%;
    }
    #main-banner .carousel-caption h5 {
        font-size: 42px;
    }
    #main-banner .carousel-caption p {
        font-size: 16px;
    }
    .form-title {
        font-size: 34px;
    }
    .title {
        font-size: 30px;
    }
    .title3 {
        font-size: 20px;
    }
    .sub-title {
        font-size: 18px;
    }
    .body-text2 {
        font-size: 16px;
    }
    .info-with-icons .items .icons {
        width: 35px;
    }
    .custom-cards .item .text-box h3,
    .info-with-icons .items .info-box h4,
    .info-card h3,
    .member-cards .item .info-box h3,
    .ceo-section .item .text .name-tag,
    .title-tagline {
        font-size: 16px;
    }
    .custom-cards .item .text-box h3 {
        min-height: 40px;
    }
    .member-cards .item .info-box h4 {
        font-size: 14px;
    }
    .member-cards .item .info-box ul li a {
        font-size: 16px;
    }
    .member-cards .item .hover-box p {
        font-size: 14px;
        line-height: 26px;
    }
    .member-cards .item .hover-box .info-box {
        margin-top: 20px;
    }
    .body-social-li .item ul li a {
        font-size: 16px;
    }
    .ceo-section .item .text h3 {
        font-size: 20px;
    }
    .network-item-box {
        margin: 50px auto 0;
        width: 90%;
    }
    .network-item-box .network-item-row .network-item {
        width: 35%;
    }
    .network-item-box
        .network-item-row
        .network-item
        .network-info-item
        .net-logo {
        width: 120px;
        margin-bottom: 5px;
    }
    .network-item-box .network-item-row .network-item .network-info-item h3 {
        color: #ffffff;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .network-item-box
        .network-item-row.middle-row
        .network-item
        .network-info-item
        .net-logo {
        width: 80px;
    }
    #particles-js1 canvas,
    #particles-js2 canvas {
        height: 115vh !important;
    }
    .net-pop-over-main .net-pop-over-cards .box {
        padding: 15px;
    }
    .net-pop-over-main .net-pop-over-cards .box h3 {
        font-size: 16px;
        min-height: 40px;
    }
    .net-pop-over-scroll-box {
        height: 70vh;
    }
    .form-search-main .custom-btn {
        min-width: auto;
    }
    .custom-cards2 .item .item-row .text h4 {
        font-size: 16px;
    }
    .custom-cards2 .item .item-row .text h3 {
        font-size: 18px;
    }
    .custom-cards2 .item .item-row .text p {
        font-size: 14px;
    }
    .content-sidebar .sidebar-title {
        font-size: 22px;
        margin-bottom: 27px;
    }
    .content-sidebar .custom-cards2 .item .item-row .text h3 {
        font-size: 13px;
    }
    .content-sidebar .custom-cards2 .item .item-row .text p {
        font-size: 12px;
    }
    .content-sidebar .custom-cards2 .item .item-row .text .date-tag {
        font-size: 10px;
    }
    .custom-cards.single-card .item .text-box h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .info-card-style2 .info-card-item .info-card-row .text-box p {
        font-size: 14px;
    }
    .info-card-style2 .info-card-item {
        min-height: 157px;
    }
    .contact-info-list .item .item-info h4,
    .contact-info-list .item .item-info p,
    .contact-info-list .item .item-info a {
        font-size: 14px;
    }
    .form-sub-title {
        font-size: 20px;
    }
    .card-item .user-img {
        width: 140px;
        height: 140px;
    }
    .user-info h4 {
        font-size: 17px;
    }
    .user-contact-info .contact-info-details h5 {
        font-size: 14px;
    }
    .user-contact-info .contact-info-details a,
    .user-contact-info .contact-info-details p {
        font-size: 13px;
    }
    .profile-sidebar li a {
        font-size: 14px;
    }
    .card-item.card-item-with-title .card-title h3 {
        font-size: 16px;
    }
    .profile-info-box .item h5 {
        font-size: 12px;
    }
    .profile-info-box .item h4 {
        font-size: 12px;
    }
    .card-content h4,
    .card-content .user-info h4 {
        font-size: 15px;
    }
    .img-card .card-tag {
        font-size: 10px;
    }
    .img-card .item h4 {
        font-size: 14px;
        min-height: 35px;
    }
    .img-card .item h5 {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .img-card .item {
        width: 50%;
    }
    .img-card .user-contact-info {
        margin-bottom: 15px;
    }
    .post-info-main .post-date,
    .post-info-main .post-info .post-info-item,
    .content-with-sidebar .date-tag {
        font-size: 12px;
    }
    .user-img-box .img-edit-icon {
        right: 55px;
        width: 45px;
        height: 45px;
    }
    .doc-card .doc-info h4 {
        font-size: 14px;
    }
    .doc-card .doc-info h4 span {
        font-size: 12px;
        margin-top: 4px;
    }
    .user-contact-info .infoitem i {
        font-size: 16px;
    }
    .multi-img .count-box h3 {
        font-size: 30px;
    }
    .multi-img .count-box p {
        font-size: 16px;
    }
    .multi-img .count-box {
        bottom: 90px;
        padding: 10px;
        width: 150px;
        height: 150px;
    }
    .member-cards .item .info-box h3 {
        margin-bottom: 5px;
    }
    .net-pop-over-main .net-pop-over-inner .inner .pop-over-img {
        left: -50px;
        bottom: -70px;
    }
    .info-with-icons .items {
        margin-bottom: 35px;
    }
    .counter-main .item h3 {
        font-size: 34px;
    }
    .counter-main .item p {
        font-size: 14px;
    }
    .inner-more {
        max-width: 85%;
    }
    .p-100 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .pt-100 {
        padding-top: 80px !important;
    }
    .pb-100 {
        padding-bottom: 80px !important;
    }
    .user-contact-info .infoitem {
        margin-bottom: 15px;
    }
    .post-info-main .post-info .post-info-item {
        padding-left: 15px;
    }
    .list-tag li span,
    .profile-info-box .item .tags {
        font-size: 10px;
        padding: 5px;
    }
    .custom-cards .item .text-box .date-tag,
    .custom-cards .item .text-box .post-info-item,
    .custom-cards2 .item .item-row .text .date-tag {
        font-size: 12px;
    }
    .content-sidebar-scroll {
        max-height: 440px;
    }
    .notifications-dropdown .dropdown-title h5 {
        font-size: 16px;
    }
    .notifications-dropdown .alert h5 {
        font-size: 13px;
    }
    .notifications-dropdown .alert p {
        font-size: 12px;
    }
    .custom-accordion .accordion-button {
        font-size: 14px;
    }
    .custom-alert h5 {
        font-size: 18px;
    }
    .card-item,
    .card-item.card-item-with-title .card-title {
        padding: 20px 10px;
    }
    .card-content {
        padding: 30px 10px;
    }
    .minimal-img-card .minimal-img-card-row .text h5 {
        font-size: 13px;
    }
    .minimal-img-card .minimal-img-card-row .text h5 span {
        font-size: 11px;
    }
    .minimal-img-card .minimal-img-card-row .img.imgbg {
        height: 70px;
    }
    .minimal-img-card .minimal-img-card-row .text h5 {
        font-size: 10px;
    }
    .minimal-img-card .minimal-img-card-row .text {
        padding: 0 8px;
    }
    .col-lg-8.card-col .create-post-style2 .form-box {
        padding-left: 30px;
    }
    .col-lg-8.card-col .create-post-style2 .create-post-actions .custom-btn {
        font-size: 12px;
    }
    .post-item .post-img-container img {
        height: 300px;
    }
    table.rg-table.member-detail-table th,
    table.rg-table.member-detail-table td {
        font-size: 12px;
    }
    .member-detail-table .security-status-icon img {
        width: 60px;
    }
    .member-detail-table .tags {
        font-size: 10px;
    }
    .agenda-tabs .nav-tabs .nav-item .nav-link {
        font-size: 16px;
    }
    .timmer-box .timmer-box-inner .countdown-label {
        font-size: 12px;
    }
    .custom-slider.logo-slider .item .box .text-box .tag-name,
    .custom-slider.logo-slider .item .box .text-box .tag-cat {
        font-size: 14px;
    }
    .timmer-box .timmer-box-inner span {
        font-size: 42px;
    }
    .custom-cards3 .card-col .text h3 {
        font-size: 26px;
    }
    .custom-cards3 .card-col .text h4 {
        font-size: 16px;
    }
    .custom-cards3 .card-col .text .date-tag {
        font-size: 12px;
    }

    .footer-top .item .footer-logo {
        width: 100%;
        height: auto;
    }
    .footer-top .item h3 {
        font-size: 16px;
    }
    .main-footer .item p,
    .main-footer .item a {
        font-size: 12px;
    }
    .footer-apps-box a {
        width: 50%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .inner,
    #main-nav .container-fluid {
        max-width: 95%;
    }
    #main-nav .navbar-brand img {
        width: 120px;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-link {
        font-size: 11px;
        padding: 12px 4px;
    }
    #main-nav .nav-item .dropdown-menu .dropdown-item {
        font-size: 11px;
    }
    #main-nav .nav-item {
        margin-left: 10px;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-link i {
        font-size: 14px;
    }
    .nav-svgicon {
        width: 15px !important;
    }
    .nav-svgicon img {
        width: 15px !important;
        top: -13px !important;
    }
    #main-nav.nav-with-icons
        .navbar-nav
        .nav-item.nav-icon-btn
        .nav-link
        .notification-num {
        top: 5px;
        right: -5px;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn.nav-btn-first {
        margin-left: 30px;
        padding-right: 10px;
    }
    .ja-nav-sec {
        padding-top: 125px;
    }
    #main-banner,
    #inner-banner,
    .network-sec.no-sub-nav {
        margin-top: 78px !important;
    }
    .ja-subnav-sec {
        padding-top: 180px;
    }
    .page-sub-nav {
        top: 78px;
    }
    .page-sub-nav .left-box h3 {
        font-size: 17px;
    }
    .page-sub-nav ul li a {
        font-size: 13px;
    }
    #main-banner .carousel-caption {
        max-width: 90%;
    }
    #main-banner .carousel-caption h5 {
        font-size: 36px;
    }
    #main-banner .carousel-caption p {
        font-size: 16px;
    }
    .form-title {
        font-size: 30px;
    }
    .title {
        font-size: 26px;
    }
    .sub-title {
        font-size: 18px;
    }
    .body-text2 {
        font-size: 15px;
    }
    .info-with-icons .items .icons {
        width: 35px;
    }
    .custom-cards .item .text-box h3,
    .info-with-icons .items .info-box h4,
    .info-card h3,
    .member-cards .item .info-box h3,
    .ceo-section .item .text .name-tag,
    .title-tagline {
        font-size: 16px;
    }
    .custom-cards .item .text-box h3 {
        min-height: 40px;
    }
    .single-card.custom-cards .item .text-box h3 {
        min-height: auto;
    }
    .member-cards .item .info-box h4 {
        font-size: 14px;
    }
    .member-cards .item .info-box ul li a {
        font-size: 16px;
    }
    .member-cards .item .hover-box p {
        font-size: 14px;
        line-height: 26px;
    }
    .member-cards .item .hover-box .info-box {
        margin-top: 20px;
    }
    .body-social-li .item ul li a {
        font-size: 16px;
        width: 40px;
        height: 40px;
    }
    .ceo-section .item .text h3 {
        font-size: 20px;
    }
    .network-item-box {
        margin: 50px auto 0;
        width: 100%;
    }
    .network-item-box .network-item-row .network-item {
        width: 35%;
    }
    .network-item-box
        .network-item-row
        .network-item
        .network-info-item
        .net-logo {
        width: 120px;
        margin-bottom: 5px;
    }
    .network-item-box .network-item-row .network-item .network-info-item h3 {
        color: #ffffff;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .network-item-box
        .network-item-row.middle-row
        .network-item
        .network-info-item
        .net-logo {
        width: 80px;
    }
    #particles-js1 canvas,
    #particles-js2 canvas {
        height: 115vh !important;
    }
    .net-pop-over-main .net-pop-over-cards .box {
        padding: 15px;
    }
    .net-pop-over-main .net-pop-over-cards .box h3 {
        font-size: 16px;
        min-height: 40px;
    }
    .net-pop-over-scroll-box {
        height: 70vh;
    }
    .form-search-main .custom-btn {
        min-width: auto;
    }
    .custom-cards2 .item .item-row .text h4 {
        font-size: 16px;
    }
    .custom-cards2 .item .item-row .text h3 {
        font-size: 16px;
    }
    .custom-cards2 .item .item-row .text p {
        font-size: 14px;
    }
    .content-sidebar .sidebar-title {
        font-size: 20px;
        margin-bottom: 23px;
    }
    .content-sidebar .custom-cards2 .item .item-row .text h3 {
        font-size: 12px;
    }
    .content-sidebar .custom-cards2 .item .item-row .text p {
        font-size: 11px;
    }
    .content-sidebar .custom-cards2 .item .item-row .text .date-tag {
        font-size: 10px;
    }
    .custom-cards.single-card .item .text-box h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .info-card-style2 .info-card-item .info-card-row .text-box p {
        font-size: 14px;
    }
    .info-card-style2 .info-card-item {
        min-height: 170px;
    }
    .contact-info-list .item .item-info h4,
    .contact-info-list .item .item-info p,
    .contact-info-list .item .item-info a {
        font-size: 14px;
    }
    .form-sub-title {
        font-size: 20px;
    }
    .card-item .user-img {
        width: 140px;
        height: 140px;
    }
    .user-info h4 {
        font-size: 17px;
    }
    .user-contact-info .contact-info-details h5 {
        font-size: 14px;
    }
    .user-contact-info .contact-info-details a,
    .user-contact-info .contact-info-details p {
        font-size: 13px;
    }
    .profile-sidebar li a {
        font-size: 12px;
        padding: 12px 5px;
    }
    .profile-sidebar li a .nav-icon {
        margin-right: 5px;
    }
    .card-item.card-item-with-title .card-title h3 {
        font-size: 17px;
    }
    .profile-info-box .item h5 {
        font-size: 12px;
    }
    .profile-info-box .item h4 {
        font-size: 12px;
    }
    .card-content h4,
    .card-content .user-info h4 {
        font-size: 15px;
    }
    .img-card .card-tag {
        font-size: 10px;
    }
    .img-card .item h4 {
        font-size: 15px;
        min-height: 35px;
    }
    .img-card .item h5 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .img-card .user-contact-info {
        margin-bottom: 15px;
    }
    .post-info-main .post-date,
    .post-info-main .post-info .post-info-item,
    .content-with-sidebar .date-tag {
        font-size: 10px;
    }
    .user-img-box .img-edit-icon {
        right: 15px;
        width: 45px;
        height: 45px;
    }
    .doc-card .doc-info h4 {
        font-size: 14px;
    }
    .doc-card .doc-info h4 span {
        font-size: 12px;
        margin-top: 4px;
    }
    .user-contact-info .infoitem i {
        font-size: 16px;
    }
    .multi-img .count-box h3 {
        font-size: 30px;
    }
    .multi-img .count-box p {
        font-size: 16px;
    }
    .multi-img .count-box {
        bottom: 90px;
        padding: 10px;
        width: 150px;
        height: 150px;
    }
    .member-cards .item .info-box h3 {
        margin-bottom: 5px;
    }
    .net-pop-over-main .net-pop-over-inner .inner .pop-over-img {
        left: initial;
        bottom: initial;
    }
    .info-with-icons .items {
        margin-bottom: 35px;
    }
    .counter-main .item h3 {
        font-size: 30px;
    }
    .counter-main .item p {
        font-size: 14px;
    }
    .inner-more {
        max-width: 85%;
    }
    .p-100 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .pt-100 {
        padding-top: 80px !important;
    }
    .pb-100 {
        padding-bottom: 80px !important;
    }
    .user-contact-info .infoitem {
        margin-bottom: 15px;
    }
    .post-info-main .post-info .post-info-item {
        padding-left: 8px;
    }
    .list-tag li span,
    .profile-info-box .item .tags {
        font-size: 10px;
        padding: 5px;
    }
    .custom-cards .item .text-box .date-tag,
    .custom-cards .item .text-box .post-info-item,
    .custom-cards2 .item .item-row .text .date-tag {
        font-size: 12px;
    }
    .content-sidebar-scroll {
        max-height: 400px;
    }
    .notifications-dropdown .dropdown-title h5 {
        font-size: 16px;
    }
    .notifications-dropdown .alert h5 {
        font-size: 13px;
    }
    .notifications-dropdown .alert p {
        font-size: 12px;
    }
    .custom-accordion .accordion-button {
        font-size: 14px;
        min-height: 70px;
    }
    .join-us-main .align-items-end {
        align-items: flex-start !important;
    }
    .join-us-main .item .custom-btn {
        width: 100%;
        margin-bottom: 5px;
    }
    .join-us-main .item .custom-btn:last-child {
        margin-bottom: 0;
    }
    .global-counter-main .item .counter-box h3 {
        font-size: 30px;
    }
    .content-sidebar-scroll .mCSB_inside > .mCSB_container {
        margin-right: 15px;
    }
    .content-with-sidebar .content-sidebar {
        padding-left: 0%;
    }
    .info-card-style2 .info-card-row .col-2 {
        width: 25%;
    }
    .info-card-style2 .info-card-row .col-10 {
        width: 75%;
    }
    .contact-info-list .item ul li {
        padding-right: 15px;
    }
    .contact-info-list .item ul li a {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .body-social-li .item ul li {
        padding-left: 15px;
    }
    .card-item,
    .card-item.card-item-with-title .card-title {
        padding: 20px 10px;
    }
    .card-content {
        padding: 30px 10px;
    }
    .custom-alert h5 {
        font-size: 18px;
    }
    .profile-title {
        font-size: 24px;
    }
    .img-card .item {
        width: 50%;
    }
    .minimal-img-card .minimal-img-card-row .img.imgbg {
        height: 52px;
    }
    .minimal-img-card .minimal-img-card-row .text h5 {
        font-size: 8.5px;
    }
    .minimal-img-card .minimal-img-card-row .text {
        padding: 0 5px;
    }
    .minimal-img-card .minimal-img-card-row .text h5 span {
        display: none;
    }
    .minimal-img-card .minimal-img-card-row {
        border-radius: 8px;
        margin-bottom: 10px;
    }
    .custom-modal.highlights-modal .modal-xl {
        max-width: 90%;
    }
    .custom-cards .logo-lists {
        position: relative;
        top: -1px;
    }
    /* .custom-cards .logo-lists img {
        width: 40px !important;
    } */
    .col-lg-8.card-col .create-post-style2 .form-box {
        padding-left: 35px;
    }
    .col-lg-8.card-col .create-post-style2 .create-post-actions {
        flex-direction: column;
    }
    .col-lg-8.card-col .create-post-style2 .create-post-actions .custom-btn {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .post-item .post-img-container img {
        height: 300px;
    }
    table.rg-table.member-detail-table th,
    table.rg-table.member-detail-table td {
        font-size: 12px;
    }
    .member-detail-table .security-status-icon img {
        width: 55px;
    }
    .member-detail-table .tags {
        font-size: 10px;
    }
    .chat-contact-row .chat-img .online-state {
        width: 8px;
        height: 8px;
        right: 0px;
    }
    .chat-contact-row .chat-info h4,
    .chat-contact-row .chat-info h4 a,
    .comment-contact-row .comment-info h4,
    .comment-contact-row .comment-info h4 a {
        font-size: 14px;
    }
    .chat-contact-row .chat-info p,
    .comment-contact-row .comment-info p {
        font-size: 12px;
        margin-bottom: 0;
    }
    .chat-contact-row .chat-info span {
        font-size: 10px;
    }
    .chat-box-main .chat-box .message p {
        font-size: 14px;
    }
    .chat-box-main .chat-box .message .chat-data {
        font-size: 10px;
    }
    .title3 {
        font-size: 20px;
    }
    .timmer-box {
        padding: 20px;
    }
    .conference-pages .content-box {
        padding: 40px;
        border-radius: 16px;
    }
    .agenda-tabs .nav-tabs .nav-item .nav-link {
        font-size: 16px;
    }
    .timmer-box .timmer-box-inner .countdown-label {
        font-size: 10px;
    }
    .custom-slider.logo-slider .item .box .text-box .tag-name,
    .custom-slider.logo-slider .item .box .text-box .tag-cat {
        font-size: 14px;
    }
    .timmer-box .timmer-box-inner span {
        font-size: 32px;
    }
    .custom-cards3 .card-col .text h3 {
        font-size: 24px;
    }
    .custom-cards3 .card-col .text h4 {
        font-size: 14px;
    }
    .custom-cards3 .card-col .text .date-tag {
        font-size: 12px;
    }

    .footer-top .item .footer-logo {
        width: 100%;
        height: auto;
    }
    .footer-top .item h3 {
        font-size: 14px;
    }
    .main-footer .item p,
    .main-footer .item a {
        font-size: 12px;
    }
    .footer-apps-box a {
        width: 50%;
    }
    .footer-social li {
        padding-right: 25px;
    }
}

@media (max-width: 1023px) and (min-width: 992px) {
    .custom-cards .item .text-box h3 {
        min-height: initial;
    }
    .global-counter-main .item .counter-box p {
        font-size: 14px;
    }
    .multi-img .count-box {
        bottom: 30px;
        left: 20%;
    }
    .network-item-box .network-item-row .network-item {
        padding: 30px 10px;
    }
    .content-sidebar .custom-cards2 .item .item-row .text h3 {
        font-size: 11px;
        margin-bottom: 0;
    }
    .content-sidebar .custom-cards2 .item .item-row .text p {
        font-size: 11px;
        line-height: 14px;
    }

    .main-footer .item p,
    .main-footer .item a {
        font-size: 10px;
    }
    .footer-social {
        padding: 0;
    }
    .footer-social li a {
        font-size: 14px !important;
    }
    .footer-social li {
        padding-right: 25px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    table.rg-table.member-detail-table th,
    table.rg-table.member-detail-table td {
        font-size: 12px;
    }
    .member-detail-table .security-status-icon img {
        width: 55px;
    }
    .member-detail-table .tags {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    #main-nav .navbar .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    /* Optional: Add animation */
    #main-nav .navbar .dropdown-menu {
        margin-top: 0;
    }

    #main-nav .navbar .nav-item.dropdown:hover .dropdown-menu {
        animation: fadeIn 0.3s ease-in-out;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

.m-view {
    display: none !important;
}
.m-hide {
    display: block !important;
}
@media (max-width: 991px) {
    .m-view {
        display: block !important;
    }
    .m-hide {
        display: none !important;
    }
    .inner,
    #main-nav .container-fluid {
        max-width: 95%;
    }
    #main-nav .nav-item {
        margin: 5px 0;
    }
    #main-nav.nav-with-icons .navbar-nav {
        align-items: normal;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-link {
        font-size: 16px;
        display: flex;
        align-items: center;
        padding: 10px 10px;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-link i {
        margin-right: 10px;
    }
    .nav-svgicon img {
        top: -12px;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn.nav-btn-first {
        margin-left: 0;
        padding-right: 0;
        border-right: none;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-item.nav-btn .nav-link {
        justify-content: center;
    }
    .loggedin #main-banner,
    .loggedin #inner-banner,
    .loggedin .network-sec.no-sub-nav,
    .loggedin .network-sec.no-sub-nav {
        margin-top: 135px !important;
    }
    #main-banner .carousel-caption {
        max-width: 95%;
    }
    #main-banner .carousel-caption h5 {
        font-size: 40px;
    }
    #main-banner .carousel-caption p {
        font-size: 20px;
    }
    .nav-topbar .nav-topbar-ul .notifications-dropdown .dropdown-menu {
        transform: translate3d(0px, 55px, 0px) !important;
        left: 2% !important;
        right: 2% !important;
        position: fixed !important;
        width: 95%;
        margin: auto;
    }
    .inner-more {
        max-width: 90%;
    }
    .counter-main .item h3 {
        font-size: 32px;
    }
    .counter-main .item p {
        font-size: 14px;
    }
    .content-with-img .img {
        padding-right: 12px;
    }
    .content-with-img .text {
        padding: 30px 12px 0;
    }
    .page-sub-nav {
        display: none;
    }
    .ja-subnav-sec {
        padding-top: 120px;
    }
    .loggedin .ja-subnav-sec,
    .loggedin .ja-nav-sec {
        padding-top: 170px;
    }
    .form-title {
        font-size: 38px;
    }
    .multi-img .img-item1,
    .multi-img .img-item2 {
        margin-top: 0;
        width: 100%;
    }
    .multi-img .count-box {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 14px;
        bottom: 0;
        left: 0;
        margin: 10px 0;
    }
    .ceo-section .text {
        padding: 30px 12px 0;
    }
    .p-100 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .p-60 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .pt-100 {
        padding-top: 60px !important;
    }
    .pb-100 {
        padding-bottom: 60px !important;
    }
    .global-counter-main {
        padding: 40px 0;
    }
    .network-sec .network-main {
        width: 95%;
    }
    .network-item-box {
        width: 100%;
    }
    .net-pop-over-main .net-pop-over-inner .inner .left {
        text-align: center;
    }
    .net-pop-over-main .net-pop-over-inner .inner .pop-over-img {
        left: initial;
        bottom: initial;
        width: 100% !important;
        margin: auto;
    }
    .net-pop-over-scroll-box {
        height: auto;
    }
    .in-grid {
        padding: 0;
    }
    .custom-cards2 .item .item-row .text {
        padding: 20px;
    }
    .newsletter-box .text {
        padding: 20px;
    }
    .content-with-sidebar .content-box {
        padding-right: 12px;
    }
    .content-with-sidebar .content-sidebar {
        padding-left: 12px;
        padding-top: 40px;
    }
    .content-sidebar .custom-cards2 .item .item-row .text h3,
    .info-card-style2 .info-card-item.with-img .card-title {
        font-size: 20px;
    }
    .content-with-img.text-left .img {
        padding-left: 12px;
        padding-right: 12px;
    }
    .content-with-img.text-left .text {
        padding-left: 12px;
        padding-right: 12px;
    }
    .info-card-style2 .col-12 {
        margin-bottom: 20px !important;
    }
    .contact-sec .left {
        padding-right: 12px;
        padding-bottom: 40px;
    }
    .only-form-sec .form-box {
        width: 100%;
    }
    .info-card-style2 .info-card-item .info-card-row {
        width: 100%;
    }
    .card-item:last-child {
        margin-bottom: 20px;
    }
    .profile-mobile-nav.m-view {
        padding: 0 20px;
    }
    .profile-mobile-nav .mobile-nav-icon {
        color: #181c20;
        position: relative;
        margin-bottom: 20px;
        display: block;
    }
    .profile-mobile-nav .mobile-nav-icon svg {
        width: 30px;
        height: 30px;
    }
    .profile-mobile-nav .offcanvas-header {
        justify-content: flex-end;
    }
    .profile-mobile-nav .offcanvas-body .card-item {
        padding: 0 !important;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none !important;
        border: none !important;
    }
    .profile-mobile-nav .offcanvas-body .profile-sidebar {
        padding-top: 40px;
    }
    .profile-mobile-nav .offcanvas {
        z-index: 99999;
    }
    .user-contact-info .infoitem {
        display: block !important;
        text-align: center !important;
    }
    .profile-info-nav .text-end {
        text-align: left !important;
    }
    .user-info h4 {
        font-size: 24px;
    }
    .profile-title {
        margin-bottom: 10px;
    }
    .profile-info-box .item {
        padding-bottom: 20px;
        width: 50%;
    }
    .profile-info-box .item:last-child {
        padding-bottom: 0px;
        width: 100%;
    }
    .img-card .item {
        width: 50%;
    }
    .post-cards .post-item .text {
        padding: 20px 12px;
    }
    .post-cards .post-item .text .post-date,
    .post-cards .post-item .text .post-info {
        width: 45%;
    }
    .user-contact-info.style2 .contact-info-details {
        display: block;
    }
    /*.user-contact-info .infoitem i {
        margin-right: 0;
    }*/
    .network-item-box .network-item-row .network-item {
        width: 48.5%;
        margin-bottom: 20px;
    }
    /* .network-item-box .network-item-row.middle-row {
        display: none;
    } */
    #particles-js1 canvas {
        height: 70vh !important;
    }
    .net-pop-over-main .inner.net-pop-over-scroll-main {
        height: 90vh;
        overflow: hidden;
        padding-right: 0;
    }
    .net-pop-over-main .btn-box {
        margin-bottom: 20px;
    }
    .net-pop-over-main .inner .right {
        padding-top: 20px;
    }
    .net-pop-over-main .inner .mCSB_inside > .mCSB_container,
    .network-main .mCSB_inside > .mCSB_container {
        margin-right: 15px;
    }
    .network-main-scroll {
        height: 60vh;
        overflow: hidden;
    }
    .minimal-img-card .minimal-img-card-row .text h5 {
        font-size: 16px;
    }
    .minimal-img-card .minimal-img-card-row .img.imgbg {
        height: 150px;
    }
    .page-content-scroll-padding {
        padding-right: 12px !important;
        margin-bottom: 40px;
    }
    .custom-search-filters .col-item {
        margin-bottom: 1rem;
    }
    .custom-search-filters .col-item:last-child,
    .custom-search-filters .col-item:nth-last-child(2) {
        margin-bottom: 0rem;
    }
    .modal-lg {
        max-width: 90% !important;
    }
    .create-post-modal .modal-lg {
        max-width: 100% !important;
    }
    .custom-modal.highlights-modal .modal-xl {
        max-width: 90%;
        margin: 10px auto;
    }
    .custom-modal.highlights-modal .modal-body .col-12 {
        margin-bottom: 12px;
    }
    .create-post-style2 .create-post-actions {
        display: block;
    }
    .create-post-style2 .create-post-actions .custom-btn {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .create-post-style2 .img-box {
        display: none;
    }
    .logo-lists {
        display: block !important;
    }
    .logo-lists img {
        margin-right: 5px !important;
        margin-left: 0 !important;
    }
    .custom-cards .logo-lists {
        display: inline-block !important;
        margin-left: 5px;
        top: -1px;
    }
    .create-post-style2 .dropdown-item {
        white-space: normal !important;
    }
    .col-lg-8.card-col .create-post-style2 .form-box {
        padding-left: 12px;
    }
    .chat-main {
        max-height: max-content;
        min-height: auto;
    }
    .chat-contact-scroll {
        max-height: 50vh;
    }
    .chat-main .right {
        margin-top: 40px;
    }
    .chat-contact-row .chat-img .online-state {
        bottom: 5px;
        right: 10px;
    }
    .conference-top-box .m-pb {
        padding-bottom: 40px;
    }
    .conference-pages .content-box {
        padding: 40px;
        border-radius: 16px;
    }
    .conference-pages .content-box .item:first-child {
        padding-right: 12px;
        padding-bottom: 40px;
    }
    .agenda-tabs .nav-tabs .nav-item .nav-link {
        font-size: 16px;
    }
    .custom-cards3 .card-col .text h3 {
        font-size: 24px;
    }
    .custom-cards3 .card-col .text h4 {
        font-size: 14px;
    }
    .custom-cards3 .card-col .text .date-tag {
        font-size: 12px;
    }
    .custom-cards3 .card-col .text {
        padding-left: 12px;
        padding-top: 20px;
    }
    .article-share-box {
        justify-content: flex-start;
    }

    .footer-top .item,
    .footer-bottom .item {
        padding: 0 12px;
    }
    .footer-top .item:first-child,
    .footer-bottom .item:first-child {
        padding-left: 12px;
    }
    .footer-top .item:last-child,
    .footer-bottom .item:last-child {
        padding-right: 12px;
    }
    .footer-top .item {
        margin-bottom: 40px;
    }
    .footer-top .item:last-child {
        margin-bottom: 0px;
    }
    .footer-social {
        justify-content: flex-start;
    }
    .footer-social li {
        padding-right: 40px;
    }
    .footer-apps-box {
        justify-content: flex-start;
    }
    .footer-apps-box a {
        width: 30%;
    }
}

@media (max-width: 767px) {
    #main-nav .navbar-brand img {
        width: 170px;
    }
    #main-nav.nav-with-icons .navbar-nav .nav-link,
    #main-nav.nav-with-icons .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 14px;
    }
    #main-banner,
    #inner-banner,
    .network-sec.no-sub-nav {
        margin-top: 85px !important;
    }
    #main-banner .carousel-caption h5 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    #main-banner .carousel-caption p {
        font-size: 13px;
    }
    #main-banner .carousel-caption .banner-btn-box {
        margin-top: 20px;
    }
    .ja-subnav-sec {
        padding-top: 125px;
    }
    .loggedin .ja-subnav-sec,
    .loggedin .ja-nav-sec {
        padding-top: 175px;
    }
    /* .nav-topbar .nav-topbar-ul .notifications-dropdown .dropdown-menu {
        transform: translate3d(0px, 55px, 0px) !important;
        left: 2% !important;
        right: 2% !important;
        position: fixed !important;
        width: 95%;
        margin: auto;
    } */
    .notifications-dropdown .dropdown-btn .custom-btn.btn-sm {
        width: 100%;
    }
    .nav-topbar .nav-topbar-ul .nav-topbar-li {
        padding-left: 35px;
    }
    .counter-main {
        display: block;
    }
    .counter-main .item {
        border-right: none;
        border-bottom: 1px solid #8f9cc1;
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .counter-main .item:first-child {
        margin-top: 0px;
    }
    .counter-main .item:last-child {
        border-bottom: none;
        padding-bottom: 0px;
    }
    .form-title {
        font-size: 24px;
    }
    .title {
        font-size: 22px;
    }
    .title-tagline {
        font-size: 16px;
    }
    .body-text2 {
        font-size: 15px;
    }
    .custom-cards .item .text-box h3 {
        font-size: 16px;
    }
    .custom-cards .item .text-box .date-tag,
    .custom-cards .item .text-box .post-info-item,
    .custom-cards2 .item .item-row .text .date-tag {
        font-size: 12px;
    }
    .custom-cards .item .text-box {
        padding: 20px 10px;
    }
    .info-with-icons .items .icons {
        width: 30px;
    }
    .info-with-icons .items .info-box h4,
    .info-card h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .join-us-main .custom-btn,
    .join-network-main .custom-btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .join-us-main .custom-btn:last-child,
    .join-network-main .custom-btn:last-child {
        margin-bottom: 0px;
    }
    .member-cards .item .info-box h3 {
        font-size: 18px;
    }
    .custom-modal .btn-close {
        top: -30px;
        right: 5px;
    }
    .search-modal .modal-body,
    .card-content.filter-form {
        padding: 20px;
    }
    .search-modal .modal-body form.d-flex,
    .newsletter-box form.d-flex,
    .card-content.filter-form form.d-flex {
        display: block !important;
    }
    .search-modal .modal-body form .form-control,
    .newsletter-box form .form-control,
    .card-content.filter-form form .form-select {
        margin: 0 0 10px;
    }
    .search-modal .modal-body form .custom-btn,
    .newsletter-box form .custom-btn,
    .card-content.filter-form form .custom-btn {
        width: 100%;
        padding: 8px;
    }
    .info-card {
        padding: 15px;
    }
    .ceo-section .item .text h3 {
        font-size: 20px;
    }
    .ceo-section .item .text .name-tag {
        font-size: 16px;
        margin-bottom: 0;
    }
    .global-counter-main .item .counter-box {
        padding-bottom: 30px;
    }
    .global-counter-main .item:last-child .counter-box {
        padding-bottom: 0px;
    }
    .map-js-height {
        height: 450px;
    }
    .custom-alert h5 {
        font-size: 18px;
    }
    .ja-nav-sec {
        padding-top: 130px;
    }
    .sub-title {
        font-size: 16px;
    }
    .custom-cards2 .item .item-row {
        margin: 0;
    }
    .custom-cards2 .item .item-row .text,
    .newsletter-box .text {
        padding: 20px 15px;
    }
    .custom-cards2 .item .item-row .text h3 {
        font-size: 16px;
    }
    .custom-cards2 .item .item-row .text p {
        font-size: 14px;
    }
    .mb-20 {
        margin-bottom: 10px !important;
    }
    .mt-40 {
        margin-top: 30px !important;
    }
    .mt-50 {
        margin-top: 30px !important;
    }
    .info-with-icons .items {
        margin-bottom: 30px;
    }
    .ceo-section .item {
        margin-bottom: 30px;
    }
    .ceo-section .item:first-child {
        padding-right: 12px;
    }
    .ceo-section .item:last-child {
        padding-left: 12px;
        margin-bottom: 0px;
    }
    .custom-slider .slick-dots {
        bottom: -30px;
    }
    .post-info-main.ind-post-item .post-info .post-info-item {
        padding-right: 10px;
    }
    .post-info-main .post-date,
    .post-info-main .post-info .post-info-item,
    .content-with-sidebar .date-tag {
        font-size: 12px;
    }
    .content-sidebar .sidebar-title,
    .content-sidebar .custom-cards2 .item .item-row .text h3,
    .custom-cards.single-card .item .text-box h3,
    .form-sub-title {
        font-size: 18px;
    }
    .custom-cards.single-card .item {
        padding: 15px;
    }
    .custom-cards.single-card .item .text-box {
        padding: 20px 0px;
    }
    .inner,
    #main-nav .container-fluid,
    #main-banner .carousel-caption {
        max-width: 100%;
        padding: 0 15px;
    }
    .text-end.m-text-start {
        text-align: left !important;
    }
    .form-title-with-itembox {
        display: block;
    }
    .form-title-with-itembox .form-sub-title {
        margin-bottom: 10px;
    }
    .form-title-with-itembox .itembox {
        margin-bottom: 20px;
    }
    .custom-group-by2 .group-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .info-card-style2 .info-card-item .info-card-row .text-box p {
        font-size: 14px;
    }
    .custom-accordion .accordion-button {
        font-size: 15px;
    }
    .user-info h4 {
        font-size: 18px;
    }
    .user-contact-info .contact-info-details h5,
    .card-content h4,
    .card-content .user-info h4 {
        font-size: 16px;
    }
    .user-contact-info .contact-info-details a,
    .user-contact-info .contact-info-details p {
        font-size: 14px;
    }
    .profile-title {
        font-size: 22px;
    }
    .profile-info-box .item h5,
    .profile-info-box .item h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .card-item.card-item-with-title .card-title h3 {
        font-size: 18px;
    }
    .img-card .item {
        width: 100%;
    }
    .card-item,
    .card-item.card-item-with-title .card-title {
        padding: 20px 10px;
    }
    .card-content {
        padding: 30px 10px;
    }
    .post-cards .post-item .text .post-date,
    .post-cards .post-item .text .post-info {
        width: 100%;
    }
    .post-cards .post-item .text .post-info {
        margin-top: 10px;
        justify-content: space-between;
    }
    .post-info-main .post-info .post-info-item {
        padding-left: 10px;
    }
    .post-info-main .post-info .post-info-item:first-child {
        padding-left: 0px;
    }
    .post-action-bar {
        padding: 12px 0;
    }
    .list-tag li span {
        font-size: 10px;
    }
    #particles-js1 canvas {
        height: 100vh !important;
    }
    .network-item-box .network-item-row .network-item {
        width: 100%;
    }
    .network-sec .network-main {
        width: 100%;
        padding-right: 5px;
    }
    .network-main-scroll {
        height: 90vh;
        overflow: hidden;
    }
    .policy-content .title2 {
        font-size: 18px !important;
    }
    .alert-dismissible .btn-close {
        padding: 5px !important;
    }
    .minimal-img-card .minimal-img-card-row {
        margin-bottom: 10px;
        border-radius: 8px;
    }
    .minimal-img-card .minimal-img-card-row .img.imgbg {
        height: 100px;
    }
    .minimal-img-card .minimal-img-card-row .text h5 {
        font-size: 12px;
    }
    .minimal-img-card .minimal-img-card-row .text h5 span {
        display: none;
    }
    .body-social-li .text-end {
        text-align: left !important;
    }
    .body-social-li .item ul li {
        padding-right: 20px;
        padding-left: 0px;
    }
    .custom-slider .slick-dots {
        bottom: -37px;
    }
    .mt-50.news-galley {
        margin-top: 30px !important;
    }
    .custom-accordion .accordion-item {
        margin-bottom: 15px;
    }
    .custom-accordion .accordion-item:last-child {
        margin-bottom: 0px;
    }
    .contact-info-list .item.icon-list {
        margin-left: 0px;
    }
    .form-box .signup-link {
        margin-top: 40px;
    }
    .global-counter-main {
        padding: 30px 0 40px;
    }
    .img-card .item h4 {
        min-height: auto;
    }
    .pb-50 {
        padding-bottom: 40px !important;
    }
    .p-100 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .p-60 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .mt-30 {
        margin-top: 15px !important;
    }
    .mb-30 {
        margin-bottom: 15px !important;
    }
    .mt-40 {
        margin-top: 20px !important;
    }
    .mb-50 {
        margin-bottom: 30px !important;
    }
    .mt-50.news-galley {
        margin-top: 20px !important;
    }
    .m-mt-30 {
        margin-top: 15px !important;
    }
    .custom-search-filters .col-item:nth-last-child(2) {
        margin-bottom: 1rem;
    }
    .custom-tabs .nav-tabs .nav-link {
        margin: 0 0 5px;
        border-radius: 4px;
        width: 100%;
        border: 1px solid #bfc7e0;
    }
    .custom-tabs .nav-tabs .nav-link.active {
        background-color: #011b63;
        border: 1px solid #011b63;
        color: #ffffff !important;
    }
    .custom-tabs .nav-tabs {
        display: block;
    }
    .custom-tabs .tab-content {
        border-radius: 10px;
    }
    .custom-tabs .tab-body {
        padding: 30px 10px;
    }
    .newchats-list-main .chat-contact-row .chat-img,
    .comments-list-main .comment-contact-row .comment-img {
        width: 15%;
    }
    .comments-list-scroll {
        height: 480px;
    }
    .postreport-modal .modal-body h3 {
        font-size: 18px;
    }
    .emoji-dropdown.dropdown-menu {
        width: 100%;
        top: -290px;
    }
    .post-item .post-img-bg {
        height: 150px;
    }
    .post-item .post-img-container img,
    .anouncements-content .anouncements-img-box img {
        height: 245px;
    }
    table.rg-table.member-detail-table tr {
        border-bottom: 1px solid #ddd;
    }
    table.rg-table.member-detail-table tr:last-child {
        border-bottom: none;
    }
    table.rg-table.member-detail-table th,
    table.rg-table.member-detail-table td {
        font-size: 12px;
    }
    .chat-main .left .chat-search {
        flex-direction: column;
    }
    .chat-main .chat-search input,
    .chat-box-main .form .form-control {
        width: 100%;
        margin: 0 0 10px !important;
    }
    .chat-main .chat-search .custom-btn {
        width: 100%;
        padding: 3px 2px;
    }
    .chat-main .nav-pills .nav-link {
        padding: 20px 6px;
    }
    .chat-contact-row .chat-img .online-state {
        bottom: 0px;
        right: 0px;
        width: 8px;
        height: 8px;
    }
    .chat-contact-row .chat-info h4,
    .chat-contact-row .chat-info h4 a,
    .comment-contact-row .comment-info h4,
    .comment-contact-row .comment-info h4 a,
    .chat-box-header .chat-info h4 {
        font-size: 14px;
    }
    .chat-contact-row .chat-info p,
    .comment-contact-row .comment-info p {
        font-size: 12px;
        margin-bottom: 0;
    }
    .chat-contact-row .chat-info span {
        font-size: 10px;
        top: -18px;
    }
    .chat-box-header .chat-info .active-state,
    .chat-box-main .chat-box .message .chat-data {
        font-size: 10px;
    }
    .chat-box-main .chat-box .message {
        font-size: 13px;
    }
    .chat-box-main .chat-box .message {
        width: 90%;
    }
    .message-options-box {
        justify-content: flex-end;
        margin-bottom: 10px;
    }
    .comments-with-emojis-box {
        flex-direction: column;
    }
    .chat-box-main .form .custom-btn {
        width: 100%;
        padding: 8px;
    }
    .message-options-box .message-options-btn {
        width: 35px;
        height: 35px;
        margin-right: 0;
        margin-left: 10px;
        font-size: 14px;
    }
    .chat-box-main .chat-box {
        margin-bottom: 20px;
    }
    .legend-main .item {
        margin-right: 30px;
    }
    .legend-main .item p {
        font-size: 12px;
        padding-left: 5px;
    }
    .legend-main .item img {
        width: 25px;
        height: 25px;
    }
    .conference-pages .content-box {
        padding: 20px;
        border-radius: 14px;
    }
    .conference-pages .custom-btn {
        min-width: 100%;
    }
    .agenda-tabs .nav-tabs .nav-item .nav-link {
        font-size: 14px;
    }
    .title3 {
        font-size: 18px;
    }
    .timmer-box {
        padding: 20px 12px;
    }
    .timmer-box .timmer-box-inner span {
        font-size: 28px;
    }
    .timmer-box .timmer-box-inner .countdown-label {
        font-size: 10px;
    }
    .conference-pages .content-box .item:first-child {
        padding-bottom: 30px;
    }
    .custom-cards3 .card-col .text h3 {
        font-size: 16px;
    }
    .custom-cards3 .card-col .text .date-tag {
        margin-bottom: 16px;
    }
    .anouncements-content .readmore-conent-box .content-title .date,
    .highlights-modal .content-title .date {
        font-size: 10px;
        margin-left: 0px;
        display: inline-block;
    }
    .anouncements-content .custom-accordion .accordion-button {
        flex-direction: column;
        align-items: flex-start;
    }
    .anouncements-content .custom-accordion .accordion-button .date {
        margin: 6px 0 0;
    }
    .anouncements-content .custom-accordion .accordion-button::after {
        position: absolute;
        right: 10px;
    }

    .footer-top .item h3 {
        font-size: 16px;
    }
    .footer-apps-box a {
        width: 40%;
    }
}

@media (max-width: 390px) {
    .minimal-img-card .minimal-img-card-row .img.imgbg {
        height: 84px;
    }
    .pb-50 {
        padding-bottom: 40px !important;
    }
    .p-100 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .mt-30 {
        margin-top: 15px !important;
    }
    .mb-30 {
        margin-bottom: 15px !important;
    }
    .mt-40 {
        margin-top: 20px !important;
    }
    .mb-50 {
        margin-bottom: 30px !important;
    }
    .mt-50.news-galley {
        margin-top: 20px !important;
    }
    .m-mt-30 {
        margin-top: 15px !important;
    }
    .counter-main .item h3 {
        font-size: 26px;
    }
    .global-counter-main .item .counter-box h3 {
        font-size: 30px;
    }
    .content-with-img .text,
    .ceo-section .text {
        padding: 20px 12px 0;
    }
    .post-item .post-img-container img {
        height: 195px;
    }

    .footer-apps-box a {
        width: 40%;
    }
    .footer-top .item {
        margin-bottom: 30px;
    }
}

/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
    #main-nav .navbar-brand img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        image-rendering: pixelated;
    }
}

/* Image uploader plugin */
.imageupload-btn-box .imageupload-item {
    text-align: center;
}
.imageupload-item-box {
    padding: 20px 10px;
    border: 1px solid #e4e8ec;
    border-radius: 8px;
}
.imageupload-item-box p {
    font-size: 14px;
    margin-bottom: 15px;
}
.imageupload-item-box .final-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 3px solid #8f9cc1;
}
.uploader-madal {
    --bs-modal-zindex: 999999 !important;
    z-index: 999999 !important;
}
.uploader-madal .btn-box {
    text-align: center;
}
.uploader-madal .custom-btn {
    font-size: 14px;
    padding: 8px 10px;
    margin: 0 2px;
}
.uploader-madal .modal-title {
    font-size: 18px;
}
.uploader-madal .form-control {
    font-size: 14px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.upload-box {
    position: relative;
}
.upload-box span {
    cursor: pointer;
    width: 100%;
    display: flex;
    padding: 0.375rem 0.75rem;
    border: 1px solid #e4e8ec;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}
.upload-box span i {
    font-size: 20px;
    line-height: normal;
    margin-right: 6px;
}
.cropper-view-box,
.cropper-face {
    border-radius: 50%;
}
.cropper-view-box {
    outline: 0;
    box-shadow: 0 0 0 1px #39f;
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .imageupload-item-box .final-image {
        width: 100px;
        height: 100px;
    }
    .imageupload-item-box p {
        font-size: 12px;
    }
}

@media (max-width: 1023px) and (min-width: 993px) {
    .imageupload-item-box .final-image {
        width: 100px;
        height: 100px;
    }
    .imageupload-item-box p {
        font-size: 12px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .imageupload-item-box .final-image {
        width: 150px;
        height: 150px;
    }
    .imageupload-item-box p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .uploader-madal .modal-title {
        font-size: 16px;
    }
}
/* End Image uploader plugin */

/* News Gallery Styles */
.news-ind-gallery-main .row {
    margin: 0 -5px;
}
.news-ind-gallery-main .col-item {
    margin-bottom: 10px;
    padding: 0 5px;
}
.news-ind-gallery-main .col-item:last-child {
    margin-bottom: 0px;
}
.news-ind-gallery-main .col-item a {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 3 / 2;
    border: 1px solid #c9d2d8;
}
.news-ind-gallery-main .col-item a img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blueimp-gallery > .next,
.blueimp-gallery > .prev {
    font-family: initial !important;
    font-size: initial !important;
    font-weight: initial !important;
    line-height: initial !important;
    color: #ffffff !important;
    text-decoration: none !important;
    text-shadow: none !important;
    text-align: center !important;
    background: transparent !important;
    border: none !important;
}
.blueimp-gallery > .next svg,
.blueimp-gallery > .prev svg {
    width: 40px;
    height: 40px;
}
.blueimp-gallery > .play-pause {
    background-size: cover !important;
}
.img-gallery-slider .item a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
/* End News Gallery Styles */
