body, html {
    font-family: Lato, sans-serif !important;
    line-height: inherit;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

a, a:hover {
    text-decoration: none;
    color: #333;
}


.section-top p {
    line-height: 30px;
    font-size: 16px;
    margin-top: 15px;
}


/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #333333;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    border: 2px solid #333333;
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.loading {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background: #fff;
    text-align: center;
}

.loading img {
    margin: 0 auto;
}

.user-menu {
    margin-top: 30px;
    transition: all ease-in-out .4s;
}

.navbar-fixed-top .user-menu {
    margin-top: 10px;
    transition: all ease-in-out .4s;

}

.ring-opacity-5 {
    background: #680d7b !important;
}

.ring-opacity-5 .block {
    color: #ffffff !important;
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, .2) !important;
}

/* header start */
#menuSmall {
    line-height: 85px;
    font-size: 30px;
    color: #454b78;
    cursor: pointer;
    display: none;
}

.navbar-fixed-top #menuSmall {
    line-height: 60px;
}
header {
    width: 100%;
    height: 90px;
    background: #fff;
    border-bottom: 6px solid #8a1538;
}
.navbar-fixed-top {
    position: fixed;
    top: 0;
    z-index: 9;
}

header .logo h2 {
    color: #fff;
    font-size: 40px;
    line-height: 90px;
    font-weight: bold;
    font-family: verdana;
}

header .logo img {
    height: 60px;
    margin-top: 10px;
    transition: ease-in-out all .4s;
}

header.navbar-fixed-top .logo img {
    height: 40px;
    margin-top: 10px;
    transition: ease-in-out all .4s;

}

header.navbar-fixed-top {
    height: 60px;
    border-bottom: 4px solid #8a1538;
    transition: all ease-in-out .4s;
}

header.navbar-fixed-top .logo h2 {
    font-size: 28px;
    line-height: 60px;
    transition: all ease-in-out .4s;

}
header .menu ul{
    padding: 0;
    width: auto;
    margin: 0;
    height: 90px;
    line-height: 90px;
    text-align: left;
    display: inline-block;
}
header .menu ul li{
    list-style: none;
    display: inline-block;
    float: left;
    padding:0;
}
header .menu ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 0 15px;
    height: 90px;
    position: relative;
    transition: all ease-in-out .4s;
}
header.navbar-fixed-top .menu ul li a {
    height: 60px;
    line-height: 60px;
}
header .menu ul li a.active,
header .menu ul li a:hover {
    background: rgb(138 21 56 / 45%);
    border-bottom: 6px solid #5f0c25;
    position: relative;
    transition: all ease-in-out .4s;
}
header .menu ul li a.active::after,
header .menu ul li a::after {
    content: '';
    width: 12px;
    height: 0px;
    position: absolute;
    bottom: -1px;
    left: calc(50% - 6px);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #333;
    display: block;
    transition: all ease-in-out .2s;
}
header .menu ul li a.active::after,
header .menu ul li a:hover::after {
    content: '';
    width: 12px;
    height: 8px;
    position: absolute;
    bottom: -1px;
    left: calc(50% - 6px);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #5f0c25;
    display: block;
    transition: all ease-in-out .4s;
}

header .menu ul.dropdown-menu {
    height: auto !important;
    background: #020806;
    border: 0;
}

header .menu ul .dropdown-menu li {
    height: 40px;
    display: block;
    width: 100%;
    float: none;
    line-height: 40px;
}

header .menu ul .dropdown-menu li a {
    color: #ffffff !important;
    height: 40px !important;
    line-height: 40px;
}

header .menu ul li.btn-group ul li a,
header .menu ul li.btn-group ul li a:hover {
    border-bottom: 0 !important;
}

header .menu ul li.btn-group a::after,
header .menu ul li.btn-group a:hover::after {
    display: none !important;
}


/* header end */

/* section-top start */
.section-top {
    width: 100%;
    height: 550px;
    background: url("../images/background-head.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    clear: both;
    position: relative;
    margin: 0 auto 20px auto;
    border-radius: 0 0 40px 40px;
}
.section-top .content {
    background: #121111d6;
    position: absolute;
    bottom: 30px;
    width: 80%;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    height: 252px;
    left: 10%;
    border-radius: 0px;
}
.section-top .content h2{
    font-size: 50px;
    color: #fdfdfd;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    text-shadow: 0 0 4px #000;
}
.section-top .content::before{
    /* content: url('../images/title-before-white.png'); */
    position:absolute;
    top: 45px;
    left: 0;
}
.section-top .content::after{
    /* content: url('../images/title-after-white.png'); */
    position:absolute;
    top: 45px;
    right: 0;
}

/* section-top end */

/* projects start  */
.projects .title-section{
    border-right: 1px solid #ccc;
}
.projects .title-section h2{
    font-size: 3rem;
    font-weight: bold;
    color: #ccc;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.project-date {
    width: 60px;
    height: 80px;
    position: absolute;
    background: #a10110;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    box-shadow: 0 0 2px #000;
    top: 0;
}
.project-date b{
    display: block;
}
.project-date small{
    display: block;
}
.project-date small.border-bottom {
    border-bottom: 1px solid #fff!important;
    width: 70%!important;
    margin: -7px auto 0px auto!important;
}
.slide-capitcha {
    position: absolute;
    bottom: 50px;
    background: #a10110;
    color: #fff;
    width: 80%;
    margin-left: -20px;
    padding: 20px 20px 20px 40px;
}
.slide-capitcha::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #61020b;
    left: 0;
    top: -20px;
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.slide-capitcha::after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #61020b;
    left: 0;
    bottom: -20px;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.slide-capitcha h4 {
    font-size: 20px;
    font-weight: bold;
    font-family: verdana;
}
.slide-capitcha p{
    font-size: 14px;
    text-align: justify;
    margin: 0;
}
.slide-capitcha a {
    float: right;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 500px;
    position: relative;
    transition-property: transform;
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 20px;
}

.mySwiper .swiper-slide{
    height: 160px;
    width: 100%;
}
.mySwiper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    background: #111;
    border-radius: 5px;
    color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 20px;
    right: auto;
}
.swiper-thumbs{
    padding: 0 20px;
}
.swiper-slide-thumb-active img {
    cursor: pointer;
    border: 8px solid #a10110;
}
/* projects end */
/* latest-news start */
.latest-news {
    width: 100%;
    height: 700px;
    /*background: #f9f9f9;*/
    background: url("../images/news.jpg") rgba(0, 0, 0, 0.7);
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
    background-attachment: fixed;
    margin: 50px 0;
    position: relative;
}
.latest-news h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 40px;
}
.latest-news h2::before {
    content: url('../images/latest-news-before.png');
    margin-right: 30px;
    /*filter: invert(1);*/
}
.latest-news h2::after {
    content: url('../images/latest-news-after.png');
    margin-left: 30px;
    /*filter: invert(1);*/
}
.news {
    background: #eeeeee;
    padding: 15px 15px;
    padding-left: 50px;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
}
.news img {
    background: #8a1538;
    padding: 12px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -20px;
    top: -20px;
    border-radius: 5px;
}
.news:nth-child(even){
    padding-left: 15px;
    padding-right: 40px;
}
.news:nth-child(even) img {
    background: #333;
    right: -20px;
    left: auto;
}
.news p {
    font-size: 14px;
    font-family: verdana;
    color: #032944;
    margin-bottom: 0;
}

.btn-primary {
    color: #fff;
    background-color: #444;
    border-color: #222;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 10px 15px;
}
.btn-primary:hover {
    background-color: #000000;
    border-color: #000;
}
/* latest-news end   */
/*  */
.TeamMembers h2 {
    font-size: 3rem;
    font-weight: bolder;
    font-family: verdana;
    color: #13131438;
    text-transform: uppercase;
}
.team-members{
    min-height: 100vh;
    background: url("../images/people-bg.png") no-repeat fixed;
    background-position: left bottom;
    padding-left: 15%;
}
.team-members .PhD-Students h2 {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: bold;
    font-family: verdana;
    color: #444;
    padding-left: 40px;
}

.PhD-Students .owl-carousel .owl-item img {
    width: 250px;
    height: auto;
    position: absolute;
    left: 20px;
    top: 20px;;
    border: 1px solid rgb(109, 109, 109);

}

.PhD-Students .item {
    padding-bottom: 10px;
}
.owl-carousel .owl-item .card{
    position: relative;
    border: 1px solid rgba(0,0,0,.125);
}
.owl-carousel .owl-item .card-content{
    border: 1px solid rgb(109, 109, 109);
    padding: 10px 10px 10px 130px;
}
.owl-carousel .owl-item .card-content h3 {
    font-size: 18px;
    color: #333;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}
.owl-carousel .owl-item .card-content h6 {
    color: #444;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 8px 0;
}

.owl-carousel .owl-item .card-content p {
    color: #505051;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 10px;
    height: 120px;
    overflow: hidden;
    text-align: justify;
    line-height: 20px;
}

.footer iframe {
    height: 100%;
}

.content-footer {
    border-top: 1px solid #ccc;
    height: 40px;;
    padding: 5px 0 !important;
}
.socialicons{
    text-align: left;
    line-height: 40px;
}
.socialicons svg{
    font-size: 24px;
}
.socialicons svg:hover{
    color: #9029a5;
}

.navigation-thumbs {
    padding: 0;
    position: initial;
}

.navigation-thumbs .item {
    width: 100%;
    position: relative;
    height: 180px;
    padding: 10px 0;
}

.navigation-thumbs .item img {
    width: 100% !important;
}

.owl-item.active.synced .item {
    position: relative;
    width: 100%;
    height: 180px;
    padding-top: 12px;
}

.navigation-thumbs .item img {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
}

.navigation-thumbs .synced .item img {
    border: 5px solid #333;
    width: 100% !important;
    height: 100% !important;
}

.navigation-thumbs .item {
    padding-top: 20px !important;
}

.navigation-thumbs .item img {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    position: relative;
}
.navigation-thumbs .owl-item {
    padding: 20px 5px;
}
.navigation-thumbs .synced .item::before {
    content: '';
    width: 20px;
    height: 12px;
    position: absolute;
    top: 8px;
    left: calc(50% - 10px);
    background: #333;
    display: block;
    z-index: 999;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.PhD-Students .owl-prev {
    width: 40px;
    height: 40px;
    background: #000 !important;
    color: #fff !important;
    position: absolute;
    z-index: 999999;
    bottom: -150px;
    font-size: 20px !important;
    border-radius: 5px;
    left: -20px;
}
.PhD-Students .owl-next {
    width: 40px;
    height: 40px;
    background: #000 !important;
    color: #fff !important;
    position: absolute;
    z-index: 999999;
    bottom: -150px;
    right: -20px;
    font-size: 20px !important;
    border-radius: 5px;
}
.owl-carousel.my-carousel .owl-item img{
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}
.Postdocs {
    margin-top: 50px;
}
.Postdocs h2 {
    width: 100%;
    text-align: center;
    z-index: 999;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: bold;
    font-family: verdana;
    color: #444;
}
.Postdocs .owl-carousel .item{
    padding: 10px 15px;
}
.person {
    box-shadow: 0 0 4px #ccc;
}
.person .person-information {
    padding:10px;
    text-align: center;
}
.person .person-information h4 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    /* margin: 0; */
}
.person .person-information p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    color: #333;
    margin: 0;
}
.person .person-information a{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: #0167af;
}
.person-soical{
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    padding: 0 10px;
    background: #fff;
}
.person-soical a{
    text-decoration: none;
    color: #000;
    margin: 0px;
    font-size: 20px;
}
.person-soical a:hover{
    color: #9c27b0;
}
/* alumni start */
.alumni {
    width: 100%;
    height: 500px;
    background: #cccccc;
    padding: 0px 0;
    position: relative;
}
.alumni h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    display: block;
    text-align: center;
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 40px;
}
.alumni h2::before {
    content: url(../images/latest-news-before.png);
    margin-right: 30px;
    filter: invert(1);
}
.alumni h2::after {
    content: url(../images/latest-news-after.png);
    margin-left: 30px;
    filter: invert(1);
}
.alumni::before {
    content: '';
    width: 190px;
    height: 190px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    /*background: #9f03c0;*/
}
.alumni::after {
    content: '';
    width: 160px;
    height: 160px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    /*background: #0373c0;*/
}
.alumni-carousel .item img {
    width: 130px !important;
    margin-top: 0px;
    margin-left: 20px;
    z-index: 2;
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
}
.alumni .owl-carousel.owl-drag .owl-item {
    height: 160px;
    padding-top: 10px;
}
.alumni .person {
    box-shadow: 0 0 0px #ccc;
}
.alumni .person .person-information {
    padding: 10px;
    text-align: center;
    width: 90%;
    background: #fff;
    margin-left: 10%;
    padding-left: 90px;
    height: 140px;
    position: absolute;
    top: 20px;
}
.alumni .owl-carousel .owl-nav {
    display: block!important;
    width: 120px;
    position: relative;
    margin: 20px auto;
}
.alumni .owl-carousel .owl-nav .owl-prev,
.alumni .owl-carousel .owl-nav .owl-next {
    bottom: 0px;
    position: relative;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
}
.alumni .owl-carousel .owl-nav .owl-prev{
    left: 0;
}
.alumni .owl-carousel .owl-nav .owl-next{
    right: 0;
}
.alumni .person-soical {
    position: relative;
    bottom: 0px;
    font-size: 20px;
    padding: 0 10px;
    background: none;
}
.alumni .person-soical a{
    color: #000;
    font-size: 18px;
}
/* alumni end */
/* Recent-Publications start */
.Recent-Publications{
    padding: 50px 0;
}
.Recent-Publications h2 {
    font-size: 30px;
    font-weight: bold;
    color: #444;
    display: block;
    text-align: center;
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 40px;
}
.Recent-Publications h2::after {
    content: url('../images/publication-after.png');
    margin-left: 40px;
    filter: grayscale(1);
}
.Recent-Publications h2::before {
    content: url('../images/publication-before.png');
    margin-right: 40px;
    filter: grayscale(1);
}
.Recent-Publications .row.publication-text::after {
    content: '';
    width: 50%;
    height: 400px;
    right: 0;
    margin-top: -20px;
    position: absolute;
    display: block;
    background: #ebebeb;
    z-index: 1;
}
.Recent-Publications .row.publication-text{
    height: 400px;
}
.Recent-Publications .row.publication-text h3{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #032944;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
}
.Recent-Publications .row.publication-text img.w-100 {
    max-height: 380px;
    width: auto !important;
    margin: 0 auto;
    display: block;
    height: auto;
    max-width: 100%;
}
.Recent-Publications .row.publication-text .info{
    color: #032944;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 10px 0;
    border-bottom: 1px solid #999;
}
.Recent-Publications .row.publication-text .col:last-child{
    z-index: 2;
    direction: ltr;
}
.Recent-Publications .row.publication-text:nth-child(odd){
    direction: rtl;
}
.Recent-Publications .row.publication-text:nth-child(odd)::after{
    content: '';
    right: auto;
    left: 0;
}

.Recent-Publications .row.publication-text:nth-child(3)::after {
    content: '';
    min-height: 400px;
}

.Recent-Publications .row.publication-text .position-abs{
    position: absolute;
    bottom: 30px;
}
.Recent-Publications .row.publication-text .position-abs .border-bottom {
    border-bottom: 1px solid #b1b1b1!important;
    margin: 5px 0;
}
.Recent-Publications .row.publication-text a.show-more {
    height: 40px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    padding: 0 15px;
}

.Recent-Publications .row.publication-text .publication-soical a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 0;
    background: none;
}

.All_Publications a,
.videos a {
    height: 44px;
    line-height: 40px;
    padding: 0 15px;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: inline-block;
    margin: 0 auto;
    border: 2px solid #000;
    transition: all ease-in-out .4s;
}

.All_Publications a:hover,
.videos a:hover {
    background: #000000;
    color: #fff;
    transition: all ease-in-out .4s;
}
/* Recent-Publications end */
/* footer start */
.footer {
    position: relative;
    height: 240px;
}
.fotter iframe{
    height: 100%;
    height: 580px;
}
.footer .form-contact {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    top: 0;
    height: 100%;
    padding-top: 80px;
}
.footer .form-control {
    color: #fff;
    background-color: rgba(37, 37, 37, .8);
    border: 0px solid #ced4da;
    border-radius: 0;
}

.form-control {
    border: 1px solid #ced4da !important;
}

.footer .form-group label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #fff;
    position: absolute;
    height: 40px;
    margin-bottom: 0;
    line-height: 40px;
    padding: 0 10px;
    transition: all ease-in-out .4s;
}

.footer .form-group.have-value label {
    font-size: 12px;
    margin-top: -20px;
    transition: all ease-in-out .4s;

}

form {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}

form .form-group.text-center {
    text-align: right !important;
    padding-top: 35px;
    float: right;
}

.footer input[type="submit"] {
    width: 150px;
    height: 40px;
    border: 0;
    line-height: 40px;
    background: #252525;
    color: #fff;
    font-size: 18px;
    font-family: verdana;
}
.footer .col-lg-5 h4 {
    background: #020806;
    padding: 0 10px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    position: relative;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 50px;
}
.footer .col-lg-5 h4 svg {
    font-size: 29px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    height: 30px;
    margin-top: 5px;
    position: absolute;
    left: 10px;
}
textarea{
    resize: none;
}
/* footer end */
/* copy start */
.copy {
    height: 64px;
    line-height: 64px;
    background: #8a1538;
    color: #fff;
    font-size: 16px;
}

/* copy end */


.card-columns .card {
    border: 0pc solid #0000;
    transition: ease-in-out .4s;
}

.people .col-lg-3 .card img {
    transition: all ease-in-out .4s;
    filter: grayscale(50%);
    transform: rotateY(180deg);
    width: 100%;
    height: auto;
    /*max-height: 220px*/

}

.people .col-lg-3 .card:hover img {
    transform: rotateY(0deg);
    filter: grayscale(0%);

    transition: all ease-in-out .4s;
}

.videos h2 {
    font-size: 30px;
    font-weight: bold;
    color: #444;
    display: block;
    text-align: center;
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 40px;
}

.video {
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
    height: 200px;
}

.video img {
    height: 100%;
    width: auto;
    min-width: 100%;
}

.video-info {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    top: 0;
    right: 0;
    left: 0;
    transform: rotate3d(-7, -7, -7, 120deg);
    transition: all ease-in-out .4s;
}

.video:hover .video-info {
    transform: rotate3d(-7, -7, -7, 0deg);
    transition: all ease-in-out .4s;
}

.video-info svg {
    color: #810303;
    font-size: 20px;
    margin: 10px auto;
    display: block;
    /* margin-top: 75px; */
}

.video-info h6 {
    color: #f9f9f9;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
    text-align: center;
}

.otherVideos .video {
    height: auto !important;
}

.otherVideos .video img {
    position: relative;
    height: 200px;
}

.otherVideos .video-info {
    position: relative;
    transform: rotate3d(-7, -7, -7, 0deg);
!important;
}

.otherVideos .video-info h6 {
    padding: 0px;
    text-align: center;
    left: 10px;
    background: #044674;
    display: block;
    height: 30px;
    line-height: 30px;
    width: calc(100%);
    position: relative;
}


.otherVideos .owl-nav {
    width: 100px;
    height: 34px;
    position: absolute;
    top: -37px;
    right: 0;
    text-align: right;
}

.otherVideos .owl-nav .owl-prev,
.otherVideos .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    background: #831a99 !important;
    font-size: 20px !important;
    color: #fff !important;
    margin: 0 5px;
}

.otherVideos .owl-nav .owl-prev.disabled,
.otherVideos .owl-nav .owl-next.disabled {
    background: #9d9d9d !important;
}

.keywords a {
    height: 24px !important;
    background-color: #75757599 !important;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 22px !important;
    display: inline-block;
    padding: 0 5px !important;
    border-radius: 4px;
    font-size: 13px;
    margin: 3px;
}

.keywords a:hover {
    background: #9c27b0 !important;
}

.author a {
    color: #0c70d5;
    display: inline-block;
    float: left;
}

.author a:hover {
    color: #023d7a;
}

.fa-g_scholar {
    background: url(../images/icons/scholler.png) no-repeat;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-size: 100% 100%;
}

.bib-file {
    background: url(../images/icons/bib.png) no-repeat;
    display: inline-block;
    /*width: 40px;*/
    /*height: 40px;*/
    background-size: 100% 100%;
}

.Main-Participants .item {
    padding: 10px;
}

.highlight {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#social-links {
    height: 40px;
}

#social-links ul {
    padding: 0;
    margin: 15px 0;
}

#social-links ul li {
    width: 30px;
    display: inline-block;
    float: left;
    text-align: center;
}

.w-40 {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    border: 1px solid #000;
    margin-right: 3px;
    display: inline-block;

}

.w-100 .overflowyauto {
    width: auto;
    min-width: 100%;
    max-width: initial;
    display: flex;
    overflow: auto;
}

.videos-page iframe {
    width: 100% !important;
    height: 90vh !important;
}


.moreBtn span {
    line-height: 34px;
}

.search-container {
    position: fixed;
    z-index: 1036;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
}

.search-container .form {
    width: 80%;
    display: block;
    margin: 50px auto;
}

.search-container .form input[type=search],
.search-container .form input[type=search]:focus {
    outline-offset: -2px;
    -webkit-appearance: none;
    width: calc(100% - 100px);
    height: 60px;
    border: 0;
    padding: 0 10px;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    float: left;
}


.search-container .form input[type=search]::placeholder {
    color: #fff;
}

.search-container .form input[type=submit] {
    height: 60px;
    background: #ccc;
    border: 0;
    color: #333;
    min-width: 100px;
    display: flex;
    float: left;
    padding: 0 20px;
    text-align: center;
}

.search-container h2 {
    width: 80%;
    color: #fff;
    font-weight: bolder;
    font-size: 5vw;
    margin: auto;
    margin-top: 50px;
}


.search-container h2 span.close {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    opacity: 1;
    opacity: 1;
}

.g-recaptcha {
    display: inline-block;
    float: left;
}

.user-profile-img {
    width: 40px;
    padding-top: 25px;
}

.navbar-fixed-top .user-profile-img {
    width: 40px;
    padding-top: 10px;
}


span[aria-current="page"] span {
    background-color: #3496d2 !important;
    color: white;
}

.nav-tabs {
    border-bottom: 1px solid #e3e3e3;
    height: 50px;
    background: #ffffff;
    padding: 5px 0;
    min-width: 100%;
    display: table-cell;
    white-space: nowrap;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0 5px;
    display: initial;
}

nav {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #42517f;
    border: 0;
    background-color: #ffffff;
    border-bottom: 4px solid #42517f;
}

.Publication-Main-Participants {
    height: auto;
    overflow: auto;
}

.Publication-Main-Participants a {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 15px;
}

.Publication-Main-Participants a img {
    width: 100%;
}

h6 {
    line-height: 24px;
}

.project-img .card h6 {
    margin-bottom: 0;
    font-size: 14px;
}

.pagination {
    display: table;
    text-align: center;
    border: 1px solid #ccc;
    margin: 20px auto;
}

.pagination li {
    display: inline-flex;
}

.pagination li a {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #817f7f;
}

.navItemPagination {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e3e3e3;
}

.pagination li.active .navItemPagination {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgb(1, 28, 103);
    color: #ffffff;
}

.disabled a {
    pointer-events: none;
    cursor: default;
    background: #8f8f8f;
    color: #e1e1e1;
}

.h-45 {
    height: 45px;
}


/* projects page start */
.page-title {
    background: #cfcfcf;
    margin-bottom: 40px;
}

.page-title h3 {
    margin: 0;
    font-size: 2.5vw;
    font-weight: bold;
    width: 100%;
    padding: 20px 15px;
    color: #8a1538;
    /*white-space: nowrap;*/
    text-align: center;
    /*overflow: hidden;*/
}

.project-page .project {
    box-shadow: 0 0 4px #ccc;
    margin-bottom: 30px;
}

.project-page .project img {
    width: 100%;
    height: auto;
    /*min-height: 190px;*/
    /*max-height: 190px;*/
}

.project-page .project h4 {
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 34px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    /*min-height: 50px;*/
}

.project-page .project h6 {
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
}

.project-page .project .date {
    margin: 5px 0;
}

.project-page .project h6 span svg {
    margin-right: 5px;
}

.project-page .project p {
    padding: 10px 15px;
    font-size: 14px;
    text-align: justify;
}

.project-page .project a.show-more {
    height: 34px;
    display: inline-block;
    padding: 0 10px;
    background: #333;
    line-height: 34px;
    color: #fff;
    margin: 10px 15px;
    text-decoration: none;
}

.project-page .project a.show-more:hover {
    background: #000;
}

.project-show {
    min-height: calc(100vh - 100px);
}

.project-img h6 {
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.project-img h6 span {
    width: 100%;
    display: block;
    line-height: 34px;
}

.project-img h6 span svg {
    margin-right: 5px;
}

.project-content h4 {
    font-size: 20px;
    border-left: 5px solid #044674;
    color: #044674;
    padding-left: 10px;
}

.project-content p {
    font-size: 14px;
    font-family: verdana;
    text-align: justify;
    color: #555;
}

.icons-download a {
    font-size: 40px;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    margin: 0 3px;

}

.share-buttons,
.Authers {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 0;
}
.Authers h6{
    font-size: 12px;
    text-align: center;
}

.pub-auth {
    float: left;
    height: 120px;
    padding: 5px;
    overflow: hidden;
}

.pub-auth img {
    height: auto;
    width: 100% !important;
    margin: 0px auto;
    padding: 5px;
}

.pub-auth h6 {
    font-size: 12pt !important;
    padding: 0;
    border: 0;
    margin: 5px;
}
.Authers h6{
    font-size: 12px;
    text-align: center;
}

.share-buttons h5,
.Authers h5 {
    background: #ccc;
    padding: 0 10px;
    line-height: 34px;
    font-size: 18px;
}

.links-share {
    padding: 0 10px;
    overflow: overlay;
}
.links-share a{
    display: inline-block;
    float: left;
    margin: 5px;
}

.share-buttons a {
    text-decoration: none;
    color: #000;
    font-size: 22px;
    width: 40px;
    display: contents;
    float: left;
    text-align: center;
}

.Main-Participants .person-img {
    max-height: 230px;
    overflow: hidden;
}

.project-show .person img {
    transition: all ease-in-out .4s;
    height: 150px;
}

.project-show .person:hover img {
    transform: rotate(3deg) scale(1.1);
    transition: all ease-in-out .4s;
    filter: grayscale(1);
}

.project-show .person .person-information {
    padding: 10px;
    text-align: left;
}

.project-show .person .person-information p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #02385e;
}

.project-show .person .person-information a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    background: #000;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
    margin-top: 10px;
}

/* project page end */
/* news page start */

.news-page {
    min-height: calc(100vh - 85px);
}

/* news page end */
/* publication page start */
.publication-page .project h6 {
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0px;
}

.publication-page .info {
    min-height: 70px;
}

.publication-page .project h4 {
    padding: 5px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 23px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.publication-page .project img.card-img-top {
    padding: 10px;
    height: 220px;
    width: auto;
    margin: auto;
    display: block;
}

/* publication page end */


/* contact page start  */
.contact-page h4 {
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 18px;
    box-shadow: 0 0 4px #ccc;
    margin-bottom: 10px;
    background: #f9f9f9;
}

.contact-page input[type="submit"] {
    padding: 0 15px;
    font-size: 16px;
    background: #770c8d;
    border: 0;
    height: 34px;
    color: #fff;
    line-height: 34px;
}

/* contact page end */

.moreBtn a {
    height: 34px;
    display: inline-block;
    padding: 0 10px;
    line-height: 34px;
    background: #333;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out .4s;
}

.moreBtn a:hover {
    background: #42517f;
    transition: all ease-in-out .4s;
}

.card-content {
    padding: 10px;
}


.sidebar .a-link {
    font-size: 14px;
    text-decoration: none;
    line-height: 20px;
    color: #000;
    display: block;
}

.sidebar .a-link img {
    width: 40px;
    float: left;
    margin-right: 10px;
}

.max-w-100 {
    max-width: 100%;
}

.card-header {
    padding: 10px;
    margin-bottom: 0;
    background-color: rgb(0 0 0);
    border-bottom: 1px solid rgb(0 0 0);
    color: #fff;
}


.scrollTop {
    position: fixed;
    z-index: 9;
    left: -40px;
    bottom: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #9b3755;
    line-height: 40px;
    color: #fff;
    transition: all ease-in-out .4s;
    cursor: pointer;
}

.scrollTop.show {
    left: 0;
    transition: all ease-in-out .4s;
}


.image-background {
    height: 300px;
    width: 100%;
    background: url("../images/default.jpg");
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}


@media (max-width: 1300px) {
    .section-top .content h2 {
        font-size: 34px;
    }

    .section-top {
        width: 100%;
        height: 560px;
    }
}
@media (max-width:1200px){
    .section-top {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .section-top .content::before {
        content: url(../images/title-before-white.png);
        position: absolute;
        top: 35px;
        left: -100px;
    }
    .section-top .content::after {
        content: url(../images/title-after-white.png);
        position: absolute;
        top: 35px;
        right: -100px;
    }
    .team-members .PhD-Students h2 {
        font-size: 30px;
        padding-left: 40px;
    }

    .owl-carousel .owl-item .card {
        padding-top: 100px;
        padding-left: 120px;
    }

    .PhD-Students .owl-carousel .owl-item img {
        width: 200px;
        left: 20px;
        top: 50px;
    }

    .owl-carousel .owl-item .card-content {
        border: 1px solid rgb(109, 109, 109);
        padding: 10px 10px 10px 110px;
    }
    .owl-carousel .owl-item .card-content h3 {
        font-size: 16px;
    }
    .owl-carousel .owl-item .card-content h6 {
        font-size: 14px;
    }
    .owl-carousel .owl-item .card-content p {
        font-size: 13px;
    }
    .navigation-thumbs img {
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .alumni-carousel .item img {
        width: 110px !important;
        margin-top: -20px;
        margin-left: 10px;
    }

    .person .person-information p {
        font-size: 12px;
    }

    .footer .col-lg-5 h4 {
        font-size: 14px;
    }

    header .menu ul li a {
        padding: 0 5px;
    }
}

@media(max-width:991px){
    header {
        height: 60px;
        border-bottom: 2px solid #640578;
        transition: all ease-in-out .4s;
    }

    header .logo h2 {
        font-size: 28px;
        line-height: 60px;
        transition: all ease-in-out .4s;

    }

    header .logo img {
        height: 40px;
    }

    .latest-news .col-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 90.666667%;
        max-width: 100.666667%;
    }

    #menuSmall {
        line-height: 60px;
        display: block;
    }

    .menu ul {
        width: 240px !important;
        height: calc(100vh - 60px) !important;
        overflow: auto !important;
        position: fixed !important;
        left: -240px;
        top: 60px;
        bottom: 0;
        background: #454b78;
        z-index: 3;
        transition: all ease-in-out .4s;
    }
    .menu ul.open{
        left: 0;
    }
    header .menu ul li{
        display: block;
        width: 100%;
    }
    header .menu ul li a {
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 0 20px;
        height: 60px;
        position: relative;
        transition: all ease-in-out .4s;
        line-height: 60px;
    }
    header .menu ul li a.active, header .menu ul li a:hover {
        border-right: 6px solid #fff;
        border-bottom: 0;
    }
    header .menu ul li a.active::after, header .menu ul li a:hover::after {
        content: '';
        width: 8px;
        height: 12px;
        position: absolute;
        bottom: 25px;
        left: auto;
        clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
        background: #fff;
        display: block;
        transition: all ease-in-out .4s;
        right: -1px;
    }
    .section-top{
        margin-bottom: 0;
    }
    .section-top .content::after {
        content: url(../images/title-after-white.png);
        position: absolute;
        top: 30px;
        right: -130px;
    }
    .section-top .content::before {
        content: url(../images/title-before-white.png);
        position: absolute;
        top: 30px;
        left: -130px;
    }
    .section-top .content h2 {
        font-size: 24px;
    }
    .section-top .content {
        /*background: rgb(4 58 95 / 80%);*/
        position: absolute;
        bottom: 0px;
        width: 100%;
        padding: 30px 0;
        text-align: center;
        color: #fff;
        height: 200px;
    }
    .section-top .content p{
        font-size: 14px;;
    }
    .projects .title-section {
        border-right: 0px solid #ccc;
    }
    .projects .title-section h2 {
        font-size: 7rem;
        text-align: center;
        transform: rotate(0deg);
    }
    .swiper-slide {
        height: 400px;
        margin-bottom: 0;
    }
    .slide-capitcha {
        position: absolute;
        bottom: 50px;
        /*background: #59016c;*/
        color: #fff;
        width: 90%;
        margin-left: -20px;
        padding: 10px 10px 10px 30px;
    }
    .slide-capitcha h4 {
        font-size: 16px;
    }
    .slide-capitcha p {
        font-size: 13px;
    }
    .latest-news h2,
    .alumni h2{
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .latest-news h2::before,
    .latest-news h2::after,
    .alumni h2::before,
    .alumni h2::after,
    .Recent-Publications h2::before,
    .Recent-Publications h2::after{
        display: none;
    }
    .news p {
        font-size: 12px;
    }
    .btn-primary {
        font-size: 14px;
    }
    .news img {
        /*background: #710488;*/
        padding: 8px;
        width: 40px;
        height: 40px;
        position: absolute;
        left: -20px;
        top: -10px;
        border-radius: 5px;
    }

    .team-members{
        position: relative;
        padding-top: 50px;
    }
    .TeamMembers {
        position: absolute;
        top: -70px;
        width: 100%;
        text-align: center;
        left: 0;
    }
    .TeamMembers h2 {
        font-size: 70px;
        transform: rotate(0deg);
    }
    .Postdocs {
        margin-bottom: 20px;
    }
    .Postdocs .owl-nav{
        display: none;
    }
    .Postdocs h2 {
        margin-top: 50px;
        font-size: 30px;
    }
    .alumni {
        width: 100%;
        height: 330px;
        /*background: #510361;*/
        padding: 0px 0;
        position: relative;
    }
    .alumni .mt-5{
        margin-top: 0rem!important;
    }
    .alumni .owl-carousel .owl-stage {
        width: 100%;
        position: relative;
        height: 150px;
        padding: 10px 0;
    }
    .alumni .owl-carousel .owl-nav {
        display: block!important;
        width: 120px;
        position: relative;
        margin: 0px auto;
    }
    .alumni .owl-carousel .owl-item img {
        width: 200px;
        left: 40px;
        top: 10px;
    }
    .alumni::before {
        content: '';
        width: 150px;
        height: 150px;
    }
    .alumni::after {
        content: '';
        width: 130px;
        height: 130px;
    }

    .Recent-Publications .row.publication-text h3,
    .Recent-Publications .row.publication-text h6 {
        font-size: 14px;
    }

    .Recent-Publications .row.publication-text .publication-soical a {
        font-size: 22px;;
    }

    .text-2xl {
        font-size: 1rem !important;
        line-height: 1rem !important;
    }

    .project-page .project h4 {
        padding: 0 15px;
        font-size: 16px;
        font-weight: bold;
        color: #333;
        line-height: 34px;
        border-bottom: 1px solid #ccc;
        margin: 0;
    }

}

@media (max-width: 767px) {
    header .col-md-3, header .col-md-9 {
        width: 50%;
    }

    .projects .title-section h2 {
        font-size: 50px;
    }

    .TeamMembers h2 {
        font-size: 50px;
    }

    .section-top {
        background-attachment: local;
    }

    .section-top .content::before,
    .section-top .content::after {
        display: none;
    }

    .section-top .content h2 {
        font-size: 18px;
    }

    .section-top .content p {
        font-size: 13px;
    }
    .section-top .content {
        padding: 10px 0;
        height: 170px;
    }
    .section-top {
        width: 100%;
        height: 455px;
        background-size: 100%;
    }
    .slide-capitcha h4 {
        font-size: 14px;
    }
    .slide-capitcha p {
        font-size: 11px;
    }
    .swiper-slide {
        height: 330px;
        margin-bottom: 0;
    }

    .mySwiper .swiper-slide {
        height: 110px;
    }

    .PhD-Students .owl-carousel .owl-item img {
        width: 150px;
        left: 20px;
        top: 50px;
    }

    .owl-carousel .owl-item .card-content {
        border: 1px solid rgb(109, 109, 109);
        padding: 10px 10px 10px 60px;
    }
    .owl-prev,.owl-next {
        bottom: -100px;
    }
    .Postdocs .col-md-6{
        width: 50%;
    }
    .alumni .owl-carousel .owl-item img {
        left: 40px;
        top: 70px;
        position: relative;
    }
    .alumni .person .person-information {
        padding: 10px;
        text-align: center;
        width: 80%;
        background: #fff;
        margin-left: 16%;
        padding-left: 50px;
    }
    .alumni {
        width: 100%;
        height: 370px;
    }
    .alumni .owl-carousel .owl-stage {
        width: 100%;
        position: relative;
        height: 210px;
        padding: 10px 0;
    }
    .Recent-Publications .row.publication-text .col{
        width: 100%;
        max-width: 100%;
        flex-basis:auto!important;
    }
    .Recent-Publications .row.publication-text::after{
        display: none;
    }
    .Recent-Publications .row.publication-text {
        min-height: 400px;
        height: auto;
    }
    .loading img {
        width: 100%;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        right: 0;
    }
    .Recent-Publications .row.publication-text .col:last-child {
        z-index: 2;
        direction: ltr;
        background: #f6f6f6;
        padding: 20px;
        margin: 20px 0;
    }
    .Recent-Publications .row.publication-text .position-abs {
        position: relative;
        bottom: 0px;
    }
    .position-abs .col {
        width: 50%!important;
        max-width: 50%;
        flex-basis: auto !important;
    }

    .position-abs .col:last-child {
        margin: 0px !important;
    }

    .team-members .PhD-Students h2 {
        font-size: 30px;
        padding-left: 70px;
    }

    .w-40 {
        width: 30px !important;
        height: 30px !important;
    }

    .sm-revers {
        flex-wrap: wrap-reverse;
    }
}

@media (max-width: 575px) {
    .pub-auth {
        width: 50%;
    }

    .section-top {
        height: 398px;
    }

    .section-top .content p {
        font-size: 12px;
    }

    .slide-capitcha p {
        font-size: 11px;
        height: 50px;
        overflow: hidden;
        line-height: 16px;
    }
    .swiper-slide {
        height: 260px;
        margin-bottom: 0;
    }
    .news {
        background: #ebebeb;
        padding: 10px 15px;
        padding-left: 24px;
        border-radius: 10px;
        margin-bottom: 15px;
        position: relative;
    }
    .team-members .PhD-Students h2 {
        font-size: 20px;
        padding-left: 0px;
        position: relative;
        margin: 0;
    }

    .owl-carousel .owl-item .card {
        padding-top: 0px;
        padding-left: 0px;
    }

    .PhD-Students .owl-carousel .owl-item img {
        width: 90px;
        left: 0px;
        top: 0px;
    }

    .owl-carousel .owl-item .card-content {
        border: 1px solid rgb(109, 109, 109);
        padding: 10px 10px 10px 100px;
    }
    .owl-carousel .owl-item .card-content p {
        font-size: 12px;
    }
    .owl-carousel .owl-item .card-content h6 {
        font-size: 13px;
    }
    .owl-prev, .owl-next {
        bottom: -90px;
    }
    .Postdocs h2 {
        margin-top: 0px;
        font-size: 20px;
    }
    .person .person-information h4 {
        font-size: 16px;
    }
    .person .person-information p {
        font-size: 12px;
    }
    .latest-news h2, .alumni h2 {
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 20px;
    }
    .alumni {
        width: 100%;
        height: 320px;
    }
    .alumni .owl-carousel .owl-item img {
        left: 20px;
        top: 70px;
        position: relative;
    }
    .alumni .person-soical a {
        color: #000;
        font-size: 20px;
    }
    .Recent-Publications h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .All_Publications a {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        border: 1px solid #01497b;
    }
    .footer input[type="submit"]{
        font-size: 16px;
    }
    .navigation-thumbs .synced .item::before {
        content: '';
        width: 12px;
        height: 8px;
        position: absolute;
        top: 13px;
        left: calc(50% - 10px);
        background: #710488;
        display: block;
        z-index: 999;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    }
}


@media(max-width:479px){
    .latest-news .container{
        position: relative;
        z-index: 2;
    }
    .TeamMembers h2 {
        font-size: 30px;
    }
    .latest-news .col-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 95%;
        max-width: 100%;
    }
    .section-top {
        height: 424px;
        margin-bottom: 30px;
    }
    .section-top .content p {
        font-size: 12px;
        line-height: 16px;
        text-align: justify;
    }
    .section-top .content {
        padding: 10px 0;
        height: auto;
    }
    .projects .title-section h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .project-date {
        width: 40px;
        height: 50px;
        position: absolute;
        right: 10px;
        background: #0373c0;
        color: #fff;
        text-align: center;
        padding-top: 0px;
        box-shadow: 0 0 4px #000;
        top: 0;
    }
    .project-date b {
        display: block;
        font-size: 12px;
    }
    .project-date small.border-bottom {
        border-bottom: 1px solid #fff!important;
        width: 54%!important;
        margin: -4px auto 0px auto!important;
        font-size: 10px;
    }
    .swiper-slide {
        height: auto;
        margin-bottom: 0;
        height: 100%;
    }
    .slide-capitcha {
        position: relative;
        width: 100%;
        margin-left: 0;
        bottom: 0;
        padding: 10px;
        overflow: hidden;
    }
    .slide-capitcha h4 {
        font-size: 11px;
    }
    .slide-capitcha::before,
    .slide-capitcha::after{
        display: none;
    }
    .mySwiper .swiper-slide {
        height: 70px;
        padding: 0px;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 30px;
        height: 30px;
        background: #035994;
        border-radius: 5px;
        top: 60%;
        color: #fff;
    }

    .swiper-horizontal.swiper-ios {
        height: 330px;
    }

    .swiper-horizontal.swiper-thumbs {
        height: 70px;
    }

    #sync1 .owl-stage-outer {
        min-height: 450px;
    }

    .team-members {
        position: relative;
        padding-top: 20px;
    }

    .team-members .PhD-Students h2 {
        margin-bottom: 20px;
    }

    .latest-news h2, .alumni h2 {
        margin-bottom: 20px;
    }

    .navigation-thumbs .item, .navigation-thumbs .owl-item.active.synced .item {
        width: 100%;
        position: relative;
        height: 130px;
        padding: 10px 0;
    }

    .PhD-Students .owl-carousel .owl-item img {
        width: 60%;
        left: 20%;
        top: 0px;
        position: relative;
    }
    .navigation-thumbs .owl-item{
        padding: 0;
    }
    .navigation-thumbs img {
        top: 0px !important;
    }
    .PhD-Students .owl-next,
    .PhD-Students .owl-prev{
        bottom: -90px;
    }
    .navigation-thumbs {
        margin-bottom: 30px;
    }

    .owl-carousel .owl-item .card-content {
        border: 1px solid rgb(109, 109, 109);
        padding: 10px;
        position: relative;
        background: #fff;
        top: 10px;
    }

    .Postdocs .col-md-6 {
        width: 90%;
        margin-bottom: 25px;
    }

    .alumni-carousel .item img {
        width: 80px !important;
        margin-top: -90px;
        margin-left: 0;
    }

    .h-45 {
        height: 60px;
    }

    .alumni .person .person-information {
        padding: 10px;
        text-align: center;
        width: 90%;
        background: #fff;
        margin-left: 9%;
        padding-left: 50px;
    }

    .person .person-information a {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 12px;
        color: #0167af;
    }
    .alumni .person-soical a {
        color: #000;
        font-size: 20px;
    }
    .alumni .owl-carousel .owl-item img {
        left: 10px;
        top: 70px;
        position: relative;
    }
    .Recent-Publications .row.publication-text a {
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }
    .Recent-Publications .row.publication-text .position-abs {
        position: relative;
        bottom: 0px;
        width: 100%;
        right: 0;
        padding: 0;
        margin: 0;
    }
    .footer .form-group label{
        font-size: 13px;
    }
    .footer input[type="submit"] {
        font-size: 13px;
        padding: 0 10px;
        width: 100px;
    }

    .footer .col-lg-5 h4 {
        font-size: 11px;
    }

    .copy {
        height: 44px;
        line-height: 44px;
        background: #044674;
        color: #fff;
        font-size: 12px;
    }

    .page-title h3 {
        font-size: 5vw !important;
    }

    .user-profile-img {
        float: right;
    }

    .project-page .project h4 {
        padding: 10px 15px;
        font-size: 16px;
        font-weight: bold;
        color: #333;
        line-height: 20px;
        border-bottom: 1px solid #ccc;
        margin: 0;
    }

    .publication-page nav {
        width: 100%;
        overflow-y: auto;
    }

    .publication-page .nav-tabs {
        width: max-content;
    }

    .videos-page iframe {
        width: 100% !important;
        height: 350px !important;
    }
    .sm-revers{
        flex-wrap: wrap-reverse;
    }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .card-columns {
        column-count: 2;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .card-columns {
        column-count: 2;
    }

}


@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }

}

/*background: #e3e3e3;*/
.nav-tabs .nav-link:hover {
    border: 1px solid #ffffff;
    border-bottom: 3px solid #ccc;
}

.btn-show-more-publications {

    width: 150px;
    height: 40px;
    background: #ccc;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    clear: both;
    margin: 20px auto;
    cursor: pointer;
    display: none;
}


.rounded-50 {
    width: 100%;
    border-radius: 50%;
}

select option:disabled {
    background: #999999;
    color: #0c0c0c;
}


.projects-carousel .card .card-img-top {
    height: 200px;
    width: auto !important;
    min-width: auto;
    max-width: max-content;
    margin: 0 auto;
}
