@charset "utf-8";
/* CSS Document */
.overlay, .overlay1, .overlay2, .overlay3, .overlay4 {
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 999;
}
.OverlayWrapper {
	padding: 30px;
}
.boxclose {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	line-height: 0px;
}
.boxclose2 {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	line-height: 0px;
}
.boxclose3 {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	line-height: 0px;
}

.boxclose4 {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	line-height: 0px;
}

.boxclose i {
	float: right;
	color: #000000;
	font-size: 28px;
}
.boxclose2 i {
	float: right;
	color: #000000;
	font-size: 28px;
}
.box2 {
	position: fixed;
	top: 50px;
	left: 50%;
	width: 850px;
	margin-left: -425px;
	background-color: #f7f7f7;
	z-index: 99999;
}
.box3 {
	position: fixed;
	top: 50px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	background-color: #f7f7f7;
	z-index: 99999;
}
.box4 {
	position: fixed;
	top: 50px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	background-color: #f7f7f7;
	z-index: 99999;
}

.box {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 850px;
	margin-left: -425px;
	background-color: #f7f7f7;
	z-index: 99999;
}
.box .ImgWrap {
	float: right;
	width: 27%;
	margin: 0 0 10px 25px;
}
.box2 .ImgWrap {
	float: right;
	width: 27%;
	margin: 0 0 10px 25px;
}
.box .ImgWrap img {
	max-width: 100%;
	margin-bottom: -7px;
}
.box2 .ImgWrap img {
	max-width: 100%;
	margin-bottom: -7px;
}
.box .DescCol {
/*  float: left;
    width: 70%;*/
}




.box.Idx_Contact_Form_Wrapper{padding: 40px 10px 10px 10px; box-sizing: border-box;}

.box.Idx_Contact_Form_Wrapper h4.Two_Color_Title{margin-bottom: 20px;}

 
.box.Free_Consultation
{
	padding:30px;
	box-sizing: border-box;
	text-align: center;
}


.box.Free_Consultation .Short_Black_SepLine{margin: 10px auto 20px;}


.box.Free_Consultation h2.Title{color: #604284;}


/** 050820 vish **/
.box.joboverlay{
	position: fixed;
    height: 500px;
    overflow: auto;
}
.box.joboverlay:has(.ContactFormWrap){
	position: absolute;
    height: auto;
    overflow: inherit;
}
