body{
	font-size: 14px;
}
[type=button]:focus, [type=submit]:focus, button:focus {
    outline: 0px !important; 
}

.footer_section li::marker {
    display: none;
}

.popup_con_left-bar > .elementor-widget-container:before{
	content: "|";
    position: absolute;
    left: 5px;
}
#elementor-popup-modal-1604 .dialog-close-button {
  	padding: 8px;
}

#popup_image_size img{
    height: 725px;
    width: 100%;
    object-fit: cover;
}



.about_us_menu ul li a{
	padding-left: 40px !important;
}
.about_us_menu ul li a:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 8px;
	margin-left: -15px;
}
/* .about_us_menu ul li:hover a:before{
	background: #000000;
} */
.about_us_menu .custom_padding a{
	padding-left: 20px !important;
}
.about_us_menu .custom_padding a:before{
	display: none;
}






/* CSS for footer section */
.footer_contact_info .elementor-icon-list-text span{
    min-width: 210px !important;
    display: inline-block !important;
}
.footer_contact_info span span{
    color: #000;
}





/* .elementor-popup-modal .dialog-message{
	max-height: 100% !important;
} */
@media(max-width: 1920px){
	#popup_image_size img {
		height: 713px;
		vertical-align: middle;
	}
}
@media(max-width: 1760px){
	.elementor-1604 .elementor-element.elementor-element-567f086 {
		width: 42%;
	}
	.elementor-1604 .elementor-element.elementor-element-ac6a409 {
		width: 57%;
	}
	#popup_image_size img {
		height: 603px; 
		vertical-align: middle;
	}
	#popup_sizing .elementor-element{
		font-size: 15px !important;
	}
}
@media(max-width: 1600px){
	.elementor-1604 .elementor-element.elementor-element-567f086 {
		width: 42%;
	}
	.elementor-1604 .elementor-element.elementor-element-ac6a409 {
		width: 57%;
	}
	#popup_sizing .elementor-element{
		font-size: 15px !important;
	}
	#popup_image_size img {
		height: 604px; 
		vertical-align: middle;
	}
}
@media(max-width: 1440px){
	.elementor-1604 .elementor-element.elementor-element-567f086 {
		width: 44%;
	}
	.elementor-1604 .elementor-element.elementor-element-ac6a409 {
		width: 55%;
	}
	#popup_image_size img{
		 height: 600px;
		vertical-align: middle;
	}
	#popup_sizing .elementor-element{
		font-size: 15px !important;
	}
}
@media(max-width: 1280px){
	#popup_image_size img{
		height: 530px; 
		vertical-align: middle;
	} 
	#popup_sizing .elementor-element{
		font-size: 1em !important;
	}
	.elementor-1604 .elementor-element.elementor-element-567f086 {
		width: 48%;
	}
	.elementor-1604 .elementor-element.elementor-element-ac6a409 {
		width: 51%;
	}
	
	
	

	
}
@media(max-width: 1200px){
	.elementor-1604 .elementor-element.elementor-element-567f086 {
		width: 100%;
	}
	.elementor-1604 .elementor-element.elementor-element-ac6a409 {
		width: 100%;
	}
}


#hide-header {
	width: 100% !important;
	left: 0px !important;
	transition: all .4s ease!important;
}
.banner_logo .elementor-widget-container{
	padding: 15px;
	border-radius: 7px;
}





.all_countries_list .elementor-heading-title span {
    background: #053D70;
    color: #fff;
    padding: 5px;
    display: inline-block;
    width: 30px;
    text-align: center;
    font-size: 14px;
}




.history_title_shape .elementor-heading-title {
    background: #BFBFBF;
    height: 60px;
    width: 170px;
    line-height: 60px !important;
    text-align: left;
    padding-left: 30px;
}
.history_title_shape .elementor-heading-title::before {
	content: "";
	height: 60px;
	width: 66px;
	background: url(../../images/arrow.png);
	background-size: contain;
	background-position: right center;
	position: absolute;
	left: 135px;
	background-repeat: no-repeat;
	z-index: -1;
}
.history_title_shape .elementor-heading-title::after {
	content: "";
	height: 60px;
	width: 66px;
	background: url(../../images/arrow.png);
	background-size: contain;
	background-position: right center;
	position: absolute;
	left: 185px;
	background-repeat: no-repeat;
}


.icon_year{
    background-position: center 50px !important;
    background-repeat: no-repeat !important;
	background-size: 45px auto !important;
}






/* =======================================
 * 			CSS for Our Project 
 * =====================================*/
/* .office_section .project_images img{
	height: 335px;
	width: auto;
} */
.our-projects-list{
	display: flex;
	flex-direction: row;
	gap: 50px;
}
.our-projects-list .our-project-item{
	width: 25%;
	cursor: pointer;
}
.our-projects-list .our-project-item h3{
	color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
	margin-top: 5px;
}
.our-projects-list .our-project-item p{
	color: #000000;
    font-family: "Open Sans", Sans-serif;
	margin-bottom: 0px;
    font-size: 1em;
    font-weight: 400;
}


.office_section .our-projects-list{
	justify-content: space-between !important;
}
/* .office_top .our-project-item:nth-child(1){
	width: 30%;
}
.office_top .our-project-item:nth-child(2){
	width: 28%;
}
.office_top .our-project-item:nth-child(3){
	width: 21%;
}
.office_top .our-project-item:nth-child(4){
	width: 17.2%;
} */
.office_bottom .our-project-item:nth-child(1){}
.office_bottom .our-project-item:nth-child(2){}
.office_bottom .our-project-item:nth-child(3){}
.office_bottom .our-project-item:nth-child(4){}
/* .office_top .our-project-item,
.office_bottom .our-project-item{
	width: unset !important;
} */


.institutional_top .our-project-item:nth-child(1){
	width: 29.5%;
}
.institutional_top .our-project-item:nth-child(2){
	width: 34.5%;
}
.institutional_top .our-project-item:nth-child(3){
    width: 36%;
}
.institutional_bottom .our-project-item:nth-child(1){
	width: 28.3%;
}
.institutional_bottom .our-project-item:nth-child(2){
    width: 43%;
}
.institutional_bottom .our-project-item:nth-child(3){
    width: 28.5%;
}



.healthcare_top .our-projects-list {
    justify-content: center !important;
}
.healthcare_top .our-project-item:nth-child(1){
	width: 26%;
}
.healthcare_top .our-project-item:nth-child(2){
	width: 36.5%;
}
.healthcare_bottom .our-project-item:nth-child(1){
    width: 48%;
}
.healthcare_bottom .our-project-item:nth-child(2){
	width: 23.6%;
}
.healthcare_bottom .our-project-item:nth-child(3){
    width: 28.2%;
}




.mixed_use_development_top .our-project-item:nth-child(1){
    width: 38.5%;
}
.mixed_use_development_top .our-project-item:nth-child(2){
	width: 35%;
}
.mixed_use_development_top .our-project-item:nth-child(3){
    width: 26.5%;
}

.mixed_use_development_bottom .our-project-item:nth-child(1){
	width: 32%;
}
.mixed_use_development_bottom .our-project-item:nth-child(2){
    width: 32.5%;
}
.mixed_use_development_bottom .our-project-item:nth-child(3){
    width: 35.5%;
}



.industrial_and_factory_top .our-projects-list {
    justify-content: left !important;
}
.industrial_and_factory_top .our-project-item:nth-child(1) {
    width: 50%;
}
.industrial_and_factory_top .our-project-item:nth-child(2) {
    width: 35.5%;
}
.industrial_and_factory_bottom .our-project-item:nth-child(1){
	width: 35.5%;
}
.industrial_and_factory_bottom .our-project-item:nth-child(2){
	width: 30%;
}
.industrial_and_factory_bottom .our-project-item:nth-child(3){
	width: 35%;
}



#data_center .our-projects-list .our-project-item:nth-child(1){
	    width: 52.5%;
}
#data_center .our-projects-list .our-project-item:nth-child(2){
	width: 47%;
}




.commercial_retail_top .our-project-item:nth-child(1){
    width: 22%;
}
.commercial_retail_top .our-project-item:nth-child(2){
    width: 26.5%;
}
.commercial_retail_top .our-project-item:nth-child(3){
	width: 26.5%;
}
.commercial_retail_top .our-project-item:nth-child(4){
	width: 26.5%;
}









.popup {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 999;
}
.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    z-index: 1000;
    width: 1200px;
	height: 750px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
    display: flex;
    flex-direction: row;
	gap: 20px;
}
/* .popup .popup-content {
} */
.left_content {
    width: 40%;
    background-color: rgb(255 255 255 / 90%);
    padding: 20px;
}
.project-gallery{
	width: 60%;
	margin-bottom: 0px !important;
}
.popup .close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000000;
    border: none;
    cursor: pointer;
    z-index: 99;
    background-color: #FFFFFFA3;
    border-radius: 0px;
}
.project-gallery img {
    width: 100%;
    object-fit: cover;
    height: 710px;
	width: 696px !important;
    vertical-align: middle;
}
.left_content .title{
	font-family: "Open Sans", Sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    font-style: italic;
    line-height: 1.2em;
    margin-bottom: 0px;
    margin-top: 15px;
}
.left_content .title_below_short_description{
	color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    margin-top: 0px;
}
.information{
	margin-bottom: 15px !important;
}
.item_loop {
    display: flex;
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 1em;
    font-weight: 400;
    flex-direction: row;
    line-height: 23px;
    margin-bottom: 2px;
}
.item_loop .key{
	width: 32%;
}
.item_loop .value{
	width: 68%;
	position: relative;
}
.item_loop .value:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 2px;
    background: #000;
    margin-top: 5px;
    margin-left: -10px;
}
.description{
	color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 1em;
    font-weight: 400;
/* 	height: 235px;
    overflow-y: scroll; */
}
.content_area {
    max-height: 600px;
    overflow-y: auto;
}
.left_content .description p:not(:last-child){
	margin-bottom: 5px;
}
.slick-prev:before, .slick-next:before{
	display: none;
}
.slick-prev {
    left: 20px !important;
    z-index: 99;
}
.slick-next {
    right: 50px !important;
    z-index: 99;
} 
.project-gallery button svg{
	fill: #fff;
	width: 50px;
}
.project-gallery .slick-track {
	height: 710px;
    overflow: hidden;
}







/* CSS for About Us Page */
.ancor_section .elementor-button-content-wrapper{
	justify-content: space-between !important;
}
.ancor_section .elementor-widget-image a{
	display: block;
}
.focus_targets_for_business_development .elementor-widget-heading a{
	display: block;
}
.focus_targets_for_business_development .elementor-widget-heading:hover a{
	color: #fff !important;
}
.history_year{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
    padding-left: 30px !important;
	padding-right: 20px !important;
}
.history_year::before {
    content: "" !important;
    position: absolute !important;
    height: 100% !important;
    background: url(../../images/arrow-shape.svg);
    background-position: center right;
    width: 100% !important;
    margin-left: 0px;
}
.history_of_kajima .elementor-widget-text-editor{
	margin-top: 7px;
}
.history_of_kajima .elementor-widget-text-editor p{
	margin-bottom: 0px !important
}
.history_of_kajima .project_title {
	min-height: 50px;
}
.history_of_kajima .project_title .elementor-widget-container{
	margin-bottom: 0px !important;
}
.history_of_kajima .content_equal_height {
    min-height: 350px;
    margin-top: 20px;
}
.history_of_kajima .history_year .elementor-widget-text-editor{
	min-height: 40px;
	margin-bottom: 20px !important;
}






.footer_section li::marker {
    content: ''; /* Hides the marker */
}
#site-footer{
	display: none;
}



/*===========================================
 *  Responsive Midea Query 
 * ==========================================*/
@media screen and (max-width: 1500px) {
	.history_of_kajima .content_equal_height {
		min-height: 470px;
	}
}

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

	.history_title_shape .elementor-heading-title::after {
		left: 180px;
	}

}
 
@media screen and (max-width: 1280px) {
		
	.our-projects-list {
		gap: 20px !important;
	}
	.content_area {
		max-height: 550px;
	}
	.popup-content {
		width: 1150px;
		height: 90%;
	}
	.project-gallery img {
		height: 650px;
		width: 666px !important;
	}
	.project-gallery .slick-track {
		height: 650px;
	}
	
}

@media screen and (max-width: 1199px) {
	.history_title_shape .elementor-heading-title {
		width: 140px;
		padding-left: 20px;
	}
	.history_title_shape .elementor-heading-title::before {
		left: 105px;
	}
	.history_title_shape .elementor-heading-title::after {
		left: 145px;
	}
	.history_of_kajima .content_equal_height {
		min-height: 350px;
	}
	.history_year {
		padding-left: 15px !important;
	}
}


@media screen and (max-width: 1199.99px) {
	
	.popup-content {
		width: 950px;
	}
	.item_loop {
		flex-direction: column;
		margin-bottom: 10px;
	}
	.item_loop .value {
		width: 100%;
	}
	.item_loop .key {
		width: 100%;
	}
	.project-gallery img {
		width: 546px !important;
	}
	
}

@media screen and (max-width: 1024px) {
	
	.main_header nav{
		padding: 25px !important;
	}
	.our-projects-list {
		flex-direction: column;
		align-items: center !important;
	}
	.our-projects-list .our-project-item {
		width: 40% !important;
	}
	.our-project-item img {
		height: auto !important;
	}
	.popup-content {
		width: 720px;
		height: 550px;
	}
	.content_area {
		max-height: 430px;
	}
	.project-gallery .slick-track {
		height: 510px;
	}
	.item_loop {
		font-size: 14px;
	}
	.project-gallery img {
		width: 408px !important;
	}
	.history_of_kajima .content_equal_height {
		min-height: auto !important;
		margin-bottom: 15px !important;
	}
	.history_year{
		margin-top: 15px !important;
	}
}

@media screen and (max-width: 991px) {
	.our-projects-list .our-project-item {
		width: 50% !important;
	}
}	

@media screen and (max-width: 767px) {
	
	.footer_contact_info .elementor-icon-list-text span {
		min-width: 100% !important;
	}
	.footer_location br{
		display: none;
	}
	.our-projects-list .our-project-item {
		width: 100% !important;
	}
	.popup-content {
		width: 350px;
		height: 500px;
		padding: 10px;
		flex-direction: column;
		gap: 0px;
	}
	.left_content {
		width: 100%;
		padding: 10px;
	}
	.content_area {
		max-height: 200px;
	}
	.project-gallery .slick-track {
		height: 205px;
	}
	.project-gallery {
		width: 100%;
	}
	.project-gallery img {
		width: 330px !important;
		height: 220px;
	}
	.left_content>img{
		max-width: 86%;
	}
	.history_year::before {
		width: 150% !important;
	}
	.project_title{
		min-height: auto !important;
		height: auto !important;
	}
}

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

}

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


















