.img.two-images {
    display: flex;            /* put images next to each other */
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img.two-images .img-half {
    width: 50%;               /* each image takes half */
    height: 100%;
    object-fit: cover;        /* crop nicely */
}

.icon-white {
    filter: brightness(0) invert(1);
}

.footer-logo {
    width: 60px;
}

.footer-page-5 {
    font-size: 12px;
}

.about_pg .about_sec .info .text * {
    font-size: 16px;
    margin-bottom: 20px;
}

.cursor-default {
  cursor: default !important;
}

/*Start profile image*/
.user_img .avatar-upload {
    position: relative;
    max-width: 200px;
    margin: 25px auto;
}

.user_img .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.user_img .avatar-upload .avatar-edit input {
    display: none;
}

.user_img .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #fff;
    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;
}

.user_img .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.user_img .avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: "Font Awesome 6 Pro";
    color: #757575;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.user_img .avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.user_img .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.user_img.txt_btn .avatar-upload .avatar-edit {
    position: absolute;
    left: 50%;
    right: auto;
    z-index: 1;
    height: -moz-max-content;
    height: max-content;
    bottom: 0;
    top: auto;
    transform: translate(-50%, 20%);
    background-color: #171e2c;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
    border-radius: 10px;
}

.user_img.txt_btn .avatar-upload .avatar-edit input {
    display: none;
}

.user_img.txt_btn .avatar-upload .avatar-edit input + label {
    width: 100%;
    height: 100%;
    padding: 10px 30px;
    cursor: pointer;
    box-shadow: none;
    border-radius: 10px;
}

.user_img.txt_btn .avatar-upload .avatar-edit input + label:hover {
    background: #171e2c;
    border-color: #171e2c;
}

.user_img.txt_btn .avatar-upload .avatar-edit input + label:after {
    display: none;
}

.user_img.txt_btn .avatar-upload .avatar-preview > div {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
/***End profile image*/

.dim_this{
    opacity: 0.5;
}

