Theme Name: wptheme
Theme URI: http://underscores.me/
Author: Mohd
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wptheme
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 with others.

wptheme is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    /*font-size: 1rem;*/
    line-height: 1.5;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #191919;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #191919;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #191919;
}
:-moz-placeholder { /* Firefox 18- */
  color: #191919;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: #df5b18;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	position: relative;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Custome CSS
--------------------------------------------------------------*/
html,
body {
    min-height: 100%;
}

.bg_wrapper {
    padding: 0 10px;
}

body,
button,
input,
select,
textarea {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 17px;
    /*font-size: 1rem;*/
    line-height: 1.5;
    overflow-x: hidden;    
    background: #4e4e4d;<!-- url(images/bg.jpg) no-repeat top center fixed;-->
}

a {
    text-decoration: none;
    color: #fcb315;
}

a:hover,
a:focus,
a:active {
    color: #df5b18;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

p {
    margin: 0 0 18px;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    padding: 3px 6px;
    width: 100%;
    height: 40px;
}

textarea {
    height: 120px;
}

select {
    border: 1px solid #ccc;
    width: 100%;
    height: 37px;
    color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
    outline: none;
}

textarea {
    width: 100%;
    padding: 0;
    border-radius: 5px;
}

ul,
ol {
    margin-left: 0;
}

label.error {
    color: #f00;
    font-size: 1em;
    font-weight: normal
}
.bg-gap{
	padding: 90px 0 115px 0;
}
.resd-gap {
    padding-top: 45px;
}
.pad-bottom-40{
	padding-bottom: 40px;
}
.upper-nav {

    float: left;
    width: 100%;
    background: #4e4e4d;
    color: #fff;
    padding: 20px 0 30px 0;
}
.outer-wrapper .working-hour{
	position: relative;
	padding-top: 30px;
	float: right;
}
.outer-wrapper .working-hour h3 {

    font-family: 'Maven Pro', sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    position: relative;

}
.outer-wrapper .working-hour p {

    font-family: 'Maven Pro', sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;

}

.outer-wrapper .working-hour h3 .fa {

    position: absolute;
    left: -25px;
    color: #fcb315;
    top: 8px;

}

.outer-wrapper .call-us p{
	font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
}
.outer-wrapper .call-us p a{
	font-family: 'Maven Pro', sans-serif;
    font-size: 36px;
    line-height: 30px;
    font-weight: 400;
    display: block;
    color: #fff;
}
.outer-wrapper .call-us {
    padding-top: 17px;
    float: right;

}
.outer-wrapper .call-us p .fa {

    position: absolute;
    left: -16px;
    color: #fcb315;
    top: 9px;

}
.outer-wrapper .upper-nav-l {
    float: left;
    padding-left: 36px;
}
.outer-wrapper .book-appointment {

    float: right;

}
.outer-wrapper .main-navigation  {

    padding: 10px 0;

}
.outer-wrapper .main-navigation li{
	position: relative;
	margin-right: 44px;
}
.outer-wrapper #menu-item-21::after {
    position: absolute;
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    right: -13px;
    top: 10px;
}
.outer-wrapper .main-navigation li::before {

    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 19px;
    left: -20px;
    top: 6px;

}
.outer-wrapper .main-navigation li:last-child::after{
	position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 19px;
    right: -20px;
    top: 6px;

}
.outer-wrapper .contact-nav {

    float: right;
    margin-top: 5px;
    position: relative;

}
.outer-wrapper .header-wrp {
    background: #fcb315;
    float: left;
	width: 100%;
}
.outer-wrapper .main-navigation #primary-menu li.current-menu-item {
    position: relative;
}
.outer-wrapper .main-navigation .current-menu-item a{
	color: #fff;
}
.outer-wrapper .main-navigation .current-menu-item::after {

    background: #fff;
    position: absolute;
    height: 1px;
    width: 40px;
    content: "";
    left: 0px;
    bottom: -5px;
    right: 0;
    margin: auto;

}
.outer-wrapper .main-navigation .sub-menu .current-menu-item::after {
    background: none;
    position: absolute;
    height: 1px;
    width: 40px;
    content: "";
    left: 0px;
    bottom: -5px;
    right: 0;
    margin: auto;
}
.outer-wrapper .main-navigation a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
}
.outer-wrapper .book-appointment a {
	background: #c62a03;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Maven Pro', sans-serif;
    padding: 5px 15px;
	display: inline-block;
	margin: 5px 0;


}
.outer-wrapper .banner-slider {

    float: left;
    width: 100%;
    position: relative;

}
.outer-wrapper .banner-slider .content-wrap {

    position: absolute;
    top: 40%;
    color: #fff;
    left: 0;

}
.outer-wrapper .banner-slider p {

    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
    width: 325px;
    position: relative;

}
.outer-wrapper .banner-slider p::after {

    position: absolute;
    background: #fff;
    content: "";
    height: 1px;
    width: 75px;
    right: 0px;
    top: 13px;

}
.outer-wrapper .banner-slider h1 {

    font-weight: 700;
    font-size: 51px;
    line-height: 65px;
    margin: 0;
}

.outer-wrapper .banner-slider h2 {

    font-weight: 700;
    font-size: 32px;
    line-height: 23px;
    margin: 0;
}

.outer-wrapper .banner-slider .metaslider{
	overflow: hidden;
}

.outer-wrapper .banner-slider .metaslider .caption-wrap {
    bottom: 120px;
    left: 0;
    background: transparent;
    opacity: 1;
}
.outer-wrapper .banner-slider .form-top {
    position: absolute;
    top: 20px;
    width: 100%;
    left: 0;

}
.outer-wrapper .appointment-form {
    width: 100%;
    max-width: 350px;
    background: #eae8e8;
    padding: 20px 25px;
    -webkit-box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 20px 20px 0px 0px rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 15px;

}

.outer-wrapper .appointment-form2 {

	position: relative !important;
	margin-bottom: 35px;
}
.booking-form .container {
    position: relative;
}
.outer-wrapper .banner-slider .appointment-form h4 {

    font-size: 22px !important;
    line-height: 30px;
    color: #201f1f;
    font-weight: 700;
    text-align: center;

}
.outer-wrapper .banner-slider .appointment-form form p {

    margin-bottom: 10px !important;
    width: 100%;
    text-align: left;

}
.outer-wrapper .banner-slider .appointment-form form p:after{
	background: none;
}

.outer-wrapper .banner-slider .appointment-form form button, input[type="button"], input[type="reset"], input[type="submit"] {

    border: none;
    border-color: transparent;
    border-radius: 0;
    background: #fcb315 !important;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    width: 195px;
    border-radius: 40px;
    height: 50px;
    font-weight: 700;
    margin-top: 10px;

}
.booking-form input[type="text"], .booking-form input[type="email"], .booking-form input[type="url"], .booking-form input[type="password"], .booking-form input[type="search"], .booking-form input[type="number"], .booking-form input[type="tel"], .booking-form input[type="range"], .booking-form input[type="date"], .booking-form input[type="month"], .booking-form input[type="week"], .booking-form input[type="time"], input[type="datetime"], .booking-form input[type="datetime-local"], .booking-form input[type="color"], .booking-form input[type="email"] {
    height: 38px !important;
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
    font-size: 14px;
}
.booking-form textarea{
	height: 70px;
	font-size: 14px;
	background: #fff;
}
.appointment-form input {
    background: #fff;
}

.booking-form{
	font-size: 14px;
}

.booking-form .wpcf7-form-control-wrap {
    width: 100%;
    padding: 0;
}
.booking-form select {
    border: none;
    background: #fff !important;
    margin-bottom: 20px !important;
    height: 30px;
}
.outer-wrapper .our-services h2 {
    font-size: 35px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
}
.outer-wrapper .our-services{
	float: left;
	width: 100%;
}
.outer-wrapper .our-services p{
	font-size: 15px;
	line-height: 24px;
	color: #131212;
	font-weight: 400;
}
.outer-wrapper .service-wrap-content {
    padding: 18px 34px 15px 20px;
    min-height: 212px;
    background: #fff;
}
.outer-wrapper .service-card figure {
    position: relative;
    margin-bottom: 0;
}
.outer-wrapper .service-card figcaption {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    color: #fff;
    padding-left: 20px;
    height: 55px;
}
.outer-wrapper .service-card figcaption a{
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 55px;
    font-weight: 700;
}

.outer-wrapper .service-wrap-content a {
    color: #fff !important;
    background: #fcb315;
    width: 110px;
    border-radius: 33px;
    padding: 0 !important;
    text-align: center;
    line-height: 40px !important;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
}


.outer-wrapper .round_btn::before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    height: 0%;
    border-radius: 50px 50px 0 0;
    z-index: -1;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;

}
.outer-wrapper .round_btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    height: 0%;
    border-radius: 0 0 50px 50px;
    z-index: -1;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

.outer-wrapper .service-wrap-content a:hover {
    background: #ffffff;
    transition: all 400ms ease;
    border-radius: 33px;
    color: #fcb315 !important;
    border: 1px solid #fcb315;
}
.outer-wrapper .round_btn {
    position: relative;
    overflow: hidden;
    z-index: 99;
    color: #fff !important;
    background: #3cbab9;
    display: inline-block;
    border-radius: 33px;
    padding: 0 !important;
    text-align: center;
    line-height: 40px !important;
}

.homepage_blog{
	width:100%;
	float:left
}

.round_btn2 {
    color: #fff !important;
    background: #fcb315;
    display: inline-block;
    border-radius: 33px;
    padding: 8px 20px!important;
    text-align: center;
    margin: 20px 0;
}
.outer-wrapper .round_btn:hover::after, .round_btn:hover::before {
    height: 50%;
    transition: all 400ms ease;
}
.service-card{
-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.19);
-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.19);
box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.19);

}
.service-card:hover{
-webkit-box-shadow: 3px 3px 32px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 3px 3px 32px 0px rgba(0,0,0,0.22);
box-shadow: 3px 3px 32px 0px rgba(0,0,0,0.22);

}
.logos-sec .owl-carousel .owl-nav{display:none !important;}
.our-services .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display:block;}
.our-services .owl-theme .owl-nav .owl-next{background: transparent url("images/frwd-icon.png") no-repeat scroll 50% 50%;position:absolute;right:-45px;top:48%;height: 32px;}
.our-services .owl-theme .owl-nav .owl-prev{background:transparent url("images/recwd-icon.png") no-repeat scroll 50% 50%;left:-36px;position:absolute;top:48%;height: 32px;}
.our-services .owl-theme .owl-nav .owl-next:hover{background:transparent url("images/frwd-icon.png") no-repeat scroll 50% 50%;}
.our-services .owl-theme .owl-nav .owl-prev:hover{background:transparent url("images/recwd-icon.png") no-repeat scroll 50% 50%;}
.our-services .owl-theme .owl-dots .owl-dot{display:none;}
.our-services .owl-theme .owl-nav [class*="owl-"]{color:transparent;padding:0px 11px !important;}
.our-services .owl-theme .owl-nav [class*="owl-"]:hover{color:transparent;}
.our-services .owl-theme .owl-nav .disabled{opacity:0;}
.our-services .owl-carousel .owl-stage-outer{padding-bottom:20px;}

.our-services.testimonial-sec .owl-theme .owl-nav .owl-next{
	background: none;
}
.our-services.testimonial-sec .owl-theme .owl-nav .owl-prev{
	background: none;
}





.outer-wrapper .about-us-section{
	float: left;
	width: 100%;
	color: #ffffff;
	background: #232931;
}
.outer-wrapper .about-us-content h2 {
    font-size: 35px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
	margin-bottom: 30px;
}
.about-us-content li {
    color: #fff;
}
.outer-wrapper .about-us-content p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;

}
.outer-wrapper .about-us-content {
    padding-left: 30px;
}


.outer-wrapper .testimonial-content-wrap h3 {
    font-size: 19px;
    color: #fcb315;
    line-height: 26px;
    font-weight: 700;
    padding-top: 10px;
    padding-left: 10px;
}
.outer-wrapper .testimonial-content-wrap h3 span{
    font-size: 16px;
    color: #7a7a7a;
    line-height: 26px;
    font-weight: 500;
    display: block;
}
.outer-wrapper .testimonial-content-wrap p{
	color: #0c0c0c;
	font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    padding-top: 10px;
	padding-left: 10px;

}
.rating-point {
    padding-left: 10px;
    position: relative;
    float: right;
    letter-spacing: -2px;    
}
.rating-point span {
	color: #fcb315;
    font-size: 22px;
}
.halfstar {
    position: absolute;
    top: 0;
    right: -3px;
    width: 8px;
    overflow: hidden;
}
.testimonial-sec h4 {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
}
.testimonial-content-wrap {

    padding: 20px 20px 36px 10px;
    border: 1px solid #dbdbdb;
    background: #ffffff;

}
.testimonial-content-wrap:hover {
-webkit-box-shadow: 2px 10px 17px 1px rgba(0,0,0,0.5);
-moz-box-shadow: 2px 10px 17px 1px rgba(0,0,0,0.5);
box-shadow: 2px 10px 17px 1px rgba(0,0,0,0.5);
}



.licence{
	background: rgba(0, 0, 0, 0) url("images/licence-bg.jpg") no-repeat scroll 0 0/cover;
	float: left;
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center center;
}
.licence-content-wrap {

    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;

}
.google-map-sec{
	float: left;
	width: 100%;
}





.entry-title{
	
	display: none;

}


.logos-sec {
    float: left;
    width: 100%;
	margin-top: 25px;
    margin-bottom: 25px;
}
.featured-product img {
    width: auto !important;
}
.logo-slide .owl-nav {
    display: none;
}
.logo-slide .owl-dots {
    display: none;
}

.site-footer {
    background: #232931;
    position: relative;
    padding: 40px 0;
}
.footer-menu-list p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-left: 30px;
}
.footer-menu-list p a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}
.footer-menu-list p .fa {
    position: absolute;
    left: 0px;
    font-size: 16px;
    color: #fff;
    top: 0px;
}
.footer-menu-list h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fcb315;
    text-transform: uppercase;
}
.footer-menu-list ul{
	padding: 0;
}
.footer-menu-list li {
	list-style-type: none;
	position:relative;
}
.servise-menu-footer li {
    list-style-type: none;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    float: left;
    width: 50%;
}
.footer-menu-list li a {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    display: block;
    font-weight: 400;
}
.vicroad {
text-align: center;
    margin-top: 50px;
}

.copy-right-sec {
    background: #4e4e4d;
    float: left;
    width: 100%;
    padding: 15px 0;
}
.copy-right p {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

.inner-banner{
	background: rgba(0, 0, 0, 0) url("images/about-us-banners.jpg") no-repeat scroll 0 0/cover;
	float: left;
	width: 100%;
	height: 240px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.banner-content h2 {
    color: #fff;
    font-size: 51px;
    line-height: 67px;
    font-weight: 700;
}
.banner-content h1 {
    color: #fff;
    font-size: 51px;
    line-height: 67px;
    font-weight: 700;
    margin-bottom: 0;
}

.breadcrum-on {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}
.breadcrum-on a {
    color: #fff;
    display: inline;
}
.breadcrum-on span {
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
}

.about-content h2{
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    margin: 0;

}
.about-content p{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;

}
.about-us-frm {
    margin-top: 25px;
}
.about-content {
    padding-left: 20px;
    padding-bottom: 35px;
    float: left;
	width: 100%;
}
.about-li {
    padding-left: 20px;
}
.about-li li{
	color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 39px;
    position: relative;
    list-style-type: none;

}
.about-li li::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0) url("images/about-li-img.png") no-repeat;
    width: 14px;
    height: 14px;
    left: -20px;
    top: 16px;
}
.line {
    border-bottom: 1px solid #e2e2e2;
    width: 80%;
}
.form-booking-sec {
    float: left;
    width: 100%;
    padding-top: 40px;
}
.form-section-wrap h3 {
    font-size: 21px;
    line-height: 24px;
    color: #252525;
    font-weight: 700;
    margin-bottom: 30px;
}
.form-section-wrap h2 {
    font-size: 35px;
    line-height: 24px;
    color: #242931;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}
.form-section-wrap p {
    font-size: 16px;
    line-height: 24px;
    color: #242931;
    text-align: center;
    font-weight: 400;
    margin-bottom: 40px;
}
.form-section-wrap {
    width: 1150px;
    margin: 0 auto;
}

.address-details p {
    text-align: left;
    margin-bottom: 0;
}
.address-details .address-wrap{
	position: relative;
	padding-left: 50px;
	padding-bottom: 30px;
}

.address-details .address-wrap .fa {
    position: absolute;
    left: 0px;
    font-size: 16px;
    color: #fff;
    top: 3px;
    background: #fc4112;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 10px 0px 0 14px;
}

.form-section-wrap h4 {
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    font-weight: 700;
    display: inline-block;
    padding-right: 10px;
    margin-top: 0;
}
.form-section-wrap span {
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    font-weight: 700;
    display: inline-block;
    padding-right: 10px;
    margin-top: 0;
}
.form-section-wrap p {
    font-size: 17px;
    line-height: 18px;
    color: #252525;
    font-weight: 400;
    display: block;
}
.form-section-wrap a {
    font-size: 17px;
    line-height: 18px;
    color: #252525;
    font-weight: 400;
    display: block;
}

.booking-form1 {
    background: #f4f4f4;
    padding: 25px;
}

.booking-form1 input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
    height: 50px;
    margin-bottom: 20px;
    border-radius: 0;
	border: none;
}
.booking-form1 input:hover {
	border: 1px solid #0a0a0a;
}
.booking-form1 textarea{
	margin-bottom: 20px;
    border-radius: 0;
	border: none;
}
.booking-form1 textarea:hover{
	border: 1px solid #0a0a0a;
}
.booking-form1 span {

    display: inline;

}
.make-car {

    float: left !important;
    width: 48% !important;

}
.model-make {

    float: right;
    width: 48% !important;

}
.form-icom {

    position: relative;

}
.form-icom .fa {
	position: absolute;
    right: 20px;
    top: 15px;
    color: #7b7b7b;

}

.footer-menu-list ul.cnss-social-icon li.cn-fa-icon a {

    background-color: #4e4e4d !important;

}
.footer-menu-list .cnss-social-icon {

    text-align: left !important;

}
.cnss-social-icon a{
	padding: 13px !important;
}
.footer-menu-list ul.cnss-social-icon li.cn-fa-icon a:hover {

    background-color: #191717 !important;
    color: #615f5f !important;

}
.footer-menu-list .fa {

    font-size: 20px !important;

}
.nave-social-link ul.cnss-social-icon li.cn-fa-icon a {

    background-color: #191717 !important;

}
.nave-social-link .cnss-social-icon {

    text-align: left !important;

}
.nave-social-link {
    padding-top: 26px;
    text-align: right;
}

.nave-social-link ul.cnss-social-icon{
	display:inline-block;
}

.nave-social-link ul.cnss-social-icon li.cn-fa-icon a:hover {

    background-color: #191717 !important;
    color: #615f5f !important;

}
.nave-social-link .fa {

    font-size: 20px !important;

}
.sub-menu {
    background: #fcb315;
    padding: 10px !important;
}

.sub-menu li::before {

    position: relative;
    background: none !important;

}
.outer-wrapper .main-navigation li:last-child::after {
    position: relative;
    background: none !important;
}
#footer a {
	position:relative;
	padding-left:25px;
}
#footer a img {
    position: absolute;
    left: 0;
    top: 10px;
}
.entry-content {
    color: #fff;
}
.entry-content a {
    color: #fcb315;
    font-weight: bold;
}


.post_date-1{
	color: #df5b18;
}
.post-blog h6 a{
	color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;	
}
.post-blog p{
	color:#ffffff;
}








@media screen and (min-width:1450px){
.container{
	width: 1400px;
}

}@media screen and (max-width:1400px) {
	.metaslider .slides img {
    max-width: inherit !important;
    width: 1600px !important;
	}
}
@media screen and (max-width:1365px){
	.outer-wrapper .banner-slider h2 {
    	font-size: 25px;
    	line-height: 23px;
	}
	.outer-wrapper .banner-slider h1 {
    	font-size: 34px;
    	line-height: 50px;
	}
	.outer-wrapper .banner-slider .metaslider .caption-wrap {
    	left: 0;
	}

}
@media screen and (max-width:1199px){
	.outer-wrapper .working-hour {
    	padding-top: 35px;
	}
	.outer-wrapper .call-us p a {
    	font-size: 23px;
    	line-height: 27px;
	}
	.form-section-wrap {
    width: 100%;
	}

}
@media screen and (max-width:1024px){

	.outer-wrapper .banner-slider .form-top {
    	position: relative;
    	width: 100%;
    	float: left;
    	padding-top: 30px;
    	top: 0;
		}
	.outer-wrapper .banner-slider .appointment-form {
    	position: relative;
    	right: 0;
    	max-width: 100%;
		}
	.booking-form .container {
    	position: relative;
		}
	.metaslider .slides img {
    	max-width: 100% !important;
    	width: 100% !important;
		}

}
@media screen and (max-width:991px){
	
	.outer-wrapper .call-us {
    	padding-top: 30px;
    	float: none;
    	padding-left: 25px;
		}
	.outer-wrapper .working-hour {
    	padding-top: 30px;
    	float: none;
    	padding-left: 25px;
		}
	.outer-wrapper .book-appointment a {
    	font-size: 13px;
    	padding: 5px 6px;
		}
	.outer-wrapper .main-navigation li {
    	margin-right: 38px;
		}
	.outer-wrapper .main-navigation a {
    	font-size: 15px;
		}
	.outer-wrapper .our-services h2 {
    	font-size: 25px;
    	line-height: 24px;
    	font-weight: 700;
    	margin-bottom: 20px;
		}
	.outer-wrapper .service-card figcaption a {
    	font-size: 18px;
		}
	.outer-wrapper .service-wrap-content {
    padding: 10px;
	}
	.bg-gap {
    	padding: 30px 0 40px 0;
	}

.site-footer .row{display: flex; flex-wrap: wrap;}
.nave-social-link {
    padding-top: 0;

}

}

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

.upper-nav{text-align: center;}
.site-branding .custom-logo{
	max-width: 260px;
}
.nave-social-link{
	    text-align: center;
    padding-top: 20px;
}

	.outer-wrapper .upper-nav-l {
    display: none;
	}
	.outer-wrapper .working-hour {
    	padding-top: 10px;
    	display: inline-block;
    	text-align: left;
    	width: 270px;
	}
	.outer-wrapper .call-us {
    	padding-top: 10px;
    	display: inline-block;
    	text-align: left;
    	width: 270px;
	}

.outer-wrapper .working-hour h3 .fa{
	left: -18px;
}

/*.outer-wrapper .call-us p .fa {
position: static;
}

.outer-wrapper .working-hour h3 .fa {
position: static;
}*/
	.outer-wrapper .book-appointment {
    float: left;
    width: 100%;
    text-align: center;
	}
	.outer-wrapper .upper-nav-l {
    float: left;
    width: 100%;
	}
	.outer-wrapper .banner-slider .metaslider .caption-wrap {
    bottom: 0;
	}
	.outer-wrapper .banner-slider h2 {
    font-size: 16px;
    line-height: 20px;
	}
	.outer-wrapper .banner-slider h1 {
    font-size: 25px;
    line-height: 30px;
	}
	.outer-wrapper .banner-slider p {
    font-size: 15px;
    line-height: 20px;
	}
	.outer-wrapper .banner-slider .appointment-form h4 {
    font-size: 19px !important;
    line-height: 22px;
	}
	.outer-wrapper .about-us-content h2 {

    font-size: 25px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;

	}
	.outer-wrapper .about-us-content{
	padding-top: 30px;
	padding-left: 0;
	}
	.footer-menu-list {
    padding-left: 0px;
	}
	.footer-menu-list p {
    padding-left: 25px;
	}
	.footer-menu-list .cnss-social-icon {
    padding-bottom: 10px;
	}
	.banner-content h2 {
    font-size: 35px;
    line-height: 40px;
	}

	.banner-content h1 {
    font-size: 35px;
    line-height: 40px;
	}
	.inner-banner {
    height: 250px;
    display: block;
	}
	.about-content {
    padding-left: 0px;
    padding-top: 20px;
	}
	.form-section-wrap h2 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 20px;
	}
	.form-booking-sec {
    padding-top: 20px;
	}
	.form-section-wrap a{
		margin-bottom: 0;
		padding-left: 10px;
	}
	.form-section-wrap p{
		margin-bottom: 0;
		padding-left: 10px;
	}
	.form-section-wrap h3 {
    margin-bottom: 15px;
	}
	.address-details .address-wrap {
    padding-left: 30px;
	}
	.form-section-wrap h4 {
    padding-right: 0px;
    padding-left: 14px;
	}	
	.form-section-wrap span {
    padding-right: 0px;
    padding-left: 14px;
	}
	.about-img-left {
    padding-top: 20px;
    float: left;
    width: 100%;
	}
	.our-services .owl-theme .owl-nav .owl-next {
    right: -0;
	}
	.our-services .owl-theme .owl-nav .owl-prev {
    left: -0;
	}
}

@media screen and (max-width:480px){
	
	.g-recaptcha{
	transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
	}


}

@media screen and (max-width:360px){
	.outer-wrapper .banner-slider h1 {
    	font-size: 19px;
    	line-height: 22px;
	}
	.outer-wrapper .banner-slider p{
		width: 100%;
	}
	.outer-wrapper .banner-slider p::after {
    	width: 35px;
    	right: 40px;
	}
}