
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-about {
    width: 100%;
    height: 45vh;
    background-size: cover;
    position: relative;
}


    .hero-about .hero-intro {
        position: absolute;
        bottom: 0;
    }

    .hero-about:before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }


@media (max-width: 992px) {
    .hero-about .container {
        /*padding-top: 58px;*/
    }
}

.hero-about h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    /*line-height: 5px;*/
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

    .hero-about h1 span {
        color: #106eea;
    }

.hero-about p {
    text-align: left;
    color: #fff;
    text-align: center;
}

.hero-about h2 {
    color: #555555;
    margin: 5px 0 30px 0;
    font-size: 24px;
    font-weight: 400;
}


/*--------------------------------------------------------------
# Eye Line
--------------------------------------------------------------*/

.line .line-container {
    display: flex;
    justify-content: center;
}

    .line .line-container .line-item {
        align-items: center;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        width: 50px;
    }

    .line .line-container .line-eye {
        margin: -12px 4px 0 4px;
    }


/*--------------------------------------------------------------
# Intro-About
--------------------------------------------------------------*/
/*.intro-about{*/
/*    margin-top: -100px;*/
/*}*/
.intro-about .intro-container {
    display: flex;
    justify-content: center;
}

.intro-about h3{
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 24px;
    color: #222222;
}

.intro-about .intro-main-p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 25% 20px 25%;
}

.intro-about .intro-p {
    font-size: 14px;
    font-weight: 200;
    text-align: justify;
    margin-top: 20px;
}
@media (max-width: 1199px) {
   .intro-about .intro-main-p {
        margin: 0 15% 20px 15%;
    }
}
@media (max-width: 767px) {
   .intro-about .intro-main-p {
        margin: 0 5% 20px 5%;
    }
}

/*--------------------------------------------------------------
# Mission-Vision
--------------------------------------------------------------*/
.mission-vision .mission-vision-details h3, .our-story .mission-vision-details h3 {
    text-align: left;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 24px;
    color: #222222;
}

.mission-vision .mission-vision-details h4, .our-story .mission-vision-details h4 {
    text-align: left;
    font-weight: 400;
    margin: 5px 0 5px 0;
    font-size: 18px;
    color: #222222;
}

.mission-vision .mission-vision-details p, .our-story .mission-vision-details p {
    text-align: justify;
    font-weight: 200;
    margin-bottom: 25px;
    font-size: 14px;
    color: #222222;
}

.mission-vision .mission-vision-details .line .line-container, .our-story .mission-vision-details .line .line-container {
    display: flex;
    justify-content: flex-start;
}

    .mission-vision .mission-vision-details .line .line-container .line-item, .our-story .mission-vision-details .line .line-container .line-item {
        align-items: flex-start;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        width: 70px;
        margin-top: 7px;
    }

    .mission-vision .mission-vision-details .line .line-container .line-eye, .our-story .mission-vision-details .line .line-container .line-eye {
        margin: -5px 4px 0 4px;
    }



.mission-vision .img-container img, .our-story .img-container img {
    width: 300px;
    height: 250px;
}

.our-story .img-container, .mission-vision .img-container {
    display: flex;
    justify-content: center;
}

.our-story .img-container .img-item, .mission-vision .img-container .img-item {
        display: flex;
        justify-content: center;
    }


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .intro-container {
    display: flex;
    justify-content: center;
}

.team .intro-container .intro-items {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

.team h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 24px;
    color: #222222;
}

.team .intro-main-p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 10px 20% 10px 20%;
    margin-bottom: 20px;
}





.team .team-header{
    text-align: center;
}

.team .team-header .team-header-details {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.team .team-header .team-header-details ul li a {
    height: 35px;
    border: 1px solid #D1D0CE;
    background-color: #D1D0CE;
}
.team .team-header .team-header-details .scientific {
    font-size: 12px;
    font-weight: 800;
    text-align : center;
    width: 200px;
}
.team .team-header .team-header-details .tab-1 {
    margin-right: 10px;
}
.team-img{
    width: 200px;
    height: 200px;
    text-align: right;
}
.team-img img{
    max-width: 100%;
    max-height: 100%;
    width: 200px;
    height: 200px;
    border: 8px solid #194F6E;
    border-radius : 100%;
    object-fit: cover;
}
.team-description .h2 {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
}
.team-description .h3 {
    text-align: left;
    font-weight: 200;
    font-size: 14px !important;
    color: #09295c;
    margin-bottom: 10px;
}
.team-description .p {
    text-align: left;
    font-weight: 200;
    font-size: 14px;
    color: #222222;
    text-align: justify;
}
.team-description .contact-line {
    text-align: left;
    border-top: 3px solid #194F6E;
    width: 50px;
    margin-bottom: 15px;
}

.team-description .social-links i{
    color: rgb(128,128,128);
    border: 1px solid rgb(128,128,128);
    padding : 8px;
    border-radius: 50%;
    margin-left: 2px;
    margin-right: 3px;
    background: #fff;
}
.team-description .social-links i:hover{
    color: white;
    border: 1px solid white;
    background: black;
}

.team-description .links {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.team-description .links .fb{
    padding : 5px 10px 5px 10px;
    cursor : pointer;
    border : 1px solid black;
    border-radius : 50%;
}
.team-description .links .tw{
    padding : 5px 8px 5px 8px;
    cursor : pointer;
    border : 1px solid black;
    border-radius : 50%;
}
.team-description .links .in{
    padding : 5px 9px 5px 9px;
    cursor : pointer;
    border : 1px solid black;
    border-radius : 50%;
}

/*.team .team-header .team-header-details .management {
    font-size: 18px;
    font-weight: 500;
    padding : 10px 20px 10px 20px;
    background : #194F6E;
    color : white;
    text-align : center;
    margin : 20px 0 20px 0;
}*/

.team .team-header .team-header-item img {
    /*width : 200px;
    height : 250px;*/
    width : 300px;
    height : 400px;
    border-radius : 5px;
    object-fit: cover;

}
.team .team-header .team-header-item {
    display : flex;
    justify-content : center;
    width : 100%;
    text-align :center;
}
.team .team-header-main .team-header-item {
    display : flex;
    justify-content : center;
    width : 100%;
    text-align :center;
    /*position : relative;
    left : 20%;*/
}
.team .team-header-main .team-header-item img {
    width : 300px;
    height : 400px;
}


.team .team-header .team-header-item .h2, .team .team-header-main .team-header-item .h2 {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
}
.team .team-header .team-header-item .h3, .team .team-header-main .team-header-item .h3 {
    text-align: center;
    font-weight: 200;
    font-size: 12px;
    color: #09295c;
    margin-bottom: 10px;
}
.team .team-header .team-header-item .h4, .team .team-header-main .team-header-item .h4 {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
}


.team .team-header .team-header-item .links, .team .team-header-main .team-header-item .links {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.team .team-header .team-header-item .links .fb, .team .team-header-main .team-header-item .links .fb{
    padding : 5px 10px 5px 10px;
    cursor : pointer;
    border : 1px solid black;
    border-radius : 50%;
}
.team .team-header .team-header-item .links .tw, .team .team-header-main .team-header-item .links .tw{
    padding : 5px 8px 5px 8px;
    cursor : pointer;
    border : 1px solid black;
    border-radius : 50%;
}
.team .team-header .team-header-item .links .in, .team .team-header-main .team-header-item .links .in{
    padding : 5px 9px 5px 9px;
    cursor : pointer;
    border : 1px solid black;
    border-radius : 50%;
}

.team .img1{
    text-align : right;
}
.team .img2 {
    text-align: left;
}

.team .team-header-main .team-header-item .card-text1{
    width : 50%;
    margin-left : 230px;
}
.team .team-header-main .team-header-item .card-text2 {
    width: 50%;
    margin-left: 15px;
}
@media (max-width: 1199px) {
    .team .team-header-main .team-header-item .card-text1 {
        margin-left: 150px;
    }

    .team .team-header-main .team-header-item .card-text2 {
        margin-left: 25px;
    }
}
@media (max-width: 991px) {
    .team .team-header-main .team-header-item .card-text1 {
        width: 70%;
        margin-left : 30px;
    }

    .team .team-header-main .team-header-item .card-text2 {
        width: 70%;
    }
}
@media (max-width: 768px) {
    .team .img1 {
        text-align: center;
    }

    .team .img2 {
        text-align: center;
    }
    .team .team-header-main .team-header-item .card-text1 {
        width: 80%;

    }

    .team .team-header-main .team-header-item .card-text2 {
        width: 80%;
    }
    .team .intro-main-p {
        margin: 10px 0% 10px 0%;
    }
}
@media (max-width: 767px) {
    .team-img{
        text-align: center;
    }

}

/*--------------------------------------------------------------
# Hero Section - Career
--------------------------------------------------------------*/

.hero-career {
    width: 100%;
    height: 40vh;
    background-size: cover;
    position: relative;
}

    .hero-career .hero-details {
        position: relative;
        padding-top: 15vh;
    }


    .hero-career .hero-intro {
        position: absolute;
        bottom: 0;
    }

    .hero-career:before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }


@media (max-width: 992px) {
    .hero-career .container {
        /*padding-top: 58px;*/
    }
}

.hero-career h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    /*line-height: 5px;*/
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

    .hero-career h1 span {
        color: #106eea;
    }

.hero-career p {
    text-align: left;
    color: #fff;
    text-align: center;
}

.hero-career h2 {
    color: #555555;
    margin: 5px 0 30px 0;
    font-size: 24px;
    font-weight: 400;
}
/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/
.career h2 {
    text-align: left;
    font-weight: 700;
    font-size: 25px;
    color: #222222;
}
.career-item{
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding : 10px;
}
.career-item h3{
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    color: #194F6E;
}
.career-item p{
    text-align: left;
    font-weight: 400;
}
.career-item .career-item-des i{
    color: #194F6E;
}
.career-salary .salary-amount{
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    color: #999900;
}
.career-salary .salary-text1{
    text-align: right;
    font-weight: 700;
    font-size: 15px;
    color: #194F6E;
    margin-top: -15px;
}
.career-salary .salary-text2{
    text-align: right;
    font-weight: 700;
    font-size: 15px;
    color: green;
}

/*--------------------------------------------------------------
# Careers - Details
--------------------------------------------------------------*/

.career-details h3{
    text-align: left;
    font-weight: 700;
    font-size: 22px;
    color: #194F6E;
}

.career-details-salary .salary-amount{
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    color: #999900;
}

.career-details-salary .salary-text1{
    text-align: right;
    font-weight: 700;
    font-size: 15px;
    color: #194F6E;
    margin-top: -15px;
}
.career-details-des .company-intro{
    margin-top: -12px;
}
.career-details-des .career-requirements{
    padding-left: 30px;
}
.career-details-des .email{
    font-weight: 700;
    color: #194F6E;
}
.no-job-post{
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    background-color: #194F6E;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 15px;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
