/* Breadcrumb */
.breadcrumb{
	background: linear-gradient(to right, #9d1c1b, #5454fe);
	margin-bottom: 0;
	border-radius: 0;
	padding: 0;
}
.breadcrumb	ul{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	display: flex;
	margin-right: -12px;
	margin-left: -12px;
	position: relative;
	z-index: 8;
}
.breadcrumb	ul li{
	font-size: 1.5rem;
	padding: 20px 12px 6px;
	font-weight: 600;
	color: #fff;
	/* opacity: .5; */
	border-bottom: 10px solid;
	border-color: transparent;
	margin-right: 5px;
}

.breadcrumb ul li.previous-page a {
    color: #fff;
    text-decoration: none;
}
.breadcrumb	ul li.previous-page:after{
	width: 10px;
    height: 10px;
    border: 0;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    content: "";
    transform: rotate(-135deg) translate(-7px ,10px);
    margin-left: 5px;
    margin-right: 5px;
}
/* .breadcrumb	ul li.current-page{
	opacity: 1;
	border-color: #54B7E3;
} */
		

.breadcrumb	ul .right-arrow {
	width: 10px;
	height: 10px;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-left-color: currentcolor;
	border-left-style: none;
	border-left-width: 0px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg) translate(-3px, -2px);
	margin-left: 0.75rem;
	transition: all 300ms ease;
}
.breadcrumb	ul .right-arrow a {
	transition: none;
	text-decoration: none;
	display: block;
	z-index: 1;
	color: #ffffff;
}
.breadcrumb	ul .right-arrow a:hover li {
	opacity: 1;
	border-color: #54B7E3;
}
	
@media screen and (max-width: 575px) {
	.breadcrumb	ul{
		margin-right: -6px;
		margin-left: -6px;
	}
	.breadcrumb	ul	li{
		font-size: 0.875rem;
		padding: 15px 10px 15px;
		font-weight: normal;
		border-bottom: 4px solid;
		border-color: transparent;
	}
	.breadcrumb ul li.previous-page:after {
    width: 5px;
    height: 5px;
    margin-left: 0px;
    margin-right: 0px;
	}
	.breadcrumb	ul	li.current-page{
		border-color: #54B7E3;
	}

	button#filterproject, button#filterprojecttype{
		font-size: 14px;
		padding: 10px 5px 11px;
		margin-bottom: 10px;
	}

}
/* End Breadcrumb */

/* Banner */
.hero-banner {
	padding: 150px 0;
}

.hero-banner .background-color{
	background-color: #3A3A3A;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.hero-banner .background-image:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0 ,0 ,0 , 0.5);
	/* background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);  */
}


.hero-banner > .container {
	position: relative;
}

.hero-banner .text-wrap {
	color: #fff;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

@media (max-width: 1199px) {


	.hero-banner .background-image:after {
		width: 100%;
	}
}

@media (max-width: 991px) {


	.hero-banner .background-image:after {

		width: 100%;
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
	}
}
@media (max-width: 767px) {
	.hero-banner{
		padding: 3rem 0;
	}

	.hero-banner .background-image:after {

		width: 100%;
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 100%);
	}

	.filter-bar{
		display: block;
	} 


}
/* End Banner */

/* Backgroung Image */
.has-background-image {
	position: relative;
}

.background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.background-image > div {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.bg-img-retina {
	display: none;
}

@media (min-resolution: 192dpi), (min-resolution: 2dppx) and (min-width: 768px) { 
	/* Retina-specific stuff here */

	.bg-img-retina {
		display: block;
	}

	.bg-img-regular {
		display: none;
	}
}

/* Backgroung Image */

/* Client Page */

.client-section .client-wrap{
	position: relative;
	margin-bottom: 20px;
}
.client-section .client-wrap .logo-wrap{
	height: 150px;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 15px;
	box-shadow: 0px 3px 15px #0000000f;
	border: 1px solid #dfdfe0;
	overflow: hidden;
}
.client-wrap .logo-wrap img {
	max-height: 100%;
	max-width: 100%;
	height: 90px;
	width: auto;
	object-fit: contain;
}

.client-wrap:hover .overlay{
	height: 100%;
	border-radius: 15px;
	background-color: #253e58cc;
}
.client-wrap .overlay{
	font-size: 14px;
	align-items: center;
	padding: 0;
	flex-direction: row;
	position: absolute;
	transition: 0.3s ease all;
    left: 0;
    right: 0;
	bottom: 0;
	opacity: 1;
	display: flex;
	overflow: hidden;
	height: 39px;
	justify-content: center;
	background: #5454fe 0 0 no-repeat padding-box;
	border-radius: 0 0 15px 15px;
	color: #fff;
}
.client-wrap .overlay img{
	margin-left: 5px;
	max-width: 6px;
}
.client-wrap .overlay:after {

	position: absolute;
    right: 40px;
    top: 49%;
	background-size: contain;
	display: none;
}
.client-wrap .overlay:hover:after {
	width: 8px;
	height: 8px;
	border: 0;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: inline-block;
	content: "";
	transform: rotate(-135deg) translate(-7px ,10px);
	margin-left: 5px;
	margin-right: 5px;
}

.client-section .client-wrap:hover .overlay{
	height: 100%;
    border-radius: 15px;
    background-color: #253e58cc;
}

/* End Client page */

/* Contact Us */

.background {
	background: linear-gradient(to right, #5454fe, #9d1c1b);
	/* background-color: #5454fe; */
	/* background:  linear-gradient(to right, #5454fe, #253E58); */
	background-position: 96% 100%,0 0;
	background-repeat: no-repeat;
	background-size: 385%,100%;

	padding: 50px 60px;
	border-radius: 20px;
	transform: translateX(20px);
}
	.background .addresses {
	  color: #FFFFFF;
	  /* width: 460px; */
	  height: auto;
	  column-gap: 82px;
	}
	.background .addresses  .address {
		margin-bottom: 50px;
		position: relative;

	}	
	.background .addresses .address:last-child {
		margin-bottom: 0;
	}

	.background .addresses .address img {
		position: absolute;
		left: -36px;
		width: 25px;
		height: 25px;
		filter: invert(1);
	}

	.background .addresses .address h4 {
		font-size: 1.5rem;
		font-weight: 500;
	}

	.background .addresses .address	p {
		color: #FFFFFF;
		margin-bottom: 0;
		font-size: 1.125rem;
		
	}

	.background .addresses .address	a {
		color: #FFFFFF;
	}

	@media screen and (max-width: 1350px) {
		.background{
			width: 100%;
		}

		.background .addresses .address{
			line-break: anywhere;
		}
	}

	@media screen and (max-width: 1199px) {

		.background{
			padding: 20px 50px 50px;
		}
		.background .addresses{
			column-count: 1;
			height: auto;
		}

		.background .addresses .address{
			margin-bottom: 40px;
			
		}
	}

	@media screen and (max-width: 991px) {
		.background{
			transform: none;
		}
	}
	.contact-us{
		background-color: #eef1f2;
	}

	.contact-us .form .form-group {
		margin-bottom: 1.5rem;
	}
	.contact-us .form .form-group .form-control{
		padding: 1rem 0.75rem;
		border-radius: 0.5rem;
	}
	.contact-us .form .form-group select.form-control:not([size]):not([multiple]){
		height: auto;
	}

	.nf-form-fields-required {
    display: none;
	}


	.contact-us div#nf-field-6-container {
		clear: none;
		position: relative;
		margin-bottom: 25px;
		width: 50%;
		float: left;
		padding: 0;
	}

	.contact-us div#nf-field-5-container{
		clear: none;
		position: relative;
		margin-bottom: 25px;
		width: 50%;
		float: left;
		padding: 0 15px 0 0;
	}

	.contact-us	.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
		background: #fff !important;
		border: 1px solid #c4c4c4;
		border-radius: 0;
		box-shadow: none;
		color: #787878;
		transition: all .5s;
		border: none !important;
		border-radius: 5px !important;
	}

	.contact-us	.nf-form-content label{
		display: none;
	}

	.contact-us	span#nf-form-title-2 h3 {
    	display: none;
	}

	.contact-us .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #333;
    background-color: #fe0000 !important;
    border: 1px solid #fe0000 !important;
    transition: all 1s;
    padding: 8px 22px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
	}

	.contact-us	.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    background-color: #ffffff !important;
    color: #fe0000 !important;
    transition: all .5s;
	}

	@media screen and (max-width: 575px) {
		
		.contact-us div#nf-field-5-container{
			width: 100%;
			padding: 0;
		}

		.contact-us div#nf-field-6-container{
			width: 100%;
		}
		#ninja_forms_required_items, .nf-field-container{
			margin-bottom: 5px !important;
		}
	}
/* End Contact Us */

/* Services Overseas */

.services-page .service-overseas .company-details .box-wrap {
    border-radius: 4px;
    border: 1px solid #dce2e5;
    padding: 1.5rem;
    background-color: #fff;
	height: 100%;
	text-align: center;
	box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

.services-page .service-overseas .company-details {
    margin-top: 60px;
}

.services-page .service-overseas .company-details .box-wrap .text-wrap h3{
	margin-top: 20px;
	font-size: 24px;
    font-weight: 600;
    letter-spacing: -.4px;
}

.services-page .service-overseas .company-details .box-wrap .text-wrap p{
	font-size: 16px;
}

.services-page .service-overseas .company-details .company-detail-col{
	margin-bottom: 20px;
}

.services-page .services-tabs .nav-pills .nav-link{
	font-size: 32px;
	opacity: .5;
}

.services-page .services-tabs ul#pills-tab {
    margin-bottom: 3rem !important;
}

.services-page .service-overseas .company-details .box-wrap .image-wrap img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.services-page .services-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #0000fe;
    background-color: transparent;
	opacity: 1;
	position: relative;
}
.services-page .services-tabs .nav-pills li.nav-item{
	max-width: 50%;
    flex: 0 0 50%;
    text-align: center;
}

.services-page .services-tabs .nav-pills .nav-link.active:after{
	width: 50%;
    margin: 0 auto;
    height: 6px;
    content: "";
    left: 25%;
    display: block;
    position: absolute;
    background-color: #0000fe;
}

@media screen and (max-width: 767px) {
	.services-page .services-tabs .nav-pills .nav-link{
		font-size: 22px;
	}

	.services-page .services-tabs .text-wrap ul li{
		font-size: 1.175rem;
	}
}

@media screen and (max-width: 500px) {
	.services-page .services-tabs .nav-pills .nav-link{
		font-size: 18px;
	}
}
/* End Services Overseas */ 

@media screen and (max-width: 400px) {
	.filter-wrap{
		display: block;
	}
}
/*
     FILE ARCHIVED ON 22:12:40 Apr 07, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:35:51 Dec 09, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 149.769
  exclusion.robots: 0.093
  exclusion.robots.policy: 0.083
  cdx.remote: 0.07
  esindex: 0.01
  LoadShardBlock: 115.775 (3)
  PetaboxLoader3.datanode: 188.211 (5)
  load_resource: 280.687
  PetaboxLoader3.resolve: 146.541
  loaddict: 51.32
*/