


/*
#00ae65
#2aade3
#97c93d
#2c3e50 
*/
.backgroundText {
    padding-top: 0px;
}
.shadow-box > .img-w {
    height: 50px;
    width: auto;
    margin-bottom: 10px;
    transition: all .2s linear;
}
.shadow-box > span.h3.ml-2 {
    font-weight: bold;
}
.shadow-box {
    padding: 20px 25px;
    transition: 0.3s linear;
    position: relative;
}
.shadow-box.colored {
    padding: 20px 0px 0px 0px;
}

.shadow-box.colored > .img-w,.shadow-box.colored > p   {
    padding-left: 20px;
}
.first-tab-home .shadow-box.colored > h5{
    background: #2aade3;
    padding: 11px 25px;
}
.first-tab-home .shadow-box:hover::before {
    background: #2aade3;
}

.second-tab-home .shadow-box.colored > h5{
    background: #27ae5f;
    padding: 11px 25px;
}

.third-tab-home .shadow-box.colored > h5{
    background: #2c3e50;
    padding: 11px 25px;
}
.third-tab-home .shadow-box:hover::before {
    background: #2c3e50;
}

.shadow-box:hover::before {
    content: '';
   
    height: 5px;
    display: inline-block;
    position: absolute;
    width: 100%;
    background: #27ae60;
    left: 0;
    top: 0;
    animation: linearLine .2s ease;
}

.quotes {
    margin-top: 30px;
    padding: 20px 0px 0px 50px;
    text-align: center;
    position: relative;
}

.quotes > h2 {
    line-height: 44px;
    font-size: 26px !important;
    margin-top: 50px;
}

.quotes > img {
    height: 60px;
    margin: 0 auto
}

.quotes::before {
    content: url(/prelogin/resources/images/pages/home-v1/fis-upper.png);
    color: #27ae5f;
    position: absolute;
    left: 10px;
    top: 60px;
}
.quotes::after {
    content: url(/prelogin/resources/images/pages/home-v1/fis-lower.png);
    color: #27ae5f;
    position: absolute;
    right: 20px;
    bottom: 100px;
}
@keyframes linearLine {
    0% {width: 0%;
      }
    100% { width: 100%
      
    }
}
.shadow-box:hover > img.img.img-w {
    transform: translateY(-5px);
    transition: 0.3s ease-in;
}

#newHomev1 .carousel-inner:before {
    content: "";
    background: unset !important;
}

#newHomev1 img.img-ts {
    text-align: left
}
div#fade-quote-carousel::before {
    top: 5px;
    z-index: 1;
    content: url(/prelogin/resources/images/pages/home-v1/testimonial.png);
    color: #27ae5f;
    position: absolute;
    right: 20%;
    bottom: 100px;
}

#newHomev1 .img-ts {
    height: 40px;
}

.homeItem p {
    font-style: italic;
    color: #616161;
}

.pull-right.right-tag {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.carousel .carousel-indicators > li, .carousel .carousel-indicators > li {
    background-color: #ddd;
    border: none;
}
#news-crousal.carousel {
    padding: 15px 0px;
    border: none;
}

.img-publications {
    height: 70px;
    width: auto;
    margin: 20px auto;
    max-width: 100%;
}

a.btn.btn-tab.home-tab {
    color: #2c3e50;
    padding: 18px 10px;
    box-shadow: 2px 2px 4px rgba(126, 124, 124, 0.34);
    border-radius: 0;
}
li.nav-tab > a.btn.btn-tab.home-tab:hover {
    padding: 18px 10px !important;
    border-radius: 0;
}

.nav-tabs>li.active>a.home-tab, .nav-tabs>li.active>a.home-tab:hover, .nav-tabs>li.active>a.home-tab:focus {
    color: #fff;
    background-color: #27ae60;
    border: none;
    border-radius: 0;
    border-bottom-color: transparent;
    cursor: default;
    padding: 18px 11px !important;
}

.nav-tabs>li>a.home-tab {
    border: none !important;
}



li.nav-tab.active.blue > a.btn.btn-tab.home-tab {
    background: #2aade3;
}
li.nav-tab.active.dark > a.btn.btn-tab.home-tab {
    background: #2c3e50;
}


.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 10%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.science-secondary-header ul li a,
.science-secondary-header ul li a:hover {
    margin: 0 25px !important;
    line-height: 22px;
}

.science-secondary-header ul li {
    float: left;
    margin-bottom: -4px;
    display: inline-block;
}
.hidden-xs-border-right {
    border-right: 1px solid #b3b3b3;
}

div#news-crousal .carousel-indicators {
    bottom: -20px;
}

.jumbotron p {
    font-weight: 400;
}
.svg-tile-icon {
    height: 6.5rem;
}


.homepagetile {
    padding: 15px 25px !important;
}
.homepagetile .glyphicon {
    left: 0 !important
}


@media (min-width:768px) {
    .sm-pull-right {
        float: right;
    } 
    .shadow-box > span.h3.ml-2 + p {
        min-height: 44px;
    }
    div#fade-quote-carousel.no-quote::before {
        content: '';
    }
}
@media (max-width:767px) {
    .quotes::after,.quotes::before, {
        content: '';
    }
    #carousel {
        border: none;
        padding: 0px 10px;
    }
    #news-crousal ol.carousel-indicators {
        bottom: -22px;
    }

    .home2 .tab-pane {
        padding: 0 20px;
    }
    .hidden-xs-border-right {
        border-right: none;
    }
    .quotes {
        margin-top: 0px;
        padding: 12px 0px 0px 0;
        text-align: center;
        position: relative;
    }
    .quotes::before {
        left: -5px;
        top: 30px;
    }
    .quotes::after {
        bottom: 60px;
    }
    div#fade-quote-carousel::before {
        content: ''
    }

    .icon-img img.img.img-w {
        width: 100%;
    }
}

