body {
	padding: 0px;
	margin: 0px;
}
img {
	max-width: 100%;
	height: 0 auto;
}
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;
}
.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.header_top {
	background: #000;
	border-top: 2px solid #f36f33;
	padding: 0 0 6px;
}
.logo {
	margin-top: 5px;
}
.logo img {
	width: 326px;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
.darkHeader .logo img {
	width: 245px;
}
.header_contact_info {
	display: inline-block;
	background: #f36f33;
	padding: 5px 0 8px;
	position: relative;
	margin-right: 62px;
}
.header_contact_info:before {
	background: url(../images/side1.png) no-repeat;
	width: 62px;
	height: 39px;
	background-size: 100%;
	position: absolute;
	content: "";
	bottom: 0;
	left: -62px;
}
.header_contact_info:after {
	background: url(../images/side2.png) no-repeat;
	width: 62px;
	height: 39px;
	background-size: 100%;
	position: absolute;
	content: "";
	bottom: 0;
	right: -62px;
}
.header_top_right {
	text-align: right;
}
.header_contact_info span {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #fff;
	margin: 0 10px;
}
.header_contact_info span a {
	color: #fff;
}
.header_bottom {
	background: #f36f33;
}
.header_social {
	float: right;
	text-align: right;
}
.header_social i {
	color: #fff;
	border-right: 1px solid #fff;
	width: 40px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	font-size: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_social i:hover {
	color: #b14514;
}
.menu_main {
}
.menu_main ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu_main ul li {
	position: relative;
	border-right: 1px solid #fff;
	margin-left: -3px;
}
.menu_main ul li a {
	display: block;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	padding: 10px 24px;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.menu_main ul li a:hover, .menu_main ul li.active a {
	color: #b14514;
	background: #fff;
}
.banner_bottom_strip {
	background: #f36f33;
	padding: 20px 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #000;
	text-align: center;
}
.banner_bottom_strip span {
	color: #fff;
}
.banner_bottom_btn {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 10px 20px;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #fff !important;
	font-size: 32px;
	text-transform: uppercase;
	margin-left: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_bottom_btn:hover {
	border: 1px solid #000;
	background: #000;
}
.home_welcome_section {
	padding: 32px 0 50px;
	text-align: center;
}
.home_welcome_section .row {
	margin: 0;
}
.home_welcome_section_heading {
	color: #ff8d3c;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 48px;
	text-transform: uppercase;
	margin-top: 25px;
}
.home_welcome_section_text {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #555555;
	margin-top: 15px;
}
.home_welcome_btn {
	background: #f89854;
	padding: 14px 30px;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #fff !important;
	font-size: 20px;
	margin-top: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_welcome_btn:hover {
	background: #000;
}
.home_welcome_left {
	padding: 0 30px 0 7.8%;
}
.home_welcome_image {
	padding: 0 0 0 30px;
}
.home_welcome_image_inner {
	position: relative;
	padding: 42px 0 0 42px;
}
.home_welcome_image_inner:before {
	border: 12px solid #f89854;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 42px;
	right: 30px;
}
.home_welcome_image_inner img {
	position: relative;
	z-index: 99;
	width: 100%;
}
.home_choose_section {
	background: #f9eae4;
	text-align: center;
	padding: 40px 0 50px;
}
.home_choose_section_heading {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #f36f33;
	font-size: 48px;
}
.home_choose_block {
	margin-top: 30px;
}
.home_choose_block_text {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #464646;
	font-size: 25px;
	margin-top: 12px;
}
.home_choose_btn {
	background: #f36f33;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #fff !important;
	font-size: 25px;
	margin-top: 50px;
	border-radius: 10px;
	padding: 20px 45px;
}
.home_three_panel {
}
.home_three_panel .row {
	margin: 0;
}
.home_three_panel_block {}
.service_slide .item {
	padding: 0 2px;
}
.service_slide .owl-pagination {
	display: none;
}
.service_slide .owl-theme .owl-controls {
    position: absolute;
    top: 38%;
	width: 100%;
}
.service_slide .owl-prev {
	float: left;
}
.service_slide .owl-theme .owl-controls .owl-buttons div {
	margin: 0;
}
.service_slide .owl-theme .owl-controls .owl-buttons i {
	width: 50px;
	height: 50px;
	background: #f36f33;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
}
.home_three_panel_block_inner {
	position: relative;
	overflow: hidden;
}
.home_three_panel_block_inner img {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 100%;
}
.home_three_panel_block:hover .home_three_panel_block_inner img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.home_three_panel_block_text {
	position: absolute;
	top: 119px;
	width: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	padding: 10px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 23px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_three_panel_block:hover .home_three_panel_block_text {
	top: 140px;
	background: rgba(255, 255, 255, 0.8);
	color: #e86d16;
}
.home_circle_icon_section {
	padding: 60px 0 50px;
	text-align: center;
}
.home_circle_icon_block {
	display: inline-block;
	width: 19%;
	padding: 0 10px;
}
.home_circle_icon_block img {
	background: #262626;
	border-radius: 50%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_circle_icon_block:hover img {
	background: #e87819;
}
.home_circle_icon_block_text {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #e87819;
	font-size: 18px;
	margin-top: 10px;
}
.home_gallery_section {
	background: url(../images/home_gallery_bg.jpg) #333 no-repeat center;
	background-size: cover;
	padding: 130px 0;
	text-align: center;
	position: relative;
}
.home_gallery_section:before {
	background: url(../images/dot.png) repeat;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	content: "";
}
.home_gallery_section_box {
	padding: 0;
}
.home_gallery_section_inner {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	padding: 30px 15px;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
}
.home_gallery_section_heading {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #dd7200;
	font-size: 38px;
}
.home_gallery_section_subheading {
	font-family: 'Raleway', sans-serif;
	color: #6a6969;
	font-size: 24px;
}
.home_gallery_section_btn {
	background: #000;
	padding: 14px 30px;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #fff !important;
	font-size: 16px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_gallery_section_btn:hover {
	background: #dd7200;
}
.footer {
	text-align: center;
}
.footer_top {
	background: #000;
	padding: 35px 0 40px;
}
.footer_top_right_heading {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 26px;
	margin-top: 25px;
}
.footer_social {
    margin: 16px 0 0;
}
.footer_social i {
	color: #ffb25f;
	font-size: 28px;
	margin: 0 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_social i:hover {
	color: #ffd1a0;
}
.footer_logo {
	margin-top: 20px;
}
.footer_top_mid {
	margin-top: -100px;
	padding: 0 30px;
}
.footer_top_mid_inner {
	background: url(../images/watermark.png) #fff no-repeat center;
	position: relative;
	padding: 40px 15px 50px;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
}
.footer_top_mid_inner:before {
	background: url(../images/curve.png) no-repeat;
	width: 113px;
	height: 131px;
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
}
.footer_top_mid_heading {
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-weight: 700;
	font-size: 38px;
}
.footer_top_mid_contact {
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-size: 16px;
	margin-top: 10px;
}
.footer_phone {
	font-size: 28px;
	font-weight: 600;
}
.footer_email {
    font-size: 20px;
    font-weight: 500;
}
.footer_top_mid_contact a {
	display: block;
	color: #000;
	margin-top: 5px;
}
.footer_bottom {
	background: #2d2d2d;
	color: #b9b9b9;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	padding: 18px 0;
}
.footer_bottom a {
	color: #ffc281;
}
.home_map iframe {
	margin-bottom: 0px !important;
}
.header_search {
	margin-top: 22px;
	width: 285px;
	float: right;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_search {
	margin-top: 8px;
}
.header_search label {
	display: block;
}
.header_search input {
	width: 100%;
	border: 1px solid #fff !important;
	background: none;
	border-radius: 10px;
	height: 44px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	padding-right: 85px;
}
.header_search_btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 44px;
	font-size: 18px;
	background: none !important;
	color: #ffb695 !important;
	border: 1px solid #ffb695;
	border-radius: 0 10px 10px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_search input.search-submit {
    background: url(../images/send_img.png) no-repeat center !important;
    background-size: 20px !important;
    display: block !important;
    position: absolute;
    padding:0 !important;
	top: 0;
	right: 0;
	font-size:0px !important;
	height: 44px !important;
	color: #ffb695 !important;
	border: 1px solid #ffb695 !important;
	border-radius: 0 10px 10px 0 !important;
	width: 80px !important;
}
.header_search_btn:hover {
	background: #ffb695 !important;
	color: #000 !important;
}
.footer_newsletter {
	margin-top: 20px;
}
.footer_newsletter .es_lablebox {
	display: none;
}
.footer_newsletter .es_shortcode_form {
	position: relative;
}
.footer_newsletter .es_textbox_class {
	width: 100% !important;
	height: 44px;
	border-radius: 10px;
	border: 1px solid #fff !important;
	background: none;
	color: #fff;
	padding-right: 115px;
	font-family: 'Raleway', sans-serif;
}
.footer_newsletter .es_button {
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	top: 0;
	right: 0;
}
.footer_newsletter .es_textbox_button {
	height: 44px;
	width: 108px;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	padding: 10px 10px 11px;
	background: none !important;
	color: #ffb25f !important;
	border: 1px solid #ffb25f;
	border-radius: 0 10px 10px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_newsletter .es_textbox_button:hover {
	background: #ffb25f !important;
	color: #000 !important;
}
.home_banner_section {
	margin-top: 172px;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .search_page_header {
	background: url(../images/inner_banner.jpg) #333 no-repeat center !important;
	background-size: cover !important;
	max-width: 100% !important;
	padding: 0px !important;
	height: 300px;
	margin-bottom: 50px !important;
	position: relative;
	margin-top: 172px !important;
}
.page .entry-header:before, .search_page_header:before {
	background: url(../images/dot.png) repeat;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	content: "";
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .search_page_title {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: 135px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 35px;
	z-index: 99;
	font-weight: 700;
}
.search_res .entry-header {
	margin-top: 1px !important;
}
.about_page_skyline {
	text-align: center;
}
.about_page_skyline img {
	width: 100%;
	opacity: 0.2;
}
.about_page_heading {
	color: #ff8d3c;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 35px;
}
.about_page_text {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #555555;
	margin-top: 15px;
	text-align: justify;
}
.about_page_image {
	margin-top: 18px;
}
.about_page_image_inner {
	position: relative;
	padding: 30px 0 0 30px;
}
.about_page_image_inner:before {
	border: 12px solid #f89854;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 42px;
	right: 30px;
}
.about_page_image_inner img {
	position: relative;
	z-index: 99;
}
.contact_page_heading {
	color: #ff8d3c;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 30px;
}
.contact_page_info {
	color: #555555;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	position: relative;
	padding-left: 55px;
	margin-top: 25px;
	min-height: 35px;
}
.contact_page_info a {
	color: #555555;
}
.contact_page_info i {
	background: #ff8d3c;
	width: 45px;
	height: 45px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	position: absolute;
	top: -10px;
	left: 0;
}
.contact_form input {
	width: 100%;
	min-height: 48px;
	border-radius: 0px;
	border: 1px solid #ccc !important;
	font-family: 'Raleway', sans-serif;
	color: #333;
	font-size: 15px;
	margin-top: 17px;
}
.contact_form textarea {
	height: 150px;
	border-radius: 0px;
	border: 1px solid #ccc !important;
	font-family: 'Raleway', sans-serif;
	color: #333;
	font-size: 15px;
	margin-top: 17px;
	resize: none;
}
.contact_form .contact_btn input {
	background: #ff8d3c !important;
	width: auto;
	border-radius: 0px;
	border: none !important;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	margin-top: 17px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact_form .contact_btn input:hover {
	background: #000 !important;
}
.contact_map {
	margin-top: 55px;
}
.contact_map iframe {
	margin-bottom: 0px !important;
}
.service_page_container {
	padding: 0 0 130px;
}
.service_page_block {
	margin-top: 30px;
}
.service_page_block p {
	margin-bottom: 0px !important;
}
.service_page_block_inner {
	position: relative;
	overflow: hidden;
	background: #333;
}
.service_page_block_inner img {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 100%;
	opacity: 0.3;
}
.service_page_block:hover .service_page_block_inner img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}
.service_page_block_text {
	position: absolute;
	top: 80px;
	width: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	padding: 10px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 22px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.service_page_block:hover .service_page_block_text {
	background: rgba(255, 255, 255, 0.9);
	top: 100px;
	color: #f36f33;
}
.gallery_page_container {
	padding: 0 0 120px;
}
.thankyou_page_container {
    text-align: center;
	padding:0 0 100px;
}
.thanyou_page_text {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #555555;
}
.thankyou_page_btn {
    background: #000;
    padding: 14px 30px;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #fff !important;
    font-size: 16px;
    margin-top: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header_mobile_contact {
    position:absolute;
    top: 14px;
    right:50px;
}
.header_mobile_contact a {
    margin-right:8px;
}
.header_mobile_contact img {
    height:17px;
}
.footer_fixed_buttons {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
    z-index:999;
}
.footer_sticky_btn1 {
    background:#222;
    font-family: 'Raleway', sans-serif;
    display:inline-block;
    padding:10px 0;
    width:50%;
    float:left;
    color:#fff !important;
    font-weight: 600;
}
.footer_sticky_btn2 {
    position: absolute;
    background: #ff8d3c;
    display: inline-block;
    padding: 8px 12px 10px;
    width: 44px;
    height: 44px;
    left: 44%;
    bottom: 0px;
    border-radius: 50%;
}
.footer_sticky_btn3 {
    background:#eee;
    font-family: 'Raleway', sans-serif;
    display:inline-block;
    padding:10px 0;
    width:50%;
    float:left;
    color:#000 !important;
    font-weight: 600;
}
.home_bottom_info_block_heading {
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    color: #f36f33;
    font-size: 20px;
}
.home_bottom_info_block {
    margin-top:40px;
    padding-left: 45px !important;
}
.home_bottom_info_block_inner {
    position: relative;
    padding-left: 42px;
	border-left: 1px solid #f36f33;
	min-height:100%;
}
.home_bottom_info_block_inner:before {
    position: absolute;
	content:"";
    background:#f36f33;
	bottom:0;
	left:-5px;
	width:10px;
	height:10px;
	border-radius: 50%;
}
.home_bottom_info_block_inner img {
	border: 2px solid #f36f33;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -30px;
	background: #fff;
    padding: 10px;
    width: 60px;
}
.home_bottom_info_block_text {
    font-family: 'Raleway',sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #555;
    margin-top: 15px;
    text-align: justify;
}
.home_bottom_info_section {
    padding: 20px 0 60px;
}
.home_bottom_info_section .row {
    display:flex;
}
.new_service_mid_section {
    background: #eee;
    padding: 50px 0px;
    margin: 50px 0;
}
.new_service_page_list ul {
	padding:0;
	margin:0;
}
.new_service_page_list ul li {
	padding-left:20px;
	position:relative;
	font-family: 'Raleway',sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #555;
	list-style:none;
}
.new_service_page_list ul li:before {
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	background:#f36f33;
	top:5px;
	left:0;
}
.about_page_text a {
    color: #333 !important;
	font-weight:600;
}



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

@media only screen and (max-width : 320px)
{
.logo img {
	width: 150px !important;
}
.logo {
    margin-top: 0;
}
.header {
	position: fixed;
}
.header_top_right {
    text-align: center;
	margin-top: 0;
}
.footer_fixed_buttons {
    display: block !important;
}
#wpfront-scroll-top-container {
    right: 10px !important;
    bottom: 50px !important;
}
.footer_bottom {
    padding: 18px 0 60px;
}
.header_contact_info::before {
	display: none;
}
.header_contact_info::after {
	display: none;
}
.header_contact_info {
    display: none;
    margin-right: 0;
}
.header_search {
    margin-top: 8px !important;
	width: 100%;
	float: none;
	display: none;
}
.header_social {
    float: none;
    text-align: left;
    display: none;
}
.header_top {
    padding: 0;
}
.header_mobile_contact {
    display:block !important;
}
.primary-navigation {
    padding-top: 0 !important;
}
.primary-navigation.toggled-on {
    padding: 10px 0 15px !important;
}
.menu_main ul li {
    border-right: none;
    margin-left: 0px;
}
.menu-toggle {
    background-color: transparent !important;
    top: -52px !important;
}
.home_banner_section {
    margin-top: 57px;
}
.banner_bottom_btn {
    display: block;
    font-size: 22px;
    margin-left: 0;
	margin-top: 10px;
}
.banner_bottom_btn img {
	width: 21px;
}
.home_welcome_section_heading {
    font-size: 30px;
    margin-top: 0;
}
.home_welcome_left {
    padding: 0 15px;
}
.home_welcome_image {
    padding: 0 15px;
    margin-top: 25px;
}
.home_choose_section_heading {
    font-size: 30px;
}
.home_circle_icon_block {
    display: block;
    width: 100%;
    padding: 0 10px;
	margin-top: 20px;
}
.home_circle_icon_block img {
	width: 100px;
}
.home_circle_icon_section {
    padding: 30px 0 40px;
}
.home_gallery_section_box {
    padding: 0 15px;
}
.home_gallery_section {
    padding: 45px 0;
}
.home_gallery_section_subheading {
    font-size: 19px;
}
.footer_logo {
    margin-top: 0;
}
.footer_logo img {
	width: 150px;
}
.footer_top_mid {
    margin-top: 30px;
    padding: 0 15px;
}
.footer_top_mid_inner::before {
    width: 50px;
    height: 56px;
    background-size: 100%;
}
.footer_top {
    padding: 30px 0 10px;
}
.footer_top_mid_heading {
    font-size: 30px;
}
.footer_top_mid_inner {
    padding: 20px 15px 50px;
}
.home_map iframe {
	height: 200px;
}
.home_gallery_section_heading {
    font-size: 30px;
}
.home_choose_btn {
    font-size: 16px;
    margin-top: 30px;
    padding: 15px 15px;
}
.home_choose_block_text {
    font-size: 18px;
    margin-top: 0px;
}
.banner_bottom_strip {
    font-size: 20px;
}
.page .entry-header {
    height: 110px;
    margin-bottom: 30px !important;
    margin-top: 57px !important;
}
.page .entry-title {
    margin-top: 40px;
    font-size: 28px;
}
.about_page_heading {
    font-size: 25px;
}
.service_page_container {
    padding: 0 0 40px;
}
.gallery_page_container {
    padding: 0 0 30px;
}
.contact_page_heading {
    font-size: 25px;
}
.contact_right {
	margin-top: 25px;
}
.thankyou_page_container {
    padding: 0 0 20px;
}
.thankyou_page_container img {
	width:200px;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px)
{
.logo img {
	width: 150px !important;
}
.header_top {
    padding: 0;
}
.logo {
    margin-top: 0;
}
.header {
	position: fixed;
}
.header_top_right {
    text-align: center;
	margin-top: 0;
}
.header_contact_info::before {
	display: none;
}
.header_contact_info::after {
	display: none;
}
.header_mobile_contact {
    display:block !important;
}
.header_contact_info {
    display: none;
    margin-right: 0;
}
.header_search {
    margin-top: 8px !important;
	width: 100%;
	float: none;
	display: none;
}
.header_social {
    float: none;
    text-align: left;
    display: none;
}
.primary-navigation {
    padding-top: 0 !important;
}
.primary-navigation.toggled-on {
    padding: 10px 0 15px !important;
}
.menu_main ul li {
    border-right: none;
    margin-left: 0px;
}
.menu-toggle {
    background-color: transparent !important;
    top: -52px !important;
}
.home_banner_section {
    margin-top: 57px;
}
.banner_bottom_btn {
    display: block;
    font-size: 22px;
    margin-left: 0;
	margin-top: 10px;
}
.banner_bottom_btn img {
	width: 21px;
}
.home_welcome_section_heading {
    font-size: 30px;
    margin-top: 0;
}
.home_welcome_left {
    padding: 0 15px;
}
.home_welcome_image {
    padding: 0 15px;
    margin-top: 25px;
}
.home_choose_section_heading {
    font-size: 30px;
}
.home_circle_icon_block {
    display: block;
    width: 100%;
    padding: 0 10px;
	margin-top: 20px;
}
.home_circle_icon_block img {
	width: 100px;
}
.home_circle_icon_section {
    padding: 30px 0 40px;
}
.home_gallery_section_box {
    padding: 0 15px;
}
.home_gallery_section {
    padding: 45px 0;
}
.home_gallery_section_subheading {
    font-size: 19px;
}
.footer_logo {
    margin-top: 0;
}
.footer_logo img {
	width: 150px;
}
.footer_top_mid {
    margin-top: 30px;
    padding: 0 15px;
}
.footer_top_mid_inner::before {
    width: 50px;
    height: 56px;
    background-size: 100%;
}
.footer_top {
    padding: 30px 0 10px;
}
.footer_top_mid_heading {
    font-size: 30px;
}
.footer_top_mid_inner {
    padding: 20px 15px 50px;
}
.home_map iframe {
	height: 200px;
}
.home_gallery_section_heading {
    font-size: 30px;
}
.home_choose_btn {
    font-size: 16px;
    margin-top: 30px;
    padding: 15px 15px;
}
.home_choose_block_text {
    font-size: 18px;
    margin-top: 0px;
}
.banner_bottom_strip {
    font-size: 20px;
}
.page .entry-header {
    height: 110px;
    margin-bottom: 30px !important;
    margin-top: 57px !important;
}
.page .entry-title {
    margin-top: 40px;
    font-size: 28px;
}
.about_page_heading {
    font-size: 25px;
}
.service_page_container {
    padding: 0 0 40px;
}
.gallery_page_container {
    padding: 0 0 30px;
}
.contact_page_heading {
    font-size: 25px;
}
.contact_right {
	margin-top: 25px;
}
.thankyou_page_container {
    padding: 0 0 20px;
}
.thankyou_page_container img {
	width:200px;
}
.footer_fixed_buttons {
    display:block !important;
}
#wpfront-scroll-top-container {
    right: 10px !important;
    bottom: 50px !important;
}
.footer_bottom {
    padding: 18px 0 60px;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px)
{
.logo img {
	width: 150px !important;
}
.header {
	position: fixed;
}
.logo {
	margin-top: 0;
}
.header_top_right {
    text-align: center;
	margin-top: 0;
}
.header_contact_info::before {
	display: none;
}
.header_contact_info::after {
	display: none;
}
.header_contact_info {
    display: none;
    margin-right: 0;
}
.header_search {
    margin-top: 8px !important;
	width: 100%;
	float: none;
	display: none;
}
.header_social {
    float: none;
    text-align: left;
    display: none;
}
.header_top {
    padding: 0;
}
.primary-navigation {
    padding-top: 0 !important;
}
.primary-navigation.toggled-on {
    padding: 10px 0 15px !important;
}
.header_mobile_contact {
    display:block !important;
}
.menu_main ul li {
    border-right: none;
    margin-left: 0px;
}
.menu-toggle {
    background-color: transparent !important;
    top: -52px !important;
}
.home_banner_section {
    margin-top: 57px;
}
.footer_fixed_buttons {
    display: block !important;
}
.footer_sticky_btn2 {
    left: 47%;
}
.banner_bottom_btn {
    display: block;
    font-size: 22px;
    margin-left: 0;
	margin-top: 10px;
}
.footer_bottom {
    padding: 18px 0 60px;
}
.banner_bottom_btn img {
	width: 21px;
}
.home_welcome_section_heading {
    font-size: 30px;
    margin-top: 0;
}
.home_welcome_left {
    padding: 0 15px;
}
.home_welcome_image {
    padding: 0 15px;
    margin-top: 25px;
}
.home_choose_section_heading {
    font-size: 30px;
}
.home_circle_icon_block {
    width: 40%;
    padding: 0 10px;
    margin-top: 20px;
}
.home_circle_icon_block img {
	width: 100px;
}
.home_circle_icon_section {
    padding: 30px 0 40px;
}
.home_gallery_section_box {
    padding: 0 15px;
}
.home_gallery_section {
    padding: 45px 0;
}
.home_gallery_section_subheading {
    font-size: 19px;
}
.footer_logo {
    margin-top: 0;
}
.footer_logo img {
	width: 150px;
}
.footer_top_mid {
    margin-top: 30px;
    padding: 0 15px;
}
.footer_top_mid_inner::before {
    width: 50px;
    height: 56px;
    background-size: 100%;
}
.footer_top {
    padding: 30px 0 10px;
}
.footer_top_mid_heading {
    font-size: 30px;
}
.footer_top_mid_inner {
    padding: 20px 15px 50px;
}
.home_map iframe {
	height: 200px;
}
.home_gallery_section_heading {
    font-size: 30px;
}
.home_choose_btn {
    font-size: 16px;
    margin-top: 30px;
    padding: 15px 15px;
}
.home_choose_block_text {
    font-size: 18px;
    margin-top: 0px;
}
.banner_bottom_strip {
    font-size: 20px;
}
.page .entry-header {
    height: 110px;
    margin-bottom: 30px !important;
    margin-top: 57px !important;
}
.page .entry-title {
    margin-top: 40px;
    font-size: 28px;
}
.about_page_heading {
    font-size: 25px;
}
.service_page_container {
    padding: 0 0 40px;
}
.gallery_page_container {
    padding: 0 0 30px;
}
.contact_page_heading {
    font-size: 25px;
}
.contact_right {
	margin-top: 25px;
}
.service_page_block {
    width: 50%;
    float: left;
}
.thankyou_page_container {
    padding: 0 0 20px;
}
.thankyou_page_container img {
	width:200px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait)
{
.logo img {
	width: 250px !important;
}
.header {
	position: static;
}
.logo {
	text-align: center;
}
.header_top_right {
    text-align: center;
	margin-top: 5px;
}
.header_contact_info::before {
	display: none;
}
.header_contact_info::after {
	display: none;
}
.header_contact_info {
    margin-right: 0;
    width: 50%;
	padding: 10px 0 11px;
	border-radius: 10px;
}
.header_top_right .clearfix {
	display: none;
}
.header_contact_info span {
    font-size: 16px;
    margin: 0 5px;
}
.header_search {
    margin-top: 8px !important;
    width: 48%;
    float: none;
    display: inline-block;
}
.header_social {
    float: none;
    text-align: left;
}
.primary-navigation {
    padding-top: 0 !important;
}
.primary-navigation.toggled-on {
    padding: 10px 0 15px !important;
}
.menu_main ul li {
    border-right: none;
    margin-left: 0px;
}
.menu-toggle {
    background-color: transparent !important;
    top: -45px !important;
}
.home_banner_section {
    margin-top: 0;
}
.banner_bottom_btn {
    font-size: 22px;
    margin-left: 8px;
    margin-top: 10px;
}
.banner_bottom_btn img {
	width: 21px;
}
.home_welcome_section_heading {
    font-size: 30px;
    margin-top: 0;
}
.home_welcome_left {
    padding: 0 15px;
}
.home_welcome_image {
    padding: 0 15px;
    margin-top: 25px;
}
.home_choose_section_heading {
    font-size: 30px;
}
.home_circle_icon_block {
    width: 19%;
    padding: 0 10px;
    margin-top: 20px;
    vertical-align: top;
}
.home_circle_icon_block img {
	width: 100px;
}
.home_circle_icon_section {
    padding: 30px 0 40px;
}
.home_gallery_section_box {
    padding: 0 15px;
}
.home_gallery_section {
    padding: 45px 0;
}
.home_gallery_section_subheading {
    font-size: 19px;
}
.footer_logo {
    margin-top: 40px;
}
.footer_logo img {
	width: 150px;
}
.footer_top_mid {
    margin-top: -70px;
    padding: 0;
}
.footer_top_right_heading {
    font-size: 21px;
    margin-top: 15px;
}
.footer_top_mid_inner::before {
    width: 50px;
    height: 56px;
    background-size: 100%;
}
.footer_top {
    padding: 30px 0 10px;
}
.footer_top_mid_heading {
    font-size: 30px;
}
.footer_top_mid_inner {
    padding: 20px 15px 50px;
}
.home_map iframe {
	height: 200px;
}
.home_gallery_section_heading {
    font-size: 30px;
}
.home_choose_btn {
    font-size: 16px;
    margin-top: 30px;
    padding: 15px 15px;
}
.home_choose_block_text {
    font-size: 18px;
    margin-top: 0px;
}
.banner_bottom_strip {
    font-size: 20px;
}
.page .entry-header {
    height: 180px;
    margin-bottom: 30px !important;
    margin-top: 0px !important;
}
.page .entry-title {
    margin-top: 65px;
    font-size: 28px;
}
.about_page_heading {
    font-size: 25px;
}
.service_page_container {
    padding: 0 0 65px;
}
.gallery_page_container {
    padding: 0 0 55px;
}
.contact_page_heading {
    font-size: 25px;
}
.home_welcome_section_text {
    font-size: 16px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape)
{
.home_banner_section {
    margin-top: 160px;
}
.home_welcome_left {
    padding: 0 30px 0 4%;
}
.home_welcome_section_text {
    font-size: 16px;
}
.footer_top_right_heading {
    font-size: 21px;
}
.page .entry-header {
    margin-top: 160px !important;
}
}

@media screen and (min-width: 1424px) 
{
.home_welcome_left {
    padding: 60px 30px 0 12%;
}
}

@media screen and (min-width: 1624px) 
{
.home_welcome_left {
    padding: 80px 30px 0 16%;
}
}

@media screen and (min-width: 1920px) 
{
.home_welcome_left {
    padding: 100px 30px 0 22%;
}
}
