@import 'common.css';

/* PROFILE */

.profile {
    background: url(../images/banners-AQUAFIN.jpg) no-repeat left top;
    padding: 30px 0 0;
    margin-bottom: 30px;
    position: relative;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}


.profile .container {
    z-index: inherit;
}

.profile:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
   /* background: white;*/
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.profile .row {
    align-items: center;
}

.profile .img {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: -90px 0 0;
}

.profile .img img {
    position: relative;
  /* z-index: 4;*/
}

.profile .title {
    text-align: left;
    padding-bottom: 0;
}

.profile h1 {
    color: #033f1f;
    font-weight: 800;
    line-height: 41px;
}

.profile h3 {
    color: #2a2e32;
    padding-top: 0;
    font-weight: 800;
}

.profile span {
    margin: 10px 0;
    width: 230px;
}

.profile span:before {
    width: 210px;
    top: 1px;
}

.profile h3 {
    color: #000;
    padding-bottom: 0;
}

.profile h3+p {
    padding-bottom: 10px;
    text-align: left;
    color: #000;
}

.profile p {
    font-size: 19px;
    padding-bottom: 0;
}

.profile p i {
    color: #033f1f;
    margin-right: 10px;
}

.profile p a {
    color: #000;
}


/* RESEARCH INSTITUTES */

.research {
    padding: 20px 0 40px;
}

.research .col-lg-3 {
    display: flex;
    flex-direction: column;
}

.research .con {
    background: #f2f2f2;
}

.research .img {
    position: relative;
}

.research .img h6 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.research .img:before,
.research .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.research .img:before {
    width: 100%;
    height: 100%;
    background: rgba(72, 72, 72, 0.8);
}

.research .img:after {
    width: 90%;
    height: 90%;
    border: 1px solid white;
    opacity: 0.8;
    right: 0;
    bottom: 0;
    margin: auto;
}

.research .col h6 {
    font-weight: 600;
    color: #2a2e32;
    font-size: 17px;
    padding-bottom: 0;
    overflow: hidden;
}

.research .col {
    padding: 10px 10px 20px 20px;
}

.research p {
    line-height: 20px;
    text-align: left;
    color: #000000;
    font-size: 13px;
    height: 80px;
}

.research p.more {
    padding: 0;
    color: #009235;
    height: auto;
}

.research .con:hover .img:after,
.research .con:hover .img:before,
.research .con:hover .img h6 {
    opacity: 1;
    visibility: visible
}

.research .con:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}


/* GALLERY */

.gallery {
    padding: 5px 0;
}

.gallery .con a {
    position: relative;
    display: block;
}

.gallery .con img {
    width: 100%;
}

.gallery .con .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #232323;
    width: 100%;
    display: flex;
    align-items: center;
    height: 46px;
    justify-content: center;
}

.gallery .con .caption:after {
    width: 90%;
    height: 90%;
    border: 1px solid white;
    opacity: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.gallery .con .caption h6 {
    color: white;
    text-align: center;
    font-weight: 600
}

.gallery .con:hover .caption {
    height: 100%;
    background: rgba(75, 75, 75, 0.8);
}

.gallery .con:hover .caption:after {
    opacity: 1;
}


/* ANNOUNCEMENT */

.announce {
    background: #5d64a1;
    position: relative;
    overflow: hidden;
}

.announce .title {
    position: relative;
    margin: 0;
    color: white;
    padding: 20px 0 0;
}


.announce  h3 {
    color: #ffef1e;
    text-align: center;
    padding-bottom: 35px;
}

.announce h6 {
    color: #ffffff;
    padding-bottom: 0;
    font-weight: 500;
}

.announce p {
    color: white;
    text-align: left;
    font-size: 12px;
}

.announce .more a {
    border: 1px solid #ffef1e;
    color: #ffef1e;
    padding: 8px 10px;
}
.announce .row .row {
    margin-bottom: 35px;
}
.announce .row .row [class*="col-lg-"] {
    position: relative;
    padding-right: 30px;
}
.announce .row .row [class*="col-lg-"]:first-child::before{
    display: none;
}
.announce .row .row [class*="col-lg-"]:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    left: -10px;
    top: 0;
}
.announce .more{
    text-align: right;
}

/* INNER PAGE */

.inner-container {
    padding-bottom: 25px;
}

#pag_title {
    text-align: center;
    text-transform: uppercase;
}

#pag_title.nobor h2 {
    border-bottom: none;
    padding-bottom: 20px;
}

#pag_title h2 {
    font-size: 42px;
    font-weight: 900;
    font-family: system-ui;
    padding: 50px 0;
    display: block;
    border-bottom: 0px solid #033f1f;
    margin-bottom: 15px;
}


/* PUBLICATIONS */

.publications .row {
    justify-content: flex-end;
}

.publications p {
    color: #000;
}


/* .publications .col-lg-10 {
    padding-left: 65px;
} */


/* RESEARCH */

.video {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.video li {
    position: relative;
    margin: 0 30px;
    width: 355px;
}

.video li div {
    position: relative;
    cursor: pointer;
}

.video li div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.video li i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.txt-center,
.video li p {
    color: #000;
    line-height: 20px;
    font-style: italic;
}

.txt-center {
    text-align: center;
}

.center {
    display: block;
    margin: 40px auto 0;
}

.research-pg {
    padding-top: 5px;
}

.nav-tabs {
    display: flex;
    border: none;
}

.nav-tabs li {
    font-size: 18px;
    border: 1px solid #cccccc;
    margin: 0 5px -1px 0;
    background: white;
}

.nav-tabs>li>a {
    border-radius: 0;
    background: white;
    border: none !important;
    padding: 11px;
    margin: 0;
    color: #000;
}

.nav-tabs li.active {
    border-bottom: none;
}

.nav-tabs li.active a {
    color: white;
    background: #dea43a;
}

.tab-content {
    border: 1px solid #cccccc;
    padding: 25px;
}

.tab-pane h2 {
    text-transform: uppercase;
    color: #000;
}

.tab-pane h5 {
    color: #000;
}


/* Members Page*/

.members_pg {
    padding-bottom: 50px;
}

.lead_bg:before {
    content: '';
    position: absolute;
    display: block;
    background: #233d4d;
    height: 90px;
    left: 0;
    top: 0;
    width: 100%;
}

.lead_bg:before,
.lead_bg,
.phd_mem_bg:before,
.phd_mem_bg {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.lead_bg {
    border: 1px solid #000;
    position: relative;
    padding: 10px 30px 15px;
    margin-bottom: 20px;
}

.lead_bg img,
.phd_mem_bg img {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.lead_bg h5 {
    color: #fff;
    font-size: 25px;
    line-height: 27px;
   /*  padding-top: 0px;
   padding-bottom: 45px; */
}

.lead_bg h6 {
    font-weight: 600;
}

.lead_bg table tr:hover td {
    background: transparent;
}

.lead_bg table td {
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.lead_bg hr {
    margin: 0px;
    border: 0px;
}

.gra_std_lst {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.gra_std_lst li {
    width: 23%;
    margin: 20px 0px;
}

.gra_std_lst li figure {
    position: relative;
}

.gra_std_lst li figure img {
    width: 100%;
}

.gra_std_lst li figcaption {
    position: absolute;
    background: #033f1f;
    bottom: 0;
    width: 100%;
    padding: 8px 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.gra_std_lst li figcaption span {
    color: #eaa306;
    display: block;
}

.sub_tle {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 30px;
    padding-top: 0px;
}

.sub_hr {
    margin: 10px 0px;
    border: 0px;
}

.phd_mem_bg:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 90px;
    left: 0;
    top: 0;
    background: rgb(0, 146, 53);
    background: -moz-linear-gradient(top, rgba(0, 146, 53, 1) 0%, rgba(0, 100, 62, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 146, 53, 1) 0%, rgba(0, 100, 62, 1) 100%);
    background: linear-gradient(to bottom, #233c4c 0%, #233c4c 100%);
}

.phd_mem_bg {
    position: relative;
    border: 1px solid #000;
    padding: 30px 0px 30px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 40px;
}

.phd_mem_bg:last-child {
    margin-bottom: 20px;
}

.phd_std_nm {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

.phd_std_nm h5 {
    color: #fff;
    font-size: 24px;
    padding-top: 0px;
}

.phd_std_nm h5 small {
    display: block;
    color: #fff;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding-top: 3px;
}

.phd_mem_bg h6 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0px;
}

.phd_mem_bg ul {
    padding-right: 30px;
    margin-left: 15px;
}

.phd_mem_bg ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    list-style-type: disc;
    padding-top: 10px;
    text-align: justify;
    padding-bottom: 5px;
}

.phd_mem_bg p {
    padding-right: 30px;
    font-size: 14px;
    line-height: 24px;
}

.phd_sd_tbl:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
  /*  background: #003420;*/
    width: 100%;
    height: 90px;
    top: -31px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 60px;
}

.phd_sd_tbl {
    position: relative;
    width: 280px;
    padding-left: 40px;
    display: flex;
    justify-content: center;
}

.phd_sd_tbl table {
    position: relative;
    z-index: 1;
}

.phd_sd_tbl table tr td {
    background: transparent;
    color: #fff;
    padding: 4px 12px;
}

.phd_sd_tbl table tr:hover td {
    background: transparent;
}


/* End Members Page */


/* Library */

.library p,
.library a {
    color: #000;
}

.library .table {
    margin-top: 10px;
}

.library tr:hover td {
    background: transparent;
}


/* Library */


/* GALLERY */

.grid {
    margin-top: 40px;
}

.grid .item {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
    margin: 10px;
}

.grid .item .caption {
    display: none;
}

.wf-column {
    float: left;
}

.glry_rsch.tab-content {
    display: flex;
    flex-wrap: wrap;
}

.glry_rsch.tab-content .grid {
    margin: 0px;
}


/* OPENINGS */

.open {
    padding-top: 40px;
}

.open .col-lg-6 {
    display: flex;
}

.open .con {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 30px 10px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.open h3 {
    color: #dea43a;
}

.open .con h4 {
    font-size: 18px;
}

.open .list li {
    font-family: 'Open Sans', sans-serif;
}


/* RESPONSIVE */

@media(min-width:991px) {
    nav ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    header.inner nav ul {
        justify-content: center;
    }
    nav li {
        position: relative;
        display: flex;
        padding: 20px 0;
    }
    nav li {
        position: relative;
    }
    nav li:hover ul {
        opacity: 1;
        visibility: visible;
    }
    nav li ul {
        position: absolute;
        left: 0;
        top: 64px;
        width: 200px;
        background: #033f1f;
        display: block;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
    }
    nav li li {
        padding: 0;
        display: block;
    }
    nav li li:first-child a {
        border: none;
    }
    nav li li a {
        padding: 10px 20px;
        display: block;
        text-transform: capitalize;
        font-size: 15px;
        border-top: 1px dotted rgba(0, 146, 53, 0.8);
    }
    nav li li a:hover {
        background: #eaa306;
        color: white;
    }
}

.glry_rsch {
    margin-bottom: 20px;
}

.more1 {
    text-align: right;
}

.more1 a {
    background: #eaa306;
    color: white;
    padding: 13px 20px;
}


/*Past Research*/

.rsh_img {
    justify-content: center;
}

.rsh_img [class*='col-md-'] {
    display: flex;
}

.rsh_img [class*='col-md-']>div {
    border: 1px solid #ddd;
    width: 100%;
    margin: 10px 0px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.img_cntr {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 10px auto;
}


/*End Past Research*/


/* RESPONSIVE */
@media(min-width:1300px){
    
    .announce:after {
        content: "";
        position: absolute;
        left: -330px;
        top: 16px;
        height: 340px;
        width: 340px;
        background: #eaa306;
        transform: rotate(44deg);
        z-index: 1;
    }
}

@media(min-width:1600px){
    
    .announce:before {
        left:-97%;
        content: "";
        position: absolute;
        left:-97%;
        top: 0;
        height: 100%;
        width: 100%;
        background: #eaa306;
    }
    .announce:after{
        left: -160px;
    }

}
@media(min-width:991px) {
    nav ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    header.inner nav ul {
        justify-content: center;
    }
    nav li {
        position: relative;
        display: flex;
        padding: 20px 0;
    }
    nav li {
        position: relative;
    }
    nav li:hover ul {
        opacity: 1;
        visibility: visible;
    }
    nav li ul {
        position: absolute;
        left: 0;
        top: 64px;
        width: 200px;
        background: #0d6f7f;
        display: block;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
    }
    nav li li {
        padding: 0;
        display: block;
    }
    nav li li:first-child a {
        border: none;
    }
    nav li li a {
        padding: 10px 20px;
        display: block;
        text-transform: capitalize;
        font-size: 15px;
        border-top: 1px dotted rgba(0, 146, 53, 0.8);
    }
    nav li li a:hover {
        background: #eaa306;
        color: white;
    }
}

@media(max-width:1199px) {
    .announce:before {
        display: none;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    /* FOOTER */
    footer h2 {
        font-size: 26px;
    }
    footer h2+h6 {
        font-size: 13px;
        padding: 0 17px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    /* START HEADER */
    nav .col-lg-12>ul>li:before {
        padding: 0 10px;
    }
    /* HOME PAGE */
    .research .col {
        padding-left: 10px;
        height: 200px;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }
    .research p {
        height: auto;
    }
}

@media(max-width:991px) {
    h2 {
        font-size: 29px;
    }
    /* HEADER */
    header {
        padding: 10px 0 20px;
    }
    header h1 a {
        justify-content: center;
    }
    header .col-lg-7 {
        align-items: center;
    }
    header .menu {
        position: absolute;
        right: 15px;
        bottom: 30px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background: #013321;
        transition: all 200ms linear;
        z-index: 10;
    }
    header .menu span {
        display: block;
        width: 50%;
        height: 2px;
        position: relative;
        border-radius: 10px;
        transition: all 200ms linear;
        background: #eaa306;
    }
    header .menu span:before,
    header .menu span:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        transition: all 200ms linear;
        background: #eaa306;
    }
    header .menu span:before {
        top: -5px;
    }
    header .menu span:after {
        top: 5px;
    }
    header .menu.current span {
        background: none !important;
    }
    header .menu.current span:before {
        transform: rotate(45deg) translate(3px, 4px);
    }
    header .menu.current span:after {
        transform: rotate(-45deg) translate(3px, -4px);
        -webkit-transform: rotate(-45deg) translate(3px, -4px);
        -moz-transform: rotate(-45deg) translate(3px, -4px);
        -ms-transform: rotate(-45deg) translate(3px, -4px);
        -o-transform: rotate(-45deg) translate(3px, -4px);
    }
    nav {
        position: absolute;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100vh;
        margin: 0;
        padding: 20px 0;
    }
    header.current nav {
        left: 0;
    }
    nav .container {
        padding: 0
    }
    nav .col-lg-12>ul>li:before {
        display: none;
    }
    nav li {
        padding: 10px 20px;
        position: relative;
        border-top: 1px dashed rgba(255, 255, 255, 0.4);
    }
    nav li:first-child {
        border: none;
    }
    nav .hassub:after {
        content: "\f106";
        font-family: 'Font Awesome 5 Free';
        color: #dea43a;
        font-weight: 900;
        position: absolute;
        right: 20px;
        top: 12px;
    }
    nav li ul {
        display: none;
        padding-top: 10px;
    }
    nav li ul li a {
        font-size: 16px;
    }
    nav li.show ul {
        display: block;
    }
    nav .hassub.show:after {
        transform: rotate(180deg);
    }
    /* HOMEPAGE */
    .title {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .profile .img {
        margin: 0;
    }
    .research {
        padding: 0 0 20px;
    }
    .research .col {
        padding: 15px;
    }
    .research p {
        height: auto;
    }
    .research .con {
        margin-bottom: 30px;
    }
    .announce {
        padding-bottom: 0;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 20px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 20px;
    }
    .gallery {
        padding: 20px 0;
    }
    .gallery .con {
        padding: 20px 0;
    }
    /* FOOTER */
    footer .col-sm-12 {
        padding-bottom: 25px;
    }
}

@media(max-width:767px) {
    /* HEADER */
    header h1 {
        font-size: 23px;
        line-height: 31px;
    }
    header h2 {
        font-size: 23px;
    }
    /* HOMEPAGE */
    .profile .title,
    .profile p,
    .profile h3 {
        text-align: center !important;
    }
    .profile span {
        margin: 10px auto;
    }
    .profile .img {
        margin: 20px 0 0;
    }
    .announce .row .row [class*="col-lg-"]{
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }
    .announce .row .row [class*="col-lg-"]:before{
        display: none;
    }
    .announce .row .row [class*="col-lg-"]:first-child{
        border: none;
    }
    .announce .row .row [class*="col-lg-"]{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
    }
}


/* Responsive  */

@media screen and (max-width: 520px) {
    .gra_std_lst li {
        width: 75%;
        margin: 10px auto;
    }
    
}

@media (min-width: 521px) and (max-width: 767px) {
    .gallery .col-xs-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .gra_std_lst li {
        width: 50%;
        padding: 0px 15px;
        margin: 10px 0px;
    }
    .center {
        width: 60%;
    }
    .video {
        flex-direction: row !important;
    }
    .video li {
        width: 48% !important;
        padding: 0 2%;
    }
}

@media screen and (max-width: 767px) {
    .open .con {
        padding-left: 20px;
        padding-right: 20px;
    }
    .open h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .open .con {
        width: 100%;
    }
    .gallery .con {
        margin-bottom: 20px;
    }
    .gallery {
        padding: 20px 0px;
    }
    .table-responsive {
        margin-top: 10px;
    }
    .library .table {
        margin-top: 0;
    }
    .members_pg {
        padding-bottom: 30px;
    }
    .sub_tle.gt_tle {
        padding-bottom: 10px;
    }
    .phd_std_nm h5 small {
        line-height: 20px;
    }
    .phd_mem_bg:before {
        height: 60px;
    }
    .phd_std_nm h5 {
        padding-bottom: 0px;
        font-size: 22px;
    }
    .phd_sd_tbl table tr td {
        padding: 4px 10px 4px 0px;
    }
    .phd_sd_tbl {
        width: 100%;
        padding-left: 0px;
        display: block;
    }
    .phd_std_nm {
        flex-direction: column;
    }
    .phd_sd_tbl:before {
        content: none;
    }
    .phd_std_nm {
        background: #003420;
        padding: 10px 15px;
        margin-top: 10px;
    }
    .phd_mem_bg ul,
    .phd_mem_bg p,
    .phd_mem_bg h6 {
        padding-left: 20px;
    }
    .phd_mem_bg p,
    .phd_mem_bg ul {
        padding-right: 20px;
    }
    .phd_mem_bg {
        padding-left: 0px;
        padding-top: 15px;
    }
    .sub_hr {
        margin: 0px;
    }
    .sub_tle {
        font-size: 30px;
        padding-top: 7px;
    }
    .lead_bg {
        padding-left: 15px;
        padding-right: 15px;
    }
    .lead_bg h5 {
        color: #fff;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .lead_bg .col-md-3 .img-responsive,
    .phd_mem_bg .col-md-3 img {
        width: 230px;
        height: auto;
        margin: auto;
        display: block;
    }
    .rsh_img [class*='col-md-'] {
        width: 100%;
    }
    .tab-pane hr {
        margin: 15px 0px;
    }
    .center {
        margin-top: 10px;
    }
    .video {
        margin: 10px 0px;
    }
    .video {
        flex-direction: column;
    }
    .video li:first-child {
        margin-bottom: 10px;
    }
    .video li {
        width: 100%;
        margin: 0;
    }
    .tab-pane h5 {
        font-size: 18px;
        line-height: 25px;
    }
    .tab-content {
        padding: 15px;
    }
    .tab-content {
        margin-top: 25px;
    }
    #pag_title h2 {
        font-size: 34px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .research-pg {
        padding-top: 0px;
    }
    .nav-tabs {
        flex-direction: column;
    }
    .nav-tabs li {
        margin-right: 0px;
        margin-bottom: 0px;
    }
    #pag_title.nobor h2 {
        padding-bottom: 10px;
    }
    .tab-pane h2 {
        font-size: 27px;
        line-height: 32px;
        padding-top: 0;
    }
}

/* End Responsive */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

/*/ start count stats /*/

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats .fa {
  color: #FE7F2D;
  font-size: 60px;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #0bc9cd;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}


.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f5f5e9;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #0d6f7f;
}

@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
.coll-md-4 {
  text-align: center;
  padding-bottom: 50px;
  border-right: 1px dashed black;
  width:340px;
}

.coll-md-4:last-child {
  border-right: 0px solid black;
}

.counterr {
  animation-duration: 1s;
  animation-delay: 0s;
}

i {
  font-size: 16px !Important;
}

