body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
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: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.eot');
    src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins-Black.ttf') format('truetype'),
        url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MoonTime';
    src: url('../fonts/MoonTime-Regular.eot');
    src: url('../fonts/MoonTime-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MoonTime-Regular.woff2') format('woff2'),
        url('../fonts/MoonTime-Regular.woff') format('woff'),
        url('../fonts/MoonTime-Regular.ttf') format('truetype'),
        url('../fonts/MoonTime-Regular.svg#MoonTime-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	padding: 5px 0;
	z-index: 999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo img {
	width: 140px;
}
.header_right {
	text-align: right;
}
.header_menu {
	display: inline-block;
	vertical-align: top;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	margin-right: 16px;
	position: relative;
}
.header_menu ul li a {
	display: block;
	color: #272626;
	font-style: normal;
	font-size: 17px;
	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: #ff6501;
}
.header_btn1 {
	display: inline-block;
	font-weight: 500;
	vertical-align: top;
	font-size: 17px;
	padding: 11px 18px 11px 42px;
	color: #fff !important;
	margin-top: 19px;
	background: url("../images/header_phone.png") #00008b no-repeat center left 18px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn1:hover {
	background-color: #000;
}
.header_btn2 {
	display: inline-block;
	font-weight: 500;
	vertical-align: top;
	font-size: 17px;
	padding: 11px 20px;
	margin-top: 19px;
	margin-left: 5px;
	background: #ff6501;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn2:hover {
	background-color: #000;
}
.home_banner_section {
	margin-top: 94px;
}
.banner_bottom_spec {
	background: #f6f6f6;
	padding: 25px 0;
}
.banner_bottom_block {
	border-right: 1px solid #ddd;
	padding-left: 30px;
	color: #1e1e1e;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
}
.banner_bottom_block:first-child {
	padding-left: 12px;
}
.banner_bottom_block:last-child {
	border-right: none;
}
.banner_bottom_block img {
	margin-right: 15px;
}
.service_left_img {
	padding: 0;
}
.service_left_img img {
	min-height: 100%;
	object-fit: cover;
}
.home_service_subheading {
	color: #1c1a1a;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	padding-right: 45px;
	display: inline-block;
}
.home_service_subheading:before {
	position: absolute;
	content: "";
	top: 10px;
	right: 0;
	width: 35px;
	border-top: 1px solid #1c1a1a;
}
.home_service_heading {
	font-weight: 900;
	color: #00008b;
	font-size: 38px;
	line-height: 45px;
	margin-top: 15px;
}
.home_service_heading strong {
	font-weight: 900;
	color: #ff6501;
}
.home_service_text {
	color: #666;
	margin-top: 20px;
}
.service_right {
	padding: 50px 12% 50px 70px;
}
.service_right2 {
	padding: 50px 110px 50px 9%;
}
.home_service_btn {
	display: inline-block;
	background: #ff6501;
	margin-top: 25px;
	font-weight: 500;
	font-size: 17px;
	padding: 13px 22px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_btn:hover {
	background: #00008b;
}
.home_about_section {
	background: #f6f6f6;
	padding: 70px 0;
}
.home_about_section_subheading {
	font-family: 'MoonTime';
	color: #4e4e4e;
	font-size: 35px;
	line-height: 35px;
}
.home_about_section_heading {
	font-weight: 900;
	color: #1b1918;
	font-size: 32px;
}
.home_about_section_heading strong {
	font-weight: 900;
	color: #ff6501;
}
.home_about_section_text {
	color: #666;
	font-size: 17px;
	margin-top: 20px;
}
.home_about_section_btn {
	display: inline-block;
	background: #00008b;
	margin-top: 25px;
	font-weight: 500;
	font-size: 17px;
	padding: 13px 22px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_about_section_btn:hover {
	background: #ff6501;
}
.home_projects_section {
	padding: 70px 0;
}
.home_projects_section_heading {
	font-weight: bold;
	color: #1b1918;
	font-size: 32px;
}
.home_cta_section {
	background: #00008b;
	padding: 60px 0;
}
.home_cta_section_text {
	font-family: 'MoonTime';
	font-size: 35px;
	line-height: 35px;
}
.home_cta_section_heading {
	font-weight: 900;
	font-size: 38px;
	line-height: 45px;
	margin-top: 20px;
}
.home_cta_section_heading strong {
	color: #ff6501;
}
.home_cta_btn1 {
	display: inline-block;
	background: #ff6501;
	margin-top: 25px;
	margin-right: 10px;
	font-weight: 500;
	font-size: 17px;
	color: #fff !important;
	padding: 13px 22px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_cta_btn1:hover {
	background: #fff;
	color: #ff6501 !important;
}
.home_cta_btn2 {
	display: inline-block;
	background: #fff;
	margin-top: 25px;
	font-weight: 500;
	font-size: 17px;
	color: #ff6501 !important;
	padding: 13px 22px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_cta_btn2:hover {
	background: #ff6501;
	color: #fff !important;
}
.footer {
	background: #050505;
	padding: 40px 0 20px;
}
.footer_top_heading {
    font-size: 21px;
	color: #ff6501;
	font-weight: 600;
	text-transform: uppercase;
}
.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: 15px;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	position: relative;
	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: #ccc;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: #fff;
	font-size: 15px;
	position: relative;
	list-style: none;
	margin-top: 10px;
	padding-left: 30px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: 3px;
	left: 0;
	max-width: 24px;
}
.footer_contact_info ul li a {
	color: #fff;
}
.footer_social {
	margin-top: 20px;
}
.footer_social img {
	width: 32px;
}
.footer_social a {
	margin-right: 5px;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	padding-left: 25px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 20px 0 0;
	margin-top: 35px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
.footer_bottom a {
	color: #fff;
}
#back-to-top {
	background: #ff6501;
    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;
}
.ms-slide:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.ms-slide-info {
	position: absolute !important;
	top: 50%;
	transform: translate(0, -50%);
	left: 9%;
	width: auto !important;
	max-width: 460px;
}
.banner_subheading {
	font-family: 'MoonTime';
	color: #fff;
	font-size: 70px;
	line-height: 65px;
}
.banner_heading {
	color: #fff;
	font-weight: bold;
	font-size: 50px;
	line-height: 54px;
}
.banner_heading strong {
	color: #ff6501;
	font-weight: bold;
}
.banner_text {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	margin-top: 12px;
}
.banner_text strong {
	font-weight: 600;
}
.banner_text strong:nth-child(2) {
	color: #ff6501;
}
.banner_btn {
	display: inline-block;
	background: #ff6501;
	margin-top: 25px;
	font-weight: 500;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 17px;
	padding: 13px 22px;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.banner_btn:hover {
	background: #00008b;
}
.ms-nav-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
	width: 16px !important;
	height: 32px !important;
}
.ms-nav-next {
	background: url("../images/next_icon.png") no-repeat center !important;
	width: 16px !important;
	height: 32px !important;
}
.home_projects_img {
	margin-top: 20px;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner.jpg") #eee no-repeat;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 220px 0 110px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.8771708512506565) 15%, rgba(0,0,0,0) 100%);
	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 {
    color: #fff;
	position: relative;
    font-size: 35px;
	font-weight: 600;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #ff6501;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #ff6501;
}
.page {
	margin-top: 0 !important;
}
.more-link {
	background: #00008b;
	color: #fff !important;
	text-transform: capitalize;
	display: block;
	margin-top: 20px;
	padding: 12px 0 12px 15px;
	width: 195px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.more-link:hover {
	background: #ff6501;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 28px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
}
.service_page_mid_section {
	background: #f8f8f8;
	padding: 70px 0;
	margin: 70px 0;
}
.service_page_btn {
	display: inline-block;
	background: #00008b;
	margin-top: 25px;
	font-weight: 500;
	font-size: 17px;
	padding: 13px 22px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.service_page_btn:hover {
	background: #ff6501;
}
.service_exp {
	background: #ff6501;
	position: absolute;
	bottom: 0;
	left: 40px;
	text-align: center;
	width: 240px;
	color: #090909;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 25px;
	padding: 30px 20px;
	line-height: 28px;
}
.service_exp img {
	display: block;
	margin: 0 auto 15px;
}
.service_top_img {
	padding-bottom: 50px;
}
.service_top_right {
	padding-left: 55px;
}
.service_bottom_left {
	padding-right: 55px;
}
.service_bottom_img {
	padding: 0 0 40px 40px;
}
.service_bottom_img:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background: url("../images/line_img.png") no-repeat;
	background-size: cover;
	width: 130px;
	height: 300px;
}
.service_bottom_img img {
	position: relative;
	z-index: 9;
}
.project_list_page_container {
	padding: 0 0 60px;
}
.project_list_page_block {
	margin-bottom: 35px;
}
.project_list_page_block_inner {
	display: block;
	min-height: 100%;
	border: 1px solid #ddd;
	padding: 10px 10px 20px;
}
.project_list_page_block_heading {
	color: #00008b;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 20px;
}
.project_list_page_block_text {
	background: url("../images/list_location_img.png") no-repeat left top 3px;
	background-size: 13px;
	color: #999;
	font-size: 15px;
	padding-left: 18px;
}
.project_list_page_block_spec ul {
	padding: 0;
	margin: 15px 0 0;
	display: flex;
	align-items: center;
}
.project_list_page_block_spec ul li {
	list-style: none;
	display: inline-flex;
	align-items: center;
	border: 1px solid #ddd;
	margin: 10px 10px 0 0;
	color: #666;
	font-weight: 500;
	padding: 6px 12px;
}
.project_list_page_block_spec ul li img {
	width: 35px;
	margin-right: 10px;
}
.project_list_page_block_img {
	overflow: hidden;
}
.project_list_page_block_img img {
	width: 100%;
	height: 220px !important;
	object-fit: cover;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.project_list_page_block_inner:hover .project_list_page_block_img img {
	transform: scale(1.1);
}

.project_details_heading {
	font-weight: 900;
	color: #00008b;
	font-size: 35px;
	line-height: 45px;
	margin-top: 15px;
	text-transform: uppercase;
}
.project_details_location {
	background: url("../images/list_location_img.png") no-repeat left top 3px;
	background-size: 15px;
	color: #666;
	padding-left: 22px;
	margin-top: 10px;
}
.project_details_storey {
	background: #ff6501;
	display: inline-block;
	color: #fff;
	padding: 6px 12px 8px;
	margin-top: 4px;
}
.project_details_spec ul {
	padding: 0;
	margin: 30px 0 0;
}
.project_details_spec ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	color: #666;
	text-align: center;
}
.project_details_spec ul li img {
	width: 50px;
	margin-bottom: 5px;
}
.project_details_subheading {
	font-weight: bold;
	font-size: 22px;
	color: #111;
	margin-top: 35px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.project_details_text {
	color: #666;
	margin-top: 15px;
}
.project_details_container {
	padding: 0 0 60px;
}
.project_details_cta_section {
	background: #ff6501;
	margin-top: 35px;
	padding: 20px;
}
.project_details_cta_heading {
	font-weight: bold;
	font-size: 25px;
	color: #fff;
}
.project_details_cta_text {
	color: #fff;
	margin-top: 10px;
}
.details_cta_btn1 {
	display: inline-block;
	background: #fff;
	margin-top: 20px;
	margin-right: 10px;
	font-weight: 500;
	font-size: 17px;
	color: #222 !important;
	padding: 11px 22px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.details_cta_btn2 {
	display: inline-block;
	background: #00008b;
	margin-top: 20px;
	font-weight: 500;
	font-size: 17px;
	color: #fff !important;
	padding: 11px 22px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.flexslider .big_img img {
	width: 100%;
	height: 550px !important;
	object-fit: cover;
}
.inner_cta_section {
	background: #00008b;
	padding: 60px 0;
}
.inner_cta_section_text {
	font-size: 18px;
	line-height: 35px;
}
.inner_cta_section_heading {
	font-weight: 900;
	font-size: 38px;
	line-height: 45px;
	margin-top: 20px;
}
.inner_cta_section_heading strong {
	color: #ff6501;
}
.inner_cta_btn1 {
	display: inline-block;
	background: #ff6501;
	margin-top: 25px;
	margin-right: 10px;
	font-weight: 500;
	font-size: 17px;
	color: #fff !important;
	padding: 13px 22px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.inner_cta_btn1:hover {
	background: #fff;
	color: #ff6501 !important;
}
.inner_cta_btn2 {
	display: inline-block;
	background: #fff;
	margin-top: 25px;
	font-weight: 500;
	font-size: 17px;
	color: #ff6501 !important;
	padding: 13px 22px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.inner_cta_btn2:hover {
	background: #ff6501;
	color: #fff !important;
}
#post-54, #post-103, #post-17, #post-235, #post-237, .contact_map iframe {
	margin-bottom: 0 !important;
}
.inner_page_heading {
	color: #111;
	position: relative;
	font-size: 28px;
	font-weight: 600;
	padding-bottom: 12px;
	line-height: 34px;
}
.inner_page_heading strong {
	font-weight: 600;
	color: #00008b;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	border-bottom: 4px solid #ff6501;
}
.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: 0;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
	border-radius: 0;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    background: #00008b !important;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
}
.contact_map {
  margin-top: 60px;
  filter: grayscale(100%);
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	text-align: center;
}
.footer_btn1 {
	background: #ff6501;
	color: #fff !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: 10px 12px 0;
}
.footer_btn3 {
	background: #00008b;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.thankyou_text {
	color: #666;
}
.thankyou_btn {
	display: inline-block;
	background: #ff6501;
	color: #fff !important;
	margin-top: 20px;
	padding: 11px 20px;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}


/*================= Responsive ===================*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_right {
  display: none;
}
.logo img {
  width: 85px;
}
.home_banner_section {
  margin-top: 60px;
}
.ms-view, .ms-slide {
    min-height: 300px !important;
}
.ms-slide-bgcont img {
    object-fit: cover;
}
.ms-slide-info {
  left: 4%;
  right: 4%;
}
.banner_heading {
  font-size: 28px;
  line-height: 32px;
}
.banner_subheading {
  font-size: 40px;
  line-height: 40px;
}
.banner_text {
  font-size: 15px;
}
.banner_btn, .home_service_btn, .home_about_section_btn, .home_cta_btn1, .home_cta_btn2, .service_page_btn, .details_cta_btn1, .details_cta_btn2 {
  margin-top: 20px;
  font-size: 15px;
  padding: 11px 20px;
}
.banner_bottom_block {
  border-right: none;
  padding-left: 12px;
  display: block !important;
  font-size: 15px;
  letter-spacing: 0px;
  margin: 15px 0px;
  text-align: center;
}
.banner_bottom_block img {
  display: block;
  margin: 0 auto 10px;
}
.home_service_heading, .home_about_section_heading, .home_projects_section_heading, .home_cta_section_heading, .inner_cta_section_heading, .project_details_heading {
  font-size: 25px;
  line-height: 30px;
}
.service_right, .service_right2 {
  padding: 40px 15px;
}
.home_about_section, .home_projects_section, .home_cta_section {
  padding: 40px 0;
}
.footer_menu ul, .footer_contact_info ul, .footer_social {
  margin: 10px 0 0;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
  margin-top: 30px;
}
.footer {
  padding: 15px 0 60px;
}
.rl-gallery-item, .rl-gallery-item img {
  height: 180px !important;
}
.page .entry-title, .blog_page_title {
  font-size: 26px;
}
.page .entry-header, .blog_page_header {
  padding: 140px 0 78px !important;
  margin: 0 0 40px !important;
}
.service_top_img {
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.service_exp img {
  width: 30px;
}
.service_exp {
  left: 15px;
  width: 140px;
  font-size: 15px;
  padding: 15px 15px;
  line-height: 18px;
}
.service_top_right {
  padding-left: 12px;
}
.service_bottom_img::before {
  width: 85px;
  height: 200px;
}
.service_bottom_img {
  padding: 0 0 25px 25px;
  margin-bottom: 25px;
}
.service_page_mid_section {
  padding: 40px 0;
  margin: 40px 0;
}
.inner_cta_section_text {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}
.inner_cta_section {
  padding: 40px 0;
}
.service_bottom_left {
  padding-right: 12px;
}
.flexslider .big_img img {
  height: 280px !important;
}
.project_details_storey {
  margin-top: 30px;
  font-size: 15px;
}
.project_details_spec ul li img {
  width: 35px;
}
.project_details_spec ul li {
  margin-right: 20px;
  font-size: 15px;
}
.project_details_text {
  font-size: 15px;
}
.project_details_container {
  padding: 0 0 40px;
}
.inner_page_heading {
  font-size: 24px;
  line-height: 30px;
}
.contact_page_info {
  margin-top: 20px;
}
.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) {
.ms-slide-info {
  left: 12%;
  right: 12%;
}
.service_right, .service_right2 {
  padding: 40px 12%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-slide-info {
  left: 12%;
}
.service_right, .service_right2 {
  padding: 40px 30px;
}
.rl-gallery-item, .rl-gallery-item img {
  height: 240px !important;
}
.project_details_storey {
  margin-top: 4px;
}
.contact_right {
  margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_menu ul li a, .header_btn1, .header_btn2 {
  font-size: 15px;
}
.header_menu ul li {
  margin-right: 12px;
}
.banner_bottom_block {
  padding-left: 12px;
  font-size: 16px;
}
.service_right {
  padding: 50px 4% 50px 45px;
}
.service_right2 {
  padding: 50px 45px 50px 4%;
}
.service_top_right {
  padding-left: 20px;
}
}

/* 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) {
.ms-slide-info {
  left: 12%;
}
.service_right, .service_right2 {
  padding: 40px 30px;
}
.rl-gallery-item, .rl-gallery-item img {
  height: 240px !important;
}
.project_details_storey {
  margin-top: 4px;
}
.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) {
.ms-slide-info {
  left: 12%;
}
.service_right, .service_right2 {
  padding: 40px 30px;
}
.rl-gallery-item, .rl-gallery-item img {
  height: 240px !important;
}
.project_details_storey {
  margin-top: 4px;
}
.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) {
.ms-slide-info {
  left: 12%;
}
.service_right, .service_right2 {
  padding: 40px 30px;
}
.rl-gallery-item, .rl-gallery-item img {
  height: 240px !important;
}
.project_details_storey {
  margin-top: 4px;
}
.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) {

}

/* 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) {

}

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

}

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

}

@media screen and (min-width: 1920px) {
.ms-slide-info {
  left: 16%;
}
.service_right {
  padding-right: 16%;
}
.service_right2 {
  padding-left: 16%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
  left: 18%;
}
.service_right {
  padding-right: 18%;
}
.service_right2 {
  padding-left: 18%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
  left: 24%;
}
.service_right {
  padding-right: 24%;
}
.service_right2 {
  padding-left: 24%;
}
}

