/* 
font-family: "Merriweather", serif; 
font-family: "Instrument Serif", serif;
font-family: "Faustina", serif;
font-family: "Frank Ruhl Libre", serif;
*/

/* Global css */

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: #F4F8FA;
    color: #000000;
    font-family: "Merriweather", serif !important;
    font-weight: normal !important;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Instrument Serif", serif;
}

a {
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    font-family: "Merriweather", serif;
    font-weight: normal;
    color: #000000;
}

a:hover {
    color: #5F374B;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    font-family: "Merriweather", serif !important;
}

.img-70 {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

*::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Merriweather", serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

*::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Merriweather", serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Merriweather", serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

*:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Merriweather", serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

input {
    transition: all 0.3s ease-in-out;
}

*:focus,
input:active,
input:focus-visible,
input:hover:not([type='file']) {
    outline: 1px solid #5F374B;
    border: 1px solid #5F374B;
    box-shadow: 0 0 5px rgba(95, 55, 75, .2);
    transition: all 0.3s ease-in-out;
}

.life_form_field :focus,
input:active,
input:focus-visible,
input:hover:not([type='file']) {
    outline: 1px solid #5F374B;
    border: none;
}


/* Global css END */

/* Global Css variable */

/* Global Css variable END */

.lift_main_wrapper {
    display: flex;
    padding-top: 80px;
    gap: 17px;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding: 10px 16px 40px;
    min-height: 100vh;
}

.lift_header_bg {
    display: flex;
    flex-direction: column;
    gap: 43px;
}

/* Header Menu */

.toggle {
    cursor: pointer;
    overflow: hidden;
    width: 36px;
    height: 36px;
    position: relative;
    display: flex;
}

.lift_sidebar_menu {
    z-index: 10;
    position: relative;
    top: 0;
    left: 0;
    height: fit-content;
    width: 100vw;
    max-width: 126px;
    background-color: #fff;
    list-style-type: none;
    padding-top: 16px;
    padding-bottom: 23px;
    padding-left: 11px;
    padding-right: 21px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* transform: translatex(-100%); */
    border-radius: 4px;
    box-shadow: 1px 2px 4px 3px rgba(0, 0, 0, 0.2);
}

.life_notifiy {
    font-size: 10px;
    width: 100%;
}

.lift_menu_nav {
    width: 100%;
    border-bottom: 1px solid #4A4947;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 2px;
}

.lift_menu_nav li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.lift_menu_nav li a {
    font-size: 8px;
    color: #000000;
    /* opacity: 0; */
    text-decoration: none;
    transition: transform 0.3s ease-in-out, letter-spacing 0.3s ease-in-out;
    /* transform: translatex(-40px); */
}

.lift_menu_nav li a:hover {
    letter-spacing: 1px;
    transform: scale(1.01);
}

.lift_main {
    width: 100%;
}

.lift_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.lift_logo a {
    display: block;
}

.lift_logo img {
    max-width: 163px;
}

.lift_search_container {
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    box-shadow: 1px 2px 4px 3px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
}

.life_form_field {
    width: 100%;
    display: flex;
    position: relative;
}

.life_form_field input {
    border: none;
    background: #fff;
    width: 100%;
    padding: 10px 50px 10px 10px;
    font-size: 16px;
}

.lift_search_button {
    position: absolute;
    right: 0;
    width: 50px;
    padding: 5px;
    background: transparent;
    border: none;
    top: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lift_search_button svg {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
}

.life_right_menu {
    position: relative;
}

.life_right_menu ul {
    display: flex;
    gap: 20px;
    padding: 0px;
    margin: 0px;
}

.life_right_menu ul li a {
    color: #000000;
    text-decoration: none;
}

/* Header Menu  END*/


/* Banner Section */

.lift_banner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 10px 10px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 3px 5px 2px rgba(74, 73, 71, .1);
}

.lift_banner img {
    box-shadow: 1px 3px 5px 2px rgba(74, 73, 71, .1);
}

/* Banner Section END */

/* Profile Card */

.lift_sidebar_left {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 45px;
}

.lift_profile_card_block {
    border: 2px solid #4A4947;
    border-radius: 4px;
    padding: 10px;
}

.lift_profile_name {
    text-align: center;
    padding: 10px;
    background: #fff;
    margin-top: -38px;
    font-family: "Instrument Serif", serif;
    font-size: 20px;
    line-height: normal;
    font-weight: normal;
    display: block;
    width: fit-content;
    margin: -34px auto 0px;
}

.lift_profile_position {
    margin-top: 15px;
}

.lift_profile_position p {
    font-size: 14px;
    text-align: center;
}

.lift_profile_role {
    text-align: center;
}

.lift_profile_role h4 {
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    line-height: normal;
    padding-block: 10px;
}

.lift_profile_table {
    width: 100%;
}

.lift_profile_table tr td,
.lift_profile_table thead tr th {
    font-family: "Instrument Serif", serif;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    vertical-align: baseline;
}

.lift_profile_table tr td strong {
    font-weight: normal;
}

.lift_profile_table tr td:last-child {
    text-align: right;
    color: #5F374B;
}

.lift_profile_table thead tr th {
    text-align: left;
}

.lift_profile_table tr:nth-child(1) td span,
.lift_profile_table tr:nth-child(2) td span {
    color: #000;
}

.lift_profile_card hr {
    margin: 5px 0;
    border-color: #4A4947;
    border-width: 0;
    border-bottom: 1px solid #4A4947;
}

.lift_profile_card {
    padding: 32px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 3px 5px 2px rgba(74, 73, 71, .1);
    grid-area: 1 / 1 / 1 / 4;
    margin-left: 48px;
    margin-top: -132px;
    width: fit-content;
    height: fit-content;
}

.lift_profile_card_img {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.lift_profile_card_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.lift_profile_photo:hover {
    transform: scale(1.02);
}

.lift_profile_block {
    grid-area: 1 / 4 / 1 / 13;
    display: grid;
    gap: 45px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: auto;
}

.lift_nav_tabs {
    width: 100%;
    grid-area: 1 / 1 / 1 / 13;
    margin-top: 13px;
}

.lift_nav_tabs ul {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.lift_nav_tabs ul li a {
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    color: #000000;
}

.lift_nav_tabs ul li a:hover {
    color: #5F374B;
}

.lift_content_area {
    grid-area: 2 / 9 / 2 / 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lift_hero_bio {
    width: 100%;
    border-radius: 4px;
    padding: 33px;
    background-color: #fff;
    box-shadow: 1px 3px 5px 2px rgba(74, 73, 71, .1);
}

.lift_hero_biopic {
    max-width: 180px;
    width: 100%;
    margin: 0 auto 14px;
    border-radius: 50%;
    overflow: hidden;
}

.lift_hero_biopic img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.lift_hero_biopic img:hover {
    transform: scale(1.05);
}

.lift_hero_caption {
    max-width: 410px;
    margin: 0 auto;
}

.lift_hero_title {
    display: flex;
    gap: 5px;

}

.lift_hero_caption h4 {
    font-weight: normal;
    font-size: 23px;
    line-height: normal;
    padding-bottom: 10px;
    margin-bottom: 6px;
    border-bottom: 1px solid #4A4947;
    display: inline-block;
}

.lift_hero_caption img {
    flex-shrink: 0;
    width: 16px;
    height: 18px;
    object-fit: contain;
    /* margin-top: 8px; */
    display: inline-block;
    vertical-align: middle;
}

.lift_hero_sort_caption em {
    text-decoration-line: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 2px;
    font-family: "Faustina", serif;
    font-style: italic;
}

.lift_hero_sort_caption span {
    font-family: "Faustina", serif;
    font-style: italic;
    display: block;
    text-decoration: none;
}

.lift_life_section {
    width: 100%;
    border-radius: 4px;
    padding: 28px;
    background-color: #fff;
    box-shadow: 1px 3px 5px 2px rgba(74, 73, 71, .1);
}

.lift_section_title {
    font-family: "Merriweather", serif;
    font-size: 26px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 0px 15px;
    color: #5F374B;
    border-bottom: 1px solid #000;
}

.lift_life_text {
    max-width: 86%;
    margin: 0 auto;
    width: 100%;
}

.lift_life_text P {
    font-family: "Instrument Serif", serif;
    font-weight: normal;
    line-height: normal;
    text-indent: 20px;
}

.lift_life_text P:first-child::first-letter {
    font-size: 50px;
    line-height: normal;
    color: #5F374B;
}

.lift_sidebar_right {
    grid-area: 2 / 13 / 2 / 9;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.lift_testimonials {
    background: #fff;
    border-radius: 4px;
    padding: 20px 11px;
    box-shadow: 1px 3px 5px 2px rgba(74, 73, 71, .1);
}

.lift_testimonials h3 {
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}

.lift_testimonial_block {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lift_testimonial_item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lift_testimonial_image {
    flex-shrink: 0;
    max-width: 81px;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
}

.lift_testimonial_image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lift_testimonial_text strong {
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-size: 15px;
    line-height: normal;
    display: block;
}

.lift_testimonial_text span {
    font-family: "Merriweather", serif;
    font-weight: normal;
    font-size: 12px;
    line-height: normal;
    display: block;
}

.lift_testimonial_text p {
    margin-top: 7px;
    font-family: "Instrument Serif", serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

.lift_gallery {
    background: #fff;
    border-radius: 4px;
    padding: 16px;
    box-shadow: 1px 3px 5px 2px rgba(74, 73, 71, .1);
}

.lift_gallery h3 {
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}

.lift_gallery_grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: auto;
}

.lift_gallery_grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/* Image positions and spans */
.lift_gallery1 {
    grid-area: 1 / 1 / 1 / 7;
}

.lift_gallery2 {
    grid-area: 1 / 9 / 1 / 7;
}

.lift_gallery3 {
    grid-area: 1 / 9 / 6 / 13;
}

.lift_gallery4 {
    grid-area: 2 / 1 / 6 / 9;
}

/* Profile Card END */


/* LOGIN PAGE */

.life_container_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 5px rgba(95, 55, 75, .2);
    overflow: hidden;
}

.lift_wrap_banner {
    width: 50%;
}

.lift_wrap_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.life_container {
    /* max-width: 475px; */
    width: 50%;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    /* border-radius: 12px; */
    padding: 50px;
    /* box-shadow: 0 0 5px rgba(95, 55, 75, .2); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
}

.life_title {
    font-family: "Faustina", serif;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
}

.life_container p {
    font-size: 12px;
    margin-bottom: 16px;
}

.life_form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form_group .input-group {
    flex-wrap: nowrap;
}

.form_group .input-group span {
    background-color: transparent;
    opacity: .7;
    transition: opacity 0.3s ease-in-out;
}

.form_group .input-group span:hover {
    opacity: 1;
}

.form_group .form_control {
    padding: 10px 16px;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.form_group .form_control:hover {
    border-color: #5F374B;
}

.btn {
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.btn_primary {
    background-color: #5F374B !important;
    color: #fff !important;
    border-color: #5F374B !important;
}

.btn_primary:hover {
    background-color: transparent !important;
    color: #5F374B !important;
    border-color: #5F374B !important;
}

.btn_primary:focus,
.btn_primary:active,
.btn_primary:focus-visible {
    outline: none;
    box-shadow: 0 0 5px rgba(95, 55, 75, .2);
}

.life_forgot_password,
.life_or a {
    text-align: left;
    font-size: 12px;
    color: #000;
    text-decoration: underline !important;
    transition: all 0.3s ease-in-out;
}

.life_forgot_password:hover,
.life_or a:hover {
    color: #5F374B !important;
    text-decoration: none !important;
}

.form_checkbox_group {
    display: flex;
    align-items: center;
    gap: 3px;
}

.form_checkbox_group p {
    margin: 0px;
}

.form_checkbox_group p a,
.life_login_link p a {
    text-decoration: underline !important;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    color: #000;
}

.life_login_link p {
    margin-bottom: 0px;
}

.form_checkbox_group p a:hover,
.life_login_link p a:hover {
    text-decoration: none !important;
}

.form_checkbox_group input[type="checkbox"] {
    accent-color: #5F374B;
}

.form_checkbox_group input[type="checkbox"]:hover,
.form_checkbox_group input[type="checkbox"]:focus {
    border: none;
    outline: none;
}

.ctm_small_text {
    text-align: center;
    position: relative;
}

.ctm_small_text small {
    width: fit-content;
    margin: 0 auto;
    background-color: #fff;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    position: relative;
}

.ctm_small_text::before {
    content: "";
    background-color: #5F374B;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.social_login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.social_login .btn_google,
.social_login .btn_apple {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: transparent !important;
    color: #5F374B !important;
    transition: box-shadow 0.3s ease-in-out;
}

.social_login .btn_google:hover,
.social_login .btn_apple:hover {
    box-shadow: 0 0 4px #5F374B;
}

.btn_google img,
.btn_apple img {
    width: 26px;
    height: 26px;
    display: block;
    object-fit: contain;
}

/* LOGIN PAGE END */

/* UPLOAD IMAGE */

.life_wapper_main {
    display: flex;
    background-color: #fff;
    gap: 50px;
}

#menu {
    display: none;
}

#menu:checked~nav.life_rightmenu {
    width: 200px;
}

nav.life_rightmenu {
    width: 55px;
    padding-top: 55px;
    padding-bottom: 55px;
    height: 100dvh;
    background-color: #5F374B;
    position: relative;
    overflow: hidden;
    transition: width .2s ease-in .3s;
    box-shadow: 0px 0px 4px #fdfd97;
}

nav.life_rightmenu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: auto;
    height: 100%;
}

nav.life_rightmenu li {
    width: 100%;
    padding-left: 15px;
    display: block;
    line-height: 40px;
    white-space: nowrap;
    transition: width .3s ease-in-out .3s, transform .3s ease-in-out .3s;
    font-family: "Merriweather", serif;
}

.life_rightmenu li a {
    text-decoration: none;
    color: #f2f2f2f2;
}

nav.life_rightmenu li:hover {
    transform: translate(2px, 2px);
    background-color: #ffffff3a;
    cursor: pointer;
}


.life_rightmenu li i {
    margin-right: 30px;
    color: #f2f2f2f2;
}

.bergur-icon {
    background: #5F374B;
    width: 55px;
    height: 55px;
    padding: 15px;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 5;
}

.bergur {
    width: 25px;
    height: 3px;
    position: relative;
    display: block;
    margin: 5px 0px;
    background-color: #f2f2f2f2;
    border-radius: 3px;
}

.bergur:before,
.bergur:after {
    content: '';
}

.bergur,
.bergur:before,
.bergur:after {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    background: #f2f2f2f2;
    transition: width .2s ease-in .3s;
    top: calc(50% - 1px);
}

.bergur:before {
    top: -7px;
}

.bergur:after {
    top: 7px;
}

.bergur-icon:hover .bergur,
.bergur-icon:hover .bergur:before,
.bergur-icon:hover .bergur:after {
    background: #000;
}

#menu:checked+.bergur-icon .bergur:after {
    top: 0;
    transform: rotate(-45deg);
}

#menu:checked+.bergur-icon .bergur:before {
    transform: rotate(45deg);
    top: 0;
}

#menu:checked+.bergur-icon .bergur {
    background-color: transparent;
}


.dropzone {
    width: 100%;
    border: 2px dashed #5F374B !important;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.dropzone.dz-drag-hover {
    border: 2px solid #5F374B !important;
}

.dz-message.needsclick {
    padding: 0%;
    text-align: center;
}

.dz-message.needsclick img {
    width: 50px;
    display: block;
    margin: auto;
    opacity: 1;
    margin-bottom: 15px;
}

span.plus {
    display: none;
}

.dropzone.dz-started .dz-message {
    display: inline-block !important;
    width: 120px;
    float: right;
    border: 1px solid rgba(238, 238, 238, 0.36);
    border-radius: 30px;
    height: 120px;
    margin: 16px;
    transition: all 0.3s ease-in-out;
}

.dropzone.dz-started .dz-message span.text {
    display: none;
}

.dropzone.dz-started .dz-message span.plus {
    display: block;
    font-size: 70px;
    color: #5F374B;
    line-height: 110px;
}

.life_wapper_main .life_container {
    width: 100%;
}

/* UPLOAD IMAGE END */
.ctm_profile_wrapper {
    padding: 0px;
}

.ctm_profile_wrapper .life_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile_btn {
    border: 2px solid #5F374B;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    padding: 0px;
    cursor: pointer;
}

.profile_btn img {
    /* padding: 2px; */
    width: 100%;
    border-radius: 50%;
}

.life_right_menu>ul {
    align-items: center
}

.dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute !important;
    top: 60px;
    right: 0;
    z-index: 50;
    width: 240px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: translateY(30px);
    transition: all linear 0.3s;
}

.dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.dropdown .header {
    padding: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.dropdown .header span {
    display: block;
}

.dropdown .header .name {
    font-weight: bold;
    color: #111827;
}

.dropdown .header .email {
    font-size: 0.9em;
    color: #374151;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.dropdown ul:last-child {
    border-top: 1px solid #e5e5e5;
}

.dropdown li a {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    color: #374151;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.dropdown li a:hover {
    background-color: #5F374B;
    color: #fff !important;
}

.dropdown li a:hover i {
    color: #fff;
}

.dropdown li a i {
    padding-right: 5px;
    color: #5F374B;
}

.dropdown .icon-link {
    display: flex;
    align-items: center;
}

.dropdown .icon-link svg {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    fill: #9ca3af;
}

.dropdown .pro-link {
    justify-content: space-between;
}

.dropdown .pro-link svg:last-child {
    margin-right: 0;
}

/* Testimonial PAGE */

.lift_menubar {
    max-width: 1194px;
    width: 100%;
    margin: 30px auto 0;
    background-color: #fff;
    padding: 16px 40px;
    border-radius: 4px;
    box-shadow: 1px 3px 5px 2px rgba(74, 73, 71, .1);
}

.lift_menubar .lift_nav_tabs {
    margin-top: 0px;
}

.lift_menubar .lift_nav_tabs ul li a {
    font-size: 20px;
    position: relative;
}

.lift_nav_tabs ul li a {
    font-size: 18px;
    position: relative;
}

.lift_nav_tabs ul li a::before,
.lift_nav_tabs ul li a.active::before {
    content: "";
    background: #5F374B;
    height: 3px;
    width: 0%;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all 0.3s ease-in-out;
    transform-origin: left;
    animation: borderAnimation 0.3s ease-in-out forwards;
}

.lift_nav_tabs ul li a:hover::before,
.lift_nav_tabs ul li a.active::before {
    width: 100%;
    transform: scaleX(1);
}

.lift_testimonial_section {
    margin-top: 36px;
}

.lift_testimonial_wrapper {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.lift_testimonial_header {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 3px 5px 2px rgba(74, 73, 71, .1);
    padding: 12px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.lift_testimonial_title h2 {
    font-family: "Merriweather", serif;
    font-size: 20px;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 0px;
}

.lift_testimonial_title p {
    font-size: 12px;
    font-weight: normal;
    color: #828282;
    margin-bottom: 0px;
}

.lift_testimonial_wrapper .lift_testimonial_block {
    margin-top: 20px;
}

.lift_testimonial_wrapper .lift_testimonial_item {
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 3px 5px 2px rgba(74, 73, 71, .1);
    padding: 20px 30px;
}

.lift_testimonial_wrapper .lift_testimonial_item {
    gap: 16px;
}

.lift_testimonial_wrapper .lift_testimonial_image {
    filter: drop-shadow(0px 4px 4px rgba(74, 73, 71, .5));
}

.lift_testimonial_wrapper .lift_testimonial_text strong {
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 500;
}

.lift_testimonial_wrapper .lift_testimonial_text span {
    font-family: "Faustina", serif;
    font-weight: 300;
    line-height: 12px;
}

/* Testimonial PAGE END */


/* Edit profile Page */
.lift_profile_wrapper {
    display: flex;
}

.lift_sidebar {
    /* width: 252px;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
    box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
    border-radius: 10px;
    flex-shrink: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0px;
    transition-timing-function: cubic-bezier(0.9, 0, 1, 1); */
}

.ctm_toggle_bar,
.ctm_close_bar {
    transition: all 0.3s ease;
    transform-origin: center;
}

.toggle_hide svg .ctm_toggle_bar {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transform: rotate(90deg) scale(0.5);
}

.ctm_close_bar {
    opacity: 0;
    visibility: hidden;
}

.toggle_hide svg .ctm_close_bar {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) scale(1);
}

@media screen and (max-width:767px) {
    .lift_sidebar {
        width: 252px;
        position: absolute;
        top: 0;
        left: -252px;
        bottom: 0px;
        z-index: 2;
        transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    }

    .lift_sidebar.open {
        left: 0;
        transition: 0.3s;
        transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    }
}

.lift_profile_body,
.lift_header_side {
    /* margin-left: 252px; */
}

.lift_sidebar ul li a {
    color: #5F374B;

}

.lift_sidebar .btn-toggle-nav li a {
    padding: 8px 20px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.lift_sidebar .btn-toggle-nav li a:hover {
    background: #5F374B;
    color: #fff !important;
}

.lift_sidebar button svg {
    transition: transform .35s ease-in-out;
    transform-origin: .5em 50%;
    transform: rotate(0deg);
}

.lift_sidebar button[aria-expanded="true"] svg {
    transform: rotate(90deg);
}

.lift_sidebar button:hover {
    background: #5f374b;
    color: #fff;
}

.lift_sidebar button:hover svg {
    stroke: #fff;
}

.lift_profile_body {
    width: 100%;
}

.lift_profile_body .card-header {
    background-color: #5F374B;
}

.lift_profile_body .card-header h4 {
    color: #fff;
}

.avatar-upload {
    position: relative;
    max-width: 150px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: flex;
    align-items: center;
    justify-self: center;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #5F374B;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #fff;
    border-color: #5F374B;
}

.avatar-upload .avatar-edit input+label:hover::after {
    color: #5F374B;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    margin: auto;

}

.avatar-upload:hover .avatar-edit {
    opacity: 1;
    visibility: visible;
}

.avatar-upload .avatar-preview {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #5F374B;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Edit profile Page END */

/* gallery page */

.lift_gallerylist_grid {
    margin-top: 36px;
}

.ctm_gallery_listbox {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    gap: 3px;
    break-inside: avoid;
    page-break-inside: avoid
}

.ctm_gallery_listbox_pic {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    margin-bottom: 3px;
    overflow: hidden;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}

.ctm_gallery_listbox_pic img {
    max-width: 100%;
    width: 100%;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.ctm_gallery_listbox_pic:hover img {
    transform: scale(1.03);
    transition: transform 0.3s ease-in-out;
}

@media (min-width: 576px) {
    .ctm_gallery_listbox {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .ctm_gallery_listbox {
        column-count: 4;
    }
}

@media (min-width: 992px) {
    .ctm_gallery_listbox {
        column-count: 5;
    }
}

/* gallery page END */


/* Family Tree */

.lift_tree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.lift_tree ul {
    padding: 0px;
    margin: 0px;
    /* display: grid; */
    /* grid-template-columns: repeat(6, 1fr); */
    /* grid-template-columns: 120px 80px 120px 80px 120px 80px 120px 80px 120px 80px 120px;
    grid-template-rows: repeat(16, [row] auto);
    grid-auto-rows: auto;
    grid-auto-flow: column; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.lift_tree_grid .Parents_main {
    padding-left: 0px;
}

.lift_tree_grid .Parents_main::after,
.lift_tree_grid .Parents_main::before {
    content: none;
}

.lift_tree li {
    max-width: 120px;
    width: 100%;
    height: fit-content;
    position: relative;
    padding: 10px 0 10px 0px;
    margin-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lift_tree li::before,
.lift_tree li::after {
    content: '';
    position: absolute;
    left: -25px;
    bottom: 50%;
    border-left: 1px solid #5f374b;
    width: 25px;
    height: 50%;
}

.lift_tree li::after {
    bottom: auto;
    top: 50%;
    border-top: 1px solid #5f374b;
}

.lift_tree li:only-child::after,
.lift_tree li:only-child::before {
    display: none;
}

.lift_tree li:only-child {
    padding-left: 0;
    margin-left: 0px;
}

.lift_tree li:first-child::before,
.lift_tree li:last-child::after {
    border: 0 none;
}

.lift_tree li:last-child::before {
    border-bottom: 1px solid #5f374b;
    border-radius: 0 0 0px 0;
}

.lift_tree li:first-child::after {
    border-radius: 0 0 0 0px;
}

.lift_tree ul ul::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 1px solid #5f374b;
    width: 25px;
    height: 0;
}

#tree {
    width: 100%;
    height: 100%;
}



















.lift_tree_card {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    flex-shrink: 0;
}

.lift_tree_card_inner {
    background-color: rgba(255, 255, 255, 85);
    border-radius: 4px;
    padding: 6px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}

/* .lift_tree_card:hover {
    background-color: #5f374b;
    box-shadow: 0px 4px 10px rgba(95, 55, 75, 0.5);
}
.lift_tree_card:hover .lift_tree_card_title p,
.lift_tree_card:hover .lift_tree_card_year p {
    color: #fff;
} */
.lift_tree_card_img {
    overflow: hidden;
    border-radius: 4px;
}

.lift_tree_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lift_tree_card_info {
    padding-block: 6px;
    text-align: center;
}

.lift_tree_card_title p {
    font-size: 14px;
    margin-bottom: 4px;
    color: #000;
}

.lift_tree_card_year p {
    font-size: 10px;
    margin: 0px;
    color: #000;
}

/* .Parents_main {
    grid-area: 1 / 1 / 9 / 2;
    display: flex;
    gap: 55px;
}
.Parents_main:nth-child(2) {
    grid-area: 9 / 1 / 17 / 2;
}
.child_main1 {
    grid-area: 1 / 3 / 5 / 4;
}
.child_main2 {
    grid-area: 5 / 3 / 9 / 4;
}
.child_main3 {
    grid-area: 9 / 3 / 13 / 4;
}
.child_main4 {
    grid-area: 13 / 3 / 17 / 4;
} */
/* Family Tree END */

/* education PAge */
.bg_primary {
    background-color: #5f374b;
}

.form-control:focus,
.btn-check:focus+.btn,
.btn:focus {
    border-color: #5f374b !important;
    box-shadow: 0 0 0 .25rem rgba(95, 55, 75, .25) !important;
}

.btn_outline_primary {
    color: #5F374B !important;
    border-color: #5f374b !important;
    transition: all 0.3s ease-in-out;
}

.btn_outline_primary:hover,
.btn_grid:hover,
.btn_list:hover {
    background: #5F374B !important;
    color: #fff !important;
}

.btn_grid,
.btn_list {
    border-color: #5F374B !important;
    color: #5F374B !important;
    transition: all 0.3s ease-in-out;
}

.btn_grid.active,
.btn_list.active {
    background: #5F374B !important;
    color: #fff !important;
}

/* Responsive Style */

@media screen and (max-width:1280px) {

    .lift_sidebar_left,
    .lift_profile_block,
    .lift_sidebar_right,
    .lift_content_area {
        gap: 25px;
    }

    .lift_profile_card {
        margin-left: 35px;
    }

    .lift_profile_card,
    .lift_hero_bio,
    .lift_life_section {
        padding: 25px;
    }
}

@media screen and (max-width:1023px) {
    .lift_profile_card {
        margin-left: 20px;
    }

    .lift_hero_caption h4 {
        font-size: 20px;
    }

    .lift_nav_tabs ul {
        gap: 15px;
    }

    /* .life_container {
        margin-top: 40px;
    } */
    .lift_menubar {
        padding: 16px;
        margin: 25px auto 0;
    }

    .lift_menubar .lift_nav_tabs ul li a {
        font-size: 16px;
    }

    .lift_testimonial_section {
        margin-top: 25px;
    }

}

@media screen and (max-width:989px) {
    .lift_sidebar_left {
        display: flex;
        flex-direction: column;
    }

    .lift_profile_card {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -80px auto 0;
    }

    .lift_search_container {
        max-width: 320px;
    }

    .lift_nav_tabs {
        margin-top: 0px;
    }

    .lift_menubar .lift_nav_tabs ul li a {
        font-size: 14px;
    }

    .lift_testimonial_title h2 {
        font-size: 18px;
    }

    .lift_testimonial_wrapper .lift_testimonial_item {
        padding: 16px;
    }

    .lift_testimonial_wrapper .lift_testimonial_item {
        gap: 12px;
    }
}

@media screen and (max-width:767px) {

    .lift_profile_body,
    .lift_header_side {
        margin-left: 0px;
        transition: 0.3s;
        transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    }

    .menu_open .lift_profile_body,
    .menu_open .lift_header_side {

        transition: 0.3s;
        transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    }

    .lift_header {
        gap: 10px;
    }

    .lift_main_wrapper {
        padding: 10px 0px 40px;
    }

    .lift_banner {
        position: relative;
        padding-bottom: 56.25%;
        border: 10px solid #fff;
    }

    .lift_banner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

    .lift_profile_card {
        position: relative;
    }

    .lift_profile_name {
        font-size: 18px;
    }

    .lift_nav_tabs ul {
        justify-content: flex-start;
    }

    .lift_hero_biopic {
        max-width: 120px;
    }

    .lift_testimonial_item:not(.lift_testimonial_wrapper .lift_testimonial_item) {
        flex-direction: column;
        justify-content: center;
    }

    .life_container_wrapper {
        margin-top: 40px;
        flex-direction: column;
    }

    .lift_wrap_banner,
    .life_container {
        width: 100%;
    }

    .life_container {
        padding: 25px 20px;
    }

    .life_wapper_main {
        gap: 0px;
    }

    .ctm_profile_wrapper {
        padding: 0px;
    }
}

@media screen and (max-width:640px) {
    .life_right_menu {
        display: none;
    }

    .lift_profile_card {
        margin: -50px auto 0;
    }

    .lift_profile_block {
        display: flex;
        flex-direction: column;
    }

    .lift_testimonial_item {
        flex-direction: row;
        justify-content: center;
    }
}

@media screen and (max-width:575px) {

    .lift_profile_card,
    .lift_hero_bio,
    .lift_life_section {
        padding: 16px;
    }

    .lift_profile_card {
        margin: 25px auto 0;
    }

    .lift_nav_tabs ul {
        row-gap: 2px;
        column-gap: 10px;
    }

    .lift_testimonial_text p {
        font-size: 12px;
    }
}

/* Responsive Style END */