@charset "UTF-8";
/* CSS Document */


.container { padding: 0; }
.no-margin { margin: 0; }
.no-padding { padding: 0; }
.no-paddingleft { padding-left: 0; }
.no-paddingright { padding-right: 0; }


/* top banner 
---------------------------------------------------------- */
.main-text {
    background-color: rgba(34, 63, 153, .8);
    padding: 50px 50px 50px 0;
	width: 52%;
	top: 7.25%;
	position: absolute;
}
.main-text span,
.main-text p {
    width: 475px;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    color: white;
    float: right;
    line-height: normal;
}
.main-text p {
	font-size: 20px;
    font-weight: normal !important;
    margin-top: 7px;
	line-height: 30px;
}


/* all title 
---------------------------------------------------------- */
.activities-title h2,
.reasons-title h2,
.profile-title h2,
.activities-title h5,
.reasons-title h5,
.profile-title h5 {
	padding: 50px 0 60px 0;
	text-align: center;
	font-family: "Montserrat";
    font-size: 36px;
    color: #2f397f;
    font-weight: bold;
	text-transform: uppercase !important;
    position: relative;
}
.activities-title h5,
.reasons-title h5,
.profile-title h5{
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color: grey;
	bottom: 65px;
	margin-bottom: -26px;
}
.profile-title h5 {
	margin-bottom: 0;
	bottom: 35px;
}

.activities-title h2:before,
.activities-title h2:after,
.reasons-title h2:before,
.profile-title h2:before,
.reasons-title h2:after,
.profile-title h2:after {
    position: absolute;
    bottom: 50%;
    height: 1px;
    width: 120px;
    background: #808080;
    content: "";
}

.activities-title h2:before { right: 60%; }
.activities-title h2:after { left: 60%; }
.reasons-title h2:before { right: 70%; }
.reasons-title h2:after { left: 70%;  }
.profile-title h2:before { 
	right: 59%; 
	bottom: 40%;
}
.profile-title h2:after { 
	left: 59%;
	bottom: 40%;
}


/* content 
---------------------------------------------------------- */
.activities,
.reasons {
	border-top: 1px dotted #808080;
	border-left: 1px dotted #808080;
	border-right: 1px dotted #808080;
	background: url("../images/bg_dash-90deg.png") scroll;
}
.block-list,
.block-reasons {
	padding: 40px 80px 80px 81px;
	width: 1120px;
	margin: 0 auto;
}
.block-reasons {
	padding: 40px 80px 80px 0;
}

/* ----- modal ----- */
.btn-list01,
.btn-list02,
.btn-list03,
.btn-list04,
.btn-list05 {
	display: block;
	margin-top: 40px;
	width: 100%;
	height: 80px;
	padding: 0 90px 0 173px;
    font-size: 22px;
	line-height: 26px;
    color: #2f397f;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	word-wrap: break-word;
	background-size: contain;
	background: url("../images/bg_modal-btn01.png") center no-repeat;
}
.btn-list02 { background: url("../images/bg_modal-btn02.png") center no-repeat; } 
.btn-list03 { background: url("../images/bg_modal-btn03.png") center no-repeat; } 
.btn-list04 { background: url("../images/bg_modal-btn04.png") center no-repeat; } 
.btn-list05 { background: url("../images/bg_modal-btn05.png") center no-repeat; }

.btn-list01:hover,
.btn-list02:hover,
.btn-list03:hover,
.btn-list04:hover,
.btn-list05:hover { 
	color: #06b3ef;
	cursor: pointer !important;
}

.navy-color {
	color: #2f397f;
	font-size: 18px;
	font-weight: bold;
}

/* modal dialog content 
------------------------------------------------------- */
.modal-dialog {
    max-width: 1220px;
}
.lands-building,
.vdo-block {
	display: block;
	border: none;
}
.lands-building span,
.vdo-block span,
.ex-design span,
.in-design span {
	display: block;
	padding: 0 7px;
	font-family: "Montserrat";
	color: #2f397f;
	text-transform: uppercase;
	border-left: 3px solid #2f397f;
}
.lands-building img {
	width: 100%;
	height: 383px;
	margin-top: 15px;
	border: 1px solid #2f397f;
}
.vdo-block span { margin-top: 50px; }
.vdo-block video {
  	width: 100%;
  	height: auto;
	margin-top: 15px;
  	box-sizing: border-box;
	border: 1px solid #2f397f;
}
p.hotel-name {
	padding-left: 10px;
	font-size: 14px;
	color: #2f397f;
	text-transform: uppercase;
}
p.hotel-name:before {
	content: "\f1ad";
	font-family: "FontAwesome";
	font-size: 15px;
	margin-right: 7px;
}
.zoning img {
	width: 100%;
	border: 1px solid #2f397f;
}
.zoning .col-7 img {
	height: 476px;
}
.buildingwork,
.cst-exam {
	margin: 0 15px 15px 0;
}
.buildingwork img,
.cst-exam img {
	width: 586px;
	margin: 15px 0 0 15px !important;
	border: 1px solid #2f397f;
}
.construction-work {
	position: relative;
	height: 844px;
	margin: 15px;
	background: url("../images/cst-exam/bg_construction-work.jpg") center center no-repeat;
}
.btn-logomark {
	width: 195px;
	height: 195px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 38%;
	left: 42%;
}
.btn-logomark img {
	display: block;
}
.btn-logomark img:hover {
	filter: contrast(125%);
	-webkit-filter: contrast(125%);
}
.background_filter {
	background-blend-mode: multiply;
	background-color: rgba(0, 0, 0, .65);
}
.navy-border { border: 1px solid #2f397f; }


/* reasons why client choose
------------------------------------------------------- */
.rs_consultancy,
.rs_quality,
.rs_price,
.rs_period {
	width: 439px;
	height: 280px;
	margin: 40px 0 0 80px; 
	padding: 150px 40px 90px 40px;
	text-align: center;
	text-transform: uppercase;
}
.rs_consultancy { background: url("../images/bg_consult.png") center center no-repeat; }
.rs_quality { background: url("../images/bg_quality.png") center center no-repeat; }
.rs_price { background: url("../images/bg_price.png") center center no-repeat; }
.rs_period { background: url("../images/bg_period.png") center center no-repeat; }

.rs_consultancy span,
.rs_quality span,
.rs_price span,
.rs_period span {
	color: rgba(60, 10, 130);
	font-size: 28px;
	font-weight: 700;
}
.rs_consultancy p,
.rs_quality p,
.rs_price p,
.rs_period p {
	margin-top: 7px;
	font-size: 18px;
	line-height: 26px; 
	color: #2f397f;
}

/* interior & exterior design 
------------------------------------------------------- */
.ex-design,
.in-design,
.general-bld {
	width: 100%;
}
.ex-design span,
.in-design span {
	display: block;
	padding: 0 7px;
	color: #2f397f;
	border-left: 3px solid #2f397f;
}
.ex-design img,
.in-design img {
	display: block;
	margin-top: 15px;
	padding: 0;
	border: none;
	border: 1px solid #2f397f;
}
.in-design img { 
	height: 275px;
	width: 608px;
}

/* ----- greeting ----- */
.greeting {
	position: relative;
	margin-top: 80px;
	padding: 70px 0 0 0;
	height: auto;
	width: 100%;
	background: rgb(51,61,123);
    background: linear-gradient(0deg, rgba(51,61,123,1) 0%, rgba(30,156,215,1) 65%, rgba(204,224,244,1) 100%);
}
.greeting p {
	padding: 55px 0 85px 0;
	font-size: 19px;
	line-height: 53.375px;
	color: white;
	font-weight: normal;
	text-align: center;
	word-wrap: break-word;
}
.corner-logo {
	background: url("../images/bg_corner-logo.png") right bottom no-repeat;
}
.img-okada {
	position: absolute;
	bottom: 0;
}

.greeting-title h2,
.inquiries-title h2,
.greeting-title h5,
.inquiries-title h5 {
	font-family: "Montserrat";
    font-size: 36px;
	text-align: center;
    color: #2f397f;
    font-weight: bold;
	text-transform: uppercase !important;
	position: relative;
}
.greeting-title h5,
.inquiries-title h5 {
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color: #2f397f;
	bottom: 5px;
}
.greeting-title h5 {
	top: 3px;
}
.inquiries-title h5 {
	bottom: 55px;
	margin-bottom: -6px;
}
.inquiries-title h2 { margin-bottom: 50px; }

.greeting .col-3 img { 
	width: 85%;
	float: right;
}
.greeting .col-9 { padding-left: 0; }

.greeting-title h2:before,
.greeting-title h2:after,
.inquiries-title h2:before,
.inquiries-title h2:after {
    position: absolute;
    bottom: 27px;
    height: 1px;
    width: 85px;
    background: #2f397f;
    content: "";
}
.greeting-title h2:before { right: 91.5%; }
.greeting-title h2:after { left: 93.5%; }
.inquiries-title h2:before { 
	right: 63%;
	width: 310px;
}
.inquiries-title h2:after { 
	left: 63%;
	width: 310px;
}
.inquiries { padding: 60px 0; }


/* ----- profile ----- */
.profile-title h2 { padding-bottom: 30px; }
.company-name,
.branch {
	font-size: 20px !important;
	font-weight: bold;
	text-transform: uppercase;
	/*margin: 25px 0 0 0 !important;*/
}
.company-name:before {
	content: "\f015";
	font-family: "FontAwesome";
	font-size: 25px;
	padding-right: 10px;
}
.company-name {
	margin: 0 !important;
}
.branch {
	text-indent: 37px;
	margin: -5px 0 0 0 !important;
}
.profile-left strong,
.profile-right strong {
	margin: 0;
	font-weight: bold;
	display: inline-block;
}
.signature, 
.certificate-no {
	color: #2f397f;
	font-size: 16px !important;
	font-weight: bold;
	font-style: italic;
	margin: 0 !important;
}
.signature {
	margin-top: 35px !important;
}
.certificate-no {
	font-size: 12px !important;
	font-weight: normal;
}
.company-profile {
	margin: 0 auto 80px auto !important;
}
.company-profile p,
.company-profile strong {
	color: #2f397f;
	font-size: 19px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0 !important;
}
.company-profile strong { margin-top: 0; }
.profile-left,
.profile-right {
	width: 562px;
	height: 383px;
	padding: 30px 0 0 40px;
	background: url("../images/gardient-left-border.png") center center no-repeat;
}
.profile-right {
	margin-left: 15px;
	margin-right: 0;
	background: url("../images/gardient-right-border.png") center center no-repeat;
}
.profile-left span,
.profile-right span {
	width: 539px;
}
.bottom-detail {
	padding: 0;
}
.bottom-detail .col-6 img {
	position: relative;
	top: 13px;
	right: 25px;
}
.small-logo {
	top: 26px !important;
	right: -5px !important;
	height: 100% !important;
}


/* responsive or mobile friendly 
---------------------------------------------------------- */

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.img-okada {
		height: 60%;
		left: 5px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.img-okada {
		height: 73%;
		left: 3%;
	}
}

/* @media only screen and (min-width: 1394px) {
	.img-okada {
		height: 70%;
		left: 4%;
	}
} */


