/*
FONT WEIGHTS
	100 - thin
	200 - extra light
	300 - light
	400 - regular
	500 - medium
	600 - semi bold
	700 - bold
	800 - extra bold
	900 - black
*/

@import url('https://web.archive.org/web/20220817222632cs_/https://fonts.googleapis.com/css?family=Raleway:100,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900');
@import url('https://web.archive.org/web/20220817222632cs_/https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');

/* 
###################################################################
### GENERAL
###################################################################
*/
body {
	font-family: 'Hind', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 50px;
	line-height: 70px;
}
h2 {
	font-size: 55px;
	line-height: 83px;
}
h3 {
	font-size: 46px;
	line-height: 69px;
}
h4 {
	font-size: 38px;
	line-height: 57px;
}
p {
	font-family: 'Hind', sans-serif;
	font-size: 18px;
	color: #666666;
	letter-spacing: 0;
	line-height: 27px;
}
textarea {
    resize: none;
}

/* Buttons */
.btn-white {
    background: #ffffff !important;
    border: 2px solid #ffffff !important;
    color: #009fdf !important;
    font-size: 16px;
    padding: 16px 45px;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    letter-spacing: 0;
}
.btn-white:hover {
	background: transparent !important;
	color: #ffffff !important;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.btn-blue {
    background: #00a9df !important;
    border: 2px solid #00a9df !important;
    color: #ffffff !important;
    font-size: 16px;
    padding: 16px 35px;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}
.btn-blue:hover {
	background: #e2f2f8 !important;
    color: #009fdf !important;
}
.btn-orange {
    background: #ffb600 !important;
    border: 2px solid #ffb600 !important;
    color: #1a1a1a !important;
    font-size: 16px;
    padding: 16px 45px;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    letter-spacing: 0;
}
.btn-orange:hover {
	background: #1a1a1a !important;
	border-color: #1a1a1a !important;
    color: #ffb600 !important;
}

/* Section background */
.section-white {
	background: #ffffff !important;
}
.section-gray {
	background: #f6f7f7 !important;
}

/* Vertical line, horizontal line and circle */
.vertical-line {
    height: 35px;
    width: 1px;
    margin: auto;
}
.vertical-line2 {
	height: 45px;
}
.vertical-line-white,
.line-circle-white {
    border-left: 1px solid #ffffff;
}
.vertical-line-blue,
.line-circle-blue {
    border-left: 1px solid #00a9df;
}
.vertical-line-container {
	position: absolute;
    z-index: 999999;
    text-align: center;
    width: 100%;
}
.vertical-line-top {
	top: 0;
}
.vertical-line-bottom {
	bottom: 0;
}
.line-circle {
    border: 1px solid #00a9df;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    margin: 5px auto 0;
}
.line-circle-mt {
    margin: 5px auto 0;
}
.line-circle-mb {
    margin: 0 auto 5px;
}

/* Image */
.img-shadow-left {
	box-shadow: -30px 30px 0 #c2e8f7;
}
.img-shadow-right {
	box-shadow: 30px 30px 0 #c2e8f7;
}
.arrow-cut {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 45%;
}
.arrow-cut-left {
    border-left: 20px solid #ffffff;
}
.arrow-cut-right {
    border-right: 20px solid #ffffff;
    right: 2.5%;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/* Margins */
.mb0 {
    margin-bottom: 0;
}
.mb1 {
    margin-bottom: 1em;
}
.mb03 {
    margin-bottom: 0.3em;
}
.mb2 {
	margin-bottom: 2em;
}
.mr1 {
	margin-right: 1em;
}

/* Paddings */
.p0 {
    padding: 0;
}
.pb10 {
    padding-bottom: 10em;
}
.pt0 {
    padding-top: 0;
}

/* Transparent */
.transparent {
	color: transparent;
}

/* Breadcrumb Top */
.breadcrumb-top {
    background: 
        linear-gradient(
          rgba(0, 159, 223, 0.5), 
          rgba(0, 159, 223, 0.5)
        ), 
        url('../../../../20240816034835/http_/www.noblelink.com/img/breadcrumb.jpg') no-repeat center center !important;
    /*background-blend-mode: overlay;*/
    background-size: cover !important;
}
.page-business-areas .breadcrumb-top {
    background: 
        linear-gradient(
          rgba(0, 159, 223, 0.5), 
          rgba(0, 159, 223, 0.5)
        ), 
        url('../../../../20240816034849/http_/www.noblelink.com/img/breadcrumb-ba.jpg') no-repeat center center !important;
    background-size: cover !important;
}
.page-news .breadcrumb-top {
    background: 
        linear-gradient(
          rgba(0, 159, 223, 0.5), 
          rgba(0, 159, 223, 0.5)
        ), 
        url('../../../../20240816034857/http_/www.noblelink.com/img/breadcrumb-news.jpg') no-repeat center center !important;
    background-size: cover !important;
    padding-bottom: 140px;
}
.page-contact .breadcrumb-top {
    background: 
        linear-gradient(
          rgba(0, 159, 223, 0.5), 
          rgba(0, 159, 223, 0.5)
        ), 
        url('../../../../20240816034857/http_/www.noblelink.com/img/breadcrumb-news.jpg') no-repeat center center !important;
    background-size: cover !important;
    padding-bottom: 140px;
}
.breadcrumb-top h3 {
    font-size: 46px;
    font-weight: 800;
    text-transform: uppercase;
}
.breadcrumb-top p {
    font-size: 20px;
}

/* Breadcrumb Bottom */
.breadcrumb-bottom {
    padding-top: 100px;
}
.breadcrumb-bottom h4 {
    margin-bottom: 0.25em;
}
.breadcrumb-bottom p {
    font-size: 20px;
    font-weight: 300;
}

/* Text styles (colors, transform, etc) */
.text-black {
    color: #1a1a1a;
}
.text-blue {
    color: #00a9df;
}
.text-red {
    color: #ff3333;   
}
.text-uppercase {
    text-transform: uppercase;
}
.text-bold {
    font-weight: 700 !important;
}





/* 
###################################################################
### THEME STYLES OVERRIDE
###################################################################
*/
.background-image-holder.parallax-background {
    top: -20%;
}
.page-business-areas .flex-direction-nav .flex-nav-prev a:before {
    left: 0;
}

/* Gallery Slider, Core Values Slider */
.gallery-carousel .flex-viewport {
    width: 70%;
}
.gallery-slider-carousel .gallery-carousel-sync-vcm .flex-viewport {
    left: 30%;
}
.gallery-slider-carousel .flex-direction-nav a {
    width: 10%;
    top: 41%;
    border-color: #1a1a1a;
    background: #1a1a1a;
    color: #1a1a1a;
    text-shadow: none;
}
.mp-core-values .flex-direction-nav a {
    border-color: #1a1a1a;
    background: #1a1a1a;
    color: #1a1a1a;
    text-shadow: none;
}
.mp-core-values .flex-direction-nav a:before,
.gallery-slider-carousel .flex-direction-nav a:before {
    color: #ffffff;
}
.gallery-slider-carousel .flex-direction-nav a:before {
    top: 14px;
}
.mp-core-values .flexslider:hover .flex-prev,
.mp-core-values .flexslider:hover .flex-next,
.gallery-slider-carousel .flexslider:hover .flex-prev,
.gallery-slider-carousel .flexslider:hover .flex-next {
    opacity: 1;
}
.mp-core-values .flex-disabled,
.gallery-slider-carousel .flex-disabled {
    opacity: 1 !important;
}
.gallery-slider .flex-direction-nav a {   
    opacity: 0;
    z-index: -1;
}
.mp-core-values .flex-direction-nav a:hover,
.gallery-carousel .flex-direction-nav a:hover,
.mp-core-values .flex-direction-nav a:active,
.gallery-carousel .flex-direction-nav a:active,
.mp-core-values .flex-direction-nav a:focus,
.gallery-carousel .flex-direction-nav a:focus {
    border-color: #00a9df;
    background: #00a9df;
    color: #00a9df;
}

.gallery-carousel-sync-vcm .flex-direction-nav .flex-prev,
.gallery-carousel-sync-vcm .flexslider:hover .flex-prev {
    left: 3%;
}
.mp-core-values .flex-direction-nav .flex-next,
.mp-core-values .flexslider:hover .flex-next,
.gallery-carousel-sync-ois .flex-direction-nav .flex-next,
.gallery-carousel-sync-ois .flexslider:hover .flex-next {
    right: 3%;
}
.gallery-carousel-sync-vcm .flex-direction-nav .flex-next {
    left: 15%;
}
.gallery-carousel-sync-ois .flex-direction-nav .flex-prev {
    left: initial;
    right: 15%;
}
.mp-core-values .flex-direction-nav .flex-prev {
    left: initial;
    right: 9%;
    top: initial;
    bottom: 5%;
}
.mp-core-values .flex-direction-nav .flex-next {
    top: initial;
    bottom: 5%;
}
.gallery-slider-carousel .arrow-cut {
    top: 32%;
}
.gallery-slider-carousel .arrow-cut-left {
    left: 2%;
}
.gallery-slider-carousel .arrow-cut-right {
    right: 2%;
}
.gallery-slider, .gallery-carousel {
    border: 0;
    box-shadow: none;
}
#gallery-slider-sync-vcm .flex-viewport {
    box-shadow: 30px 30px 0 #c2e8f7;
}
#gallery-slider-sync-ois .flex-viewport {
    box-shadow: -30px 30px 0 #c2e8f7;
}
.gallery-slider-carousel p {
    font-size: 20px;
}
.flexslider.gallery-carousel {
    margin-bottom: 0;
}

/*spinner*/
.spinner {
    background: url('../../../../20240816034904/http_/www.noblelink.com/img/loader.gif') no-repeat center center !important;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -90px;
}






/* 
###################################################################
### NAV MENU
###################################################################
*/
.simple-bar .logo-light {
    display: none;
}
.simple-bar .logo-dark {
    display: block;
}
.simple-bar .nav-menu {
	padding: 40px 0 20px;
    padding-bottom: 0;
}
.simple-bar .menu li a {
	/*padding-bottom: 20px;*/
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
}
.simple-bar .menu > li > a {
    /*margin-bottom: 20px;*/
    padding-bottom: 5px;
    margin-bottom: 40px
}
.simple-bar .menu > li.active > a {
    border-bottom: 2px solid #00a9df;
}
.simple-bar.nav-sticky .menu > li > a {
    margin-bottom: 0;
}
.simple-bar .social-icons {
	margin-bottom: 0;
}
.top-bar .social-icons li a {
	color: #666666;
	font-size: 18px;
}
.top-bar .social-icons li a:hover {
    color: #00a9df;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.has-dropdown {
	bottom: initial;
}
.menu li:not(.active) a:hover {
    color: #00a9df;
}
.menu li.has-dropdown > a:hover {
    color: #1a1a1a;
}

/* SUBNAV */
.subnav {
    padding: 0;
    width: 200%;
    min-width: 215%;
    border-radius: 5px;
    box-shadow: 1px 1px 10px 0px rgba(26,26,26,0.3);
    display: initial;
    opacity: 0;
    visibility: hidden;
    /*-webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;*/
    transform: translateY(-2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
@media only screen and (min-width: 1224px) {
    .has-dropdown:hover .subnav {
        visibility: visible;
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
    }
}
.subnav:before {
    /*content: "▲";*/
    content: "\25b2";
    font-size: 1.5em;
    transform: scaleX(1.5);
    color: #ffffff;
    text-shadow: 0 -2px 2px rgba(26,26,26,0.1), 0 -2px 2px rgba(26,26,26,0.1);
    z-index: 1;
    top: -2%;
    right: 50px;
    position: absolute;
}
.subnav:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -30px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #f3961c transparent;
    display: block;
    width: 0;
    top: -12px;
    right: 70px;
    bottom: auto;
    left: auto;
    border-width: 0 12px 12px;
}
.subnav li {
	float: none;
}
.subnav li:not(:last-child) {
    border-bottom: 1px solid #ececec;

}
.subnav li a {
	margin-bottom: 0;
    display: block;
    padding: 20px 15px 20px 25px!important;
}
.subnav li.active {
    border-left: 3px solid #ffb600;
}
.subnav li.active a {
    color: #00a9df;
}

/* NAV MENU STICKY */
.simple-bar.nav-sticky .logo-light {
    display: block;
}
.simple-bar.nav-sticky .logo-dark {
    display: none;
}
.top-bar.nav-sticky {
    background: #000000;
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.5)
}
.top-bar.nav-sticky .nav-menu {
	padding: 24px 0 20px;
    padding-bottom: 0;
}
.top-bar.nav-sticky .menu > li > a {
	padding-bottom: 5px;
	color: #ffffff;
    margin-bottom: 20px;
}
.top-bar.nav-sticky .menu li.has-dropdown:after,
.top-bar.nav-sticky .social-icons li a {
	color: #ffffff;
}
.nav-sticky .logo-wide {
	bottom: 5px !important;
}
.top-bar.nav-sticky .subnav {
    background: #ffffff;
}





/* 
###################################################################
### FOOTER
###################################################################
*/
footer {
	padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}
footer .footer-logo img {
	max-width: 100% !important;
	margin-bottom: 25px !important;

}
footer .footer-left,
footer .footer-right {
	padding: 40px 0 25px;
}
footer .footer-left-container {
	background: #ececec;
}
footer .footer-right-container {
	background: #1a1a1a;
    
}
footer .footer-left {
	float: right;
    padding-right: 7%;
    padding-left: 7%;
}
footer .footer-right {
	float: left;
    padding-left: 7%;
}

/* Footer left */
footer .footer-left .footer-links {
	border-bottom: 1px solid #d7d7d7;
}
footer .footer-left .footer-links li {
	margin-bottom: 15px;
}
footer .footer-left .footer-links li a {
    font-weight: 500;
    color: #1a1a1a;
    font-size: 15px;
}
footer .footer-left .footer-links li a:hover {
    color: #00a9df;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
footer .footer-left .footer-copyright {
    margin-top: 15px;
}
footer .footer-left .footer-copyright p {
    font-size: 14px;
    color: #898d8d;
    margin-bottom: 0;
}
footer .footer-left .footer-copyright p .lns {
	color: #1a1a1a;
}

/* Footer right */
footer .footer-right .contact-details p {
    color: #ffffff;
    font-size: 15px;
}
footer .footer-right .social-media li {
    display: inline-block;
    margin-right: 3em;
}
footer .footer-right .social-media a {
    color: #898d8d;
    /*font-size: 15px;*/
    font-size: 1.5em;
}
footer .footer-right .social-media a:hover {
    color: #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

/* Footer responsive */
@media (min-width: 768px) {
	.footer-left, .footer-right {
	    width: 375px;
	    padding-left: 15px;
    	padding-right: 15px;
	}
}
@media (min-width: 992px) {
	.footer-left, .footer-right {
	    width: 485px;
	    padding-left: 15px;
    	padding-right: 15px;
	}
}
@media (min-width: 1200px) {
	.footer-left, .footer-right {
	    width: 600px;
	    padding-left: 15px;
    	padding-right: 15px;
	}
}





/* 
###################################################################
### HOME PAGE
###################################################################
*/

/* SLIDER */
.hero-slider .slides li h1 {
	font-size: 60px;
	margin-bottom: 30px;
}
.hero-slider .slides li h1 .header-underlined {
	position: relative;
}
.hero-slider .slides li h1 .header-underlined:before {
    content: ' ';
    display: block;
    width: 100%;
    background: #ffb600;
    height: 10px;
    position: absolute;
    bottom: 18px;
    z-index: -1;
    right: 0;
}
.hero-slider .slides li p {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 30px;
}
.hero-slider .flex-control-nav {
	right: 5%;
	text-align: right;
    z-index: 999;
}
.hero-slider .flex-control-paging li a {
    text-indent: 9999px;
}
.hero-slider .scroll-down {
	position: absolute;
    z-index: 100;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.hero-slider .scroll-down img:hover {
	cursor: pointer;
}
.hero-slider .scroll-down p {
    font-size: 15px;
    color: #ffffff;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    margin: 15px;
    line-height: 15px;
}



/* MILESTONES */
.milestones {
	position: relative;
}
.milestones .container {
	padding-top: 80px;
    padding-bottom: 80px !important;
}
.milestones h3 {
	color: #000000;
}
.milestones h3 .subheader {
    color: #00a9df;
}
.milestones h5 {
    padding: 25px;
    margin-bottom: 0;
    font-size: 21px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.milestones p {
    font-weight: 300;
    font-size: 20px;
    margin: 20px 0 100px !important;
    color: #1a1a1a;
}
.milestones span {
    color: #666666;
    font-size: 15px;
    width: 75%;
}
.milestones .feature {
	position: relative;
}
.milestones b.milestone-overlay {
    display: block;
    position: absolute;
    top: 60%;
    left: 10%;
    font-size: 90px;
    color: #898d8d;
    opacity: .10;
}
@media (min-width: 768px) {
	.milestones .features > div:not(:last-child) {
		border-right: 1px solid #ececec;
	}
}



/* VCM and OIS (also included Business Areas Page) */
.home-vcm h1,
.home-ois h1,
.ba-vcm h1,
.ba-ois h1  {
    color: #00a9df;
    font-weight: 800;
    margin-bottom: 0;
}
.home-vcm span.subtitle,
.home-ois span.subtitle,
.ba-vcm span.subtitle,
.ba-ois span.subtitle {
    color: #898d8d;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    display: inline-block;
	padding-bottom: 25px;
    margin-bottom: 25px;
    width: 100%;
}
.home-vcm span.subtitle,
.home-ois span.subtitle {
    width: 100%;
}
.home-vcm span.subtitle:before,
.home-ois span.subtitle:before,
.ba-vcm span.subtitle:before,
.ba-ois span.subtitle:before {
    /*content: "";
    position: absolute;
    width: 13%;
    bottom: 0;
    border-bottom: 3px solid #ffb600;*/
}
.home-vcm p, 
.home-ois p,
.home-vcm p, 
.home-ois p {
	font-size: 20px;
}
.home-vcmois-last {
	padding-bottom: 150px;
}



/* RECENT NEWS */
.home-recent-news .title h4 {
    color: #00a9df;
    text-transform: uppercase;
}
.home-recent-news .title p {
    font-size: 20px;
    margin-bottom: 50px;
}
.home-recent-news .articles > div {
	padding: 0;
}
.home-recent-news .articles > div:nth-child(odd) {
	background: #ececec;
}
.home-recent-news .articles > div:nth-child(even) {
	background: #ffffff;
}
.home-recent-news .articles .blog-snippet-1 {
	margin-bottom: 0;
}
.home-recent-news .articles .blog-snippet-1 img {
	margin-bottom: 0;
}
.home-recent-news .articles .blog-contents {
	padding: 0 7%;
}
.home-recent-news .articles .blog-contents h2 {
    font-size: 20px;
    line-height: 30px;
    padding: 25px 0;
    margin-bottom: 0;
    color: #1a1a1a;
}
.home-recent-news .articles .blog-contents p {
	font-weight: 300;
    font-size: 15px;
    line-height: 22px;
}
.home-recent-news .articles .blog-contents .blog-bottom span {
    color: #b6baba;
    font-size: 15px;
    font-family: 'Hind', sans-serif;
    font-weight: normal;
    letter-spacing: 0;
}
.home-recent-news .articles .blog-contents .blog-bottom a {
	float: right;
	margin-top: 0;
	color: #00a9df;
    border-bottom: none;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0;
}
/*.home-recent-news .blog-snippet-1:hover,
.home-recent-news .blog-contents:hover {
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}*/
.home-recent-news .articles > div:hover {
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}
.home-recent-news .read-all {
    margin-top: 50px;
    text-align: center;
}
.home-recent-news .read-all a {
    border-radius: 50px;
	font-size: 20px;
}



/* JOIN OUR TEAM */
.background-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../image/modbuild/Career\ banner.jpeg') no-repeat center center;
    background-size: cover;
     filter: brightness(80%); /* Lower percentage makes the image darker */
    z-index: 1;
}

.content-overlay {
    position: relative;
    z-index: 2;
}
.home-join-our-team > .container {
    padding: 100px 80px;
}
.home-join-our-team h1 {
	font-size: 55px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 30px;
}
.home-join-our-team p {
	font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
}
.home-join-our-team a {
	font-size: 20px;
	font-weight: 400;
    padding: 15px 35px;
    border-radius: 50px;
}





/* 
###################################################################
### MANAGEMENT PHILOSOPHY
###################################################################
*/

/* Chairman & President */
.mp-person h4 {
    color: #00a9df;
    font-size: 35px;
    font-weight: 600;
    line-height: 52.5px;
    margin-bottom: 50px;
}
.mp-person p {
    color: #666666;
    font-size: 20px;
    margin-bottom: 40px;
}
.mp-person h5 {
    color: #00a9df;
    font-size: 25px;
    font-weight: 600;
}
.mp-person h6 {
    color: #999999;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Hind', sans-serif;
}
.mp-person .mp-person-about {
    position: relative;
    padding-bottom: 43px;
}
.mp-person .mp-person-about:before {
    /*content: "";
    position: absolute;
    width: 15%;
    bottom: 37px;
    border-bottom: 3px solid #ffb600;*/
}

/* Mission & Vision */
.mp-mission-vision h4 {
    color: #00a9df;
    font-weight: 700;
    margin: 35px 0;
    text-transform: uppercase;
}
.mp-mission-vision p {
    font-size: 20px;
}

/* Organization Culture */
.mp-org-culture h4 {
    color: #00a9df;
    font-weight: 800;
    margin: 30px 0 40px;
    text-transform: uppercase;
}
.mp-org-culture .blog-snippet-1 {
    background: #ffffff;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    padding-bottom: 8%;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
.mp-org-culture .blog-snippet-1 img {
    margin-bottom: 0;
    width: 100%;
}
.mp-org-culture .blog-snippet-1 h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 30px 0;
    text-transform: uppercase;
}
.mp-org-culture .blog-snippet-1 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
}
.mp-org-culture .blog-snippet-1 > div {
    padding: 0 8%;
}

/* Breadcrumb bottom */
.breadcrumb-bottom {
    background: 
            linear-gradient(
              rgba(0, 159, 223, 0.5), 
              rgba(0, 159, 223, 0.5)
            ), 
            url('../../../../20240816034920/http_/www.noblelink.com/img/mp-bottom.jpg') no-repeat center center !important;
    background-size: cover !important;
}
.breadcrumb-bottom h4 {
    margin-bottom: 0.25em;
    text-transform: uppercase;
}
.breadcrumb-bottom p {
    font-size: 20px;
    font-weight: 300;
}

/* Core Values */
.mp-core-values h4 {
    color: #00a9df;
    font-weight: 800;
    margin: 30px 0 40px;
    text-transform: uppercase;
}
.mp-core-values .slides li {
    position: relative;
}
.mp-core-values .slider-content {
    width: 50%;
    background: #f9fafa;
    position: absolute;
    top: 20%;
    height: 60%;
    right: 0;
    padding: 5%;
}
.mp-core-values .slider-image {
    position: relative;
    float: left;
}
.mp-core-values .slider-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: -webkit-linear-gradient(rgba(0, 159, 223, 0.75), rgba(0, 159, 223, 0.75));
    background: -o-linear-gradient(rgba(0, 159, 223, 0.75), rgba(0, 159, 223, 0.75));
    background: linear-gradient(rgba(0, 159, 223, 0.75), rgba(0, 159, 223, 0.75)); */
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}
.mp-core-values .slider-content h4 {
    font-weight: 700;
    color: #009fdf;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 50px;
}
.mp-core-values .slider-content span {
    position: absolute;
    top: -3%;
    right: 5%;
    font-size: 100px;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    color: #eff0f0;
}
.mp-core-values .slider-content p {
    font-size: 22px;
    line-height: 32px;    
}






/* 
###################################################################
### MANAGEMENT SYSTEMS
###################################################################
*/

/*Management systems slider*/
.ms_mscontent_slider .flex-control-nav {
    bottom: 15%;
}
.ms_mscontent_slider .flex-control-paging li a {
    background: #666666;
}
.ms_mscontent_slider .flex-control-paging li a:hover {
    background: #898d8d;
}
.ms_mscontent_slider .flex-control-paging li a.flex-active {
    background: #1a1a1a;
}

/* Manufacturing, Safety, Principle, QMS */
.ms-manufacturing-list ul {
    font-size: 20px;
    list-style: disc;
    padding: 0 4%;
}
.ms-safety {
    background:
            url('../image/ms-safety.jpg') no-repeat center center !important;
    background-size: cover !important;
}
.ms-safety .row > div {
    padding: 0 5%;
}
.ms-safety .row > div:not(:last-child) {
    border-right: 1px solid #ffffff;
}
.ms-ems h5 {
    font-size: 30px;
    font-weight: 600;
}
.ms-manufacturing li {
    margin-bottom: 15px;
}
    .ms-manufacturing h4,
.ms-safety h4,
.ms-ems h4,
.ms-qms h4 {
    margin-bottom: 30px;
}
.ms-safety p,
.ms-ems p,
.ms-qms p {
    font-size: 20px;
    line-height: 30px;
}
.ms-ems p:not(:last-child),
.ms-qms p:not(:last-child) {
    margin-bottom: 40px;
}
.ms-ems .ms-principle {
    margin-top: 60px;
    margin-bottom: 20px;
}
.ms-qms .arrow-cut-left {
    border-left: 20px solid #f6f7f7;
}

/* Breadcrumb bottom */
.page-management-systems .breadcrumb-bottom {
    background: 
            linear-gradient(
              rgba(0, 159, 223, 0.5), 
              rgba(0, 159, 223, 0.5)
            ), 
            url('../../../../../save/_embed/http_/www.noblelink.com/img/ms-bottom.html') no-repeat center center !important;
    background-size: cover !important;
}





/* 
###################################################################
### COMPANY INFORMATION
###################################################################
*/

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.page-company-information .btn-orange {
    margin-top: 1.5em;
    padding: 16px 30px;
}

/* Company History */
.page-company-information .bs-wizard {
    margin-top: 80px;
}
.page-company-information .progress {
    background-color: transparent;
}
.page-company-information .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    left: 48.5%;
}
.page-company-information .bs-wizard > .bs-wizard-step > .progress {
    margin: 35px 0;
}
.page-company-information .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    top: 55px;
}
.page-company-information .bs-wizard-stepnum {
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    font-size: 20px !important;
}
.page-company-information .bs-wizard-info .content {
    padding: 40px 30px !important;
}
.page-company-information .bs-wizard-info ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
}

/* Organizational Chart */
.page-company-information .org-container h6 {
    margin-bottom: 0;
    padding: 0.5em;
    color: #666666;
    font-family: 'Hind', sans-serif;
    font-weight: normal;
    font-size: 18px;
}
.page-company-information .org-container {
    background: #ffffff;
    border-radius: 5px;
    border-top: 10px solid #00a9df;
    box-shadow: 2px 1px 2px rgba(0,0,0,0.03);
    margin: auto;
}
ol.organizational-chart ol:before, ol.organizational-chart ol:after, ol.organizational-chart li:before, ol.organizational-chart li:after, ol.organizational-chart > li > div:before, ol.organizational-chart > li > div:after {
    background-color: #ffcc00;
}
/* line positions */
@media only screen and ( min-width: 1024px ) {
    .page-company-information ol.organizational-chart > li ol:before {
        left: 27%;
    }
    .page-company-information ol.organizational-chart > li ol:after {
        display: none;
    }
    .page-company-information ol.organizational-chart > li ol > li:before {
        left: 27%;
        width: 5em;
    }
    .page-company-information ol.organizational-chart > li ol > li:after {
        left: 27%;
    }
    /* container widths */
    .page-company-information .super-upper.org-container {
        width: 20%;
    }
    .page-company-information .department-title.org-container {
        width: 50%;
    }
    .page-company-information .department-sections .org-container {
        width: 40%;
    }
    /* others */
    .sectionalized-depts:before {
        display: none;
    }
}
@media only screen and ( max-width: 1023px ) {
    .super-upper:before,
    .super-upper:after,
    .sectionalized-depts:after {
        display: none;
    }

    ol.organizational-chart > li > ol:before {
        left: 0;
        right: inherit;
    }

    ol.organizational-chart > li > ol > li:last-of-type:after {
        height: 10.5%;
    }
}





/* 
###################################################################
### NEWS UPDATES
###################################################################
*/

.page-news {
    background: #ffffff;
}
.page-news .news-section {
    padding-top: 0;
    background: transparent;
    overflow: visible;
}
.page-news .news-section > .container {
    background: #f9fafa;
    margin-top: -90px;
    padding: 5em;
}

/* Breadcrumb */
.page-news .news-section-breadcrumb p {
    padding-bottom: 2em;
}
.page-news .news-section-breadcrumb a {
    font-size: 32px;
    color: #00a9df;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 48px;
    padding-bottom: 50px;
}
.page-news .news-inside-breadcrumb {
    font-size: 20px;
    padding-bottom: 1.5em;
}
.page-news .news-inside-breadcrumb p {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 0.75em 1em;
    background: #f9fafa;
}
.page-news .news-inside-breadcrumb a {
    color: #898d8d;
}
.page-news .news-inside-breadcrumb span {
    color: #00a9df;
}

/* Sidebar */
.page-news .news-sidebar {
    background: #00a9df;
    color: #ffffff;
    padding: 2em 1.75em;
    font-size: 18px;
    line-height: 27px;
}
.page-news .news-sidebar .news-sidebar-container:not(:last-child) {
    margin-bottom: 2em;
}
.page-news .news-sidebar .news-sidebar-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 0.25em;
}
.page-news .news-sidebar .news-sidebar-title i {
    margin-right: 0.75em;
}
.page-news .news-sidebar .news-sidebar-title i:before {
    font-size: 0.80em;
}
.page-news .news-sidebar .news-sidebar-divider {
    position: relative;
}
.page-news .news-sidebar .news-sidebar-divider .news-sidebar-divider-line {
    margin: 0;
    position: relative;
    left: -2em;
    width: 85%;
}
.page-news .news-sidebar .news-sidebar-divider .news-sidebar-divider-circle {
    border-color: #ffffff;
    position: absolute;
    right: 20%;
    top: -0.5em;
}
.page-news .news-sidebar .news-sidebar-content {
    margin-top: 1.5em;
}
.page-news .news-sidebar .news-sidebar-content ul {
    list-style: disc;
    padding-left: 2em;
    text-indent: 0.25em;
}
.page-news .news-sidebar .news-sidebar-content ul li {
    margin-bottom: 0.25em;
}
.page-news .news-sidebar .news-sidebar-content ul li a {
    color: #ffffff;
}
.page-news .news-sidebar .news-sidebar-content .radio-item {
    position: relative;
    margin-bottom: 1.5em;
}
.page-news .news-sidebar .news-sidebar-content .radio-item > .rad {
    display: none;
}
.page-news .news-sidebar .news-sidebar-content .radio-item > label {
    font-weight: normal;
}
.page-news .news-sidebar .news-sidebar-content .radio-item > label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 4px;
    width: 1em;
    height: 1em;
    border-radius: 11px;
    background-color: #ffffff;
    margin-right: 0.5em;
}
.page-news .news-sidebar .news-sidebar-content .radio-item > .rad:checked + label:after {
    border-radius: 0.60em;
    width: 0.60em;
    height: 0.60em;
    position: absolute;
    top: 8px;
    left: 4px;
    content: " ";
    display: block;
    background: #666666;
}
.page-news .news-sidebar .news-sidebar-content .radio-item input {
    border: 0;
    font-size: 0.8em;
    height: auto;
    padding: 0.75em 1em;
    border-radius: 6px;
}
.page-news .news-sidebar .news-sidebar-content input[type="submit"] {
    min-width: 100%;
    font-size: 20px;
    font-weight: normal;
    box-shadow: none;
    border-radius: 2em;
    padding: 0.75em;
    margin-top: 0.75em;
}
/* Sidebar datepicker */
.page-news .news-sidebar th,
.page-news .news-sidebar td {
    color: #666666;
}
.page-news .news-sidebar #news_datepicker_container {
    width: 100%
}
.page-news .news-sidebar #news_datepicker_container > span {
    display: none;
}

/* List */
.page-news .news-list .news-list-item > div:first-child {
    padding-right: 0;
}
.page-news .news-list .news-list-item:nth-child(odd) > div:nth-child(even) {
    background: #ececec;
    padding: 2.5em;
}
.page-news .news-list .news-list-item:nth-child(even) > div:nth-child(even) {
    background: #ffffff;
    padding: 2.5em;
}
.page-news .news-list .news-list-item .news-title a {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    font-family: 'Raleway', sans-serif;
    line-height: 30px;
}
.page-news .news-list .news-list-item .news-summary {
    font-size: 15px;
    color: #666666;
    font-weight: 300;
    line-height: 22.5px;
    margin: 0.5em 0 1.5em;
}
.page-news .news-list .news-list-item .news-posted-date span {
    color: #b6baba;
    font-size: 15px;
    font-family: 'Hind', sans-serif;
    font-weight: normal;
    letter-spacing: 0;
}
.page-news .news-list .news-list-item .news-posted-date a {
    float: right;
    margin-top: 0;
    color: #00a9df;
    border-bottom: none;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0;
}

/* Details */
.page-news .news-content {
    padding-bottom: 3em;
}
.page-news .news-content .titlenews {
    color: #1a1a1a;
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    line-height: 47.5px;
}
.page-news .news-content .news-date {
    font-size: 16px;
    color: #b6baba;
    margin-top: 1.5em;
}
.page-news .news-content .news-date .icon_calendar {
    margin-right: 0.5em;
}
.page-news .news-content .news-date .news-posted-date {
    color: #666666;
}
.page-news .news-content .news-body * {
    font-family: 'Hind', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.5em;
    text-align: left !important;
}
.page-news .news-content .news-body p {
    color: #666666 !important;
    font-weight: 300;
    margin-bottom: 1.5em !important;
}
.page-news .news-content .news-body span {
    color: #666666;
    font-weight: 300;
}
.page-news .news-content .news-body img {
    height: auto !important;
    max-width: 100% !important;
}
.page-news .news-content .news-date {
    line-height: 2.5em;
}
.page-news .news-content .addthis_inline_share_toolbox {
    float: right;
}
.page-news .news-content .addthis_inline_share_toolbox a {
    border-radius: 5px !important;
}

/* Pagination */
.page-news .pagination-container {
    text-align: center;
}
.page-news .pagination-container ul {
    border-radius: 2em;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
    padding: 0.5em;
    font-size: 18px;
    background: #ffffff;
}
.page-news .pagination-container ul li:first-child a {
    border-right: 1px solid #ececec;
}
.page-news .pagination-container ul li:last-child a {
    border-left: 1px solid #ececec;
}
.page-news .pagination-container ul li a {
    border: none;
    border-radius: 0 !important;
    color: #666666;
    padding: 0 8px;
}
.page-news .pagination-container ul li a.pagination-nohover {
    color: #cccccc;
}
.page-news .pagination-container ul li a.pagination-nohover:hover {
    background: #ffffff;
}
.page-news .pagination-container ul li.active a {
    background: #ffffff;
    color: #00a9df;
}
.page-news .pagination-container ul li a:not(.pagination-nohover):hover {
    background-color: #ffffff;
    color: #00a9df;
}
.page-news .pagination-container ul li a i:before {
    font-size: 1.5em;
}




/* 
###################################################################
### CONTACT US
###################################################################
*/

.page-contact {
    background: #f9fafa;
}
.page-contact .contact-section {
    padding-top: 0;
    background: transparent;
    overflow: visible;
}
.page-contact .contact-section > .container {
    background: #ffffff;
    margin-top: -90px;
    /*padding: 5em;*/
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.page-contact .contact-section .contact-form-inside {
    padding: 5em 4em 0;
}
.page-contact .contact-section .contact-form-description {
    font-weight: 300;
}
.page-contact .contact-section .contact-form {
    padding-top: 3em;
}

/* FORM CONTROLS */
.page-contact .contact-form .form-control {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #ececec;
    color: #1a1a1a;
    font-size: 16px;
    padding: 0;
}
.page-contact .contact-form .form-control:focus {
    border-color: #00a9df;
}
.page-contact .contact-form .form-note {
    font-size: 16px;
    font-weight: 300;
}
.page-contact .contact-form .form-submit {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Hind', sans-serif;
    padding: 1em;
    border-radius: 2em;
}
.page-contact .form-group img {
    margin-top: 1.5em;
}

/* FORM FLOATING LABEL */
.page-contact .form-group {
    position: relative;
    margin-bottom: 3rem;
}
.page-contact .form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    /*opacity: 0.5;*/

    color: #999999;
    opacity: 1;
    font-size: 16px;
    font-weight: 300;
    padding-left: 0;
    padding-top: 0.25em;
}
.page-contact .form-control:focus + .form-control-placeholder,
.page-contact .form-control:valid + .form-control-placeholder {
    color: #cccccc;
    font-size: 14px;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

/* FORM THANK YOU PAGE */
.page-contact .contact_new_thankyou .contact_new_thankyou_content {
    font-weight: 300;
}
.page-contact .contact_new_thankyou .contact_new_thankyou_content * {
    font-size: 18px !important;
}
.page-contact .contact_new_thankyou .contact_new_thankyou_button {
    margin-top: 2em;
}

/* FORM ERRORS */
.page-contact .contact-status p {
    font-size: 1em;
    margin-bottom: 0.5em;
}
.page-contact .contact-status p:last-child {
    margin-bottom: 2em;
}

/* GOOGLE MAP RESPONSIVE */
.google-maps {
    position: relative;
    padding-bottom: 133%; /* This is the aspect ratio */
    height: 0;
    /*height: 100%;*/
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



/*EXTRA*/
.speech-bubble-ds {
    background: #efefef;
    border: 1px solid #a7a7a7;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 auto 40px;
    max-width: 400px;
    padding: 15px;
    position: relative;
}

.speech-bubble-ds p {
    margin-bottom: 10px;
}
.speech-bubble-ds p:last-of-type {
    margin-bottom: 0;
}

.speech-bubble-ds-arrow {
    border-left: 21px solid transparent;
    border-top: 20px solid rgba(0, 0, 0, 0.2);
    bottom: -25px;
    position: absolute;
    right: 15px;
}
.speech-bubble-ds-arrow::before {
    border-left: 23px solid transparent;
    border-top: 23px solid #a7a7a7;
    bottom: 2px;
    content: "";
    position: absolute;
    right: 5px;
}
.speech-bubble-ds-arrow::after {
    border-left: 21px solid transparent;
    border-top: 21px solid #efefef;
    bottom: 4px;
    content: "";
    position: absolute;
    right: 6px;
}










@media (min-width:1025px) {
    .blockscroll {
        position: relative;
        overflow: visible;
    }
}
/*.hero-slider {
    max-height: 100%;
}*/

/* Flex slider responsiveness*/












#timeline {
    width: 100%;
    height: 105px;
    background-color: transparent;
    font-size: 0;
    position: relative;
    min-width: 800px;
        margin-top: 80px;
}
#timeline .line {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -1px;
    /*background-color: #1AA8B7;
    height: 2px;*/
    background: #ffe479;
    height: 3px;
}
#timeline .item {
    height: 105px;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    position: relative;
}
#timeline .item .circle {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 40px;
    height: 40px;
    /*background-color: #1AA8B7;*/
    background: rgba(0, 169, 223, 0.2);
    border-radius: 50%;
    cursor: pointer;
}
#timeline .item .circle .inner-circle {
    width: 20px;
    height: 20px;
    /*margin: 7px;*/
    border-radius: 50%;
    /*background-color: #fff;*/
    background: #00a9df;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 10px;
}
#timeline .item:hover .circle .inner-circle,
#timeline .item .circle:hover .inner-circle {
    width: 40px;
    height: 40px;
    margin: 0px;
    top: 0;
    left: 0;
}
#timeline .item h7 {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*color: red;*/

    color: #595959;
    margin-bottom: 5px;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    font-size: 20px !important;
}
#timeline .item.first .content-box {
    left: 10%;
}
#timeline .item .content-box {
    background-color: #fff;
    width: 90%;
    border-radius: 10px;
    padding: 40px;
    text-align: left;
    -moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
    position: absolute;
    top: 95px;
    /*left: -50%;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;

    background: #009fdf;
    border-radius: 5px;
    color: #fff;
    padding: 40px 30px !important;
}
#timeline .item .content-box ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
}
#timeline .item.first .content-box:before {
    top: -7px;
    height: 14px;
    width: 14px;
    left: -10%;
    right: 0;
    margin: 0 auto;
    background: #009fdf;
}
#timeline .item .content-box:before {
    content: " ";
    position: absolute;
    top: -7px;
    height: 14px;
    width: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 3px;
    background: #009fdf;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#timeline .item img {
    max-width: 150px;
    margin-bottom: 10px;
}
#timeline .item p {
    margin-bottom: 0;
}
@media (max-width: 1920px) {
    .small-text {
        font-size: 13px;
    }
    .small-text {
        font-size: 14px;
        line-height: 200%;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: normal;
        letter-spacing: 0;
        color: #555;
        display: block;
        margin: 0 0 40px 0;
    }
    #timeline .item:hover {
        z-index: 5;
    }
    #timeline .item:hover .content-box {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    #timeline .item.last .content-box {
        right: 10%;
        left: auto;
    }
    #timeline .item.last .content-box:before {
        top: -7px;
        height: 14px;
        width: 14px;
        left: 0;
        right: -10%;
        margin: 0 auto;
    }
    .ci-company-history {
        padding-bottom: 280px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}









/*COMPANY HISTORY REVISIONS*/
/*#2*/
.company-information-bu2 .ci-company-history {
    padding-bottom: 320px;
}
.company-information-bu2 #timeline .line {
    top: 105%;
}
.company-information-bu2 #timeline .item .circle {
    width: 160px;
    height: 160px;
}
.company-information-bu2 #timeline .item .circle .inner-circle {
    width: 160px;
    height: 160px;
    top: 0;
    left: 0;
}
.company-information-bu2 #timeline .item .content-box {
    top: 210px;
}

/*#3*/
.company-information-bu3 .timeline2 {
    margin-top: 25px !important;
}
.company-information-bu3 .timeline2 article {
    background-size: cover !important;
    height: 210px !important;
}
.company-information-bu3 #timeline .item.first .content-box {
    left: 0;
}
.company-information-bu3 #timeline .item.first .content-box:before {
    left: 0;
}
.company-information-bu3 #timeline .item.last .content-box {
    right: 5%;
}
.company-information-bu3 #timeline .item.last .content-box:before {
    right: 0;
}

.radio-item {
    margin-bottom: 10px;
}

.search-results {
    margin-top: 20px;
}

.news-article {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
}

.news-article h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: bold;
    color: #1a73e8; /* Adjust the color if needed */
    line-height: 1.5;
        /* Adjust the line height here */
}

.news-article h3 a {
    text-decoration: none;
    color: inherit;
}

.news-article h3 a:hover {
    text-decoration: underline;
}

.news-article p {
    margin: 5px 0;
}

.news-article strong {
    font-weight: bold;
}