.sub_page .hero_area {
   background-color: #ed781c;
}
.overlay {
	background-color: rgba(9,30,60, 0.8);
}
.service_section .service_container .box .detail-box a {
	border: 1px solid #000;
	background-color: transparent;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;   
    color: #020062;
	font-size: 15px;
}
.service_section .service_container .box .detail-box a:hover {
	background-color: #f77f03;
	color:#000;
}
.slider_section .carousel-control-next {
	background-color: transparent;
	top: 84%;
}
.slider_section .carousel-control-prev {
	background-color: transparent;
	top: 84%;
}
.slider_section .carousel-control-prev, .slider_section .carousel-control-next {
	left: 19.8%;
}

.service_section .service_container .box {
	padding-top: 22px;
	border-top: 1px solid #d1d1d1;
}
.service_section .service_container .box {
	display:inline-block;
}

.service_section .service_container .box .img-box {
	margin: 0 auto;
}

.about_section .detail-box a {
	background-color: #9696b1;
	border: none;
	text-transform: none;
}

.about_section .detail-box a:hover {
	background-color: #f77f03;
    color: #000;
}

.slider_section .detail-box h1 {
	text-transform: none;
    font-size: 4rem;
    line-height: 70px;
}
.slider_section {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(60% - 70px);
    /* padding: 50px 0; */
    flex-direction: column;
}
.slider_section .detail-box a {
	background-color: transparent;
	color: #fefdfc;
	border: 1px solid #cdcdcd;
	text-transform: none;
}

.info_section {
	background-color: #4c4c62;
}
.concept_section .box .img-box .search-box {
	background-color: rgba(9,30,60, 0.6);
}
.project_section .img-box::after {
	background-color: rgba(14, 14, 24, 0.6);
}
.service_section .service_container .box .img-box {
	width: 128px;
}

.contact_section h2 {
    color: #fefdfc;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.1rem;
 text-transform: none !important;
}
.contact_form-container button {
	padding: 10px 45px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 23px;
}
.contact_section input {
	font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}
.heading_container h2 {
	text-transform: none;
}
.concept_section .box .detail-box h5 {
	text-transform: none;
}

.modal-dialog {
	margin: 140px auto;
}

@media (min-width: 1200px) {
	.row {
		/* display: flex; */
		/* flex-direction: column; */
		/* height: 760px; */
	}
	
	.slider_section .detail-box h1 {
		font-size: 6rem;
		line-height: 115px;
		
	}
	.slider_section .detail-box p {
		font-size: 1.7rem;
	}
}

@media (min-width: 768px) {
	.service_section .service_container .box .img-box {
	width: 128px;
}
}