a {
    cursor: pointer;
}

#sideNav .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    text-transform: uppercase
}

@media (min-width: 992px) {
    #sideNav {
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        width: 17rem;
        height: 100vh
    }

    #sideNav .navbar-brand {
        display: flex;
        margin: auto auto 0;
        padding: .5rem
    }

    #sideNav .navbar-brand .img-profile {
        max-width: 10rem;
        max-height: 10rem;
        border: .5rem solid rgba(255, 255, 255, .2)
    }

    #sideNav .navbar-collapse {
        display: flex;
        align-items: flex-start;
        flex-grow: 0;
        width: 100%;
        margin-bottom: auto
    }

    #sideNav .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%
    }

    #sideNav .navbar-collapse .navbar-nav .nav-item {
        display: block
    }

    #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
        display: block
    }
}

ul#nav {
    padding: 0;
    margin: 0;
}

ul#nav li {
    display: block;
    float: none;
    clear: both;
    background: #303030;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #2B2B2B;

    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
}

ul#nav li a {
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
    fa: #ccc;
}

ul#nav li:hover, ul#nav li:focus {
    background: #363636;
}

ul#nav li:hover a, ul#nav li:focus a {
    color: #f7f7f7;
    cursor: pointer;
}

ul#nav .currentmenu {
    font-weight: bold;
}

ul#nav li.currentmenu a {
    color: #fff;
}

ul#nav li.currentmenu {
    background: #363636;
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #252525;
}

ul#nav li.currentmenu .fa {
    color: #429ab4;
}

ul#nav li .text {
    padding-left: 5%;
    margin-left: 50px;
    line-height: 45px;
    width: 180px;
    -webkit-box-shadow: -3px 0 5px -4px #000;
    box-shadow: -3px 0 5px -4px #000;
}

ul#nav li .icon {
    float: left;
    line-height: 45px;
    width: 50px;
    text-align: center;
    font-size: 20px;
}

.profile {
    text-align: center;
    padding: 30px 0;
    position: relative;
}

.profile, .title h2 {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0 10px 0;
}

.profile, .title h3 {
    font-size: 18px;
    font-weight: 300;
    color: #aaa;
    margin: 0px 0 10px 0;
}

#particles-js {
    height: 180px;
    width: 100%;
    position: absolute;
}

.underline {
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
}

ul li .title {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    /*z-index;10;*/
    /*padding-top;*/
}

ul li .description {
    line-height: 16px;
    font-size: 14px;
}

hr.seperator {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #EBEBEB, rgba(0, 0, 0, 0));
}

hr.colorseperator {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #429ab4, rgba(0, 0, 0, 0));
}

.feature-box {
    margin-top: 60px;
}

.feature-box .feature-title {
    font-weight: 500;
}

.feature-box .features-big .feature-title {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.feature-box .features-big .fa {
    font-size: 4rem
}

.feature-box .features-small {
    text-align: left
}

.feature-box .features-small .fa {
    font-size: 2rem
}

@media (min-width: 992px) {
    .mb-r {
        margin-bottom: 3rem !important
    }
}

@media (max-width: 992px) {
    .mb-r {
        margin-bottom: 2rem !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.grey-text {
    color: #9e9e9e !important
}

.font-bold {
    font-weight: 500
}

.color1-text {
    font-size: 2rem;
    color: #008FD3 !important;
}

.color2-text {
    font-size: 2rem;
    color: #20AD65 !important;
}

.color3-text {
    color: #F0CF61 !important;
    font-size: 2rem;
}

.color4-text {
    color: #E2B7C1 !important;
    font-size: 2rem;
}

.btn-color1 {
    background-color: #008FD3 !important;
    color: #fff !important;
    font-weight: bold;
}

.btn-color2 {
    background-color: #20AD65 !important;
    color: #fff !important;
    font-weight: bold;
}

.btn-color3 {
    background-color: #F0CF61 !important;
    color: #fff !important;
    font-weight: bold;
}

.btn-color4 {
    background-color: #E2B7C1 !important;
    color: #fff !important;
    font-weight: bold;
}

.btn-color5 {
    background-color: #429ab4 !important;
    color: #fff !important;
    font-weight: bold;
}

.section-color1 {
    background-color: #f7f7f7;
}

.timeline-container {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
}

.timeline-item {
    padding: 1em 2em 2em;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    border-left: 2px solid rgba(0, 0, 0, 0.3);
}

.timeline-item p {
    font-size: 1rem;
}

.timeline-item::before {
    content: attr(date-is);
    position: absolute;
    left: 2em;
    font-weight: bold;
    top: 0;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: .785rem;
}

.timeline-item::after {
    width: 10px;
    height: 10px;
    display: block;
    top: 0;
    position: absolute;
    left: -7px;
    border-radius: 10px;
    content: '';
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
}

.timeline-item:last-child {
    -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
}

.timeline-item p {
    font-size: 13px;
    font-style: italic;
}

#call-to-action {
    background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 25px;
    transition: background 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #1dc8cd;
    border: 2px solid #1dc8cd;
}

.content {
    display: none;
}

.content:first-of-type {
    display: block;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*------------------------------PHOTO GALLERY---------------------------*/
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*jssor slider arrow skin 051 css*/
.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}

/*jssor slider thumbnail skin 111 css*/
.jssort111 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100px;
    background-color: #000;
}

.jssort111 .p img {
    margin-left: 40px;
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
}

.jssort111 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .45;
}

.jssort111 .p:hover .t {
    opacity: .8;
}

.jssort111 .pav .t, .jssort111 .pdn .t, .jssort111 .p:hover.pdn .t {
    opacity: 1;
}

.jssort111 .ti {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, .3)
}

.jssort111 .pav .ti, .jssort111 .pdn .ti, .jssort111 .p:hover.pdn .ti {
    color: #000;
    background-color: rgba(255, 255, 255, .6);
}

/*------------------------------RESEARCH PROJECTS--------------------------*/
.projects-list {
    list-style: none;
    padding: 0;
}

.projects-list li {
    background-color: #FdFdFd;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 3px 3px -3px #ccc;
    box-shadow: 0px 3px 3px -3px #ccc;
    border-radius: 3px;
}

.projects-list li .image {
    position: relative;
    overflow: hidden;
}

.projects-list li .projectinfo {
    overflow: hidden;
    padding: 20px;
    cursor: pointer;
}

.projects-list li .details {
    display: none;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: inset 0px 3px 5px -3px #ccc;
    box-shadow: inset 0px 3px 5px -3px #ccc;
}

.image-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.projects-list li .closed {
    display: none;
}

/*------------------------------------ABOUT PI------------------------------------*/
.card .testimonial-card .avatar, .white {
    background-color: #fff !important
}

.testimonial-card .card-up {
    overflow: hidden;
    height: 120px;
    border-radius: .3rem .3rem 0 0
}

.testimonial-card .avatar {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin: -65px auto 0;
    overflow: hidden;
    border: 5px solid #fff
}

.testimonial-card .avatar img {
    width: 100%;
    height: auto;
}

.testimonial-card p {
    font-size: 15px;
}

.indigo {
    background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(5, 8, 5, 0.94)), url(../img/bg2.jpg) fixed center center;
}

.testimonial .avatar img {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.card .card-circle ul, .card-overlay ul, .flex-center ul, .section.team-section .avatar ul, .testimonial-carousel .testimonial .avatar ul {
    list-style-type: none;
    padding: 0
}

.card .card-circle, .card-overlay, .flex-center, .section.team-section .avatar, .testimonial-carousel .testimonial .avatar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.card .card-circle p, .card-overlay p, .flex-center p, .section.team-section .avatar p, .testimonial-carousel .testimonial .avatar p {
    margin: 0
}

.card .card-circle ul, .card-overlay ul, .flex-center ul, .section.team-section .avatar ul, .testimonial-carousel .testimonial .avatar ul {
    text-align: center
}

.card .card-circle ul li, .card-overlay ul li, .flex-center ul li, .section.team-section .avatar ul li, .testimonial-carousel .testimonial .avatar ul li {
    margin-bottom: 1rem
}

.card-body .card-title {
    font-weight: 400
}

.card-body .card-title.title-one {
    -webkit-transition: .4s;
    transition: .4s
}

.card-body .card-title.title-one:hover {
    color: #4285f4
}

.card-body .card-title {
    margin-bottom: .3rem
}

.card-body .card-meta {
    font-weight: 300;
    font-size: .86rem;
    color: #757575
}

.card-body .card-meta .fa {
    padding-right: .5rem
}

.card-body span {
    -webkit-transition: .5s;
    transition: .5s
}

.card-body span:hover {
    color: #4285f4
}

.card-body h3, .card-body h5 {
    font-weight: 400;
    margin-bottom: 1rem
}

.card-body h4 {
    font-weight: 500;
    margin-bottom: 1rem
}

.card-body a h5 {
    font-size: 1rem
}

.card .card-body h3 {
    margin-bottom: 0;
    padding: .7rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card:not([class*="card-outline-"]) {
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}


.card-picture {
    width: 100%;
    padding: 0;
    margin: 0;
}

.card-dark {
    background: linear-gradient(rgba(29, 200, 205, 0.65), rgba(29, 205, 89, 0.2)), url(../img/call-to-action-bg.jpg) fixed center center;
}

.white-text {
    color: white !important;
}

.biograph {
    margin-top: 5%;
}

/*contact information list*/
/*.equalrow .row{*/
/*display:flex;*/
/*}*/
.d-flex {
    display: flex;
}

.contactlist ul {
    list-style: none;
    margin: 0 0 0 0;
}

.contactlist ul li {
    font-size: 14px;
    margin: 10px 0;
}

.contactlist ul li {
    padding-left: 10%;
    text-align: left;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-purple {
    color: #fff;
    background-color: #7b1fa2
}

.badge-purple[href]:focus, .badge-purple[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7b1fa2
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-green {
    color: #fff;
    background-color: #429ab4
    /*border-radius:.1rem;*/
}

.badge-darkgreen {
    color: #fff;
    background-color: #337284
    /*border-radius:.1rem;*/
}

.badge-darkred {
    color: #fff;
    background-color: #c2185b;
}

.badge-indigo {
    background-color: #3f51b5;
    color: #fff;
}

.badge-amber {
    background-color: #ffe082;
    color: rgba(0, 0, 0, .6);
}

.badge-lightpurple {
    background-color: #e1bee7;
    color: rgba(0, 0, 0, .6);
}

.dates {
    float: left;
    width: 75px;
}

ul.ul-dates {
    list-style: none;
}

ul.ul-dates div.dates span:first-child {
    -webkit-box-shadow: 0px 2px 6px -3px rgba(68, 68, 68, 0.5);
    box-shadow: 0px 2px 6px -3px rgba(68, 68, 68, 0.5);
    z-index: 3;
    position: relative;
}

ul.ul-dates div.dates span {
    padding: 6px;
    display: block;
    text-align: center;
    position: relative;
}

ul.ul-dates div.datas-content {
    margin-left: 90px;
    min-height: 70px;
    padding-top: 10px;
}

ul.ul-dates div.datas-content h5 {
    font-weight: 400;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: -3px;
}

div.datas-content small {
    margin-top: -10px;
}

/*collapsible timeline*/

ul.timeline {
    border-left: 8px solid #FFF;
    list-style: none;
    padding: 1px 0;
    margin-left: 100px;
}

ul.timeline li .timeline-date {
    float: left;
    padding: 10px 15px 10px 10px;
    margin-top: 10px;
    margin-left: -115px;
    font-size: 15px;
    width: 110px;
    text-align: center;
    /*background: #03cc85;*/
    color: #fff;
}

/*ul.timeline li.open .data {
	background: #03bb7a;
}*/

ul.timeline {
    border-left: 8px solid #0000001a;
    list-style: none;
    padding: 1px 0;
    margin-left: 100px;
}

ul.timeline li .timeline-date {
    float: left;
    padding: 10px 15px 10px 10px;
    margin-top: 10px;
    margin-left: -115px;
    font-size: 15px;
    width: 110px;
    text-align: center;
    color: #fff;
}

/*ul.timeline li.open .data {
	background: #03bb7a;
}*/

ul.timeline li .circle {
    float: left;
    margin: 20px 0;
    margin-left: -14px;
    width: 20px;
    height: 20px;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    background-color: #429ab4;
}

ul.timeline li.open .circle {
    background-color: #337284;
    -webkit-box-shadow: 0px 2px 6px -3px rgba(68, 68, 68, 0.5);
    box-shadow: 0px 2px 6px -1px rgba(68, 68, 68, 0.5);
}

ul.timeline li .timeline-data {
    background: #fdfdfd;
    margin: 10px 0px 10px 20px;
    border-left: 10px solid;
    padding: 18px 20px;
    font-size: 16px;

    -webkit-box-shadow: 0px 3px 3px -3px #ccc;
    box-shadow: 3px 3px 10px -1px #ccc;
    border-radius: 3px;
    border-color: #429ab4;
}

ul.timeline li.open .timeline-data {
    border-color: #337284;
    background: #fff;
}

ul.timeline li .timeline-data .timeline-title {
    cursor: pointer;
    color: #429ab4;
    font-size: 18px;
}

ul.timeline li .timeline-data .text {
    display: none;
    margin-top: 15px;
    font-size: 14px;
}

ul.timeline li .timeline-date {
    background: #429ab4;
}

/*-------------------------Publications----------------------------*/
.select-style {
    max-width: 40%;
}

.select-style select {
    width: 105%;
    -webkit-appearance: none;
}

.mix {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
}

.pubitems .item {
    margin-bottom: 20px;
    width: 100%;
}

.pubitems .pubmain {
    background: #fefefe;
    padding: 25px 25px 35px 25px;
    min-height: 130px;
    position: relative;
    -webkit-box-shadow: 0px 3px 3px -3px #ccc;
    box-shadow: 0px 3px 3px -3px #ccc;
    /*cursor: pointer;*/
}

.pubclick {
    cursor: pointer;
}

.pubitems .pubtitle {
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 20px;
    font-weight: 300;
}

.pubitems .pubmain div {
    font-size: small;
}

.pubitems .pubmain .label {
    margin-right: 10px;
}

.pubitems .pubmain .pubassets {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fafafa;
    text-align: center;
    border-top: 2px solid;
    border-top-color: #429ab4;
}

.pubitems .pubmain .pubassets a {
    color: #429ab4;
    padding: 5px 15px;
    float: right;
    font-size: 18px;
}

.pubitems .pubmain .pubassets a:hover, .pubitems .pubmain .pubassets a:focus, .pubitems .pubmain .pubassets a.pubcollapse {
    background: #429ab4;
    color: #fff;
}

.pubitems .pubdetails {
    background: #fff;
    padding: 25px;
    display: none;
}

.pubitems .pubdetails img {
    max-width: 80%;
}

/*-----------------------------------MEMBERS---------------------------------*/
div.card > img {
    width: 100%;
    height: auto;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.card {
    font-weight: 400;
    border-radius: .3rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
}

.card.card-image {
    background-size: cover;
    background-position: center;
    width: 100%;
}

.card-title {
    margin-bottom: .75rem;
}

h4.card-title {
    font-size: 14px !important;
    font-family: 'times new roman', times, serif;
}

.card a {
    font-size: 12px !important;
}

.card:not([class*="card-outline-"]) {
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.rgba-black-strong {
    background-color: rgba(0, 0, 0, .7) !important;
}

.text-white {
    color: #fff !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.pink-text {
    color: #e91e63 !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.btn-pink {
    background-color: #ec407a !important;
    color: #fff !important;
}

.card-white p, .card-white h4 {
    color: white;
}

.card-white p {
    font-family: 'Open Sans', serif;
    font-size: 13px;
    font-weight: 600;
}

/*.overlay-img{*/
/*display: block;*/
/*width: 100%;*/
/*height: auto;*/
/*}*/
/*.overlay-container{*/
/*position:relative;*/
/*width:100%*/
/*}*/
/*.overlay-container:hover .overlay{*/
/*width: 100%;*/
/*left: 0;*/
/*}*/
/*.overlay {*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 100%;*/
/*right: 0;*/
/*background-color: rgba(0,0,0,.7) !important;*/
/*overflow: hidden;*/
/*width: 0;*/
/*height: 100%;*/
/*transition: .2s ease;*/
/*}*/
.project h4, .project .terms dt, .terms .project dt {
    padding: 6px 27px;
    font-size: 22px;
    color: #fff;
    background: rgb(45, 34, 93);
    text-transform: none;
}

h4 + .project_crdts, .terms dt + .project_crdts {
    margin-top: 15px;
}

.project_crdts {
    color: #333;
    line-height: 30px;
}

.project p {
    font-size: 14px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.footer {
    background-color: rgb(51, 51, 51);
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.pub2020 {
    color: #fff;
    background-color: #ae43f5;
}

.pub2021 {
    color: #fff;
    background-color: #4A9FC7;
}


/* NEWS SECTION start */
.carousel-control-prev-icon {
    background-image: url('../img/left-arrow.svg');
}

.carousel-control-next-icon {
    background-image: url('../img/right-arrow.svg');
}

.news-img {
    vertical-align: top;
    width: 300px;
}

.carousel-inner {
    text-align: center;
    /* padding: 50px 100px 0; */
}

.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -50px;
}

.carousel-item {
    padding: 40px 75px 0;
}

.carousel-inner .carousel-item small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

.carousel-inner .carousel-item a {
    color: #007bff
}

/* NEWS SECTION end */
