/*=============== Global CSS ==========================*/
html{
    overflow-x: hidden!important;
}
body {
    overflow-x: hidden!important;
	width:100%;
	height: 100%;
	position:relative;
}


.home .header_section {
    background: transparent !important;
}
.background_color, .home .background_color{
	background: #fff !important;
}

.page-header{
	display:none;
}
.elementor-button-icon svg {
    width: 2em;
}
.elementor-button{
	 height:35px;
	transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
	position:relative;
	    border-top-color: transparent!important;
    border-right-color: transparent!important;
	border-width: 1px!important;
}

.pp-posts-button:before{
	display: none;
}
.elementor-button:hover{
	 border-width: 1px !important;
/* 	border-color: #C49C37!important; */
	border-color: #EADCB9 !important;
}
.elementor-button:hover, .elementor-button:focus {
    background-color: transparent!important;
}
.elementor-button:before{
  position: absolute;
  content: "";
  background-color: #C49C3759;
  transition: 0.3s ease-out;
}

.elementor-button:before {
  top: 0; bottom: 0; left: 0; 
  height: 100%; width: 0%;
}
.elementor-button:hover:before {
  width: 100%;
}
.elementor-button span:hover{
  color: #5F5F5F;
	z-index:1;
}

/*
.project-tab .pp-post-filter{
	 position:relative;
}

.project-tab .pp-post-filter:hover{
	 border-width: 1px !important;
	border-color: #C49C37!important;
}
.project-tab .pp-post-filter:hover, .pp-post-filter:focus {
    background-color: transparent!important;
}
.project-tab .pp-post-filter:before{
  position: absolute;
  content: "";
  background-color: #C49C3759;
  transition: 0.3s ease-out;
}

.project-tab .pp-post-filter:before {
  top: 0; bottom: 0; left: 0; 
  height: 100%; width: 0%;
}
.project-tab .pp-post-filter:hover:before {
  width: 100%;
}
.project-tab .pp-post-filter span:hover{
  color: #5F5F5F;
	z-index:1;
}
*/
.pp-posts .elementor-button {
    display: flex;
    align-items: center;
}

/*=============== Home CSS ==========================*/
.slick-initialized .slick-slide {
    display: flex!important;
}
.slider-nav img{
	cursor:pointer;
}

.slider-nav .slick-current .pro-img:before{
	content: "";
    background: url(/qing-feng/wp-content/uploads/2024/11/image-6-1.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
	mix-blend-mode: hard-light;
	opacity: 1;
}
.pro-img{
    position: relative;
	    cursor: pointer;
}
.pro-img:before{
    content: "";
    background: url(/qing-feng/wp-content/uploads/2024/11/image-6-1.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
	mix-blend-mode: hard-light;
	transition: 0.5s ease-in-out;
	opacity: 0;
}
.pro-img:hover:before{
    content: "";
    background: url(/qing-feng/wp-content/uploads/2024/11/image-6-1.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
	mix-blend-mode: hard-light;
	opacity: 1;
}


.news .pp-post:hover .pp-post-title a{
    color: #C49C37;
}

.news .pp-post-title a{
    transition: all .5s ease-in-out;
}

.news .pp-post{
    transition: all .5s ease-in-out;
}

.gform_required_legend{
	display: none;
}
.gform_footer:after{
	content:url('/qing-feng/wp-content/uploads/2024/11/Arrow-6-1.svg');
	position:absolute;
    right: 20px;
    bottom: 5px;
}

.gform_footer{
	position: relative;
    align-items: center;
    width: 125px;
	height: 35px;
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    border-color: #C49C37;
    padding: 7px 0px 7px 15px !important;
    margin-top: 20px !important;	
	cursor: pointer;
	transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.gform_footer input[type="submit"]{
    text-align: left;
	margin-top: 0px !important;
	z-index: 1;
}
.gform_footer:hover{
	 border-width: 1px !important;
}
.gform_footer:before{
	position: absolute;
  content: "";
  background-color: #C49C3759;
  transition: 0.3s ease-out;
}

.gform_footer:before {
  top: 0; bottom: 0; left: 0; 
  height: 100%; width: 0%;
}
.gform_footer:hover:before {
  width: 100%;
}


/*=============== Project CSS ==========================*/
.project-slider .swiper-slide-inner {
    background:rgb(255 255 255 / 90%); !important
    backdrop-filter: blur(3px);
}

/*
.project-tab .pp-post-thumbnail {
    margin-bottom: 0px;
}
.project-tab .pp-post{
    transition: 0.3s all ease-in-out;
}

.project-tab .pp-post-thumb-content {
    padding: 20px 10px 20px 10px;
    margin: 20px 5px 40px 5px;
	background:rgb(255 255 255 / 90%);
    backdrop-filter: blur(3px);
    position: absolute;
    left: 0px;
    right: 0;
    bottom: -13px;
    height: 80px;
    transition: .9s ease-in-out;
	border-radius: 4px;
	overflow-y: hidden;
}

.project-tab .pp-post-title {
    width: 312px;
}

.project-tab .pp-post-excerpt {
    margin-top: 20px;
}

.project-tab .pp-post:hover .pp-post-excerpt{
    opacity: 1;
}
.project-tab .pp-post:hover .pp-post-thumb-content {
    height: 160px;
}

.project-tab .pp-posts-button {
	position: absolute!important;
    top: 15px;
    right: 20px;
	height:35px;
	transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
	border-top-color: transparent!important;
    border-right-color: transparent!important;
	border-width: 1px;
	z-index: 111;
}
.project-tab .pp-posts-button:hover{
	 border-width: 1px!important;
	border-top-color: #C49C37!important;
    border-right-color: #C49C37!important;
	border-color: #C49C37!important
}
.project-tab .pp-posts-button:after{ 
	content: '';
	position: absolute;
  background-color: #C49C3759;
  transition: 0.3s ease-out;
}

.project-tab .pp-posts-button:after{
  top: 0; bottom: 0; left: 0; 
  height: 100%; width: 0%;
}
.project-tab .pp-posts-button:hover:after{
  width: 100%;
}
.project-tab .pp-posts-button span:hover{
  color: #5F5F5F;
	z-index:1;
}
.project-tab .pp-posts-skin-portfolio .pp-post-thumbnail a:before {
    display:none;
}

.project-tab .pp-post-filters {
    text-align: center!important;
    height: 50px;
}
.project-tab .pp-post-filter {
    margin-right: 30px!important;
}
.project-tab .pp-post-filter.pp-filter-current{
    border: 1px solid #C49C37!important;
    border-top-color: transparent!important;
    border-right-color: transparent!important;
}

.project-tab .pp-post-filters li:nth-child(1) {
    display: none;
}

.project-tab .elementor-grid {
    justify-items: center;
}

.project-tab .pp-posts .pp-post-wrap:nth-child(1),
.project-tab .pp-posts .pp-post-wrap:nth-child(4),
.project-tab .pp-posts .pp-post-wrap:nth-child(5){
    width: 110%;
}
.project-tab .pp-posts .pp-post-wrap:nth-child(2),
.project-tab .pp-posts .pp-post-wrap:nth-child(3),
.project-tab .pp-posts .pp-post-wrap:nth-child(6){
    width: 80%;
}
.project-tab .pp-posts .pp-post-wrap:nth-child(4),
.project-tab .pp-posts .pp-post-wrap:nth-child(3){
	margin-left: -30%;
}
*/

/* latest project page css */
.feature_project_style img{
    object-fit: cover
}
.all_projects .pp-post-terms {
    color: #000000;
    backdrop-filter: blur(4px);
    background: #FFFFFFCC;
    border-radius: 4px;
}
.all_projects .pp-post-wrap .pp-post-terms-wrap{
    transition: .5s;
}
.all_projects .pp-post-thumbnail{
    margin-bottom: 0px !important; 
}
.all_projects .pp-post-thumbnail a img{
    height: 382px;
    object-fit: cover;    
    border-radius: 7px;
}
.all_projects .pp-post-terms-wrap {
    position: absolute;
    top: unset;
    bottom: 15px;
    left: 25px;
    right: 15px;
}
.all_projects .pp-post {
    height: unset !important;
}
.all_projects .pp-posts .pp-post-wrap:nth-child(odd) {
    margin-top: 10px;
}
.all_projects .pp-posts .pp-post-wrap:nth-child(even) {
    margin-top: -40px;
}
.all_projects .pp-post {
    padding-bottom: 70px;
    position: relative;
}
.all_projects .pp-post-content-wrap{
    position: absolute;
    width: 96%;
    left: 2%;
    bottom: -5%;
    transition: .5s !important;
    border-radius: 5px;
}
.all_projects .pp-post-wrap:hover .pp-post-content-wrap{
    bottom: 65px;
}
.all_projects .project_status{
	color: #000000; 
	backdrop-filter: blur(4px);
	background: #FFFFFFCC;
	border-radius: 4px;
	padding: 4px 10px 4px 10px;
	position: absolute;
	bottom: 25px;
	left: 201px; 
	font-weight: 500;
}
/* latest project page css */


.all_projects .pp-post-title{
	height: 28px;
	overflow: hidden;
}
.all_projects .pp-post-excerpt{
	height: 48px;
	overflow: hidden;
}

.related_project article .elementor-post__text{
	display: flex;
}
.related_project article .elementor-post__meta-data{
	order: 1;
}
.related_project article .elementor-post__title{
	order: 2;
	min-height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}
.related_project article .elementor-post__read-more{
	order: 3;
	display: flex;
}
.related_project article .elementor-post__read-more img{
	margin-left: 10px;
	width: 35px;
}
.related_project .slick-list article{
	opacity: 1 !important;
}
.related_project .slick-prev:before, .related_project .slick-next:before {
    font-size: 32px;
    color: #eaca8e;
}
.related_project .slick-prev {
    left: -35px;
}
.related_project .slick-slide {
    padding: 15px;
}
.related_project article{
	min-width: 380px !important;
}
.related_project .slick-track{
	width: 1140px !important;
	display: flex !important;
	justify-content: center;
}





.epp_related_project .elementor-swiper-button-prev {
  left: -40px !important;
}

.epp_related_project .elementor-swiper-button-next {
  right: -40px !important;
}






.career-post .pp-post-content-wrap{
	display: flex;
    align-items: center;
	    column-gap: 60px;
}

.career-post .pp-post-content{
	    display: flex;
    align-items: center;
	    column-gap: 50px;
}

.career-post .pp-post-title {
        width: 700px;
}

.career-post .pp-post-date{
    display: flex;
    flex-direction: column;
}
.career-post .pp-meta-prefix{
	font-weight: 400;
}

.career-post .pp-post:hover .pp-post-title a, .career-post .pp-post:hover .pp-post-term, .career-post .pp-post:hover .pp-meta-text, .career-post .pp-post:hover .pp-posts-button i, .career-post .pp-post:hover .pp-meta-prefix{
    color: #fff!important;
}

.career-post .pp-post-terms{
	position: relative;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.career-post .pp-post-terms:before{
	content:'Experience';
	position:absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	font-weight: 400;
	
}
.career-post .pp-post:hover .pp-post-terms:before{
	color: #fff;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    justify-content: space-between;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.2);
}

.e-n-accordion-item > .e-n-accordion-item-title:hover{
	transition: all .3s ease-in;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.25);
}

.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.25);!important;
}





/* background: #FF8C0033; */


/* CSS For careers page */
.careers_gallery_section figcaption {
    font-family: "Crimson Text", Sans-serif !important;
    font-size: 22px;
    font-weight: 400 !important;
    text-align: center;
    color: #313131 !important;
    width: 200px;
    height: 94px;
    background: #FFFFFFBD;
    backdrop-filter: blur(20px);
    margin: 0 auto;
    margin-top: -110px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
	opacity: 0;
	transition: .5s;
}
.careers_gallery_section figure{
	position: relative;
}
.careers_gallery_section figure:before{
	content: "";
	position: absolute;
	display: inline-block;
	height: 100%;
	width: 100%;
	background: #FF8C0033;
	left: 0px;
	top: 0px;
	transition: .5s;
	opacity: 1;
}
.careers_gallery_section .wp-caption, .careers_gallery_section .wp-caption img{
	height: 100%;
	object-fit: cover;
}
.careers_gallery_section figure:hover figcaption{
	opacity: 1;
}
.careers_gallery_section figure:hover:before{
	opacity: 0;
}
.careers_gallery_section figcaption{
	display: none !important;
}






@media only screen and (max-width: 1280px) {
    .related_project{
        width: 90%;
    }  
    .related_project .slick-track {
    	width: unset !important;
    }
    .related_project article {
    	min-width: 302px !important;
    }
}




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

    .careers_gallery_section figcaption {
    	font-size: 18px;
    	width: 180px;
    }


}


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

	.job_short_info {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		flex-direction: column;
		flex-wrap: wrap;
	}
	ul.accordion-list > li h3::after {
		right: 15px !important;
	}	
	ul.accordion-list > li h3 {
		font-size: 22px !important;
		width: 95% !important;
	}	
	ul.accordion-list > li .experience br, ul.accordion-list > li .salary br{
		display: none;
	}
	ul.accordion-list > li .experience {
		width: 100% !important;
		display: flex !important;
		gap: 15px;
	}
	ul.accordion-list > li .salary {
		width: 100% !important;
		display: flex !important;
		gap: 15px;
		font-size: 14px !important;
	}	
	ul.accordion-list > li {
		margin: 0 auto 15px auto !important;
		font-size: 14px !important;
	}	
	.all_projects .pp-post-filters {
		width: 250px;
		margin: 0 auto;
	}
	.all_projects .pp-post-filters .pp-post-filter {
		display: block;
	}
	.all_projects .pp-posts .pp-post-wrap:nth-child(even) {
		margin-top: 10px;
	}
	.all_projects .pp-posts .pp-post-thumbnail span, .all_projects .project_status{
		font-size: 13px !important;
	}
	.all_projects .project_status {
		left: 170px;
	}
	.all_projects .pp-post-terms-wrap {
		left: 15px;
	}
	.all_projects .pp-post-thumbnail a img {
		height: auto;
	}
	.feature_project_style img{
		object-fit: unset;
		height: auto !important;
	}
	.all_projects .pp-post-title {
		height: 52px;
	}
	.all_projects .pp-post-content-wrap h2{
		font-size: 1.2em !important;
		line-height: 1.25em !important;
	}
	.all_projects .pp-post-content-wrap {
/* 		bottom: -10%; */
		bottom: -20px;
		padding: 10px 20px 10px 20px !important;
	}
	.all_projects .pp-post {
		padding-bottom: 50px;
	}
	
}


