body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

img {
    min-width: 100%;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 0px;
    line-height: normal;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    line-height: normal;
}

h3 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: normal;
}

h4 {
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 20px;
    line-height: normal;
}

h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: normal;
}

h6 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: normal;
}

p {
    line-height: 24px;
    font-size: 14px;
    margin: 0px;
    padding-bottom: 15px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.iconRounded {
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    padding: 10px;
    font-size: 25px;
    letter-spacing: normal;
    vertical-align: middle;
}

.clear {
    clear: both;
}

/* Main Css */

.bodyContainer {
    background: url(../images/tejosjoshibg.jpg) center no-repeat;
    /* background: url(../images/Tejas.jpg) center no-repeat; */
    background-size:cover;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* .bodyContainer img {
    width: 100%;
} */





.containArea {
    position: absolute;
    width: 50%;
    opacity: 0;
    bottom: 5%;
    left: 0px;
    right: 0px;
    z-index: 999;
    margin: 0px auto;
    transition: 0.90s;
}

.containArea:hover {
    opacity: 1;
}

.nameContainer {
    margin-top: 30px;
    text-align: center;
}

.nameContainer h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #fff;
    padding: 0px;
    font-weight: 200;
}

.nameContainer p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.modalNameContainer h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #fff;
    padding: 0px;
    font-weight: 200;
    text-align: center;
}

.modalNameContainer p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.socialContainer {
    margin-top: 10px;
}

.socialContainer ul {
    list-style: none;
    text-align: center;
}

.socialContainer ul li {
    display: inline-block;
    padding: 0 10px;
}

.socialContainer ul li a {
    font-size: 20px;
    color: #fff;
}

.socialContainer ul li a:hover .iconRounded {
    color: #a5a5a5 !important;
}




.tooltip {
    display: inline;
    opacity: 1 !important;
    position: relative !important;
  }

.tooltip:hover:after{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #111;
    border-radius: 8px;
    color: #fff;
    content: attr(title);
    font-size: 14px;
    padding: 13px;
    width: 80px;
    top: -72px;
    left: -15px;
    position: absolute;
  }

.tooltip:hover:before{
    border: solid;
    border-color: #111 transparent;
    border-width: 12px 6px 0 6px;
    content: "";
    left: 45%;
    bottom: 42px;
    position: absolute;
  }







.bioGraphy {
    text-align: center;
    margin-top: 30px;
} 

.bioGraphy a {
    letter-spacing: 5px;
    font-size: 40px;
    color: #fff;
    font-weight: 200;
    padding: 10px 20px;
    border: 1px solid #fff;
}

.bioGraphy a:hover {
    color: #ccc;
}


.modal-open .modal-backdrop {
    background: none !important;
    z-index: 100 !important;
}

#myModal .modal-content {
    background: #000;
    opacity: 0.5;
    height: 300px;
    overflow-x: hidden;
  overflow-y: scroll;
}

#myModal .modal-dialog {
    top: 23% !important;
}

#myModal .modal-header {
    border-bottom: none !important;
}

#myModal .close {
    text-align: right;
    float: none;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: 1 !important;
    width: fit-content;
    outline: none;
    font-size: 30px;
    background: none;
    border: none;
}

#myModal .modal-body p {
    color: #fff;
    text-align: justify;
}
.close {
    margin: 0;
    position: absolute;
    opacity: 1;
    z-index: 10;
    cursor: pointer;
    top: -5%;
    left: 90%;
} 
.modal-content{
    position: relative; 
}