.selected-bg-p {
    background: #0A1D3E !important;
}

.selected-bg-s {
    background: #B3D4FC !important;
}

.sidebar-item .img-pri {
    display: none;
}

.sidebar-item .img-sec {}

.sidebar-item.selected .img-pri {
    display: block;
}

.sidebar-item.selected .img-sec {
    display: none;
}

body h3 {
    font-family: 'Roboto Slab', serif !important;
}

.main-tabs .tab-img-p {
    display: none;
}

.main-tabs .card .selected-bg-s .tab-img-p {
    display: block;
}

.main-tabs .card .selected-bg-s .tab-img-s {
    display: none;
}

.sidebar-nav ul .sidebar-item.selected>.sidebar-link:hover {
    color: #0A1D3E !important;
}

.section-bottom {
    position: absolute;
    bottom: 0;
    width: 200px;
}

.section-bottom path {
    fill: #0A1D3E;
}

.navbar-nav .nav-item {
    align-self: center;
}

.temp-time {
    color: #0A1D3E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 10px;
}

.temp-city {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: center;
}

.temp-unit {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    /*	line-height: normal;*/
}

.unit-city {
    display: flex;
    background: #0A1D3E;
    border-radius: 30px;
    padding: 2px 15px;
    gap: 5px;
}

.title-welcome {
    color: #0A1D3E;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.main-tabs .card-body .box {
    display: flex;
    border-radius: 10px;
    gap: 10px;
    padding: 15px 10px;
    min-height: 80px;
}

.main-tabs .card-body .card .box h6 {
    align-self: center;
    color: #0A1D3E;
    font-size: 22px;
    font-weight: 500;
}

.cd-tabs .card-body .card .box h6 {
    font-size: 18px;
}

.main-tabs .card-body .card {
    margin-bottom: 0;
    background: transparent;
    border-radius: 10px;
    margin-bottom: 10px;
}
.main-tabs .card-body .tab_section .tabs_four .card{
     margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
    .main-tabs .card-body .tab_section .tabs_four .card{
        margin-bottom: 10px; 
    }
}

.main-card {
    background: #041E42;
    border-radius: 10px;
    margin-top: 5px;
}

.main-tabs .card-body .box h1,
.main-tabs .card-body .box h6 {
    margin-bottom: 0;
}

.main-tabs .card-body {
    padding: 10px;
}

.main-tabs .card-body .card .box img {
    width: 55px;
}

.main-tabs .selected-bg-s h6 {
    color: #0A1D3E !important;
    font-weight: 600 !important;
}

.task-sec li a {
    text-decoration: none;
}

.task-sec li {
    list-style: none;
}

.task-nav h3 {
    color: #fff;
    font-size: 16px;
    padding: 14px;
    padding-left: 22px;
    /*	text-align: center;*/
}

#main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar .task-nav h3 {
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

.task-nav .sidebar-item a.sidebar-link {
    background: #B3D4FC;
    color: #0A1D3E;
    margin: 5px 10px;
    border-radius: 10px;
    padding: 10px;
    /*        line-height: 16px;*/
}

.task-time {
    display: block;
    font-size: 14px;
}

.task-add {
    font-size: 14px;
}

.it-sec .task-time-sec {
    line-height: 16px;
}

.it-sec .sidebar-link img {
    width: 33px !important;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar .it-sec .sidebar-link img {
    width: 20px !important;
}

@media (min-width: 768px) {
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar .task-time-sec {
        display: none;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar .task-nav .sidebar-item a.sidebar-link {
        display: inline-flex;
    }
}

.tabs-toggle .category {
    text-transform: capitalize;
    font-weight: 700;
    color: #9A9A9A;
}

.tabs-toggle .nav-item .nav-link,
.tabs-toggle .nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.tabs-toggle .card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
    /* background: #B3D4FC; */
}

.team-contact a {
    background-color: #041E42;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    align-self: center;
    text-align: center;
    display: flex !important;
}

.tabs-toggle [data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

.tabs-toggle [data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tabs-toggle .now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tabs-toggle .now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.tabs-toggle .now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.tabs-toggle .now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.tabs-toggle .now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.tabs-toggle .nav-tabs {
    border: 0;
    /*    padding: 15px 0.7rem;*/
    align-items: center !important;
    justify-content: center;
    position: relative;
    top: -25px;
}

.tabs-toggle .tabs-toggle .nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.tabs-toggle .tabs-toggle .card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.tabs-toggle .tabs-toggle .nav-tabs>.nav-item>.nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
}

.tabs-toggle .nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.tabs-toggle .nav-tabs>.nav-item>.nav-link.active {
    background-color: #B3D4FC;
    border-radius: 30px;
    color: #0A1D3E;
    border-color: #B3D4FC !important;
    font-weight: bold;
}

.tabs-toggle .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.tabs-toggle .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.tabs-toggle .nav-link {
    color: #fff;
}

.tabs-toggle .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.tabs-toggle .card {
    border: 0;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    /*    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.2);
    border-top: 10px solid #0A1D3E;
}

.tabs-toggle .card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.tabs-toggle .card[data-background-color="orange"] {
    background-color: #f96332;
}

.tabs-toggle .card[data-background-color="red"] {
    background-color: #FF3636;
}

.tabs-toggle .card[data-background-color="yellow"] {
    background-color: #FFB236;
}

.tabs-toggle .card[data-background-color="blue"] {
    background-color: #2CA8FF;
}

.tabs-toggle .card[data-background-color="green"] {
    background-color: #15b60d;
}

.tabs-toggle [data-background-color="orange"] {
    background-color: #e95e38;
}

.tabs-toggle [data-background-color="black"] {
    background-color: #2c2c2c;
}

.tabs-toggle [data-background-color]:not([data-background-color="gray"]) {
    color: #FFFFFF;
}

.tabs-toggle [data-background-color]:not([data-background-color="gray"]) p {
    color: #FFFFFF;
}

.tabs-toggle [data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF;
}

.tabs-toggle [data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    color: #FFFFFF;
}


/*@font-face {
  font-family: 'Nucleo Outline';
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot");
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot") format("embedded-opentype");
  src: url("https://raw.githack.com/creativetimofficial/now-ui-kit/master/assets/fonts/nucleo-outline.woff2");
  font-weight: normal;
  font-style: normal;
        
}*/

.tabs-toggle .now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
    .tabs-toggle .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }
    .tabs-toggle .nav-tabs .nav-item>.nav-link {
        margin-bottom: 0px;
    }
    .tabs-toggle .nav-tabs .nav-item {
        border-radius: 50px;
        margin: 5px 0;
    }
    .tabs-toggle .nav-tabs {
        top: -28px;
    }
}

.tabs-toggle .nav-tabs li {
    background: #0A1D3E;
    padding: 2px;
    padding-bottom: 3px;
}

.tabs-toggle .nav-tabs li:first-child {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.tabs-toggle .nav-tabs li:last-child {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.tabs-toggle .nav-tabs .nav-link:focus,
.tabs-toggle .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.progress {
    height: 15px;
    border-radius: 10px;
}

.bg-thm {
    background-color: #0A1D3E;
}

.top-card {
    box-shadow: none !important;
}

.progress-div span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.comp-task {
    font-size: 28px !important;
    font-weight: 900 !important;
    padding-right: 5px;
    font-family: system-ui;
}

.over-auto {
    overflow: auto;
}

.task-home ul.list-style-none li {
    list-style: none;
    border: 1px solid #0A1D3E;
    margin-bottom: 10px;
    padding: 5px;
    margin: 10px 0;
    /*    align-self: center;*/
    border-radius: 5px;
    border-left: 3px solid #0A1D3E;
    gap: 10px;
    align-items: center;
}

.task-home ul.list-style-none li i {
    margin-top: 0 !important;
}

.task-home .task-name {
    align-self: center;
}

.task-home ul.list-style-none li a:hover {
    color: #0A1D3E;
}

.task-name a {
    color: #0A1D3E !important;
    font-size: 12px;
}

.task-home .card-body h6 {
    margin-top: 10px;
}

.event-home .comment-row img {
    border-radius: 5px;
}

.event-home .comment-text {
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
}

.event-home .comment-row {
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}

.bg-secondary {
    background-color: #B3D4FC !important;
}

.family-part .badge {
    color: #0A1D3E;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 600;
    /* width: 100px; */
}

.text-right {
    text-align: right !important;
}

.family-part img {
    width: 20px;
    margin-right: 10px;
}

.profile-sec img {
    width: 100%;
}

.profile-sec {
    text-align: center;
    border: 1px solid #e9ecef !important;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.profile-desc {
    padding: 10px;
}

.profile-sec h3 {
    font-size: 20px;
    margin-bottom: 0;
    /*	margin-top: 10px;*/
}

.profile-sec h4 {
    font-size: 14px;
    margin-top: 5px;
}

.profile-sec p {
    margin-bottom: 10px;
    font-size: 12px;
    padding: 20px;
    padding-top: 10px;
    font-weight: bold;
}

.profile-sec .team-contact img {
    width: 25px;
    align-self: center;
    margin: auto;
    text-align: center;
}

.team-contact {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.profile-desc a {
    color: #0A1D3E !important;
    text-decoration: underline;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
}

.table td,
.table th {
    /*	padding: 0;*/
}

#personal table tr td h4 {
    margin-bottom: 0;
}

#personal table tr td {
    vertical-align: top;
    width: 30%;
}

.head-icon {
    display: flex;
    gap: 10px;
}

.head-icon img {
    width: 20px;
}

.text-head {
    position: relative;
    top: 2px;
}

.bg-3e {
    background-color: #eee;
}

.form-control,
.form-select {
    height: 54px;
    border-radius: 10px;
    border: 2px solid #0A1D3E;
    font-weight: 600;
}

.spotify-text {
    /*  display: flex;
    flex-direction: column;*/
    align-self: center;
}

.spotify-sec {
    display: flex;
    gap: 10px;
}

.spotify-sec h6 {
    line-height: 21px;
}

.spotify-sec .spotify-logo {
    /*    background: #0A1D3E;*/
    border-radius: 10px;
    width: 80px;
    padding: 10px;
    height: 80px;
}

.spotify-text h4 {
    margin-bottom: 0;
}

.spotify-text img {
    width: 15px;
}

.spotify-text span {
    font-size: 12px;
    margin-top: 5px;
    margin-right: 10px;
}

.about-sec-text {
    padding-right: 20px;
    padding-top: 20px;
    /*    border-right: 1px solid #eee;*/
}

.about-sec-right h5 {
    margin-bottom: 0;
}

.about-sec-right {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #0A1D3E;
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .about-sec-right {
        border-left: none;
        padding-left: 0px;
    }
}

.left-sidebar {
    /*    height: auto !important;*/
}

.card {
    margin-bottom: 0;
}


/*banner overlay and text css*/

.showcase {
    width: 100%;
    height: 350px;
    position: relative;
    color: white;
    text-align: center;
    background-image: url(../../assets/images/home-finding.jpg);
    border-radius: 10px;
    background-position: center;
    background-size: cover;
}

.nav-team {
    background-image: url(../../assets/images/Team_Photo.jpg) !important;
    border-radius: 0;
}

.banking-sec .showcase {
    background-image: url(../../assets/images/settling-in.jpg) !important;
    border-radius: 10px;
}

.compass-sec .showcase {
    /* background-image: url(../../assets/images/compass.jpg) !important; */
    border-radius: 10px;
}

.compass_club_events {
    background-image: url(../../assets/images/compass.jpg) !important;
}

.social_media_banner {
    background-image: url(../../assets/images/social_media.jpg) !important;
}

.wellness.showcase {
    background-image: url(../../assets/images/wellness.jpg) !important;
    border-radius: 10px;
}

.add-service-sec.showcase {
    background-image: url(../../assets/images/additional-services.jpg) !important;
    border-radius: 10px;
}

.edu-service.showcase {
    background-image: url(../../assets/images/education.png) !important;
    border-radius: 10px;
}

.edu-service.showcase .overlay {
    /* background-color: rgba(4, 30, 66, 0); */
}

.career-coaching.showcase {
    background-image: url(../../assets/images/career-coaching.jpg) !important;
    border-radius: 10px;
}

.nav-team .overlay {
    border-radius: 10px !important;
}

.nav-team .overlay {
    border-radius: 0px !important;
}

.showcase img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    border-radius: 10px;
}

.showcase .overlay {
    width: 100%;
    height: 350px;
    /* background-color: rgba(4, 30, 66, 0.3); */
    /*  position: absolute;*/
    top: 0;
    left: 0;
    z-index: 999;
    border-radius: 10px;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

.wellness .overlay, .add-service-sec .overlay {
    background-color: rgba(4, 30, 66, 0.3);
}

.showcase h2 {
    font-size: 28px;
}

.bottom-tabs .main-card {
    background-color: #fff;
}

.bottom-tabs .card-body .card {
    border: 3px solid #B3D4FC;
    /*    margin: 10px 0;*/
    /*width: 90%;*/
}

.bottom-tabs .card-body .card .box img {
    width: 40px;
}

.bottom-tabs .card-body .card .box h6 {
    font-size: 18px;
}

.bottom-tabs .selected-bottom-tabs {
    border: 3px solid #0A1D3E !important;
    font-weight: 600;
}

.bottom-tabs .selected-bottom-tabs h6 {
    font-weight: 600 !important;
}

.bottom-tabs .card-body {
    text-align: center;
    padding-top: 20px;
}

.bottom-tabs .card-body .box {
    justify-items: center;
    align-items: center;
    justify-content: center;
    padding: 20px 2px;
}

.bottom-tabs .card-body .box h1 {
    display: contents;
}

.page-head {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0;
    text-transform: uppercase;
}

.sub-head {
    font-weight: 600;
    font-size: 18px;
}

.housing-form {
    text-align: left;
}

.housing-form .page-head {
    text-align: center;
}

.tags-btn {
    flex-wrap: wrap;
}

.tags-btn .select {
    position: relative;
}

.tags-btn .select input:checked+label {
    background-color: #0A1D3E;
    color: #fff;
}

.tags-btn .select input:checked+label:hover,
.tags-btn .select input:checked+label:focus,
.tags-btn .select input:checked+label:active {
    background-color: #0A1D3E;
    color: #fff;
}

.tags-btn .select input {
    opacity: 0;
    position: absolute;
}

.tags-btn .select .button_select {
    margin: 0 10px 10px 0;
    display: flex;
    background-color: transparent;
}

.tags-btn .select .button_select:hover,
.tags-btn .select .button_select:focus,
.tags-btn .select .button_select:active {
    background-color: transparent;
}

.option {
    position: relative;
}

.option input {
    opacity: 0;
    position: absolute;
}

.option input:checked+span {
    background-color: #ffc107;
}

.option input:checked+span:hover,
.option input:checked+span:focus,
.option input:checked+span:active {
    background-color: #ffc107;
}

.option .btn-option {
    margin: 0 10px 10px 0;
    display: flex;
    background-color: transparent;
}

.option .btn-option:hover,
.option .btn-option:focus,
.option .btn-option:active {
    background-color: transparent;
}

.tags-btn .btn {
    border-radius: 5px;
    border: 1px solid #0A1D3E;
}

.drag-area {
    border: 2px dashed #0A1D3E;
    /*  height: 500px;
  width: 700px;*/
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 20px;
    padding-top: 10px;
}

.drag-area.active {
    border: 2px solid #0A1D3E;
}

.drag-area .icon {
    font-size: 40px;
    color: #0A1D3E;
}

.drag-area header {
    font-size: 18px;
    font-weight: 500;
    color: #0A1D3E;
}

.drag-area span {
    font-size: 16px;
    font-weight: 500;
    color: #0A1D3E;
    margin: 10px 0 15px 0;
}

.drag-area button,
.drag-area .browse_file {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    background: #0A1D3E;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.drag-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.inputBtn {
    background: #B3D4FC;
    color: #0A1D3E;
    border-radius: 10px;
    padding: 5px 20px;
    border: 0;
    font-weight: 600;
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.gallery-item {
    /* Minimum width of 24rem and grow to fit available space */
    flex: 1 0 24rem;
    /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
    margin: 1rem;
    /*    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);*/
    overflow: hidden;
    position: relative;
}

.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.15);
}

@supports (display: grid) {
    .gallery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 2rem;
    }
    .gallery,
    .gallery-item {
        margin: 0;
        margin: auto;
        margin-bottom: 18px;
        height: 252px;
        width: 252px;
    }
}

@media (max-width: 576px) {
    .gallery-item {
        width: 100%;
        height: auto;
    }
}

.gallery-item .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(4, 30, 66, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /*    border-radius: 10px;*/
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

.gallery-item .overlay h6 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.gallery-logo {
    padding: 60px;
    border: 1px solid #eee;
    border-top: 10px solid #0A1D3E;
    border-radius: 10px;
    height: 200px;
    align-self: center;
    display: flex;
    justify-content: center;
}

.gallery-logo img {
    /*    width: auto;*/
    height: auto;
    margin: auto;
}

.hft_logo_img .gallery-logo {
    padding: 60px 35px 60px 35px !important;
}

.hft_logo_img .gallery-logo img {
    height: 45px !important;   
}

.hft_logo {
    margin-top: 50px;
}

.gallery-logo.gallery-item {
    width: 100%;
    padding: 0;
}

.title-des {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.title-des h4,
.title-des p {
    color: #0A1D3E;
    font-weight: bold;
}


/*vedio libary css*/

.video-container {
    width: 100%;
    padding: 10px;
    background: white;
    display: inline-block;
}

.responsive-video {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.responsive-video iframe,
.responsive-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 10px;
}

.gallery-grid {
    margin: 0 auto;
    text-align: center;
    /*  width: 90%;*/
    padding: 0;
    margin-bottom: 18px;
}

figure {
    /* border: 10px solid #DADCDB;
  margin: 10px 10px;
  padding: 0;*/
}

figure.image {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    height: 223px;
}

figure img {
    display: block;
    height: auto;
    max-width: 100%;
}

figcaption {
    background: rgb(10 29 62 / 41%);
    color: white;
    padding: 10px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    display: flex;
}

figcaption span {
    font-size: 14px;
}

.pdf-logo i {
    font-size: 28px;
    color: red;
    /*    margin-right: 10px;*/
}

.pdf-logo {
    align-items: center;
    display: flex;
    gap: 10px;
    width: 50%;
    text-align: left;
}

.pdf-download i {
    font-size: 18px;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    color: #0A1D3E;
}

.pdf-download {
    width: 50%;
    text-align: right;
}

.navigator-sec .card-body {
    text-align: left;
}

.team-logo {
    border-radius: 500%;
    border: 1px solid #8E8E8E;
    width: 200px;
}

.navigator-sec .team-contact img {
    width: 25px;
    align-self: center;
    margin: auto;
    text-align: center
}

.navigator-sec .team-contact {
    justify-content: left;
}

@media screen and (max-width: 510px) {
    .navigator-sec .spotify-sec {
        flex-direction: column;
    }
    .navigator-sec .spotify-text {
        align-self: auto;
    }
}

.navigator-sec .nav-tabs {
    top: -20px;
}

.star-sec-div {
    text-align: center;
    margin-top: 20px;
}

.star-sec-div .card-body {
    padding: 5px !important;
}

.stat-title i {
    font-size: 42px;
}

.star-sec {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.star-sec p {
    margin: 0;
    font-size: 12px;
}

.progress-div {
    border-top: none !important;
}

.pro-div {
    align-self: end;
}

.comp-img img {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .comp-img img {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.progress .label {
    position: absolute;
    top: -52px;
    font-size: 11px;
    color: #333333;
    right: -10px;
    font-weight: 400;
    padding: 0;
}

.progress .label i {
    font-size: 50px;
    color: #0A1D3E;
}

.progress-bar {
    position: relative;
    border-radius: 10px;
    overflow: visible;
}

.progress,
.progress-bar-striped {
    overflow: visible;
}

.mini-sidebar .navbar-brand {
    padding: 0 !important;
}

.sidebar-nav ul .sidebar-item .sidebar-link {
    white-space: normal;
    font-size: 15px;
    /*    font-weight: bold;*/
    /*    letter-spacing: 1.5px;*/
}

.add-ser-tab .col-lg-2 {
    flex: auto;
    padding-right: 0px;
}

.language_services {
    padding-right: 10px !important;
}

.card-body .add-ser-tab .box {
    padding: 20px 5px !important;
}

.text-left {
    text-align: left;
}

.lang-logo {
    width: 310px;
    margin: auto;
    margin-bottom: 20px;
    max-width: 100%;
}

body {
    /*    font-family: 'Roboto Slab', serif !important;*/
    font-family: 'PT Serif', serif !important;
    /*    font-family: 'Roboto Slab', serif !important;*/
}

.checklist {
    font-size: 14px;
    list-style-type: none;
    /*  margin: 3em;*/
    text-align: left;
}

.disc {
    font-size: 14px;
    list-style-type: disc;
    /*  margin: 3em;*/
    text-align: left;
}

.disc li:before {
    /* content: ""; */
    display: inline-block;
    position: relative;
    left: -15px;
    top: 6px;
    margin-left: -7px;
    transform: rotate(45deg);
    height: 1.5em;
    width: 0.7em;
    border-bottom: 0.25em solid;
    border-right: 0.25em solid;
    /* color: #B3D4FC; */
}

.checklist li:before {
    content: "";
    display: inline-block;
    position: relative;
    left: -15px;
    top: 6px;
    margin-left: -7px;
    transform: rotate(45deg);
    height: 1.5em;
    width: 0.7em;
    border-bottom: 0.25em solid;
    border-right: 0.25em solid;
    color: #B3D4FC;
}

.checklist li, .disc li {
    position: relative;
    padding-left: 0.8em;
    margin-bottom: 10px;
    font-weight: 600;
}

.eduBtn {
    background: #0A1D3E;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff !important;
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block;
}

.logo-text {
    color: #0A1D3E;
}

.moretext {
    display: none;
}

.moreless-button, .moreless-iti-button {
    color: #0A1D3E !important;
    font-weight: 600;
    cursor: pointer;
}

.moreless-iti-button {
    color: #ffffff !important;
    font-weight: normal;
}

.chosen-choices {
    min-height: calc(1.5em + 0.95rem + 10px) !important;
    border-radius: 10px !important;
    display: block;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0A1D3E;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 2px solid #0A1D3E !important;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none !important;
    background-image: none !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    color: #fff !important;
    background-color: #0A1D3E !important;
    background-image: none !important;
    padding: 5px 20px 7px 5px !important;
    border: 1px solid #0A1D3E !important;
    box-shadow: none !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 7px !important;
}

.el-element-overlay .el-card-item .el-overlay-1 img {
    /*    width: 252px;*/
    width: 100%;
    height: auto;
}

@media screen and (max-width: 992px) {
    .el-element-overlay .el-card-item .el-overlay-1 img {
        width: 100%;
        height: 252px;
    }
}

@media screen and (max-width: 767px) {
    .el-element-overlay .el-card-item .el-overlay-1 img {
        width: 100%;
        height: auto;
    }
}


/*cd dashboard css*/

.cout-show p {
    color: #fff;
    margin: 0;
    text-align: left;
}

.selected-bg-s .cout-show p {
    color: #0A1D3E;
    margin: 0;
    text-align: left;
}

.dataTables_length,
.dataTables_info {
    text-align: left;
}

.dataTables_length select,
.dataTables_filter input {
    height: calc(1.5em + 0.5rem + 2px) !important;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: inherit !important;
}

.status_cd {
    background: #0A1D3E;
    color: #B3D4FC;
    padding: 2px 8px 5px;
    border-radius: 20px;
}

.status_close {
    background: #B3D4FC;
    color: #0A1D3E;
    padding: 2px 8px 5px;
    border-radius: 20px;
}

.dataTables_wrapper {
    padding: 0;
}

.datatables_cd .card-body {
    padding: 0;
}

.datatables_cd .card-title {
    padding-bottom: 20px;
}

.title-edit {
    /*    display: flex;*/
}

.title-edit .card-title {
    /*    width: 50%;*/
}

.title-edit i {
    font-size: 22px;
    margin-right: 10px;
    /* text-align: right;
    width: 50%;*/
}

a {
    /*    color: #0A1D3E !important;*/
}

.cd-list {
    font-weight: 600;
    color: #0A1D3E;
}

.password-visibility {
    text-align: right;
}

.password-visibility .showhidepass {
    position: relative;
    top: -38px;
    left: -13px;
}

.login-page .password-visibility .showhidepass {
    top: -50px;
}

.topbar {
    height: 42px;
}

.tab_section {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tab_section .tabs_four:nth-child(1) {
    width: 85%;
}

.tab_section .tabs_four:nth-child(2) {
    width: 80%;
}

.tab_section .tabs_four:nth-child(3) {
    width: 70%;
}

.tab_section .tabs_four:nth-child(4) {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .tabs_four {
        width: 100% !important;
    }
    .tab_section {
        flex-direction: column;
    }
}

.tabs-toggle {
    padding-top: 5px !important;
}

.tabs-toggle .nav-tabs>.nav-item>.nav-link {
    padding: 7px 24px;
}

.progress-div .card-title,
.card .card-title {
    font-size: 22px;
}

.progress {
    background-color: #d9d9d9 !important;
}

.rel_table tr th:last-child,
.rel_table tr td:last-child {
    text-align: right !important;
}

.rel_table {
    margin-top: 20px;
}

.rel_table tr th:first-child,
.rel_table tr td:first-child {
    text-align: left !important;
}

.rel_table thead tr th {
    font-size: 16px;
}

.rel_table tr th:first-child {
    padding-left: 0 !important;
}

.rel_table tr th:last-child {
    padding-right: 0 !important;
}

.rel_table tbody tr th {
    font-weight: bold !important;
}

.family-part tr th {
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    font-size: 16px;
}

.list-h6 {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .bottom-tabs .card-body .card .box img {
        width: 20px;
    }
    .bottom-tabs .card-body .card .box h6 {
        font-size: 14px;
    }
    .bottom-tabs .card-body .box {
        padding: 10px;
        min-height: auto;
    }
    .showcase .overlay,
    .showcase {
        height: 150px;
    }
    .showcase h2 {
        font-size: 20px;
        padding: 0 10px;
    }
    .progress-div .card-title,
    .card .card-title {
        font-size: 16px;
    }
    .profile-sec h4 {
        font-size: 14px;
    }
    .main-tabs .card-body .box {
        min-height: 50px;
    }
    .main-tabs .card-body .card .box h6 {
        font-size: 16px;
    }
    .main-tabs .card-body .card .box img {
        width: 34px;
    }
    .main-tabs .card-body .box h1 {
        align-self: center;
    }
    .tab_section {
        gap: 0;
    }
}

.login-page input::placeholder {
    color: #fff !important;
    font-size: 16px;
}

.login-page .login-heading {
    text-align: center;
    font-size: 21px;
}

.login_form .container-fluid {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 15px;
}

.term-sec p {
    font-size: 12px;
    margin-top: 16px !important;
}

.term-sec p:hover {
    color: #ffffffc4 !important;
    cursor: pointer;
}

.login-page .inputBtn {
    padding: 7px 25px;
    font-size: 18px;
}

.rem-sec label {
    font-size: 18px;
}

.for-sec {
    font-size: 16px;
    font-weight: 600;
}

.check-sec input {
    height: 20px;
    width: 20px;
}

.add-ser-tab .personal_organizers {
    padding-right: 10px;
}

.position {
    position: absolute;
}

.position-relative {
    position: relative;
}

.exp-neigh .housing-form .page-head {
    font-size: x-large;
    margin-top: 0;
}

.exp-neigh .housing-form p {
    font-size: 16px;
}

.resend-btn {
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
}

.resend-btn:hover {
    color: #fff;
    text-decoration: underline;
}

.navigator_team_devider {
    border-top: 5px solid #0A1D3E;
    border-radius: 10px;
}

.main-tabs {
    padding-bottom: 0px !important;
}

.gallery-logo{
    height: auto !important;
    cursor: pointer;
}

.pdf-download {
    width: 100%;
    text-align: center;
        align-self: center;
}
figcaption{
    width: 100% !important;
    opacity: 0;
}
.pdf-logo{
    display: none;
}
.gallery-logo:hover figcaption{
    height: 100% !important;
    opacity: 1;
}

.container-fluid:nth-child(2) {
    padding: 10px 20px 0px 20px;
}

.social_media {
    background-color: #efefef;
}

.social_media_iframes {
    border: 3px solid #747272;
    /* border-radius: 35px; */
    width: 90%;
    margin: auto;
    background-color: #fff;
    height: 1000px;
}
/* display: flex;
    align-items: center;
    justify-content: center; */

@media screen and (min-width: 1300px) {
    .showcase .overlay, .showcase{
        height: 350px !important;
    }
    figure.image {
        height: 500px !important;
    }
}

@media screen and (min-width: 1900px) {
    .hft_logo_img .gallery-logo img {
        height: 95px !important;   
    }

    .showcase .overlay, .showcase{
        height: 800px !important;
    }

    .hft_logo_img .gallery-logo .zillow {
        height: 90px !important;
    }

    .spotify-sec h6, .more_team_members_btn a, .about-sec-text, .about-sec-right p, .exp-neigh .housing-form p, .checklist, .disc, .sub-head, .text-left p, .top_text {
        font-size: large;
    }

    .spotify-text h4, .about-sec-text h4, .about-sec-right h5, .page-head, .bottom-tabs .card-body .card .box h6, .text-left h6 {
        font-size: x-large;
    }

    .social_media_iframes {
        width: 70%;
    }
}

/* @media screen and (min-width: 3840px) {
    For 4K Displays (Ultra HD)
    .nyc_nav_team .showcase .overlay, .nyc_nav_team .showcase{
        height: 650px !important;
    }
} */


/* gallery css  */
h1{
    font-family: Satisfy;
    font-size:50px;
    text-align:center;
    color:black;
    padding:1%;
  }
  #gallery{
    -webkit-column-count:4;
    -moz-column-count:4;
    column-count:4;
    
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  @media (max-width:1200px){
    #gallery{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
      
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  }
  @media (max-width:800px){
    #gallery{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
      
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  }
  @media (max-width:600px){
    #gallery{
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
  }  
  }
  #gallery img,#gallery video {
    width:100%;
    height:auto;
    margin: 4% auto;
    box-shadow:-3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .modal-img,.model-vid{
    width:100%;
    height:auto;
  }
  .modal-body{
    padding:0px;
  }

  .education p, .bottom-text{
    font-size: 16px;;
  }

.my_relo_act{
    display: flex;
    /* padding: 10px 10px; */
    align-items: center;
    /* border: 2px solid black;
    border-left: 4px solid black;
    border-radius: 10px; */
}
.check_img{
    width: 20px;
}
.inp_checkbox{
    display: flex;
    align-items: center;
}

.inp_checkbox input {
    /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
}

.process_loader {
    width: 10%;
}

.learn-more {
    background: #0A1D3E;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff !important;
    text-decoration: underline;
    font-size: 10px;
    float: right;
}

.instagram-widget {
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 5px;
}

.username {
    color: #3480dc;
}

.username:hover {
    color: rgb(162, 190, 196);
}

.follow-btn {
    overflow: hidden;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    background-color: rgb(239, 225, 165);
    border: 1px solid;
    border-color: rgb(239, 225, 165);
    color: rgb(51, 51, 51);
    cursor: pointer;
}

.follow-btn:hover {
    background-color: rgb(240, 232, 199);
    border-color: rgb(240, 232, 199);
}

.follow-btn:focus {
    background-color: rgb(239, 225, 165);
    border: 1px solid;
    outline: none;
    border-color: rgb(239, 225, 165);
    color: rgb(51, 51, 51);
}

.circle_loader {
    position: relative;
    bottom: 70px;
    background-color: rgb(4 30 66 / 18%);
    height: 65px;
}

.task-name {
    font-size: 16px;
    font-weight: bold;
}

.drag-area p {
    color: #0A1D3E;
}