/*!
Theme Name: Gaz Steel Fab Inc
Theme URI: http://underscores.me/
Author: Dirga Raj Lama
Author URI: http://webrammer.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gaz-steel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Gaz Steel Fab Inc is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
.fonts {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Montserrat', sans-serif;
}
body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
}
 a {
	text-decoration: none;
	color: #cc5028;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	font-family: 'Oswald', sans-serif;
}
h1 {
	color: #22324b;
	font-size: 38px;
	text-transform: uppercase;
	font-weight: bold;
}

.clear {
	clear: both;
}
.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 15px ;
}
.container-fluid {
	max-width: 1440px;
}
.topbar {
	padding: 10px 0;
	background: #212121;
	color: #fff;
}
.top_c_info span {
	display: inline-block;
	margin-right: 30px;
	border-right: 1px solid #646464;
	padding-right: 30px;
}
.top_c_info span a {
	color: #fff;
}
.top_c_info .address {
	margin-right: 0px;
	border-right: 0px solid #646464;
}
.top_social_icon ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.top_social_icon .social-icons-lists li.social-icons-list-item {
	margin: 0 2px;
}
.top_social_icon .social-icons-lists.icons-background-square .socicon {
	color: #cc5028;
	background: #fff !important;
	padding: 8px !important;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.header {
	padding: 15px 0;
}
.logo img {
	max-width: 100%;
	height: auto;
}
.h_phone {
	margin-left: 60px;
	font-size: 20px;
	margin-top: 26px;
}
.h_phone span {
	font-size: 28px;
	font-weight: bold;
}
.h_phone i {
	font-size: 50px;
	float: left;
	margin-right: 15px;
}
.google_rev_cta {
	text-align: center;
	margin-top: 21px;
}
.direction_cta {
	text-align: right;
	margin-top: 40px;
}
.direction_cta a {
	background: #cc5028;
	color: #fff;
	font-size: 22px;
	padding: 15px 30px;
	border-radius: 10px;
}
.direction_cta i {
	margin-right: 10px;
}
.menubar {
	background: rgb(30,29,30);
background: linear-gradient(0deg, rgba(30,29,30,1) 0%, rgba(81,81,81,1) 100%);
border-bottom: 7px solid #cc5028;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	line-height: inherit;
	padding: 10px 35px 10px 35px;
	margin-top: 5px;
	margin-bottom: -5px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover  {
	background: url(images/menu_hover_active_bg.png) center bottom no-repeat;
	background-size: 100% 100%;
}
.search_form {
	margin-top: 13px;
}
.search_input {
	background: #fff;
	width: 100%;
	border: none;
	padding: 5px 15px;
	padding-right: 50px;
	border-radius: 23px;
	height: 40px;
}
.search_input:focus {
	outline: none;
}
.search_icon {
	background: #fff;
	width: 40px;
	height: 40px;
	border: none;
	margin-left: -40px;
	float: right;
	position: relative;
	z-index: 2;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.fixed-me {
	transition: all 1s;
	background: linear-gradient(0deg, rgba(30,29,30,1) 0%, rgba(81,81,81,1) 100%);
border-bottom: 7px solid #cc5028;
	margin-bottom: 5px;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
}
 
.navbar-me {
	transition: all 1s;
}

.main {
	padding: 30px 0;
}

.welcome_section {
	padding: 45px 0;
}
.wel_content h1 {
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #22324b;
}
.wel_content h1 span {
	color: #cc5028;
}
.wel_content h5 {
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #22324b;
	font-size: 22px;
	font-weight: 300;
	display: inline-block;
	border-bottom: 1px solid #cc5028;
	margin-bottom: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
}
.cta_row {
	margin-top: 45px;
}
.cta_row a {
	color: #cc5028;
	font-weight: bold;
	border: 2px solid #ececec;
	padding: 15px 30px;
	display: inline-block;
	margin-right: 15px;
}
.cta_row a:hover {
	border: 2px solid #cc5028;
}
.head_title {
	text-align: center;
}
.head_title h1 {
	margin-bottom: 15px;
}
.head_title h1 span {
	color: #cc5028;
}
.head_title h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	color: #22324b;
	background: url(images/h3_center_bg.png) center bottom no-repeat;
	padding-bottom: 10px;
	letter-spacing: 2px;
}

.modal-body iframe
{
	width: 100%;
}

.hsrv_details {
  padding: 20px;
  color: #fff;
}
.hsrv_details h2 {
	font-size: 26px;
	margin-bottom: 15px;
}
.hsrv_details .btm_row {
	margin-top: 15px;
}
.hsrv_details .btm_row a {
	color: #fff;
}

.top_hsrv_details {
background: url(images/srv_top_details_bg.png) center center;
background-size: cover;
position: relative;
min-height: 250px;
}
.top_hsrv_details::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 41%;
	width: 0;
	height: 0;
	border-top: solid 30px #22324b;
	border-left: solid 30px transparent;
	border-right: solid 30px transparent;
	z-index: 99;
}
.btm_hsrv_details {
background: url(images/btm_hsrv_details_bg.png) center center;
background-size: cover;
position: relative;
min-height: 250px;
}
.btm_hsrv_details::before {
	content: '';
	position: absolute;
	top: -30px;
	left: 41%;
	width: 0;
	height: 0;
	border-bottom: solid 30px #667387;
	border-left: solid 30px transparent;
	border-right: solid 30px transparent;
	z-index: 99;
}
.hsrv_img {
	max-height: 215px;
	overflow: hidden;
}
.hsrv_img img {
	max-width: 100%;
	height: auto;
}
 .owl-carousel .owl-nav.disabled  {
 	display: block;
 }
#service .owl-prev {
	position: absolute;
	left: -30px;
	bottom: inherit;
	top: 45%;
	font-size: 18px !important;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: #fff;
	border: 1px solid #cc5028;
	text-align: center;
	padding-top: 10px;
	background: #cc5028;
}
#service .owl-next {
	position: absolute;
	right: -30px;
	bottom: inherit;
	top: 45%;
	font-size: 22px !important;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: #fff;
	border: 1px solid #cc5028;
	text-align: center;
	padding-top: 10px;
	background: #cc5028;
}
#service .owl-prev:hover,
#service .owl-next:hover {
	background: #000;
	color: #fff;
}
.process_list {
	position: relative;
	width: 240px;
	height: 223px;
	margin: 0 auto;
	text-align: center;
}
.process_list img {
	max-width: 100%;
	height: auto;
}

.drop-shadow {
	-webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8));
	filter: drop-shadow(0px 0px 20px rgba(200, 200, 200, 0.8));
}

.step_count {
	background: url(images/step_count_bg.png) center center no-repeat;
	height: 35px;
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	top: -6px;
	z-index: 2;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	padding-top: 5px;
}
.s_icon {
	position: absolute;
	text-align: center;
	left: 0px;
	top: 45px;
	width: 100%;
	z-index:2;
}
.process_list h2 {
	position: absolute;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	left: 0px;
	bottom: 32px;
	font-size: 24px;
}
.strip_section {
	background: url(images/strip_section_bg.png) center center;
	background-size: cover;
	padding: 45px 0;
}
.strp_content {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
	line-height: 42px;
}
.video_btm {
	text-align: right;
	margin-top: 30px;
}
.video_btm a {
	background: #cc5028;
	color: #fff;
	padding: 15px 30px;
	text-transform: uppercase;
	border:2px solid #cc5028;
}
.video_btm a:hover {
	background: #22324b;
	border:2px solid #cc5028;
}
.video_btm a i {
	margin-left: 10px;
}
.gallery {

}
.gallery .ug-tabs-wrapper a.ug-tab {
	display: inline-block;
	text-decoration: none;
	color: #cc5028;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
	background-color: transparent !important;
	border-radius: 3px;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #cc5028;
	cursor: pointer;
	margin-bottom: 15px;
}
.gallery .ug-tabs-wrapper a.ug-tab.ug-tab-selected, 
.gallery .ug-tabs-wrapper a.ug-tab.ug-tab-selected:hover,
.gallery .ug-tabs-wrapper a.ug-tab:hover {
	background-color: #cc5028 !important;
	color: #fff;
}
.gallery .ug-thumb-wrapper .ug-thumb-overlay {
	background: url(images/gallery_thumb_overly_bg.png) !important;
	background-size: 100% 100%;
	opacity: 1 !important;
	background-position: right bottom !important;
}
.reviews_section {
	background: url(images/reviews_section_bg.png) center center;
	background-size: cover;
	padding: 45px 0;
}
.reviews_section .head_title h1, .reviews_section .head_title h3 {
	color: #fff;
}

.footer {
	background: url(images/footer_bg.png) center center;
	background-size: cover;
	padding-top: 30px;
	border-bottom: 10px solid #cc5028;
	min-height: 250px;
}
.f_top {
	border-bottom: 1px solid #344866;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.f_logo img {
	max-width: 90%;
	height: auto;
}
.f_phone_info {
	color: #fff;
	margin-top: 15px;
}
.f_phone_info i {
	float: left;
	background: #cc5028;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	margin-right: 15px;
	padding-top: 18px;
	margin-top: -5px;
}
.f_phone_info span {
	font-size: 26px;
}
.f_social {
	margin-top: 25px;
}
.f_block {
	margin-bottom: 30px;
	color: #fff;
}
.f_block h2 {
	color: #fff;
}
.f_block ul {
	margin: 0px;
	padding: 0px;
}
.f_block ul li {
	list-style: none;
	padding: 5px 0;
}
.f_block ul li a {
	color: #fff;
}
.f_abt_us a {
	color: #cc5028;
	text-decoration: underline;
}
.c_row {
	margin-bottom: 15px;
}
.c_row a {
  color: #fff;
}
.c_row i {
	margin-right: 10px;
}
.alg_center {
	text-align: center;
}
.copyright {
	text-align: center;
	color: #fff;
	background: url(images/copy_right_bg.png) center top;
	background-size: 100% 100%;
	display: inline-block;
	margin: 0 auto;
	padding: 18px 45px;
	margin-bottom: -10px;
}
#back-top {
    position: fixed;
    right: 20px;
    bottom: 88px;
    z-index: 9999;
}
#back-top a {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #bbb;
  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  color: #596b7e;
}
/* arrow icon (span tag) */
#back-top span {
  width:60px;
  height: 60px;
  display: block;
  margin-bottom: 7px;
  background: url(images/top.png) no-repeat center center;

}

/*........................common page................*/
.common_page_banner {
	background: #000 url(images/common_page_bannerbg.png) top center;
	background-size: cover;
	position: relative;
	padding: 80px 0;
}
.ban_overly {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.35);
}
.page_ban_content {
	text-align: center;
	position: relative;
	z-index: 10;
}
.page_ban_content h1 {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 10px;
	border-left: 0px;
}
.page_ban_content h1 a {
	color: #fff;
}
.bread_crumb {
	color: #fff;
	text-align: center;
}
.bread_crumb a {
color: #fff;
}

/*........................common page................*/
/*........................about page................*/
.why_us_block  {
	margin-bottom: 15px;
	padding: 15px;
	background: url(images/why_us_block_bg.png) center center;
	background-size: cover;
	color: #fff;
}
.why_us_block:hover {
	background: url(images/why_us_block_hover_bg.png) center center;
	background-size: cover;
}
.why_us_block h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.wh_icon {
	float: left;
	width: 75px;
	height: 75px;
	margin-right: 15px;
}
.wh_icon img {
	max-width: 100%;
	height: auto;
}
.testimonial_Sec {
  background:#22324b url(images/testimonial_Sec_bg.png) center center;
  background-size: cover;
  padding: 45px 0;
}
.testimonial_Sec .head_title h1 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.testimonial_Sec .head_title h3 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}
.testi_list h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
}
.t_img {
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 15px;
}
.t_img img {
	width: 100%;
	height: auto;
}
.t_content {
	color: #fff;
}
.str_rating {
	color: #cc5028;
}
#testimonial .owl-nav {
	display: none;
}
#testimonial .owl-dots.disabled {
 	display: block;
}
#testimonial .owl-dots {
	text-align: center;
	margin-top: 30px;
}
#testimonial .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 10px;
}
#testimonial .owl-dots span {
	background: #fff;
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50%;
}
#testimonial .owl-dot.active span {
	background: #cc5028;
}
/*........................about page................*/
/*........................Service page................*/
.service_section {
	padding: 45px 0;
	padding-bottom: 60px;
}
.srv_list {
	margin-bottom: 45px;
}
.srv_list h2 {
	background: url(images/srv_h2_bg.png) left bottom no-repeat;
	padding-bottom: 15px;
	color: #22324b;
	font-size: 28px;
	text-transform: uppercase;
}
.left_content {
	text-align: right;
}
.left_content h2 {
	background: url(images/srv_h2_bg.png) right bottom no-repeat;
}
.lft_srv_img {
	max-height: 440px;
	overflow: hidden;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.rght_srv_img {
	max-height: 440px;
	overflow: hidden;
	border-bottom-left-radius: 100px;
	border-top-right-radius: 100px;
}
.srvLargImg {
	margin-bottom: 30px;
}
.srv_faqs {
	margin-top: 30px;
}
.srv_faqs .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #22324b;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.srv_faqs .accordion-button {
 	font-size: 20px;
	color: #212529;
	font-weight: 400;
}
.srv_faqs .accordion-item {
	margin-bottom: 15px;
}
/*........................Service page................*/
/*........................contact page................*/
.contact_form {
	margin-bottom: 30px;
}
.contact_form h1 {
  text-transform: uppercase;
  text-align: center;
}
.contact_form h1 span {
	color: #cc5028;
}
.contact_form .form-control {
	border: 1px solid #637084;
	padding: 10px;
	height: 45px;


	margin-bottom: 20px;
}
.contact_form .textarea {
	height: 100px;
}
.contact_form .field_row {
	position: relative;
}
.contact_form .field_row i {
	position: absolute;
	right: 15px;
	top: 13px;
	z-index: 99;
}

.subbtn {
	color: #cc5028 !important;
	font-weight: bold !important;
	border: 2px solid #ececec !important;
	padding: 15px 30px;
	background: #ececec !important;
	text-transform: uppercase !important;
} 
.subbtn:hover {
	border: 2px solid #cc5028 !important;
}

.google_map
{
    text-align: center;
}
.google_map iframe
{
    width: 100%;
}

/*........................contact page................*/
/*........................FAQ's page................*/
.faq_form_section {
	background: #f2f2f2;
}
.faq_list {
	margin: 30px auto;
}
.accordion-button:not(.collapsed) {
	color: #cc5028;
	 background-color: transparent; 
	box-shadow: 0 0 0 0;
}
.accordion-button {
	font-size: 20px;
}
/*........................FAQ's page................*/
/*........................blog page................*/
.blog_section {
	padding: 45px 0;
}
.bloglist {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:1px solid #ddd;
}

.blogimg {
	margin-bottom: 5px;
	max-height: 230px;
	overflow: hidden;
	position: relative;
	border-bottom-right-radius: 70px;
	border-top-left-radius: 70px;
}
.blogimg img {
	width: 100%;
	height: auto;
}
 
.daymth {
	position: absolute;
	background:url(images/date_bg.png) center center no-repeat;
	background-size: 100% 100%;
	width: 97px;
	height: 92px;
	right: 15px;
	bottom: 5px;
	border-radius: 50%;
	text-align: center;
	color: #feb300;
	font-size: 30px;
	padding-top: 18px;
	font-family: 'Gemunu Libre', sans-serif;
	text-transform: uppercase;
}
 
.blogdate {
	padding: 0px 0 15px 0;
	border-top: 0px solid #eee;
	font-size: 14px;
}
.blogdate span {
	display: inline-block;
	margin-right: 15px;
}
.blogdate i {
	margin-right: 7px;
	color: #cc5028;
}
.single_blogdate {
	padding: 10px 0 15px 0px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.single_blogdate span {
	display: inline-block;
	margin-right: 30px;
}
.single_blogdate i {
	margin-right: 10px;
	color: #cc5028;
}
.blog_Content {
	background: #fff;
	
}
.single_blog_Content {
	padding: 0px;
}
.blog_Content h2 {
	font-size: 24px;
}
.blog_Content h2 a {
	color: #000;
}
.bred_more {
	margin-top: 15px;
	font-weight: bold;
}
.bred_more a {
	text-decoration: underline;
	color: #cc5028;
}
.pagination {
	margin-top: 30px;
}
ul.page-numbers {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.page-numbers:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
ul.page-numbers li {
	display: block;
	float: left;
	margin: 0 4px 10px 0;
	text-align: center;
	background: #303031;
	width: 50px;
	height: 50px;
	overflow: hidden;
}
.page-numbers a, .page-numbers span {
	line-height: 1.6em;
	display: block;
	padding: 6px 0px;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
	border: 1px solid #ddd;
	color: #fff;
	font-family: 'Baloo 2', cursive;
	width: 100%;
	height: 100%;
	text-align: center;

}
.page-numbers a span {
	padding: 0
}
.page-numbers a:hover, .page-numbers.current, .page-numbers.current:hover {
	color: #fff;
	background: #d45a33;
	text-decoration: none;
}
.page-numbers:hover {
	text-decoration: none
}
/*...........single blog.......*/
.block_details {
	background: #fff;
}
.Singleblogbg .blogdate {
	color: #fff;
	margin-bottom: 0px;
}
.single_blogimg {
	overflow: hidden;
	margin-bottom: 15px;
	 
}
.single_blogimg img {
	width: 100%;
	height: auto;
}


#comments {
	margin-top: 60px;
}
#comments label {
	width: 100%;
}
#comments textarea {
	overflow: auto;
	resize: vertical;
	width: 100%;
	border: 1px solid #ddd;
	height: 120px;
	padding: 10px;
}
#comments #author, #comments #email {
	border: 1px solid #ddd;
	width: 100%;
	padding: 5px;
	height: 45px;
}
.comment-form-url, .comment-form-cookies-consent {
	display: none;
}
.comments-title {
	font-size: 22px;
}
.comment-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
 
ol.comment-list li {
	margin-bottom: 15px;
	background: #fff;
	padding: 15px;
	border: 1px solid #ddd;
}
.children {
	list-style: none;
}
ol.children li {
	margin-bottom: 15px;
	background: #eee;
	padding: 15px;
}
#commentform #submit {
	background: #fff;
	color: #cc5028;
	padding: 15px 30px;
	padding-right: 60px;
	text-transform: uppercase;
	border: none;
	font-family: FontAwesome;
	border-radius: 7px;
	font-weight: bold;
	border: 2px solid #ececec;
}
 
 
#commentform #submit:hover {
	border: 2px solid #cc5028;
}
 

.screen-reader-text {
	display: none;
}
.sidebar {
	padding: 0px;
	margin-left: 30px;
	 
}
.sidebar .widget {
	margin-bottom: 30px;
}
 
.sidebar .widget-title {
	text-align: left;
	font-size: 26px;
	color: #101010;
	font-weight: 400;
	background: url(images/srv_h2_bg.png) left bottom no-repeat;
	padding-bottom: 15px;
}
 

.sidebar .widget ul {
	margin: 0px;
	padding: 0px;
}
.sidebar .widget ul li {
	list-style: none;
	padding: 15px;
	border: 1px solid #dcdcdc;
	margin-bottom: 15px;
   
}
 
.sidebar .widget ul li a {
	color: #171717;
	font-size: 18px;	
}
.sidebar .widget_smart_recent_entries ul li {
	list-style: none;
	padding: 0px;
	border: 0px solid #dcdcdc;
	margin-bottom: 15px;
   
}
.sidebar .srpw-img {
	width: 90px;
	height: 75px;
	overflow: hidden;
}
.sidebar .srpw-img img {
	width: 100%;
	height: auto;
}
.sidebar .search-form label {
	width: 100%;
}
.sidebar .search-field {
	width: 99%;
	border: none;
	padding: 10px;
	padding-left: 15px;
	border: 1px solid #257ec0;
	height: 50px;
 
}
.sidebar .search-field:focus {
	outline:none;
}
.sidebar .search-submit {
	text-indent: -120px;
	background: #257ec0 url(images/srch_icon.png) center center no-repeat;
	border: none;
	width: 55px;
	height: 50px;
	margin-left: -60px;
	border: 1px solid #257ec0;
}

/*........................blog page................*/
/*........................404 page................*/
.search_con_list {
	padding: 30px;
	border: 1px solid #eee;
	margin: 0 15px;
	margin-bottom: 30px;
}.search_con_list a {
	color: #353535;
}
.search_con_list img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.error_page_content {
	text-align: center;
	font-size: 22px;
	padding: 60px 0;
}
.error_page_content img {
	max-width: 90%;
	height: auto;
	margin-bottom: 15px;
}
.error_page_content h1 {
	margin-bottom: 30px;
}


/*........................404 page................*/
.f_logo {
	margin-bottom: 15px;
}
.wpcf7-form-control-wrap.recaptcha {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
@media only screen and (min-width:240px) and (max-width:375px) {
 
}
@media only screen and (min-width:240px) and (max-width:480px) {
	 .top_c_info {text-align: center;margin-bottom: 5px;}
	 .top_social_icon ul {text-align: center;}
	 .fixed-me {padding: 10px 0;}
	 .logo {text-align: center;}
	 .logo img {max-width: 90%; height: auto;}
	 .direction_cta {text-align: center;margin-bottom: 15px;}
	 .menubar {padding: 15px 0;}
	 .wel_img {margin-bottom: 15px;}
     .gallery .ug-thumb-wrapper .ug-thumb-overlay {display: none !important;}
     #service .owl-prev {left: 0px;}
     #service .owl-next {right: 0px;}
     .top_hsrv_details,.btm_hsrv_details {text-align: center;}
     .strp_content {font-size: 24px;text-align: center;}
     .video_btm {text-align: center;}
}
@media only screen and (min-width:481px) and (max-width:575px) {
	.container-fluid {max-width: 90%;}
   .top_c_info {text-align: center;margin-bottom: 5px;}
	 .top_social_icon ul {text-align: center;}
	 .fixed-me {padding: 10px 0;}
	 .logo {text-align: center;}
	 .logo img {max-width: 90%; height: auto;}
	 .direction_cta {text-align: center;margin-bottom: 15px;}
	 .menubar {padding: 15px 0;}
	 .wel_img {margin-bottom: 15px;}
     .gallery .ug-thumb-wrapper .ug-thumb-overlay {display: none !important;}
     #service .owl-prev {left: 0px;}
     #service .owl-next {right: 0px;}
     .top_hsrv_details,.btm_hsrv_details {text-align: center;}
     .strp_content {font-size: 28px;text-align: center;}
     .video_btm {text-align: center;}
}
@media only screen and (min-width:576px) and (max-width:640px) {
	  .container-fluid {max-width: 85%;}
   .top_c_info {text-align: center;margin-bottom: 5px;}
	 .top_social_icon ul {text-align: center;}
	 .fixed-me {padding: 10px 0;}
	 .logo {text-align: center;}
	 .logo img {max-width: 90%; height: auto;}
	 .direction_cta {text-align: center;margin-bottom: 15px;}
	 .menubar {padding: 15px 0;}
	 .wel_img {margin-bottom: 15px;}
     .gallery .ug-thumb-wrapper .ug-thumb-overlay {display: none !important;}
     #service .owl-prev {left: 0px;}
     #service .owl-next {right: 0px;}
     .top_hsrv_details,.btm_hsrv_details {text-align: center;}
     .strp_content {font-size: 30px;text-align: center;}
     .video_btm {text-align: center;}
}
@media only screen and (min-width:641px) and (max-width:767px) {
	   .container-fluid {max-width: 80%;}
   .top_c_info {text-align: center;margin-bottom: 5px;}
	 .top_social_icon ul {text-align: center;}
	 .fixed-me {padding: 10px 0;}
	 .logo {text-align: center;}
	 .logo img {max-width: 90%; height: auto;}
	 .direction_cta {text-align: center;margin-bottom: 15px;}
	 .menubar {padding: 15px 0;}
	 .wel_img {margin-bottom: 15px;}
     .gallery .ug-thumb-wrapper .ug-thumb-overlay {display: none !important;}
     #service .owl-prev {left: 0px;}
     #service .owl-next {right: 0px;}
     .top_hsrv_details,.btm_hsrv_details {text-align: center;}
     .strp_content {font-size: 30px;text-align: center;}
     .video_btm {text-align: center;}
}
@media only screen and (min-width:240px) and (max-width:767px) {
	body {font-size:17px;}
 .lft_srv_img {margin-bottom: 30px;}
.rght_srv_img {margin-top: 30px;}
.srv_list {margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #ddd;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	background: none;}
}

 
@media only screen and (min-width:768px) and (max-width:860px) {
	.logo {text-align: center;}
	.h_phone {margin-left: 0px;}
	.searchbar {display: none;}
	.main_menu {margin-top: 4px; margin-bottom: 0px;}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 10px 21px 10px 22px;font-size: 16px;}
	.search_form {margin-top: 4px;margin-bottom: 4px;}
  .wel_img {margin-bottom: 30px;}
  #service .owl-prev {left: 0px;}
  #service .owl-next {right: 0px;}
  .strp_content {font-size: 28px;}
  .gallery .ug-thumb-wrapper .ug-thumb-overlay {display: none !important;}
  .f_logo {text-align: center;}
  .grecaptcha-badge {
	  display: none  !important;}
}
@media only screen and (min-width:861px) and (max-width:991px) { 
  .logo {text-align: center;}
	.h_phone {margin-left: 0px;}
	.searchbar {display: none;}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 10px 26px 10px 25px;}
	.search_form {margin-top: 4px;}
  .wel_img {margin-bottom: 30px;}
  #service .owl-prev {left: 0px;}
  #service .owl-next {right: 0px;}
  .strp_content {font-size: 28px;}
  .gallery .ug-thumb-wrapper .ug-thumb-overlay {display: none !important;}
  .f_logo {text-align: center;}
  
}
@media only screen and (min-width:992px) and (max-width:1024px) {
   .logo img {max-width: 90%;}
   .h_phone {margin-left: 0px; margin-top: 7px;}
   .h_phone span {font-size: 26px;}
   .google_rev_cta {margin-top: 5px;}
   .direction_cta {margin-top: 16px;}
   .direction_cta a {font-size: 19px;padding: 15px 23px;}
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 10px 21px 10px 22px;font-size: 16px;}
  .strp_content {font-size: 30px;}
   #service .owl-prev {left: 0px;}
  #service .owl-next {right: 0px;}
}
@media only screen and (min-width:1025px) and (max-width:1100px) {
	.logo img {max-width: 90%;}
   .h_phone {margin-left: 0px; margin-top: 7px;}
   .google_rev_cta {margin-top: 5px;}
   .direction_cta {margin-top: 16px;}
   .direction_cta a {font-size: 19px;padding: 15px 23px;}
   #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 10px 21px 10px 22px;font-size: 16px;}
	.strp_content {font-size: 32px;}
	.f_phone_info span {font-size: 22px;}
	 #service .owl-prev {left: 0px;}
  #service .owl-next {right: 0px;}

}	
@media only screen and (min-width:1101px) and (max-width:1200px) {
   .logo img {max-width: 90%;}
   .h_phone {margin-left: 0px; margin-top: 7px;}
   .google_rev_cta {margin-top: 5px;}
   .direction_cta {margin-top: 16px;}
   .direction_cta a {font-size: 19px;padding: 15px 23px;}
   #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 10px 21px 10px 22px;font-size: 16px;}
	.strp_content {font-size: 32px;}
	.f_phone_info span {font-size: 22px;}
	 #service .owl-prev {left: 0px;}
  #service .owl-next {right: 0px;}
}
@media only screen and (min-width:1201px) and (max-width:1365px) { 
  .logo img {max-width: 90%;}
   .h_phone {margin-left: 0px; margin-top: 12px;}
   .google_rev_cta {margin-top: 10px;}
   .direction_cta {margin-top: 20px;}
   #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 10px 30px 10px 30px;}
	#service .owl-prev {left: 0px;}
  #service .owl-next {right: 0px;}
}
@media only screen and (min-width:1366px) and (max-width:1440px) { 
  .container-fluid {max-width: 1200px;}
  .logo img {max-width: 90%;}
   .h_phone {margin-left: 0px; margin-top: 7px;}
   .google_rev_cta {margin-top: 5px;}
   .direction_cta {margin-top: 16px;}
   .direction_cta a {font-size: 19px;padding: 15px 23px;}
   #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 10px 21px 10px 22px;}
}
