body {
	padding: 0px;
	margin: 0px;
	font-family: 'Trip Sans';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}


@font-face {
    font-family: 'Trip Sans';
    src: url('../fonts/TripSans-Regular.eot');
    src: url('../fonts/TripSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TripSans-Regular.woff2') format('woff2'),
        url('../fonts/TripSans-Regular.woff') format('woff'),
        url('../fonts/TripSans-Regular.ttf') format('truetype'),
        url('../fonts/TripSans-Regular.svg#TripSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trip Sans';
    src: url('../fonts/TripSans-Medium.eot');
    src: url('../fonts/TripSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TripSans-Medium.woff2') format('woff2'),
        url('../fonts/TripSans-Medium.woff') format('woff'),
        url('../fonts/TripSans-Medium.ttf') format('truetype'),
        url('../fonts/TripSans-Medium.svg#TripSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trip Sans';
    src: url('../fonts/TripSans-Bold.eot');
    src: url('../fonts/TripSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TripSans-Bold.woff2') format('woff2'),
        url('../fonts/TripSans-Bold.woff') format('woff'),
        url('../fonts/TripSans-Bold.ttf') format('truetype'),
        url('../fonts/TripSans-Bold.svg#TripSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Medium.eot');
    src: url('../fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Medium.woff2') format('woff2'),
        url('../fonts/Oswald-Medium.woff') format('woff'),
        url('../fonts/Oswald-Medium.ttf') format('truetype'),
        url('../fonts/Oswald-Medium.svg#Oswald-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-SemiBold.eot');
    src: url('../fonts/Oswald-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-SemiBold.woff2') format('woff2'),
        url('../fonts/Oswald-SemiBold.woff') format('woff'),
        url('../fonts/Oswald-SemiBold.ttf') format('truetype'),
        url('../fonts/Oswald-SemiBold.svg#Oswald-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	background: #1b2228;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	border: none;
}
.logo_inner {
	text-align:center;
	background: #fff;
	display: block;
	padding: 5px 20px 5px 20px;
}
.logo_inner:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 3000px;
	left: -3000px;
	background: #fff;
}
.logo img {
	width:230px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	margin-right: 25px;
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #fff;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	font-weight: 500;
	padding: 30px 0px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #c1d62e;
}
.header_btn {
	display: inline-block;
	font-weight: 500;
	padding: 10px 22px;
	border-radius: 5px;
	margin-left: 40px;
	color: #282828 !important;
	background: #c1d62e;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn:hover {
	background: #fff;
}
.header_phone {
	font-weight: 500;
	color: #fff;
	margin-right: 100px;
	padding-left: 50px;
}
.header_phone:before {
	position: absolute;
	content: "";
	top: 12px;
	left: 0;
	width: 40px;
	border-bottom: 1px solid #fff;
}
.header_phone a {
	color: #fff;
}
.home_banner_section {
	background: url("../images/banner.jpg") no-repeat center top;
	background-size: cover;
	padding: 340px 0;
}
.home_banner_section:before {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home_banner_section:after {
	background: url("../images/factory.png") repeat-x center bottom;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: -1px;
	left: 0;
}
.home_banner_section .container {
	position: relative;
	z-index: 9;
}
.banner_heading {
	font-family: 'Oswald';
	font-weight: 600;
	font-size: 35px;
	line-height: 45px;
	padding: 0 12%;
}
.banner_text {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 215px;
	font-weight: bold;
	color: transparent;
	white-space: nowrap;
	-moz-text-stroke: 1px rgba(255, 255, 255, 0.2);
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
	text-stroke: 1px rgba(255, 255, 255, 0.2);
	text-shadow: none;
}
.banner_line1 {
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 50%;
}
.banner_line2 {
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 48%;
}
.home_spec_section {
	background: url("../images/spec_bg.png") #c1d62e no-repeat right bottom;
	background-blend-mode: multiply;
	padding: 5px 0 50px;
	margin-top: -2px;
}
.home_spec_block_heading {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	line-height: 20px;
	margin-top: 20px;
}
.home_spec_block_text {
	color: #232222;
	font-size: 14px;
	margin-top: 15px;
}
.home_spec_block {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 35px;
}
.home_spec_block:last-child {
	border-right: none;
}
.home_spec_block img {
	width: 50px;
}
.home_construction_section {
	background: url("../images/Crane_sunset_opt.jpeg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 285px 0 70px;
}
.home_construction_section:before {
	position: absolute;
	content: "";
	height: 60%;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.840756285424326) 0%, rgba(0,0,0,0) 100%);
}
.home_construction_section_text {
	background: url("../images/arrow.png") no-repeat center right;
	background-size: 40px;
	font-family: 'Oswald';
	position: relative;
	z-index: 9;
	font-size: 45px;
	padding-right: 60px;
}
.home_founder_section {
	background: #333e48;
	padding: 40px 0;
}
.home_founder_section_heading {
	color: #c1d62e;
	font-size: 33px;
	font-family: 'Oswald';
}
.home_founder_section_subheading {
	color: #f1f1f1;
	font-size: 15px;
	font-family: 'Oswald';
}
.home_founder_section_text {
	color: #e9e9e9;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 50px;
}
.home_welcome_section {
	padding: 70px 0;
}
.home_welcome_section_subheading {
	font-weight: 500;
	font-size: 15px;
	color: #333e48;
}
.home_welcome_section_heading {
	color: #333e48;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Oswald';
}
.home_welcome_section_text {
	color: #666;
	margin-top: 15px;
}
.value_heading {
	font-weight: bold;
	color: #212121;
	font-size: 22px;
	border-left: 4px solid #c1d62e;
	padding-left: 10px;
	line-height: 22px;
	margin-top: 30px;
}
.value_heading strong {
	color: #c1d62e;
}
.home_value_box {
	margin-top: 25px;
}
.home_value_box_inner {
	box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 12px 15px;
	min-height: 100%;
	font-weight: 500;
	color: #252525;
}
.home_value_box_inner img {
	width: 30px;
	margin-right: 10px;
}
.home_welcome_section_img {
	padding-left: 50px;
}
.exp_box {
	background: #fff;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translate(0, -50%);
	border-radius: 50%;
	font-family: 'Oswald';
	color: #252525;
	font-size: 15px;
	line-height: 22px;
}
.exp_box:before {
	border: 12px solid rgba(0, 0, 0, 0.2);
	position: absolute;
	content: "";
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	border-radius: 50%;
	display: block !important;
}
.exp_box strong {
	color: #c1d62e;
	font-size: 60px;
}
.home_project_section {
	background: #f3f3f3;
	padding: 70px 0;
}
.home_project_section_heading {
	font-family: 'Oswald';
	color: #252525;
	font-size: 33px;
	line-height: 40px;
}
.home_project_section.bg-gray{
	background-color:#333e48;
}
.home_project_section.bg-gray .home_project_section_heading{
    color:#c1d62e;
}
.home_project_box {
	margin-top: 40px;
}
.home_project_section.bg-gray .home_project_box .home_usp_block_heading{
	color:#fff;
}
.home_project_box_inner {
	background: #333e48;
	border-radius: 8px;
}
.home_project_box_name {
	font-weight: 500;
	margin-top: 10px;
	font-size: 17px;
}
.home_project_box_inner img {
	width: 100%;
	height: 250px !important;
	object-fit: cover;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_project_box_inner:hover img {
	transform: scale(1.1);
	opacity: 0.4;
}
.home_project_box_btn {
	background: url("../images/arrow1.png") #fff no-repeat center right 22px;
	color: #252525 !important;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	font-family: 'Oswald';
	padding: 10px 70px 10px 22px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_project_box_btn:hover {
	background-color: #c1d62e;
}
.home_bottom_section {
	background: #c1d62e;
}
.home_bottom_section_icon {
	padding-right: 50px;
}
.home_bottom_section_icon_inner {
	background: #333e48;
	min-height: 100%;
}
.home_bottom_section_icon_inner img {
	width: 180px;
}
.home_bottom_section_icon_inner:before {
	background: #333e48;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 3000px;
	left: -3000px;
}
.home_bottom_section_right {
	padding: 35px 12px 35px 50px;
}
.home_bottom_section_right_text {
	font-weight: 500;
	color: #272626;
	font-size: 17px;
}
.home_bottom_section_right_name {
	font-weight: 500;
	color: #111010;
	font-size: 18px;
	margin-top: 18px;
}
.home_bottom_section_line {
	border-right: 1px solid #1d1d1d;
	border-left: 1px solid #1d1d1d;
}
.home_bottom_section_line:before {
	position: absolute;
	content: "";
	top: 20%;
	left: -6px;
	background: #1d1d1d;
	width: 6px;
	height: 50px;
}
.home_bottom_section_line:after {
	position: absolute;
	content: "";
	bottom: 20%;
	right: -1px;
	background: #1d1d1d;
	width: 6px;
	height: 50px;
}
.footer {
	background: url("../images/footer_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 45px 0 20px;
}
.footer:before {
	background: rgba(51, 62, 72, 0.9);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.footer .container {
	position: relative;
	z-index: 9;
}
.footer_top_heading {
	font-family: 'Oswald';
    font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
}
.footer_top_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 3px solid #fff;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 2px;
}
.footer_menu ul li a {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #c1d62e;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #fff;
	position: relative;
	list-style: none;
	margin-top: 6px;
	padding-left: 26px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 3px;
	left: 0;
	max-width: 18px;
}
.footer_contact_info ul li a {
	color: #fff;
}
.footer_social {
	margin-top: 20px;
}
.footer_social ul {
	padding: 0;
	margin: 0;
}
.footer_social ul li {
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_social ul li a {
	display: block;
	background: url("../images/arrow2.png") no-repeat center right;
	background-size: 20px;
	color: #fff !important;
	text-transform: uppercase;
	padding: 8px 0;
	font-size: 15px;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding-left: 35px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 20px 0 0;
	font-size: 14px;
	margin-top: 35px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.footer_bottom a {
	color: #fff;
}
#back-to-top {
	background: #c1d62e;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner.jpg") #eee no-repeat center;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 220px 0 110px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	font-family: 'Oswald';
    color: #fff;
	position: relative;
    font-size: 32px;
	font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #c1d62e;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #c1d62e;
}
.page {
	margin-top: 0 !important;
}
.inner_page_heading {
	color: #1f262d;
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	position: relative;
	padding-bottom: 12px;
}
.inner_page_heading strong {
	color: #c1d62e;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 32px;
	border-bottom: 4px solid #c1d62e;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.about_page_mid_section {
	background: url("../images/spec_bg.png") #c1d62e no-repeat right bottom;
	background-blend-mode: multiply;
	padding: 60px 0;
	margin: 60px 0;
}
.about_page_mid_section .inner_page_heading:before {
	border-color: #1f262d;
}
.about_page_mid_block {
	margin-top: 35px;
}
.about_page_mid_block_inner {
	background: rgba(255, 255, 255, 0.5);
	min-height: 100%;
	border-radius: 5px;
	padding: 30px 15px;
}
.about_page_mid_block_inner img {
	width: 60px;
}
.about_page_mid_block_heading {
	color: #222;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
}
.about_page_mid_block_text {
	margin-top: 15px;
	font-size: 15px;
}
.about_page_bottom_block {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 20px;
	margin-top: 35px;
}
.about_page_bottom_block:last-child {
	border-right: none;
}
.about_page_bottom_block_text {
	color: #666;
	margin-top: 15px;
}
.about_page_bottom_block img {
	width: 70px;
}
.service_page_mid_box_inner {
	background: #333e48;
	min-height: 100%;
	text-align: center;
	padding: 30px 25px;
	border-radius: 5px;
}
.service_page_mid_box_inner img {
	width: 60px;
}
.service_page_bottom_section {
	padding: 60px 0;
	margin: 60px 0;
	background: #eee;
}
.testi_col{
	padding-bottom: 20px;
}
.testi_box{
	background: #fff;
	min-height: 100%;
	padding: 30px 25px;
	border-radius: 5px;
}
.testi_box h4{
	margin-top:15px;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li strong {
	color: #333;
	font-weight: 500;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.inner_page_bottom_box {
	background: #c1d62e;
	margin-top: 60px;
	border-radius: 10px;
	text-align: center;
	padding: 40px 30px;
}
.inner_page_bottom_box_heading {
	color: #1f262d;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	position: relative;
	padding-bottom: 12px;
}
.inner_page_bottom_box_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 32px;
	border-bottom: 3px solid #1f262d;
}
.inner_page_bottom_box_text {
	color: #404040;
	margin-top: 15px;
}
.contact_page_info {
	position:relative;
	padding-left:45px;
	color:#666;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 500;
	font-size:18px;
}
.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:35px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
	border-radius: 2px;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
	border-radius: 2px;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
	color: #222 !important;
    width: auto;
    background: #c1d62e !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}
.inner_page_img img {
	border-radius: 5px;
}
.project_page_box {
	margin-bottom: 30px;
}
.project_page_box_inner {
	border-bottom: 4px solid #c1d62e;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	padding: 0 0 90px;
	border-radius: 8px;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
.project_page_box_heading {
	color: #222;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	margin-top: 20px;
}
.project_page_box_address {
	background: url("../images/address_icon.png") no-repeat left top 2px;
	background-size: 18px;
	color: #666;
	padding-left: 25px;
	margin-top: 15px;
}
.project_page_box_img img {
	width: 100%;
	height: 220px !important;
	object-fit: cover;
}
.project_page_box_content {
	padding: 0 20px;
}
.project_page_box_date {
	background: url("../images/calendar_icon.png") no-repeat left top 2px;
	background-size: 18px;
	color: #666;
	padding-left: 25px;
	margin-top: 15px;
}
.project_page_box_price {
	background: url("../images/price_icon.png") no-repeat left top 2px;
	background-size: 18px;
	color: #666;
	padding-left: 25px;
	margin-top: 15px;
}
.project_page_box_btn {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	display: block;
	background: #333e48;
	margin-top: 25px;
	padding: 11px 20px;
	border-radius: 4px;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.project_page_box_btn:hover {
	background: #c1d62e;
	color: #111 !important;
}
.project_banner {
	background-size: cover !important;
	padding: 220px 15px 110px;
	background-position: center !important;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.project_banner:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.type-projects {
	max-width: 100% !important;
}
.banner_heading {
	font-family: 'Oswald';
	color: #fff;
	position: relative;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 9;
}
.project_details_heading {
	color: #222;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 25px;
}
.project_page_desc_heading {
	color: #222;
	margin-top: 30px;
	font-weight: 600;
	font-size: 20px;
}
.project_page_desc_text {
	color: #666;
	margin-top: 12px;
}
#post-9 {
	margin-bottom: 0 !important;
}
.team_page_box {
	margin-bottom: 30px;
}
.team_page_box_inner {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
	padding: 30px 20px 5px;
	min-height: 100%;
	text-align: center;
	border-radius: 8px;
}
.team_page_box_img img {
	width: 160px;
}
.team_page_box_name {
	font-weight: 500;
	font-size: 22px;
	margin-top: 15px;
}
.team_page_box_designation {
	color: #666;
}
.team_page_box_btn {
	display: inline-block;
	background: #c1d62e;
	color: #222 !important;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 5px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.team_page_box_btn:hover {
	background: #333e48;
	color: #fff !important;
}
.designation_text {
	margin-top: 15px;
	font-weight: 500;
	color: #555;
}
.project_page_container {
	padding: 0 0 30px;
}
.project_details_page_btn1 {
	display: inline-block;
	background: #333e48;
	color: #fff !important;
	margin: 10px 10px 0 0;
	padding: 10px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 500;
}
.project_details_page_btn2 {
	display: inline-block;
	background: #c1d62e;
	color: #222 !important;
	margin: 10px 0 0;
	padding: 10px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 500;
}
.home_usp_section {
	padding: 70px 0;
}
.home_usp_block {
	margin-top: 35px;
}
.home_usp_block_inner {
	background: #c1d62e;
	min-height: 100%;
	border-radius: 5px;
	padding: 30px 15px;
}
.home_usp_block_heading {
	color: #111;
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	margin-top: 20px;
}
.home_usp_block_text {
	margin-top: 15px;
	font-size: 15px;
}
.home_usp_block_inner img {
	width: 50px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #afc422;
	color: #111 !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 7px 12px 0;
}
.footer_btn3 {
	background: #111;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.thankyou_text {
	color: #666;
	font-size: 17px;
}
.thankyou_btn {
	display: inline-block;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 5px;
	margin-top: 20px;
	color: #282828 !important;
	background: #c1d62e;
	text-transform: uppercase;
	font-size: 15px;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.post .entry-summary, .post .entry-content {
	color: #666;
}
.more-link {
	color: #282828 !important;
	background: #c1d62e;
	display: block;
	text-transform: capitalize;
	font-weight: 500;
	margin-top: 20px;
	padding: 10px 0 10px 15px;
	width: 175px;
	border-radius: 4px;
}
.header_mobile_phone {
	display: flex;
	align-items: center;
	font-weight: 500;
	position: absolute;
	top: 50%;
	right: 25%;
	font-size: 15px;
	transform: translate(0, -50%);
}
.header_mobile_phone img {
	width: 20px;
	margin-right: 7px;
}
.header_mobile_phone a {
	color: #333;
}


/*============= Respobsive ==============*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_right {
  display: none !important;
}
.header {
  background: #fff !important;
}
.logo_inner {
  padding: 5px 0;
}
.logo img {
  width: 158px;
}
.banner_heading {
  font-size: 25px;
  padding: 0;
  line-height: 35px;
}
.home_banner_section {
  padding: 180px 0;
}
.home_banner_section::after {
  background-size: 500px;
}
.home_spec_block {
  border-right: none;
  padding: 15px 12px;
}
.home_construction_section_text {
  font-size: 22px;
}
.home_construction_section {
  padding: 145px 0 40px;
}
.home_founder_section_img img {
  width: 140px;
  margin-bottom: 20px;
}
.home_founder_section_text {
  border-left: none;
  padding-left: 12px;
  margin-top: 20px;
}
.home_founder_section_heading , .home_welcome_section_heading, .home_project_section_heading, .inner_page_heading, .page .entry-title, .blog_page_title {
  font-size: 25px;
  line-height: 30px;
}
.home_welcome_section, .home_project_section, .home_usp_section {
  padding: 40px 0;
}
.home_value_box {
  margin-top: 15px;
}
.home_project_box, .home_usp_block {
  margin-top: 25px;
}
.home_welcome_section_img {
  padding-left: 0;
  margin-top: 30px;
}
.exp_box {
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
  margin-top: 30px;
}
.footer_social ul li {
  width: 140px;
}
.footer {
  padding: 15px 0 60px;
}
.page .entry-header, .blog_page_header, .project_banner {
  padding: 140px 0 70px !important;
  margin: 0 0 40px !important;
}
.about_page_mid_section, .service_page_bottom_section {
  padding: 40px 0;
  margin: 40px 0;
}
.about_page_mid_block_inner img {
  width: 45px;
}
.about_page_mid_block {
  margin-top: 25px;
}
.team_page_box_img img {
  width: 100px;
}
.team_page_box_btn {
  padding: 9px 18px;
  font-size: 15px;
}
.team_right_img, .inner_page_img {
  margin-bottom: 30px;
}
.team_right_img img {
  width: 130px;
}
.service_page_mid_box {
  margin-bottom: 25px;
}
.inner_page_bottom_box {
  margin-top: 40px;
  padding: 30px 20px;
}
.project_details_heading {
  font-size: 23px;
  line-height: 27px;
  margin-top: 30px;
}
.contact_right {
  margin-top: 40px;
}
#back-to-top {
  bottom: 55px;
}
}

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

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

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

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.team_right_img img {
  width: auto;
}
.project_details_heading, .contact_right {
  margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_menu ul li {
  margin-right: 15px;
}
.header_btn {
  margin-left: 10px;
}
.header_phone {
  margin-right: 30px;
}
.home_spec_block {
  padding: 0 15px;
}
.footer_top_block {
  padding-left: 12px;
}
.logo_inner {
  padding: 5px 35px 5px 23px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.team_right_img img {
  width: auto;
}
.project_details_heading, .contact_right {
  margin-top: 0;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.team_right_img img {
  width: auto;
}
.project_details_heading, .contact_right {
  margin-top: 0;
}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.team_right_img img {
  width: auto;
}
.project_details_heading, .contact_right {
  margin-top: 0;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.header_menu ul li {
  margin-right: 15px;
}
.header_btn {
  margin-left: 10px;
}
.header_phone {
  margin-right: 30px;
}
.home_spec_block {
  padding: 0 15px;
}
.footer_top_block {
  padding-left: 12px;
}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.header_menu ul li {
  margin-right: 15px;
}
.header_btn {
  margin-left: 10px;
}
.header_phone {
  margin-right: 30px;
}
.home_spec_block {
  padding: 0 15px;
}
.footer_top_block {
  padding-left: 12px;
}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

} 

