﻿/* general CSS */

body {
    font-size: 12px;
    line-height: 1.5;
    color: #545454;
    overflow-x: hidden;
    background: #fff;
}

/*TAGS*/

p {
    font-size: 15px;
    line-height: 25px;
    color: #222;
    text-align: justify;
}

/* Login css */

.bg {
    background: url("../images/1.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
}
.ps_left_info {
    padding-top: 20%;
}
.ps_left_info h2 {
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}
.px20 {
    padding-right: 50px;
    padding-left: 50px;
}

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 360px;
    margin-top: -180px;
    margin-left: -175px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 7px;
    border: 3px solid #fff;
}

.login .in {
    border: none;
    border-bottom: 1px solid #fff;
    display: block;
    width: 285px;
    margin-left: 10px;
    font-size: 14px;
    color: white;
    padding: 10px;
    background: transparent;
    line-height: normal;
}

.login .form-group {
    position: relative;
    margin-bottom: 35px;
}

.login .in:focus {
    outline: none;
}

.login label {
    color: white;
    font-size: 14px;
    position: absolute;
    pointer-events: none;
    top: 10px;
    padding-left: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-weight: 100;
}

.login h3 {
    font-weight: bold;
    color: white;
}

.login .in:focus ~ label,
.login .in:valid ~ label {
    top: -20px;
    color: white;
}

.login .bar {
    position: relative;
}

.login .bar:before,
.login .bar:after {
    content: "";
    height: 2px;
    bottom: 1px;
    position: absolute;
    background: black;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.login .bar:before {
    left: 50%;
}

.login .bar:after {
    right: 50%;
}

.login .in:focus ~ .bar:before,
.login .in:focus ~ .bar:after {
    width: 50%;
}

.login .in:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.login a {
    color: white;
}

.login_bg {
    background: url("../images/loginbanner.jpg") no-repeat center;
    background-size: cover;
    height: 100vh;
}

/* end of login css */

/* Menu bar */

.topa {
    position: relative;
    display: inline-block;
    background: #990b6e;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 9;
}

.navbar {
    padding: 15px 25px;
}
.navbar-nav {
    padding-left: 0px;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover {
    color: #eae5e5fc !important;
    /*border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border: 1px solid #fff;
    background-color: #990b6e;
    margin-left: auto !important;
}

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a:hover {
    color: #eae5e5fc !important;
}

.navbar .navbar-nav > li > a.nav-link {
    color: #fff;
    padding: 2px 20px;
    background-color: transparent;
    font-weight: 600;
    font-size: 15px;
    margin: 0px 15px;
    text-transform: uppercase;
}

.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
    color: #eae5e5fc !important;
    background-color: #990b6e !important;
    /*border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.dropdown-menu > a:focus,
.dropdown-menu > a:hover {
    color: white;
    text-decoration: none;
    background-color: #990b6e;
}

.navbar-nav .dropdown-menu {
    left: 15px;
}

#menu ul li a:before {
    top: -5px;
    left: 0;
}

#menu ul li a:after {
    bottom: -5px;
    right: 0;
}

#menu ul li a:hover {
    color: #ccc;
}

#menu ul li a:hover:before,
#menu ul li a:hover:after {
    height: 10px;
    width: 100%;
}

#menu ul li a:hover:before {
    border-top-color: #ededed;
    border-right-color: #ededed;
    -webkit-transition: width 0.4s ease-in-out, height 0.3s ease-in-out 0.3s;
    transition: width 0.4s ease-in-out, height 0.3s ease-in-out 0.3s;
}

#menu ul li a:hover:after {
    border-bottom-color: #ededed;
    border-left-color: #ededed;
    -webkit-transition: width 0.4s ease-in-out, height 0.3s ease-in-out 0.3s;
    transition: width 0.4s ease-in-out, height 0.3s ease-in-out 0.3s;
}

#menu ul li {
    display: inline;
}

#menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    position: relative;
    /*  white-space: nowrap;
*/
    text-transform: uppercase;
}

#menu ul li a:before,
#menu ul li a:after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    position: absolute;
}

/* general css*/
.logo {
    color: #fff !important;
    font-weight: 700;
    font-size: 20px;
}

.logo img {
    width: 100%;
}
/*lab-members*/

/*end of lab-members*/

.content {
    margin-top: 0px; /* header with the header height */
}

/*background_animation image*/

.feature-style-two {
    position: relative;
    overflow: hidden;
}
.feature-section {
    position: relative;
    z-index: 1;
}
.feature-style-two .shape-1 {
    position: absolute;
    left: 0px;
    bottom: -200px;
    background: url("../images/shape-1.png");
    width: 535px;
    height: 575px;
    background-repeat: no-repeat;
    background-position: center;
}
.feature-style-two .shape-2 {
    position: absolute;
    right: 0px;
    bottom: -200px;
    background: url("../images/shape-2.png");
    width: 535px;
    height: 575px;
    background-repeat: no-repeat;
    background-position: center;
}

/*end of background_animation Image*/

.bg-video-wrap {
    overflow: hidden;
    /*height: 70vh;
  width: 100%;*/
}
.bg-video-wrap video {
    width: 100%;
    height: 370px;
}
.gif-video1 img {
    width: 100%;
    height: 380px;
}

.bg-dark-black {
    background-color: #000;
}
.news_img img {
    width: 100%;
    height: 70px;
}
.news_right_img img {
    float: right;
    width: 230px;
}
.news-inner-img:hover {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.news-inner-img img {
    width: 100%;
    height: 375px;
    border-radius: 5px;
}

.professor-card {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.prof_inner-img img {
    height: 340px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.prof_inner-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left: 5px solid #990b6e;
    border-right: 5px solid #990b6e;
}
.card-body p {
    font-size: 16px;
    color: #a5b7da;
}

.card-body p a {
    color: #ddd;
    margin-left: 8px;
}
.border-right-none a {
    border-right: none !important;
}

.carousel-text .carousel-caption {
    position: absolute;
    right: 0 !important;
    bottom: -7% !important;
    left: 0%;
    z-index: 10;
    /* padding-top: 20px;
    padding-bottom: 20px;*/
    color: #fff;
    text-align: center;
}

.carousel-text .carousel-caption h3 {
    font-size: 12px;
}

.team_bgimg{
    height: 400px;
    background: url(../images/teambg.png) no-repeat center;
    background-size: cover;
    }

/*start Research*/

.left-navbar li a {
    font-size: 19px !important;
    color: #990b6e;
    /* margin-bottom: 36px !important; */
    font-weight: 600;
}
.left-navbar li {
    margin-bottom: 10px;
}
.left-navbar li a.active {
    color: #495057 !important;
}
/*.left-navbar .active a {
    border-left: 3px solid #990b6e;
    color: #990b6e !important;
}*/

.left-navbar li a:hover {
    /*color: #990b6e !important;*/
}
.inner-epigenetics-text p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 25px;
    color: #222;
    text-align: justify;
}
.inner-epigenetics-text h1 {
    font-weight: 700;
    color: #990b6e;
    font-family: "Barlow", sans-serif;
    transition: all 500ms ease;
    margin-bottom: 32px;
}
.inner-epigenetics-text ul {
    font-size: 17px;
    margin-left: 18px;
    list-style-type: circle;
}
.inner-epigenetics-text ul li {
    margin-top: 10px;
}
.epigenetics-img img {
    width: 100%;
    height: 100%;
}

/*end research*/

/*start Home*/

/*animation menu bar*/

/*.nav-list li {
            animation: FadeIn 1s cubic-bezier(0.65, 0.05, 0.36, 1);
            animation-fill-mode: both;
        }
        
        .nav-list li:nth-child(1) {
            animation-delay: .3s;
        }

        .nav-list li:nth-child(2) {
            animation-delay: .6s;
        }

        .nav-list li:nth-child(3) {
            animation-delay: .9s;
        }

        .nav-list li:nth-child(4) {
            animation-delay: 1.2s;
        }

        .nav-list li:nth-child(5) {
            animation-delay: 1.5s;
        }
        .nav-list li:nth-child(6) {
            animation-delay: 1.8s;
        }
        .nav-list li:nth-child(7) {
            animation-delay: 2.1s;
        }
          @keyframes FadeIn {
            0% {
                opacity: 0;
                -webkit-transition-duration: 0.8s;
                transition-duration: 0.8s;
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
            }


            100% {
                opacity: 1;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                pointer-events: auto;
                transition: cubic-bezier(0.4, 0, 0.2, 1);
            }
        }
*/
/*end of an animation menu bar*/

/*.card1{
    border-radius: 20px;
    background-image: -webkit-linear-gradient(0deg,#eff4f7,#c0d1d9 100%);
    }
*/

/*.inner-text p{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 32px;
  }*/

/* --- flow up --- */

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 105%;
    border-bottom-width: 0;
    border-top-color: #141f24;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(105% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -0.5em);
}

/* --- keyframes --- */

@keyframes tooltips-vert {
    to {
        opacity: 0.9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: 0.9;
        transform: translate(0, -50%);
    }
}

/* --- fx all the things --- */

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after,
[tooltip][flow^="center"]:hover::before,
[tooltip][flow^="center"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-size: 0.9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: "";
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.2ch;
    border-radius: 0.8ch;
    background: #141f24;
    color: #e3edf3;
    z-index: 1000;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

[tooltip=""]::before,
[tooltip=""]::after {
    display: none !important;
}

.inner-content p {
    font-size: 18px;
    color: #4b4949f7;
    line-height: 30px;
}
.inner-content p a {
    margin-right: 10px;
    color: #34d1cb;
}
.scroll-inner p {
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.inner-img img {
    width: 100% !important;
    height: 45vh !important;
}

.sec-title h6,
.sec-title1 h6 {
    color: #990b6e;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.sec-title h6::before {
    margin-right: 5px;
    content: url("../images/decor-1.png");
}

.sec-title h6::after {
    margin-left: 5px;
    content: url("../images/decor-2.png");
}

.sec-title1 h6::before {
    margin-right: 5px;
    content: url("../images/decor-1.png");
}

.content_block_1 .content-box .bold-text p {
    font-size: 17px;
    line-height: 30px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.content-text {
    font-size: 17px;
    color: #848484;
    line-height: 30px;
    margin-bottom: 26px;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    padding: 50px 30px 50px 30px;
    box-shadow: 0 10px 30px #edf2f2;
}

.service-block-one .inner-box .icon-box {
    color: #990b6e;
}

.service-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover:before {
    height: 100%;
    top: 0;
}

.service-block-one .inner-box:before {
    background: #990b6e;
}
.service-block-one .inner-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover .text {
    color: #fff;
}

.service-block-one .inner-box .text {
    position: relative;
    margin-bottom: 32px;
    transition: all 500ms ease;
}
.inner-tittle {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 19px;
}
.icon-box img {
    width: 50px;
}

.bg-shade-purple {
    background-color: #f8e9f8;
}

.research-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 20px;
    padding: 32px 40px 40px 40px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.research-block-one .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 7px;
}

.image_block_3 .image-box {
    position: absolute;
    border-radius: 20px;
}
.sonitext-caption{
    text-align: center;
    position: absolute;
    bottom: 0px;
    z-index: 3;
    background-color: rgb(153 11 110 / 52%);
    width: 100%;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.arrow-rightt i{
    color: #fff;
    background-color: #990b6e;
    border-radius: 50%;
    padding: 10px;
    margin-left: 5px;
}
.sonitext-caption h4{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 10px 0px;
    text-transform: uppercase;
    position: relative;
    /* top: -80px; */
    display: inline-table;
}
.experience-img img {
    width: 100%;
    /*height: 270px;*/
    /*object-fit: contain;*/
}
.image_block_3 .image-box {
    position: relative;
    display: block;
}
.research-inner-img img {
    width: 100%;
}

.image_block_2 .image-box .shape .shape-1 {
    position: absolute;
    top: -55px;
    right: 35px;
    width: 136px;
    height: 137px;
    background-repeat: no-repeat;
    background: url("../images/shape-1.png") no-repeat;
}

.image_block_2 .image-box {
    position: relative;
    display: block;
    padding-right: 90px;
}
@keyframes move {
    from {
        top: 0px;
    }
    to {
        top: 30px;
    }
}

.social-style-one li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #f2f3f5;
    color: #142441;
    text-align: center;
    border-radius: 50%;
}
.social-style-one li :hover {
    background-color: #990b6e;
    color: #fff;
}

.social-style-one li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.home-bg2 {
    background: url("../images/home-bg2.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 50%;
}
.carousel-inner-box p {
    width: 50%;
    position: relative;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 31px;
}
.bg-gradient {
    padding: 105px 0px 111px 0px;
    background-image: -webkit-linear-gradient(0deg, #272829 0%, hsla(0, 0%, 100%, 0.1) 100%);
}

.quote-img img {
    width: 50px !important;
}

.main-footer {
    background: #1c2331;
    color: #d4dae3;
}

.main-footer .widgets-section:before {
    position: absolute;
    content: "";
    background: url("../images/footer-pattern.png") no-repeat center;
    top: -10px;
    width: 100%;
    height: 100%;
    min-height: 322px;
    animation: mymove 9s infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

@keyframes mymove {
    from {
        left: 0px;
    }
    to {
        left: 100px;
    }
}

/*end of home*/

/*For Publications*/

/*.publication-banner {
    background: url("../images/publication2.jpg") no-repeat center;
    background-size: cover;
    height: 400px;
    width: 100%;
}*/
.publication-inner p {
    margin-top: 8px;
    font-size: 17px;
    line-height: 25px;
    color: #222;
    text-align: justify;
    font-weight: 600;
}
.emphasize {
    font-weight: 600;
}
.line_height h6 {
    line-height: 1.6;
}

/*end the publications*/

/*start lab-members*/

/*.bg-banner {
    background: url("../images/team.png") no-repeat center;
    background-size: cover;
    height: 50%;
}
*/
.bg_transperant {
    padding: 6px 10px;
    color: #fff;
    background-color: #16141580;
    font-weight: 600;
    font-size: 15px;
    border-radius: 20px;
}

.prof_img img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.bg-black {
    background-color: #222;
}

.bg-meron {
    background-color: #ab0535;
}

.team-hover h4 {
    font-size: 20px;
    text-transform: capitalize;
}

.team-hover a {
    display: inline-block;
    color: #fff;
    padding: 0 5px;
}

.team:hover .team-hover {
    bottom: 0;
}

.team_body-text,
.team_body-inner a i {
    font-size: 17px;
    padding-top: 5px;
}

.team_body-text p {
    font-size: 16px;
    margin-bottom: 3px;
}

.team_body-inner p {
    font-size: 14px;
}

.card-body-text {
    width: 100%;
    height: 35vh;
}

.card-body-text p {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 0px;
}
.card-body-text a i {
    font-size: 16px;
    color: #6c757d;
    padding-top: 5px;
}

.arrow-right i {
    color: #fff;
    background-color: #990b6e;
    border-radius: 50%;
    padding: 10px;
    /*    margin-top: 10px;
*/
}
.arrow-right :hover {
    background-color: #000;
}
.team_bgimg img {
    width: 100%;
}
.bottom-right {
    position: absolute;
    bottom: 0;
    right: 16px;
}

/*.team_body p{
   font-size: 17px;
    line-height: 25px;
    color: #222;
    text-align: justify;
}*/

/*end lab-members*/

/*Career*/

.nav-tabs li a {
    font-size: 16px;
    font-weight: 500;
    color: #990b6e;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.font-weight-600 {
    font-weight: 600;
}
/*end career*/

/* Gallery*/

img.art {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 1s;
}
.thumb {
    overflow: hidden;
}
img.art:hover {
    transform: scale(1.2);
}

/*end gallery*/

/*Current-topics*/

.news-img img {
    width: 100%;
    height: 55vh;
}

/*end current-topics*/

/*start contact*/

.home-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.home-newsletter .single .form-control {
    border-radius: 10px 0 0 10px;
}

.home-newsletter .single .btn {
    min-height: 50px;
    border-radius: 0 10px 10px 0;
    background: #990b6e;
    color: #fff;
}

.contact-card {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.contact-card img {
    height: 340px;
    width: 100%;
    border-top-left-radius: 30px;
    border-left: 5px solid #990b6e;
    border-right: 5px solid #990b6e;
}

.contact-inner-img img {
    width: 60%;
    height: auto;
    border-radius: 5px;
    border: 2px solid #000;
}

.contact-text p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #cabebe;
}
.social-icon a i {
    font-size: 20px;
    color: #ff8d00;
}
.social-icon a {
    margin-top: 20px;
    margin-right: 15px;
}
.contact-box label {
    color: #fff;
    font-size: 18px;
}

.contact-box input {
    line-height: 0;
    width: 100%;
    background-color: transparent;
    border: 1px solid #fff;
}

.contact-box textarea {
    background-color: transparent;
    border: 1px solid #fff;
}

.map iframe {
    border: 0;
    border-radius: 10px;
}

/*end contact*/

/*start grants in homepage*/

.homepage-grants {
    position: relative;
    margin-top: -4%;
}
.homepage-grants img {
    width: 90%;
    height: 70px;
}
.grants {
    width: 1140px;
}
.grant-inner img {
    width: 140px;
}

.grant-inner {
    text-align: center;
}

/*end grants*/

/*social-media*/

.loginbanner {
    background: url("../images/social.jpg") no-repeat center;
    background-size: cover;
    height: 100vh;
}
.borderin-styles {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border: 3px solid #fff;
}

.media-form label {
    color: #fff;
    font-size: 18px;
}
.media-form label i {
    color: #fbb829;
    font-size: 18px;
}
.media-form input {
    border: 1px solid #fff;
    background-color: transparent;
}
.media-form textarea {
    border: 1px solid #ddd;
    background-color: transparent;
}

.big-checkbox {
    width: 15px;
    height: 15px;
}

.file-upload-content {
    display: none;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all 0.2s ease;
}
.media-form h6 i {
    color: yellowgreen;
}

.media-form .input-group-text {
    border-right: 0 !important;
    border: 1px solid #fff;
    background-color: transparent !important;
}

.drag-text h6 {
    padding: 4px 0px;
    margin-bottom: 0px;
}
.input-group-text {
    width: 35px;
}
.input-group-text i {
    font-size: 16px;
}

/*end social-media*/
/*start footer*/

.footer-icon i {
    margin-right: 6px;
}
.footer .anchor-tagg:hover, .footer a:focus{
    text-decoration: underline;
}

/*end footer*/

/*soni-Bio*/
/*.intro::first-letter {
  font-size: 300%;
  color: #8A2BE2;
    }*/

.font_style-name h3 {
    font-size: 40px;
    font-family: "Redressed", cursive;
}
.bullet_icon li {
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    list-style: disc;
    margin-bottom: 18px;
    text-align: justify;
    padding-left: 5px;
    /* background: url('../images/bullet_icon.png') no-repeat scroll left 2px;*/
}
/*.bullet_icon{
list-style: url('../images/bullet_icon.png');
}*/

.intro p {
    font-size: 15px;
    line-height: 25px;
    color: #222;
    font-weight: 500;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 30px;
}

.banner-prof-img {
    background: url("../images/bg-soni.png") no-repeat center;
    background-size: cover;
    object-fit: cover;
    height: 400px;
}

.table td {
    border: 0px;
    font-size: 16px;
    padding: 5px;
}
/*Animations*/

/*End of soni-Bio*/

/*Font Colors*/

.text-pink-lighter {
    color: #d81b60;
}

.text-purple {
    color: #990b6e;
}
.text-blue {
    color: #5275ba;
}
.text-green {
    color: #990b6e;
}

.text-unique {
    color: #990b6e;
}

.bg-unique {
    background-color: #990b6e;
}

.bg-purple {
    background-color: #990b6e;
}
.text-ash {
    color: #999999;
}
.text-dark-blue {
    color: #142441;
}

/*border radius*/

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-15 {
    border-radius: 15px;
}

.border-radius-20 {
    border-radius: 20px;
}

/*Font Sizes*/

.fs-small {
    font-size: small !important;
}

.fs12 {
    font-size: 12px;
}
.fs15 {
    font-size: 15px;
}
.fs17 {
    font-size: 17px !important;
}
.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs25 {
    font-size: 25px;
}

/* Buttons */

.btn-purple {
    background-color: #990b6e;
    font-size: 15px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 30px 10px 30px;
    color: #fff;
}

.btn-unique {
    background-color: #990b6e;
    font-size: 15px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 30px 10px 30px;
    color: #fff;
}

.btn-unique:hover {
    background-color: #000;
    color: #fff;
}

.btn-purple:hover {
    background-color: #000;
    color: #fff;
}

.btn_post {
    padding: 4px 25px;
    color: white;
    background-color: #0075ff;
}

.btn-white {
    color: black !important;
    background-color: white;
    border-radius: 2px;
    font-weight: bold;
    padding: 5px 10px;
}

.btn-white:hover,
.btn-white:focus {
    box-shadow: 5px 5px 15px 7px black;
    border: none;
}

/* Tables */

/* Data tables */

/* End of  general css */

/* Padding */

.p0 {
    padding: 0px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.p35 {
    padding: 35px;
}

.p40 {
    padding: 40px;
}

.p45 {
    padding: 45px;
}

.p50 {
    padding: 50px;
}

.pt0 {
    padding-top: 0px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt65 {
    padding-top: 65px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt-20 {
    padding-top: 20%;
}
.pt-35 {
    padding-top: 35%;
}

/*.py2 {
    padding-top: 2%;
    padding-bottom: 2%;
}*/

.py3 {
    padding-top: 3%;
    padding-bottom: 3%;
}

.py5 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.py8 {
    padding-top: 8%;
    padding-bottom: 8%;
}

.py10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.py20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.py25 {
    padding-bottom: 25px;
    padding-top: 25px;
}

.py50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.py60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.py70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.py120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pb0 {
    padding-bottom: 0px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

.pr0 {
    padding-right: 0px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr45 {
    padding-right: 45px;
}

.pr50 {
    padding-right: 50px;
}

.pl0 {
    padding-left: 0px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.pl50 {
    padding-left: 50px;
}

/* Margin */

.m0 {
    margin: 0px;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.m30 {
    margin: 30px;
}

.m35 {
    margin: 35px;
}

.m40 {
    margin: 40px;
}

.m45 {
    margin: 45px;
}

.m50 {
    margin: 50px;
}

.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.my3 {
    margin-top: 3%;
    margin-bottom: 3%;
}
.my4 {
    margin-top: 4%;
    margin-bottom: 4%;
}
.my5 {
    margin-top: 5%;
    margin-bottom: 5%;
}
.my6 {
    margin-top: 6%;
    margin-bottom: 6%;
}
.my7 {
    margin-top: 7%;
    margin-bottom: 7%;
}
.my8 {
    margin-top: 8%;
    margin-bottom: 8%;
}
.my9 {
    margin-top: 9%;
    margin-bottom: 9%;
}
.my10 {
    margin-top: 10%;
    margin-bottom: 10%;
}

.my11 {
    margin-top: 11%;
    margin-bottom: 11%;
}

.my12 {
    margin-top: 12%;
    margin-bottom: 12%;
}

.my30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.my15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb2 {
    margin-bottom: 2px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mr0 {
    margin-right: 0px;
}

.mr5 {
    margin-right: 0px;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

.ml0 {
    margin-left: 0px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.ml70 {
    margin-left: 70px;
}

.ml80 {
    margin-left: 80px;
}

.ml90 {
    margin-left: 90px;
}

/*media Queries*/

/* for medium screen */

@media (min-width: 992px) and (max-width: 1199px) {
    .main-footer .widgets-section:before {
        display: none;
    }
    .card1 {
        margin-top: 15%;
    }
    .media_form-r {
        width: 100% !important;
    }
    .homepage-grants img {
        height: auto;
    }
}

/*for xs screen*/
@media only screen and (max-width: 767px){
    .bottom-right {
        position: absolute;
    }

}
@media only screen and (max-width: 480px){
    .bottom-right {
        bottom: 30% !important;
        position: absolute;
    }

}
@media only screen and (max-width: 991px){
    
    .bottom-right {
        position: absolute;
        bottom: 50%;
    }
}

/* for small screen */

@media (min-width: 768px) and (max-width: 991px) {
    .main-footer .widgets-section:before {
        display: none;
    }
    .homepage-grants img {
        height: auto;
    }
    .banner-prof-img {
        height: 25vh !important;
    }

}

/* for Ipad */

@media (width: 768px) and (height: 1024px) {
    .main-footer .widgets-section:before {
        display: none;
    }

    .card1 {
        margin-top: 17%;
    }
    .center-r {
        text-align: center;
    }
    .media_form-r {
        width: 100% !important;
    }
    .homepage-grants img {
        height: auto;
    }
    .font_style-name {
       padding-top: 79px;
    }
    /*.banner-prof-img {
        height: 30vh !important;
    }*/
}

/* for mobile screen landscape */

@media (min-width: 577px) and (max-width: 767px) {
    .main-footer .widgets-section:before {
        display: none;
    }

    .inner-img {
        display: none;
    }
    .card1 {
        margin-top: 25%;
    }
    .bg-banner1 {
        height: 95vh;
    }
    .homepage-grants img {
        height: auto;
    }
    
}

/* for mobile screen portrait */

@media (min-width: 300px) and (max-width: 576px) {
    .main-footer .widgets-section:before {
        display: none;
    }
    .banner-prof-img {
        height: auto !important;
    }
    .pt-35 {
        padding-top: 0 !important;
    }
    .font_style-name{
        padding-top: 15px !important;
        padding-bottom: 10px;
    }

    .inner-img {
        display: none;
    }
    .card1 {
        margin-top: 15%;
    }
    .navbar {
        padding: 10px 10px;
    }
    .media_form-r {
        width: 100% !important;
    }
    .homepage-grants img {
        height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    
}

/*research page
*/

.inner-epigenetics-text h4 {
    line-height: 1.5;
}

/*career page*/

.vacancy_info ul {
    list-style-image: url("../images/hyphen.png");
    padding-left: 45px;
}

.vacancy_info ul li {
    margin-top: 12px;
    font-size: 15px;
    line-height: 25px;
    color: #222;
    text-align: justify;
    font-weight: 600;
}
.vacancy_info h2 {
    margin-bottom: 20px;
    color: #990b6e;
}

/*contact page*/

.address_info {
    margin-top: 10px;
}
.address_info p {
    text-align: center;
    color: #fff;
}

/*soni bio page*/

.soni_info p {
    margin-top: 20px;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.soni_info {
}
