/*** 

====================================================================
	Resources / Css Files
====================================================================

 ***/

@import url('baes1.css');
@import url('animate.css');
@import url('hover.css');
@import url('timeline.min.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');
@import url('global1.css');

/***

==================================================================
	 Blog Section
==================================================================

***/

.blog-section {
    position: relative;
    display: block;
}

.block-one .inner-box {
    float: left;
}

.block-one .inner-box .image {
    position: relative;
    width: 100%;
    max-width: 229px;
    max-height: 145px;
    overflow: hidden;
}

.block-one .inner-box .image img,
.block-two .inner-box .image img,
.block-three .inner-box .image img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.block-one .inner-box:hover .image img,
.block-two .inner-box:hover .image img,
.block-three .inner-box:hover .image img {
    transform: scale(1.2);
}

.block-one .inner-box .lower-content .text {
    padding: 36px 0px 20px;
    color: #444;
}

.block-two .inner-box .image,
.block-three .inner-box .image {
    width: 100%;
    overflow: hidden;
}

.block-two .inner-box .lower-content {
    padding: 30px 15px 28px;
    background: #f5f5f5;
    height: 120px;
}

.block-two {
    margin-bottom: 20px;
}

.block-three .inner-box .lower-content {
    padding: 30px 0 18px;
}

.lctwo {
    height: 104px;
}


/***

==================================================================
	Services Section
==================================================================

***/

.services-section-two {
    background: #f8f8f8;
}

.services-section-two .inner-box {
    width: 100%;
    max-width: 387px;
    height: 474px;
    margin-bottom: 20px;
}

.services-section-two .inner-box .content-box h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.content-box .text ul {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.services-section-two .inner-box .content-box {
    padding: 30% 7% 0;
}

.content-box .text li {
    font-size: 14px;
    color: #fff;
    float: left;
    margin-right: 5px;
    text-align: left;
}

.content-box .text li:last-child {
    margin-right: 0;
}

.blog-section .sec-title p {
    padding-top: 20px;
    color: #666;
    font-size: 18px;
    line-height: 2em;
}


/* imghvr-blocks-rotate-in-left
   ----------------------------- */

.imghvr-blocks-rotate-in-left:before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.imghvr-blocks-rotate-in-left:after {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.imghvr-blocks-rotate-in-left .hover-anim:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.imghvr-blocks-rotate-in-left .hover-anim:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.service-block-one .inner-box {
    position: relative;
    border: 1px solid #eee;
    padding: 45px 20px 30px;
    margin-bottom: -120px;
    display: block;
    height: 365px;
}

.service-block-one .inner-box .content-box {
    position: relative;
    z-index: 5;
}

.service-block-one .icon-box {
    font-size: 60px;
    margin-bottom: 30px;
    line-height: 60px;
    transition: all .5s ease;
    text-align: center;
}

.service-block-one h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 21px;
    transition: all .5s ease;
    text-align: center;
    color: #000;
}

.service-block-one .text {
    margin-bottom: 35px;
    line-height: 1.8em;
    transition: all .5s ease;
}

.service-block-one .inner-box:hover .icon-box {
    color: #fff;
}

.service-block-one .inner-box:hover h3 {
    color: #fff;
}

.service-block-one .inner-box:hover .text {
    color: #fff;
}

.service-block-one .inner-box:hover .theme-btn {
    border-color: #fff;
}

.imghvr-blocks-rotate-in-left {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.imghvr-blocks-rotate-in-left .hover-anim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imghvr-blocks-rotate-in-left:before,
.imghvr-blocks-rotate-in-left:after,
.imghvr-blocks-rotate-in-left .hover-anim:before,
.imghvr-blocks-rotate-in-left .hover-anim:after {
    background-color: #f3980f;
    opacity: 0;
    position: absolute;
    content: '';
    height: 50%;
    width: 50%;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.65s ease;
    opacity: 0;
}

.imghvr-blocks-rotate-in-left:before {
    top: 0;
    right: 0;
}

.imghvr-blocks-rotate-in-left:after {
    bottom: 0;
    left: 0;
}

.imghvr-blocks-rotate-in-left .hover-anim:before {
    top: 0;
    left: 0;
}

.imghvr-blocks-rotate-in-left .hover-anim:after {
    bottom: 0;
    right: 0;
}

.imghvr-blocks-rotate-in-left:hover:before,
.imghvr-blocks-rotate-in-left:hover:after,
.imghvr-blocks-rotate-in-left:hover .hover-anim:before,
.imghvr-blocks-rotate-in-left:hover .hover-anim:after {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
}

.imghvr-blocks-rotate-in-left:hover .icon_one,
.icon_two {
    display: none;
}

.imghvr-blocks-rotate-in-left:hover .icon_two,
.icon_one {
    display: block;
}

.imghvr-blocks-rotate-in-left .text li {
    color: #666;
}

.imghvr-blocks-rotate-in-left:hover .text li {
    color: #fff;
}

.s_b_tree .inner-box {
    background: #cccccc;
    height: 330px;
}

.mobile-wrapper-box {
    display: none;
}

.blog-section .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}
@media print,screen and (min-width: 40em) {
    .medium-1 {
        width:8.33333%
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%
    }

    .medium-pull-1 {
        position: relative;
        left: -8.33333%
    }

    .medium-offset-0 {
        margin-left: 0
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%
    }

    .medium-pull-2 {
        position: relative;
        left: -16.66667%
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-3 {
        width: 25%
    }

    .medium-push-3 {
        position: relative;
        left: 25%
    }

    .medium-pull-3 {
        position: relative;
        left: -25%
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%
    }

    .medium-pull-4 {
        position: relative;
        left: -33.33333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%
    }

    .medium-pull-5 {
        position: relative;
        left: -41.66667%
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-6 {
        width: 50%
    }

    .medium-push-6 {
        position: relative;
        left: 50%
    }

    .medium-pull-6 {
        position: relative;
        left: -50%
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%
    }

    .medium-pull-7 {
        position: relative;
        left: -58.33333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%
    }

    .medium-pull-8 {
        position: relative;
        left: -66.66667%
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-9 {
        width: 75%
    }

    .medium-push-9 {
        position: relative;
        left: 75%
    }

    .medium-pull-9 {
        position: relative;
        left: -75%
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%
    }

    .medium-pull-10 {
        position: relative;
        left: -83.33333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%
    }

    .medium-pull-11 {
        position: relative;
        left: -91.66667%
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-up-1>.column,.medium-up-1>.columns {
        float: left;
        width: 100%
    }

    .medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .medium-up-1>.column:last-child,.medium-up-1>.columns:last-child {
        float: left
    }

    .medium-up-2>.column,.medium-up-2>.columns {
        float: left;
        width: 50%
    }

    .medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-2>.column:nth-of-type(2n+1),.medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .medium-up-2>.column:last-child,.medium-up-2>.columns:last-child {
        float: left
    }

    .medium-up-3>.column,.medium-up-3>.columns {
        float: left;
        width: 33.33333%
    }

    .medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .medium-up-3>.column:last-child,.medium-up-3>.columns:last-child {
        float: left
    }

    .medium-up-4>.column,.medium-up-4>.columns {
        float: left;
        width: 25%
    }

    .medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .medium-up-4>.column:last-child,.medium-up-4>.columns:last-child {
        float: left
    }

    .medium-up-5>.column,.medium-up-5>.columns {
        float: left;
        width: 20%
    }

    .medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .medium-up-5>.column:last-child,.medium-up-5>.columns:last-child {
        float: left
    }

    .medium-up-6>.column,.medium-up-6>.columns {
        float: left;
        width: 16.66667%
    }

    .medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .medium-up-6>.column:last-child,.medium-up-6>.columns:last-child {
        float: left
    }

    .medium-up-7>.column,.medium-up-7>.columns {
        float: left;
        width: 14.28571%
    }

    .medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .medium-up-7>.column:last-child,.medium-up-7>.columns:last-child {
        float: left
    }

    .medium-up-8>.column,.medium-up-8>.columns {
        float: left;
        width: 12.5%
    }

    .medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .medium-up-8>.column:last-child,.medium-up-8>.columns:last-child {
        float: left
    }

    .medium-collapse>.column,.medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .expanded.row .medium-collapse.row,.medium-collapse .row {
        margin-right: 0;
        margin-left: 0
    }

    .medium-uncollapse>.column,.medium-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }

    .medium-centered {
        margin-right: auto;
        margin-left: auto
    }

    .medium-centered,.medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }

    .medium-pull-0,.medium-push-0,.medium-uncentered {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0
    }
}
@media (max-width: 1199.98px) {
    .sec-title {
        margin-bottom: 30px;
    }
    .block-two .inner-box .lower-content {
        padding: 23px 15px 28px !important;
    }
    .service-block-one .inner-box {
        padding: 23px 20px 30px;
    }
}

@media (max-width: 991px) {
    .blog-section .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .block-two .inner-box .lower-content {
        height: 159px;
    }
    .block-three .inner-box .lower-content {
        padding: 20px 0 18px;
    }
    .services-section-two .wrapper-box {
        display: none;
    }
    .mobile-wrapper-box {
        display: block;
    }
    .mobile-wrapper-box .inner-box {
        display: flex;
        flex-direction: row;
        max-width: 100%;
        height: auto;
        margin: 0 0 30px !important;
    }
    .mobile-wrapper-box .inner-box .image {
        width: 50%;
        float: left;
    }
    .mobile-wrapper-box .inner-box .image img {
        width: 100%;
    }
    .mobile-wrapper-box .inner-box .content-box {
        width: 50%;
        padding: 60px 20px 60px;
    }
    .mobile-wrapper-box .inner-box .content-box h3 {
        font-size: 22px;
        color: #000;
        text-align: left;
    }
    .mobile-wrapper-box .inner-box .content-box .text li {
        font-size: 14px;
        color: #666;
    }
    .service-block-one .inner-box {
        height: 296px;
    }
}

@media (max-width: 640px) {
    .block-one .inner-box{
        width: 100%;
        float: initial;
    }
    .mobile-wrapper-box .inner-box .content-box {
        width: 100%;
        padding: 20px 10px 0;
    }
    .mobile-wrapper-box .inner-box {
        display: flex;
        flex-direction: column;
    }
    .block-two .inner-box .lower-content {
        height: auto;
        padding: 20px 10px !important;
    }
    .blog-section .col-md-4 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.block-one .inner-box .image{
    max-width: 100%;
    max-height:  auto !important;
}
.block-one .inner-box .image img{
    width: 100%
}
.block-one .inner-box .lower-content .text{
    width: 100%;
    padding: 10px 0 20px;
    font-size: 12px
}
.service-block-one .inner-box{
    height: auto;
    padding: 15px 15px
}
.blog-section .sec-title p{
    font-size: 14px;
    line-height: 1.8rem
}

.block-three .text{
    font-size: 12px !important;
    line-height: 1.6rem !important;
}
.block-three .col-sm-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.block-three .inner-box .lower-content{
    padding: 20px 0
}
.lctwo {
    height: auto;
}
}
@media (max-width: 640px) and (min-width: 300px){
.block-three .col-sm-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
}


.row {
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto
}

.row:after,.row:before {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row.collapse>.column,.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.row .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

@media print,screen and (min-width: 40em) {
    .row .row {
        margin-right:-.9375rem;
        margin-left: -.9375rem
    }
}

@media print,screen and (min-width: 64em) {
    .row .row {
        margin-right:-.9375rem;
        margin-left: -.9375rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto
}

.column,.columns {
    width: 100%;
    float: left;
    padding-right: .9375rem;
    padding-left: .9375rem
}

.column:last-child:not(:first-child),.columns:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child,.end.columns:last-child:last-child {
    float: left
}

.column.row.row,.row.row.columns {
    float: none
}

.row .column.row.row,.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

    .column.row.row,.row.row.columns {
           float: none
       }

       .row .column.row.row,.row .row.row.columns {
           margin-right: 0;
           margin-left: 0;
           padding-right: 0;
           padding-left: 0
       }
       .column, .columns {
           width: 100%;
           float: left;
           padding-right: 0.9375rem;
           padding-left: 0.9375rem;
       }
       @media print, screen and (min-width: 40em){
           .medium-6 {
               width: 50%;
           }
       }
       .pagesContainer .item {
           padding-bottom: 30px;
           overflow: hidden;
       }
       a, a:focus {
           text-decoration: none;
           color: #201c6f;
       }
       .bg-labratory {
           background-image: url(../images/icon_service_labratory.png);
       }
       .bg-biosciences {
           background-image: url(../images/icon_service_biosciences.png);
       }
       .bg-control {
           background-image: url(../images/icon_service_control.png);
       }
       .bg-safety {
           background-image: url(../images/icon_service_safety.png);
       }
       .bg-radiolabelled {
           background-image: url(../images/icon_service_radiolabelled.png);
       }
       .bg-support {
           background-image: url(../images/icon_service_support.png);
       }
       .pagesContainer.services .item .titleContainer {
           display: block;
           min-height: 80px;
           padding-left: 70px;
           position: relative;
           margin-bottom: 20px;
           background-position: left center;
           background-repeat: no-repeat;
           background-size: 60px;
       }
       .pagesContainer .item .title {
           display: block;
           font-size: 24px;
           padding-bottom: 30px;
       }
       .pagesContainer.services .item .title {
           font-size: 22px;
           padding: 0;
           position: absolute;
           top: 50%;
           transform: translate(0,-50%);
       }
       .pagesContainer .item .title:before {
           font-family: FontAwesome;
           padding-right: 10px;
           content: "";
           color: #d71920;
       }
       .pagesContainer.services .item .title:before {
           padding-right: 0;
           content: "";
       }
       .hoverimage {
           width: 100%;
           overflow: hidden;
       }

       .hoverimage img {
           transform-origin: 50% 50%;
           transform: scale(1,1);
           transition: all 400ms ease;
       }

       .hoverimage img:hover {
           transform-origin: 50% 50%;
           transform: scale(1.05,1.05);
           transition: all 400ms ease;
       }
       .servicesList {
    padding-top: 20px;
    padding-bottom: 50px;
}
.row {
    max-width: 1280px;
}
.servicesList a.arrowBorder {
    padding: 20px 0;
}
       a.arrowBorder {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #cbcbcb;
}

a.arrowBorder:before {
    font-family: FontAwesome;
    padding-right: 10px;
    content: "";
    color: #d71920;
}
.pageContent h1 {
    font-size: 24px;
    padding: 40px 0 55px;
    font-weight: bold;
}
.pageContent p{
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.6em;
}
.tierImage{
        border: none;
        display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
.sidebar-page-container {
    position: relative;
}

.sidebar-page-container .news-sec-title {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.sidebar-page-container .news-sec-title h1 {
    font-size: 24px;
    color: #000;
}

.page_sec_title {
    font-size: 14px;
    color: #666;
}

.page_sec_title span {
    margin: 0 20px;
}

.sidebar-page-container .lower-content {
    padding: 60px 0 20px;
    border-bottom: 1px solid #eee;
}

.sidebar-page-container .lower-content p img {
    text-align: center;
    display: block;
    margin: 45px auto;
}

.sidebar-page-container .corner_mark {
    padding: 30px 0 30px;
}

.sidebar-page-container .corner_mark li {
    font-size: 14px;
    color: #000;
}

.sidebar-page-container .corner_mark li a {
    color: #000;
}

.sidebar-page-container .corner_mark li a:hover {
    color: #f3980f;
}

.sidebar-page-container .corner_mark .mark_left {
    float: left;
}

.sidebar-page-container .corner_mark .mark_right {
    float: right;
    text-transform: uppercase;
}

.sidebar-page-container .corner_mark .mark_right a i {
    font-size: 24px;
    color: #666;
    text-overflow: unset;
}

.sidebar-page-container .corner_mark .mark_right a {
    color: #666;
    font-size: 22px;
    text-overflow: ellipsis;
}

.sidebar-page-container .corner_mark .mark_right a:hover,
.sidebar-page-container .corner_mark .mark_right a:hover i {
    color: #f3980f;
}

@media (max-width: 1199.98px) {
    .news-block-one .date {
        display: none;
    }
    .news-block-one .lower-content {
        padding: 9% 0 0 5%;
    }
    .sidebar-page-container .lower-content {
        padding: 30px 0 10px;
        margin-bottom: 30px;
    }
    .sidebar-page-container .lower-content p img {
        margin: 25px auto;
    }
    .sidebar-page-container .corner_mark {
        padding: 0 0 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .news-block-one .lower-content {
        width: 42%;
        padding: 90px 0 0 20px;
    }
    .news-block-one h3 {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .news-block-one .inner-box {
        height: auto;
    }
    .news-block-one .lower-content {
        width: 100%;
        padding: 20px 0 0;
    }
    .sidebar-page-container .news-sec-title h1 {
        font-size: 18px;
    }
    .sidebar-page-container .corner_mark {
        margin-bottom: 60px;
    }
    .sidebar-page-container .corner_mark .mark_right {
        float: left;
        padding: 20px 0 30px;
    }
   .corner_mark .mark_right a{
    font-size: 14px !important
    }
    .sp-two{
        padding: 30px 0 30px !important
    }
}