.nav-link {
    text-align: left !important;
}

.heading {
    width: fit-content;
    margin: 0 auto;
    margin-top: 124px;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.everything {
    background-color: rgb(255 255 255 / 36%);
}

#mainAside {
    width: 210px;
    top: 220px;
    overflow: auto;
    left: -200px;
}

.Aside {
    position: fixed;
}

.animation {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#btton {
    height: 46px;
    background: rgb(0 48 91);
    margin-top: 30px;
    color: white;
    border: none;
    padding: 5px 50px 14px 30px;
    font-weight: 550;
    font-size: 22px;
    border-bottom-right-radius: 15px;
    width: 15vw;
}

.mar {
    margin-left: 200px;
}

.contactinfo {
    height: 40px;
    font-size: 20px;
}

.linked {
    font-size: 30px;
}

.cntnt {
    /*background: #d5e1ef82;*/
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10%;
    margin-right: 10%;
}

#btton1 {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: 0px solid #d5e1ef82;
    /*background: rgb(0 48 91 / 100%);
  color: white;*/
    font-size: 30px;
}

.c1 {
    text-align: center;
    /*background: #d5e1ef82;*/
}

.abc {
    margin-left: 48%;
    padding-top: 30px;
}

.contactinfo {
    background: rgb(0 48 91);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 550;
    color: #e7e7e7;
    font-family: Arial, Helvetica, sans-serif;
    align-items: center;
    height: 46px;
}

#l1 {
    border-right: 3px solid #ffffff;
}

#l2 {
    border-right: 3px solid #ffffff;
}

.everything {
    display: flex;
    flex-direction: row;
}

.loq {
    width: 18%;
    position: fixed;
    /* top: 500px; */
    transition: all 0.5s;
    top:85px;
}

#cntnt {
    width: 90%;
}

.intervieweeimg {
    height: 46vw;
    width: 46vw;
    margin-top: 30px;
    margin-bottom: 30px;
}

.conv {
    width: 47vw ;
    margin: 0 auto;
}

.qna {
    text-align: justify;
    margin-bottom: 10px;
}

.separator {
    width: 60%;
    height: 0.5px;
    background-color: rgba(0, 0, 0, 0.2);
}

.topShadox {
    padding: 10px;
    box-shadow: 0px -6px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -6px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px -6px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px -6px 5px rgba(0, 0, 0, 0.1);
}

.allblur {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    /*border: 0.1px solid gray;*/
    margin-top: 30px;
    margin-bottom: 30px;
    /*box-shadow: 3px -3px 3px rgba(0, 0, 0, 0.3);*/
}

hr {
    display: none;
}

.q {
    font-size: 22px;
    /*font-family: sans-serif;*/
    padding: 19px;
    /*background: rgb(0 48 91 / 70%);
  color: white;*/
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.a {
    padding-left: 19px;
    padding-right: 19px;
    /*background: #b1c5dd;*/
    font-size: 20px;
    font-family: sans-serif;
    /*color: #214c72;*/
    line-height: 1.3;
}

br {
    display: none;
}

#b1 {
    background-color: #ffffff;
}

.ico {
    color: #e7e7e7;
    padding-top: 9px;
}

.btl {
    margin-top: 5px;
    font-size: 18px;
}

::marker {
    color: rgb(0 48 91);
}

.summ {
    font-size: 16px;
}


/* .right {
    width: 30%;
} */

.rightside {
    width: 18%;
    /* border: 2px solid red; */
    position: fixed;
    right: 0px;
    /* top: 500px; */
    margin-top: 0;
    /* overflow: hidden; */
    top: 85px;
}

.rightside a {
    text-decoration: none;
    font-size: 13px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 50px;
    font-weight: bold;
}

.rtbtn {
    display: block;
    float: right;
    height: 46px;
    background: rgb(0 48 91);
    margin-top: 30px;
    color: white;
    border: none;
    padding: 5px 50px 14px 30px;
    font-weight: 550;
    font-size: 22px;
    border-bottom-left-radius: 15px;
    width: 18vw;
    overflow: hidden;
}

#rlist {
    margin-top: 100px;
    transform: scaleY(0);
    transition: transform 400ms ease 0ms;
    word-wrap: break-word;
    width: 50%;
    position: relative;
    left: 32px;
}

#rlist.slide-in-right {
    transform: scaleY(1);
    transition: transform 400ms ease 0ms;
    /* -webkit-animation: slide-in-right 0.5s ease-out 1s both; */
    /* animation: slide-in-right 0.5s ease-out 1s both; */
}

@counter-style rightp {
    system: cyclic;
    symbols: "\1F449";
    suffix: " ";
}

.rflist ul {
    padding: 0;
    list-style-type: rightp;
}

.rflist li {
    margin-top: 8px;
}
.show{
    opacity: 1;
}
.hide{
    opacity: 0;
}

/* .read{
} */
