 /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }

::-webkit-scrollbar {
    width:5px; /* Change this value to adjust the thickness */
}

/* Adjust other scrollbar properties (optional) */
::-webkit-scrollbar-thumb {
    background-color:#bae1ff; /* Color of the scrollbar thumb */
    border-radius: 5px; /* Border radius of the scrollbar thumb */
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color of the scrollbar track */
}

    
    
    body {
        margin: 0;
        font-family: 'Lexend Deca';
        font-size: 1rem;
        font-weight:300;
        line-height: 1.5;
        color:#000;
        text-align: left;
        background-color: #fff;
    }
    
    .fw-500{font-weight:500;}
    .fs-14{font-size: 14px;}
    .fs-15{font-size: 15px;}
    
    .space{padding: 50px 0;}
    .profile-img img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #eee;
    }
    .new-comment-bx .profile-img img {
    width: 35px;
    height:35px;
    }
    
    .bg-gray {
    background:#f7f7f7;
}
    .chat-bx button {
    background: transparent;
    border: navajowhite;
    }
    .card-bx {
    background:#F3F7FF;
    -webkit-filter: drop-shadow(2px 4px 6px #eee);
    filter: drop-shadow(2px 4px 6px #eee);
    /*min-height: 300px;*/
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    }
    .bb{border-bottom: 1px solid #00000036;}

.date-time {
    display: table;
    padding: 2px 10px;
    background: transparent;
    border-radius: 20px;
    border: 1px solid #0000004d;
    margin-bottom: 10px;
    font-size: 11px;
    color: #000000a1;
}
    
    .option {
    background: #fff;
    border-radius: 30px;
    z-index:999;
    }
    
    .user-comment .option span {
    font-size: 11px;
    }
    
    .ms-65{margin-left: 65px;}
    
    
    .comment-btn button , .reply-btn button {
    border: none;
    background: #fff;}
    
    
    
    .options span {
    font-size: 12px;
    }
    
    
    
    /* comment */
    .right-fixed .popup-container {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #a4ab9c;
    border: 1px solid #a4ab9c; 
    padding: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    bottom: 0;
    top: 90px;
    width: 100%;
    right: 0;
    padding-right: 7px;
    position: fixed;
    height:86vh;
    max-width:380px;
    z-index: 0;
    }
    
    .popup-container.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
    
    .close-button {
    cursor: pointer;
    color: #03A9F4;
    text-decoration: underline;
    position: absolute;
    right: 30px;
    top: 31px;
    font-size: 25px;
    }
    
    .chat-bx {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*background-color: #a4ab9c;*/
    height: 55px;
    /* border-top: 1px solid #eee; */
    -webkit-filter: drop-shadow(2px 4px 4px #eee);
    filter: drop-shadow(2px 4px 4px #eee);
    padding-left: 10px;
    }
    
.chat-bx textarea {
    /* background: #d3e3fd; */
    width: 80%;
    border: 1px solid #d3e3fd;
    padding:15px 0 15px 22px;
    height: 60px;
    border-radius: 7px;
    line-height: 45px;
    border-radius:30px;
}
.btn-primary:hover {
    background-color: transparent;
}

.banner {
    height:220px;
}   
.chat-bx textarea:focus-visible {
    outline: none;
}

div#username-info {
    position: absolute;
    left: 83px;
    top: -5px;
    font-size: 13px;
}
button.btn.btn-submit-btn {
    background-color: #005b96de;
    padding: 9px;
    border-radius: 0 30px 30px 0;
    position: absolute;
    right: 44px;
}

    
    .user-comment .new-comment, .reply-content {
    width: auto;
    border-radius: 8px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 13px;
    color:#000c;
  
    
    }
    
    .modal-dialog{max-width:700px;}
    
    .chat-bx button span {
    background: #fff;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #eee;
    color: #a4ab9c;
    }
    
    
    
    .bg-1 {
    background: #FFD0D7;
    }
    .bg-2 {
    background: #FAF7EE !important;
}
.bg-3 {
    background: #EEF9F7 !important;
}
.bg-4 {
    background: #E0ECF1 !important;
}
.bg-5 {
    background: #F2F7EC !important;
}
.bg-6 {
    background: #f9ddd6 !important;
}
.bg-7 {
    background: #f0f8ff !important;
}
.bg-8 {
    background: #ced4e9 !important;
}
.bg-9 {
    background: #cee1e9 !important;
}

    .emoji {
    position: absolute;
    top: 33px;
    opacity: 0;
    z-index: -1;
    height:45px;
    transition: all 0.4s ease;
    }
.emoji-0:hover .emoji {
    opacity: 1;
    top: -44px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    left: -17px;
}
.profile-img img {
    width: 45px;
    height: 45px;
    background-color: #fff;
    padding: 5px;
}
img.reaction-emoji-0 {
    background: #fff;
    padding: 7px;
    border-radius: 50px;
    width: 37px;
    height: 37px;
    object-fit: cover;
    border: 1px solid #eeeeee7d;
}
    .emoji-0{position: relative;}
    .emoji ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    list-style: none;
    padding: 5px 14px;
    gap: 10px;
    background-color: #ffffffed;
    border-radius: 30px;
    box-shadow: -1px 1px 5px #00000045;
}
    
    .emoji ul a{text-decoration: none;}
    
    
    /* header */
    header {
    width: 80%;
    position: fixed;
    background: #fff;
    padding: 10px 50px;
    z-index: 999;
    top: 40px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 85px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 10px;
    }
    nav.navbar ul.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    }
    nav.navbar ul.nav-list  li{padding: 0 20px;}
    nav.navbar ul.nav-list  li a{color: #000;text-decoration: none;text-transform: uppercase;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;display: block;
    padding: 23px 0;}
    .banner{overflow: hidden;position: relative;}
    .banner img{width: 100%;-o-object-fit: cover;object-fit: cover;height: 100vh;}
    .banner:after {
    background: #00000040;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    }   
    nav.navbar ul.nav-list li a:hover {
    color: #ff7f46;
    }
    
    nav.navbar ul.nav-list li a.active {
    color: #ff7f46!important;
    font-weight: 400;
    }
    header .brand-logo {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.2em;
    }
    .btn_btn_0 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
button.btn.btn_btn_0:focus {
    box-shadow: none;
}
    header.sticky{
    background: #fff;
    width: 100%;
    top: 0;
    border-radius: 0;
    padding:10px 90px;
    }
    
    header.sticky ul.nav-list li a{
    color: #000;
    }
    
    header.sticky .brand-logo{
    color: #000;
    }
    
    /* footer css */
div#footer {
    /* background-color: #151414; */
    padding: 70px 0 0;
    background-image: url(https://aagan.wpenginepowered.com/wp-content/uploads/2018/06/img8-1.jpg);
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
}
div#footer:after {
    content: '';
    position: absolute;
    left: 0;
    /* right: 0; */
    background:#191e24f5;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}
    .copyright {
        padding: 28px 0;
        margin-top: 55px;
        background-color:#080c10f5;
    }
    .copyright span, .copyright a{
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

    .dk-footer-box-info {
        position: relative;
    }
    
    .footer-social-list a {
        position: relative;
        width: 40px;
        height: 40px;
        display: block;
        text-align: center;
        margin: 0px;
        border-radius: 50%;
        padding: 6px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-decoration: none;
        background: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
        background: -o-linear-gradient(bottom, #ddd, #fff);
        background: linear-gradient(0deg, #ddd, #fff);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    .footer-social-list a .bi, .footer-social-list a .fa {
        width: 100%;
        height: 100%;
        display: block;
        background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ddd));
        background: -o-linear-gradient(bottom, #fff, #ddd);
        background: linear-gradient(0deg, #fff, #ddd);
        border-radius: 50%;
        line-height: calc(40px - 12px);
        font-size: 18px;
        color: #262626;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    
    .footer .top-footer a:hover {
        color: #fff !important;
    }
    
    .footer-social-list a:hover {
        -webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.3);
                box-shadow: 0 10px 15px rgba(0,0,0,0.3);
        background: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
        background: -o-linear-gradient(bottom, #ddd, #fff);
        background: linear-gradient(0deg, #ddd, #fff);
        text-decoration: none;
        border-radius: 50%;
    }
    .footer-social-list a .bi, .footer-social-list a .fa {
        width: 100%;
        height: 100%;
        display: block;
        background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ddd));
        background: -o-linear-gradient(bottom, #fff, #ddd);
        background: linear-gradient(0deg, #fff, #ddd);
        border-radius: 50%;
        line-height: calc(40px - 12px);
        font-size: 18px;
        color: #262626;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    .footer-social-list a:nth-child(1):hover .fa {
        color: #3b5998;
    }
    .footer-social-list a:nth-child(2):hover .fa {
        color: #00aced;
    }
    .footer-social-list a:nth-child(3):hover .fa {
        color: #dd4b39;
    }
    .footer-social-list a:nth-child(4):hover .bi {
        color: #007bb6;
    }
    .footer-social-list a:nth-child(5):hover .fa {
        color: #e4405f;
    }
    .isotope .grid-sizer, .isotope .element-item {
    width: 33.333%;
    padding-right: 15px;
    padding-left: 15px;
}
    .contact-us {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: self-start;
            -ms-flex-align: self-start;
                align-items: self-start;
        gap: 20px;
        color: #fff;
    }
    .contact-icon i {
        color: #ff7f46;
        font-size: 24px;
    }
    div#footer a{
        color:#fff;
    }
    div#footer ul {
        list-style: none;
    }
    .footer-widget h3 {
        color: #fff;
        font-size: 1.5rem;
    }
     div#footer p {
        color: #fff;
    
    }
    div#footer a {
        text-decoration: none;
        -webkit-transition: all 0.5s ;
        -o-transition: all 0.5s ;
        transition: all 0.5s ;
    }
    div#footer a:hover{
    color: #0d6efd;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }
    div#footer ul li {
        margin-bottom:7px;
    }
    .col.dk-footer-form button {
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        border: navajowhite;
        background: #ff7f46;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 60px;
        height: 48px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fff;
        border-radius: 0px 50px 50px 0;
    }
    .col.dk-footer-form input.form-control {
        /* max-width: 250px; */
        height: 48px;
        border-radius: 50px;
        border: none;
        background: #2E2E2E;
        padding-left: 24px;
    }
    .col.dk-footer-form {
        position: relative;
        max-width: 290px;
    }
    .contact-info h3 {
        font-size: 20px;
        color: #fff;}
        .contact-info h3 {
    margin-bottom: 0;
    font-size: 20px;}
    .animate-border {
        position: relative;
        display: block;
        width: 115px;
        height: 3px;
        background: #ff7f46;
    }
    .animate-border:after {
        position: absolute;
        content: "";
        width: 35px;
        height: 3px;
        left: 0;
        bottom: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        -webkit-animation: animborder 2s linear infinite;
        animation: animborder 2s linear infinite; }
      
      @-webkit-keyframes animborder {
        0% {
          -webkit-transform: translateX(0px);
          transform: translateX(0px); }
        100% {
          -webkit-transform: translateX(113px);
          transform: translateX(113px); } }
      
      @keyframes animborder {
        0% {
          -webkit-transform: translateX(0px);
          transform: translateX(0px); }
        100% {
          -webkit-transform: translateX(113px);
          transform: translateX(113px); } }
      
      .animate-border.border-white:after {
        border-color: #fff; }
      
      .animate-border.border-yellow:after {
        border-color: #F5B02E; }
      
      .animate-border.border-orange:after {
        border-right-color: #ff7f46;
        border-left-color: #ff7f46; }
      
      .animate-border.border-ash:after {
        border-right-color: #EEF0EF;
        border-left-color: #EEF0EF; }
      
      .animate-border.border-offwhite:after {
        border-right-color: #F7F9F8;
        border-left-color: #F7F9F8; }
      
      /* Animated heading border */
      @-webkit-keyframes primary-short {
        0% {
          width: 15%; }
        50% {
          width: 90%; }
        100% {
          width: 10%; } }
      @keyframes primary-short {
        0% {
          width: 15%; }
        50% {
          width: 90%; }
        100% {
          width: 10%; } }
      
      @-webkit-keyframes primary-long {
        0% {
          width: 80%; }
        50% {
          width: 0%; }
        100% {
          width: 80%; } }
      
      @keyframes primary-long {
        0% {
          width: 80%; }
        50% {
          width: 0%; }
        100% {
          width: 80%; } } 
    @media screen and (min-width:200px) and (max-width:991px){
    .banner img{height:auto;}
    }

.likee-reactons {
    position: absolute;
    /* top: 0; */
    right: 0px;
    bottom: 0px;
        z-index: 1;
}
.user-profiles:after {
    content: '';
    position: absolute;
    background: #0000003d;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 0;
}


.user-profiles {
    position: relative;
}

/*New User*/
.avatar-popup {
    position: relative;
    /* top: 58%; */
    left: 50%;
    /* transform: translate(0, -50%); */
    background-color: white;
    padding: 20px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
    z-index: 1000;
    overflow-y: auto;
    transform: translateX(-50%);
    bottom: -3px;
    border-radius:30px;
}
    
.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border-radius: 10px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

#wordCount {
    margin-top: 10px;
    color: #666;
}
.success-message {
    background-color: #dff0d8; /* Bootstrap-like success background color */
    color: #3c763d; /* Bootstrap-like success text color */
    border: 1px solid #d6e9c6; /* Bootstrap-like success border color */
    padding: 15px;
    margin-bottom: 15px;
} 

pre {
    background-color: #fff; /* Set the background color for the code block */
    padding: 10px; /* Add padding for better visual appearance */
    border-radius: 5px; /* Optional: Add rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
}
        
        
#wordCountForm {
    margin-bottom: 20px;
}

textarea {
    width: 100%;
    margin-bottom: 0;
}

#wordCount {
    font-weight: bold;
    margin-bottom: 10px;
}

.editor-container {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 100px;
}
/*New User*/

/*model box css*/

.chat-bx form {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
        position: relative;
}
.modal-footer {
    padding-left: 0;
}

/*profile information css*/

.main-heading {
    margin-bottom: 25px;
}

.form-group .form-control {
  
    height: 43px;
        background: #f6f6fb;
        border-radius:0 !important;
        
}
.submit-btn {
    display: flex;
    justify-content: start;
    margin-top: 17px;
}


     /*login-page css*/
.login-page{
    background: #fff;
    padding:50px 45px;
    border-radius: 30px;
}
.login-form {
    border: 1px solid #ddd;
    border-radius: 30px;
    width:100%;
    margin: auto;
    background: #e9edf4;
    display: flex;
    align-items: center;
    /* line-height: 17px; */
    justify-content: center;
}
.login-form input {
    background:#e5e9ed;
    border: transparent;
    height: 44px;
    border-radius: 0 30px 30px 0;
        width: 100%;
        padding-left: 9px;
}
.login-form {
    position: relative;
}
.login-form .bi {
    position: relative;
    background: #fff;
    width: 52px;
    height: 47px;
    display: flex;
    left:0;
    top:0;
    align-items: center;
    justify-content: center;
    border-radius: 30px 0 0 30px;
        font-size: 18px;
        color:#ff7f46;
            border-right: 1px solid #ddd;
}
.modal-content button.close {
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
}

.login-form input:focus-visible {

    outline: none;
}
.submit_btn {
    background:#ff7f46;
    width:100%;
    justify-content: center;
    margin: auto;
    height: 46px;
    border-radius: 30px;
}
.login-page h3 {
      font-size: 30px;
}
.submit_btn button {
    display: inline-block;
    justify-content: center;
    margin: auto;
    /* line-height: 36px; */
    background: transparent;
    color: #fff;
    border: none;
    font-size: 18px;
    width: 100%;
    padding: 0;
    height: 46px;
}

.submit_btn input[type="submit"] {
    width: 100%;
    background: transparent;
    height: 46px;
    border: none;
    color: #fff;
    font-size: 17px;
}



.gender_select {
    display: flex;
    align-items: center;
    gap: 9px;
}

.gender_select label{
    display:table;
}

img.avatar-img {
    width: 85px;
    height: auto;
}
.my_profile img {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    padding: 4px;
    border: 1px solid #ddd;
}

.radio_circle input[type="radio"] {
    opacity: 0;
    display: none;
}
img.avatar-img {
        width: 70px;
    height: 70px;
    border: 1px solid transparent;
    border-radius: 50px;
    transition: all 500ms;
}
.gender_select span {
    background:#ffffff;
    color:#00000094;
    padding: 7px 40px;
    border-radius:4px;
    display: inline-block;
    box-shadow: 0 0 20px inset rgb(0 0 0 / 9%);
    text-transform: uppercase;
}
.all-avtar-img {
    height:238px;
    overflow-y: auto;
    box-shadow:0 0 20px inset rgb(0 0 0 / 9%);
    border-radius: 7px;
}
/*img.avatar-img:hover {*/
/*    border: 1px solid #ddd;*/
/*}*/
.select_btn button {
    background: linear-gradient(45deg, #ff7f46f5, #131b5f);
    border: none;
    padding: 6px 24px;
    border-radius:4px;
    justify-content: end;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #ddd;
    font-size: 15px;
    color:#fff;
 
    letter-spacing: 0;
}
.all-avtar-img input {
    opacity: 0;
}


.checked {
    border: 2px solid red; /* Add a red border when image is checked */
    background: #ddd;
    padding:0;
    width: 200px;
    height: 200px;
}

.clickable-image:hover{
transform:scale(0.9);
cursor:pointer;

}
/*
.clickable-image::not:hover{
    width: 100px;
height: 100px;
}*/

.clickable-image{width: 100px;
height: 100px;
border-radius:50%;
border:1px solid transparent;
padding:0;
transition: all 600ms}

div#selectedMalePreview img {
    width: 100px;
    height: 100px;
    background:linear-gradient(45deg, #00a0ff, transparent);
    padding: 1px;
    border-radius: 50%;
    margin-bottom: 10px;
}

/*Admin dashbord css*/
li.navbar-list {
    position: relative;
    z-index: 1;
}
/*li.navbar-list:before {
    width:52%;
    height: 38px;
    background:#6497b1;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    z-index: -1;
    transition: all 400ms;
    border-radius: 3px;
    transform: translate(-50%, -50%);
}
li.navbar-list:hover::before {
    width:94%;
    transition: all 400ms;
}*/
.navbar-menu li.navbar-list{
        padding: 8px 0 8px 0px!important;
}

.sub-menu-1 {
    position: absolute;
    background: #ffffff;
    list-style: none;
    display: none; */
    padding: 0;
    transition: all 500ms ease;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 150px;
    min-width: auto;
}
/*.sub-menu-1:after {*/
/*    content: '';*/
    /* background: red; */
/*    width: 0;*/
/*    height: 0;*/
/*    top: -14px;*/
/*    left: 65%;*/
/*    z-index: 999;*/
/*    position: absolute;*/
/*    transform: translateX(-50%);*/
/*    border-left: 13px solid transparent;*/
/*    border-bottom: 15px solid #fff;*/
/*    border-right: 13px solid transparent;*/
/*}*/
.sub-menu-1 li {
    border-bottom: 1px solid #eee;
    /* padding: 7px 0; */
}
nav.navbar ul.nav-list li .sub-menu-1 li:last-child {
    border: none;
}
nav.navbar ul.nav-list li .sub-menu-1 li{padding:12px 20px;}
nav.navbar ul.nav-list li .sub-menu-1 li a {
    padding:0;
    display: inline-block;
}
ul#menu li:hover ul.sub-menu-1 {
    display: block;
     transition: all 500ms ease;
}
ul.sub-menu-1 li a {
    display: inline-block;
    padding: 8px 0;
    /* border-radius: 5px; */
}
ul{
    padding-left:0;
}



.main-body {
    padding: 15px 15px;
}
.main-heading {
    position: relative;
   
}
.main-heading:before {
    content: '';
    width: 135px;
    height: 4px;
    background: #ff7f4663;
    position: absolute;
    bottom: -8px;
    left: 0;
    border-radius: 30px;
}

.main-heading:after {
    content: '';
    width: 100px;;
    height: 4px;
    background: #ff7f46;
    position: absolute;
    bottom: -8px;
    left: 0;
    border-radius: 30px;
}
.group-form
label {
    color: #fff;
    /* margin-bottom: 3px; */
    background: #6497b1;
    padding: 2px 15px 2px 5px;
    border-radius: 0px 30px 0 0;
}
.form-control:focus {
    box-shadow: none!important;
}
.btn-primary {
    background: #6497b1 !important;
    border: none !important;
    padding: 15px 30px !important;
}
.file-update label {
    display: block;
    margin-left: 12px;
}
.file-update input {
    background:#f0f0f5;
    border: none;
    height:auto;
    border-radius:7px;
    padding: 12px 15px;
    border: 1px solid #00000036;
    width:100%;
}
.file-update input:focus-visible {
    outline: none;
        background: #ffffff61;
}
.file-update textarea {
    background:#f0f0f5;
    border: none;
    height:auto;
    border-radius:7px;
    padding: 12px 15px;
    border: 1px solid #00000036;
    width:100%;
}
.file-update textarea:focus-visible {
    outline: none;
        background: #ffffff61;
}
.file-updated {
    border-radius: 30px;
}
.profile-change {
    display: flex;
    justify-content: center;
}
.author-name {
    text-transform: capitalize;
}
.model-bx {
    height: 80px;
}
.text-areas {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #eee;
        margin-bottom: 12px;
}
.like-option.comment-btn a {
    text-decoration: none;
}
.profile-dylog {
    background-color:transparent;
    border-radius:0px 7px  7px 7px;
    width: 100%;
  
}
 .replyed-bx {
    background-color:transparent;
   border-radius:0px 7px  7px 7px;
    width:100%;
}
.bg_color{
	background-color:#f0f0f5;
}
.file-update button.profile-update-btn {
    background: #0d6efd;
    border: none;
    display: inline-block;
    padding: 12px 15px;
    border-radius: 7px;
    color: #fff;}
 .file-update select {
    width: 100%;
    border: 1px solid #00000036;
    height: 53px;
    border-radius: 30px;
    padding: 9px 15px;
    background: #f0f0f5;
}
.file-update select:focus-visible {
    outline: none;
}
.check_bx button, .check_bx button input, .check_bx button optgroup, .check_bx button select, textarea {
    height: 45px;
    width: 17px;
}
button.menu-toggle {
    display: none;
}

ul#emoji-list li:hover img {
    transform: scale(1.3);
    transition: all 500ms ease;
}

.brand-logo img {
    width: 218px;
 
    max-width: 100%;
}
.reaction-emoji-0 {
    width: 42px;
    height: auto;
}
.popup {
    display:none;
    position: absolute;
    top: 0px;
    left: 74%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius:10px 0 0 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding:20px 15px;
    overflow-y:auto;
}

.popup h2 {
    margin-bottom: 5px;
}

.popup ul {
    list-style: none;
    padding: 0;
}

.popup li {
    margin-bottom: 5px;
}

div#likePopupp {
    width:45%;
    height:300px;
}



.like-reaction-0{
    position: absolute;
    /* top: 0; */
    right: -1px;
    bottom: 1px;
        z-index: 1;
}
.user-profiles:after {
    content: '';
    position: absolute;
    background: #0000003d;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 0;
}
.like-reaction-0 {
    width: 16px;
    height: auto;
}

.user-name-0 {
    font-size: 14px;
    font-weight:500;
    text-transform:capitalize;
    color:#000000f5;
}
ul#menu li:hover ul.sub-menu-1 a{padding:0;}
.mw-450 {
    max-width:450px!important;
}
.user-profiles {
    position: relative;
}
.reaction-001 img{width:18px;height:18px;margin-right:2px;}

.reaction-001 {
    font-size:15px;
}
.user-profiles .like-0 {
    width: 38px;
    height: 38px;
    border-radius: 50px;
}
.mx-height{
    height:405px !important;
    overflow-y: auto;
}
.reaction-time {
    font-size: 13px;
    letter-spacing: 0px;
        display: block;
        font-weight: 400;
   
}
.author-info-0 {
    line-height: 1.3;
}
.reaction-00 {
    font-weight: 500;}
.chat_bx,.chat_bx a{color:#000!important; font-weight:400;}
button.btn.chat_bx:focus {
    box-shadow: none;
}
button.btn.chat_bx:focus-visible {
    outline: none;
}
.reaction-001{
    text-decoration: none;
    color: #000;
    font-weight:400;
}

   .single_advisor_student-info {
   background-color: #ddd;
   }
   .advisor_thumbnail img {
   width: 100%;
   height: 300px;
   object-fit: cover;
   transition: all 500ms ease;
   }
   .single_advisor-info {
   position: relative;
   z-index:0;
   overflow:hidden;
 
   }
   .single_advisor-info:hover:after {
   opacity: 1;
   transition: all 500ms ease;
   }
   .single_advisor_details_info .designation {
   font-size: 15px;
   }
   .single_advisor-info:after {
   background:linear-gradient(to bottom, #00000073 0, #000000 100%);
   position: absolute;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   content: "";
   z-index: 1;
   opacity: 0;
   top:0;
   transition: all 500ms ease;
   }
   .single_advisor-info:hover .single_advisor_details_info, .single_advisor-info:hover .social-info {
   opacity: 1;
   transition: all 500ms ease;
   }
   .single_advisor-info a {
   text-decoration:none;
   }
   .more-info {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    z-index: 2;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    background-color: #ffffffd6;
    border-radius: 50px;
    color:#637667 !important;
opacity:0;
}
.single_advisor-info:hover .more-info {
    opacity: 1;
    transition: all 600ms ease;
}
   .single_advisor-info:hover img {
   transform: scale(1.1);
   transition: all 500ms ease;
   transform-origin: top;
   transform: scale(1.1);
   }
   .single_advisor_details_info {
   position: absolute;
   bottom: 0;
   margin: auto;
   width: 100%;
   z-index: 2;
   opacity:0;
   text-align: left;
   padding: 0 15px;
   color:#fff;
   }
   .advisor_thumbnail{position: relative;}
   .advisor_thumbnail:after {
   background:#0000002b;
   content: '';
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: absolute;
   z-index:0;
   }
   .social-info {
   position: absolute;
   top: 20px;
   left: 20px;
   z-index:2;
   opacity:0;
   display: flex;
   gap: 7px;
   }
   .social-info i {
   background-color: transparent;
   display: flex;
   width: 28px;
   height: 28px;
   /* z-index: 9999; */
   border: 1px solid #fff;
   justify-content: center;
   align-items: center;
   border-radius: 50px;
   font-size: 12px;
   color:#fff;
   }
   /* new css add by sachin */
   .full-details {
   padding: 20px 15px;
   }
 
   .top-projects .card:hover {
   box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   transition: box-shadow .25s;
   }
   .project-name span:nth-child(1) {
   background: #BAD5F5;
   }
   .content_bx span.project_n{
   margin: 0;
   font-size: 1rem;
   }
   .project-name span:nth-child(2) {
   background: #F2C986;
   }
   .project-link a:nth-child(1) {
   color: #039be5;
   }
   .full_content button#closeButton {
   border: none;
   background: none;
   font-size: 1.3rem;
   }
   .project-link a:nth-child(2) {
   color: #739150;
   }
   div#content p {
   font-size: 15px;
   }
.full-detail-card {
    overflow: hidden;
    position: relative;
}
button#closeButton {
    border: 0;
    background: transparent;
}
.content_bx  .projectTranform {
   position: absolute;
   left: 0;
   width: 100%;
   height:0;
   padding: 1rem ;
   background: #fff;
   overflow-y: scroll;
   bottom:-4rem;
  -webkit-transition: all .4s;transition: all .4s;
   }
.content_bx  .projectTranform.hidden{height:100%;-webkit-transition: all .4s;transition: all .4s; top:0; bottom:0;}

   .project-link a{
   text-decoration: none;
   font-weight: 500;
   font-size: 15px;
   }
   .project-name span:nth-child(3) {
   background: #E1C1C1;
   }
   .project-name {
   display: flex;
   align-items: center;
   gap: 7px;
   flex-wrap: wrap;
   }
   .content_bx button#toggleButton {
   background: transparent;
   border: transparent;
   font-size: 19px;
   color: #000000b8;
   }
   .project-name span {
   color: #00000082;
   text-align: center;
   display: inline-block;
   padding: 2px 8px;
   text-decoration: none;
   border-radius: 3px;
   font-weight: 500;
   font-size: 14px;
   cursor: context-menu;
   }
   .project-img:after {
   content: '';
   position: absolute;
   width: 0;
   height: 0;
   background: #00000017;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   border-radius: 0;
   transition: all 500ms;
   }
   .project-img {
   position: relative;
   }
   .top-projects .card:hover .project-img:after {
   width: 100%;
   height: 100%;
   border-radius: 0;
   transition: all 500ms;
   }
   .project-img:before {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   background: #00000012;
   }
   #title {
   font-size: 1.5rem;
   font-weight: 300;
   }
   .icon {
   font-size: 0.9rem;
   display: inline-flex;
   background: #D8D8D8;
   border-radius: 3px;
   margin-right: 5px;
   margin-bottom: 15px;
   }
   .icon span {
   border-radius: 5px;
   padding: 3px 5px;
   }
   .react {
   background: #BAD5F5;
   }
   .react span::after {
   content: "React.js";
   }
   .express {
   background: #F2C986;
   }
   .express span::after {
   content: "Express";
   }
   .node {
   background: #E1C1C1;
   }
   .node span::after {
   content: "Node.js";
   }
   .python {
   background: #EADD86;
   }
   .python span::after {
   content: "Python";
   }
   .django {
   background: #AFEAE5;
   }
   .django span::after {
   content: "Django";
   }
   /* .card a {
   padding-right: 15px;
   } */
   .github {
   color: #739150;
   }
   .status {
   color: #7699C2;
   }
   .content-side {
   padding: 20px;
   background-color: #ffffff;
   text-align: left;
   font-size: 18px;
   color: #333;
   }
   .content-side p {
   text-align: center;
   }
   .para-head {
   font-size: 2.5rem;
   font-weight: 700;
   }
   .list-course {
   list-style: none;
   padding-left: 20px; /* Add some left padding to make space for the icon */
   font-size: x-large;
   }
   .list-course li::before {
   content: '\F135';
   font-family: bootstrap-icons !important;
   margin-right: 10px; 
   }
   .bg-blue {
   background: #00a0ff;
   color: white;
   }
   .fw-400 {
   font-weight: 400 !important;
   }
   .btn {
   border-radius: 50px;
   font-family: 'roboto', sans-serif;
   }
   .fs-15 {
   font-size: 15px !important;
   }
   .section-title {
   margin-bottom:30px;
   display: inline-block;
   position: relative;
   }
   .section-title:before {left: 0;border-left: 1px solid #ff7f46;    border-top: 1px solid #ff7f46;}
   .section-title:after {right: 0;border-right: 1px solid #ff7f46;
   border-top: 1px solid #ff7f46;}
   .section-title:before ,.section-title:after{
   content: '';
   position: absolute;
   top: 0;
   width: 25px;
   height:25px;
   }
   .section-title .m-title:before, .section-title .m-title:after{
   content: '';
   position: absolute;
   bottom: 0;
   width: 25px;
   height:25px;
   }
   .section-title .m-title{
       padding: 14px 20px 15px 20px;
    font-size: 42px;
    font-weight: 900;
    color: #ff7f46;
   }
   .section-title .m-title:before{left:0;border-left: 1px solid #ff7f46;
   border-bottom: 1px solid #ff7f46;}
   .section-title .m-title:after{right:0;border-right: 1px solid #ff7f46;
   border-bottom: 1px solid #ff7f46;}
   
   .bg-img{
    background-image:url(https://www.saertechnologies.com/wp-content/uploads/2023/03/saer-bg.jpg);
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
     z-index: 2;
}
.bg-img:after {
    content: '';
    background-color:#f7f7f7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.single_advisor-info .more-info:hover i {
    transform: rotate(45deg);
    transition: all 500ms ease;
}
.more-info i {
    transition: 500ms ease;
}
/*.border-animation-f:before{top: 0px;left: 0;right: 0;*/
/*    margin: auto;}*/
/*.border-animation-f:after{bottom: 0px;left: 0;right: 0;*/
/*    margin: auto;}*/
/*.border-animation-l:before{}*/
/*.border-animation-f:before, .border-animation-f:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width:0;*/
/*    height:1px;*/
/*    background: #fff;*/
/*    z-index:2;*/
/*}*/
/*.single_advisor-info:hover .border-animation-f:before, .single_advisor-info:hover .border-animation-f:after {*/
/*    width: 100%;*/
/*    transition: all 500ms ease;*/
/*}*/
/*.single_advisor-info:hover .border-animation-l:before, .single_advisor-info:hover .border-animation-l:after {*/
/*    height: 100%;*/
/*    transition: 500ms ease;*/
/*}*/
/*.border-animation-l:before{left: 0;top: 0;bottom: 0;margin: auto;}*/
/*.border-animation-l:after{right: 0;top: 0;bottom: 0;margin: auto;}*/
/*.border-animation-l:before, .border-animation-l:after {*/
/*    height:0;*/
/*    width: 1px;*/
/*    position: absolute;*/
/*    content: '';*/
/*    background: #fff;*/
/*      z-index:2;*/

/*}*/
.h2, h2 {
    font-size: 2.5rem;
    font-weight: 700;
}
.border-animation-f {
    background: #000;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.border-animation-f:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #ff7f46;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-45deg);
}
.input_word_bx {
    border-radius: 20px;
}
.input_word_bx .file-update textarea {
    background: #fff;
}

.input_word_bx {
    background: linear-gradient(15deg, #ffffff, #ffffff75);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 0px #000;}
.bg-post{background-image: url(https://img.freepik.com/free-photo/colorful-abstract-textured-background-design_53876-108265.jpg?t=st=1710927987~exp=1710931587~hmac=ffb1b9c…&w=740);
    z-index: 1;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-post:after {
    background: #738a7829;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    backdrop-filter: blur(10px);
}
.input_word_bx .file-update button.profile-update-btn {
    background: none;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 8px 25px;
}
/*ul.bullets li {*/
/*    position: relative;*/
/*    padding-left:17px;*/
/*}*/
/*ul.bullets li:before {*/
/*    width:8px;*/
/*    height: 8px;*/
/*    background:#ffffff;*/
/*    z-index: 3;*/
/*    position: absolute;*/
/*    content: '';*/
    /* top: 0; */
    /* left: 0; */
/*    border-radius: 50px;*/
/*       left: 0;*/
/*    top: 50%;*/
/*    color: #fff;*/
/*    transform: translateY(-50%);*/
/*}*/
ul.bullets li:hover {
    transform: translateX(9px);
    transition: all 500ms ease;
}

ul.bullets li {
    transition: all 500ms ease;
}
div#footer ul.bullets li a {
    color:#fff;
}
div#footer ul.bullets li:hover a{color:#ff7f46;
}
/*div#footer ul.bullets li:hover::before{background:#b7eddf;}*/

.conTect-bg {
    background: url(https://aagan.wpenginepowered.com/wp-content/uploads/2018/06/img8-1.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index:2;
    position:relative;
}
.home-form {
    background-color:#000000ba;
    padding: 35px 35px 12px 35px;
    position: relative;
    z-index: 2;
    border-radius:7px;
}
.conTect-bg:after {
    content: '';
    position: absolute;
    background-color:#00000096;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    z-index: -1;
}
.conTect-bg .main-heading1 {
    color:#ffffff;
    font-weight: 500;
}
.conTect-bg .contact-img {
    width: 445px;
    height: 500px;
    object-fit: cover;
    width: 500px;
    border-radius: 50%;
    min-width: 200px;
    min-height: 200px;
    max-width: 100%;
    text-align: center;
    margin: auto;
    display: block;
        background: linear-gradient(287deg, #ff7f46, #00000040);
    padding: 15px;
    height:100%;
}

.home-form:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 18%;
    right: 0;
    bottom: 0;
    /* border-radius: 100px; */
    z-index: -3;
}

.conTect-bg .main-heading1:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    /* top: 0; */
    left: 0;
    background: #ff7f46;
    bottom: -6px;
}
.conTect-bg .main-heading1{position:relative;}
.conTect-bg .main-heading1:after {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    /* top: 0; */
    left: 0;
    background: #fff;
    bottom: -15px;
}

.home-form .bg-orange {
    background:#ff7f46;
    padding: 12px 40px!important;
    display: block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    border-radius: 7px;
    height: 55px;
    width:100%;
}
.home-form .file-update label {
    color: #fff;
    margin-bottom: 5px;
    /* padding: 0; */
    margin-left: 0;
}
.forget-pwd a {
    color:#ff7f46;
    text-decoration: none;
    font-weight: 300;
    font-size: 17px;
}
.p-75 {
    padding: 75px 0;
}
.input-group.sclbx span#basic-addon1 {
    width: 19%;
    background:#f0f0f5;
    height:55px;
}
.closes-btn {
    border-radius: 0;
    padding: 0px 15px;

}
.files_updates .scl i {
    background: red;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    position: relative;
    left: -15px;
}
.files_updates {
    margin-bottom: 15px;
}
.files_updates.file-update input{height:55px!important;background-color:#fff;}


@media screen and (min-width:200px) and (max-width:991px){
    .banner img{height:auto;}
    button.menu-toggle {
    display: block;
}
nav.navbar ul.nav-list li a{padding:0;}

button.menu-toggle {
position:fixed;
right: 10px;
top: 3px;
z-index: 99;
z-index: 999999;
}
.menu-toggle {
display: block;
background-color:transparent;
color: #fff;
border: none;
padding:0;
margin:0;
font-size:42px;
cursor: pointer;
}
header {
background: transparent;
width: 100%;
position: fixed;
top: 0;
}
header ul.nav-list {
display:block!important;
position: fixed;
left:-100%;
background-color: #fff;
width: 310px;
padding-left: 0;
padding:15px 12px;
top: 0;
border-radius: 0 12px 12px 0;
transition: left 0.3s ease;
height: 100vh;
    min-width: 200px;
}
header ul.nav-list li {
width: 100%;
margin-bottom: 8px;
padding-left: 4px !important;
}
.menu.active {
left:-2px;/* Slide into view */
}
header .brand-logo{
color: #ffffff;
}
header.sticky{    box-shadow: 0px 2px 1px #eee;}
  
    header.sticky button.menu-toggle {
    color: #000;
} 
ul#menu .bi-x {
    display: none;
}
ul#menu.nav-list.menu.active .bi-list {
    display: none !important;
}
ul#menu.nav-list.menu.active .bi-x{display:block;}
header{padding:10px;height:70px;}
    
    
    /*mobile menu responsive*/
.navbar {
    background-color: #333;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.menu li {
    position: relative;
}

.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #fff;
}

.sub-menu-0 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color:#ff6f69;
    border-radius:7px;
}

.sub-menu-0 li {
    position: relative;
}

.sub-menu-0 a {
    padding: 10px 15px;
}

.submenu-toggle.active .sub-menu {
    display: block;
}

/* Media query for mobile responsiveness */

    .menu {
        flex-direction: column;
    }

    .submenu-toggle.active .sub-menu {
       display: block;
         position: relative;
    }

    .submenu-toggle.active .sub-menu.active {
        display: block;

}
li.submenu-toggle.active .sub-menu-0 {
    display: block!important;
    position: relative;
}
li.submenu-toggle .sub-menu-0 {
    display:none!important;
}
.sub-menu-1{width:100%;}
.banner {
    height: 15vh;
}
li.submenu-toggle:after {
    content: '\F285';
    position: absolute;
    right: 12px;
    top:-2px;
    font-family: 'bootstrap-icons';
    transition: all 400ms ease;
    font-size:20px;
}
li.submenu-toggle.active:after {
    transform: rotate(90deg);
    transition: all 400ms ease;
}
.submenu-toggle.active ul.sub-menu-0 a {
    color: #ffffff!important;
}
ul.sub-menu-0 li a {
    padding: 3px 0 3px 10px !important;
}
ul.nav-list ul.sub-menu-0 li{margin-bottom:0!important;}
}
@media screen and (min-width:200px) and (max-width:767px){
header.sticky{padding:10px;}
}


    
