/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: Horizon Web Solutions
Author URI: http://horizonwebsolutions.co.uk
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/*=============================================================
    CSS INDEX
    =============================
	00. ADD FONTS HERE
    01. GENERAL STYLE
	02. HEADER STYLE
	03. SLIDER STYLE
	04. HOME PAGE STYLE
	05. FOOTER STYLE
	06. ABOUT US STYLE
	07. START SIDE 10% BANNER STYLE
	08. SERVICS PAGE STYLING
	09. LEAVE REVIEW PAGE FORM STYLING
	10. POPUPS STYLE
	11. BLOG PAGE STYLE
	12. 404 PAGE STYLE
	13. COOKIES BAR STYLE
	14. CONTACT US PAGE STYLE
	15. COOKIES AND PRIVACY PAGE STYLE
	16. START SIDE BUTTONS STYLE
	17. START REEL IMAGE SLIDESHOW STYLE
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 00.ADD FONTS HERE
* ----------------------------------------------------------------------------------------
*/
@font-face {
    font-family: LiberationSans;
    src: url("liberation-sans/LiberationSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: LiberationSans;
    src: url("liberation-sans/LiberationSans-Bold.ttf") format("truetype");
	font-weight: 700;
}
/* add font into website elements */
body {
}
h1, h2, h3 {
}
h4, h5, h6 {
}
/*
* ----------------------------------------------------------------------------------------
* 01. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
<code class="lang-css prettyprint">body { -webkit-animation: bugfix infinite 1s; }
@-webkit-keyframes bugfix { from { padding: 0; } to { padding: 0; } }
body {
	margin:0;
	padding:0;
	height:100%;
}
.main-heading h1, .main-heading h2, .main-heading h3, .main-heading h4, .main-heading h5, .main-heading h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.inner-page-header h1 {
    text-align: center;
    padding-bottom: 10px;
}
a {
	transition:all 0.5s ease 0s;
	outline:none;
}
.mr0 {
	margin:0 !important;
}
.ml0 {
	margin-left:0 !important;
}
.mr0 {
	margin-right:0 !important;
}
.mb0 {
	margin-bottom:0 !important;
}
.mt0 {
	margin-top:0;
}
.pd0 {
	padding:0 !important;
}
.pl0 {
	padding-left:0 !important;
}
.pr0 {
	padding-right:0 !important;
}
.text-center {
	text-align:center !important;
}
.text-left {
    text-align: left !important;
}
/* heading line here */
.header-bottom-line {
    background-color: #f69126;
    display: block;
    height: 3px;
    margin: 5px auto 0;
    text-align: center;
    width: 100px;
    margin-bottom: 20px;
}
 .header-bottom-line:after {
    border-bottom: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f69126;
    content: '';
    left: 50%;
    margin-left: -8px;
    position: absolute;
    z-index: 50;
}
.pre-button {
    padding: 8px 24px;
    border: 1px solid;
    border-color: #f69126;
    color: #f69126;
}
.pre-button:hover {
    background: #f69126;
    border-color: transparent;
    color: #fff;
}
.fusion-content-widget-area .widget {
    margin-bottom: 0px !important;
}
.innerpage-content p.wpsm-show, .innerpage-content p.wpsm-hide {
    float: left;
}
/* === Start Page scroll styling here -=== */
#ascrail2000 {
    width: 14px !important;
    background: #fafafa !important;
    border-left: 1px solid #e8e8e8 !important;
}
#ascrail2000 .nicescroll-cursors {
    float: none !important;
    width: 8px !important;
    background-color: rgb(193, 193, 193) !important;
    margin: 0px auto;
}
/*********** end of GENERAL STYLE here****/

/*
* ----------------------------------------------------------------------------------------
* 02. HEADER STYLE
* ----------------------------------------------------------------------------------------
*/
.fusion-header-wrapper {
    position: fixed !important;
    left: 0;
    right: 0;
}
.fusion-header-v4 .fusion-header {
    border: none !important;
    box-shadow: 3px 3px 1px rgba(0,0,0,0.06);
}
.fusion-header-v4 .fusion-secondary-main-menu {
    border: none;
}
* {
	outline: none;
}
.ubermenu-main {
    border: none !important;
}
.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
    line-height: 20px;
}
.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
    padding: 15px 11px;
	margin-left:1px;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
    padding-right: 17px !important;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    right: 5px !important;
}
.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item{
	padding-top: 4px;
}
.ubermenu-skin-white.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop{
	padding-bottom: 4px;
}
/* Start Social media for header here */
.fusion-social-links-header {
    margin-top: 0px !important;
    background: #12b53c;
    line-height: 51px;
    min-width: 104px;
    text-align: center;
	position: relative;
	float: left;
}
.fusion-social-links-header a {
    border: 1px solid;
    margin: 0px !important;
    padding: 7px 10px;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}
.fusion-social-links-header a:hover {
    background: #fff;
    color: #12b53c !important;
}
.fusion-social-links-header:after {
    z-index: 9999;
    content: '';
    position: absolute;
    left: 0px;
    width: 0;
    height: 0;
    border: 51px solid transparent;
    border-top: 8px solid #12b53c;
    border-top-width: 10px;
    border-bottom-width: 0;
}
/* start request call back button for header here */
.request-btn {
    float: left;
	transition: .3s ease all;
	padding: 0px 8px;
	margin-right:1px;
}
.request-btn a {
    line-height: 51px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	color: #fff;
}
.request-btn:hover {
    background: #10b036;
	cursor: pointer;
}
.request-btn:hover a {
	color: #fff;
}
/* Start Header right side here */
.item-main-hd {
    float: left;
    margin-right: 20px;
}
.icon-hd {
    height: 40px;
    background-repeat: no-repeat;
    float: left;
    width: 40px;
    margin-right: 10px;
}
.ph-icon {
	background-image:url("/wp-content/uploads/2018/09/phone-1.png");
}
.address-icon {
	background-image:url("/wp-content/uploads/2018/09/square-1.png");
}
.clock-icon {
	background-image:url("/wp-content/uploads/2018/09/clock-1.png");
}
.text-hd {
    float: left;
}
.address {
    margin: 0;
}
.contact-no {
	margin: 0px;
}
.opneing-time span {
}
.opneing-time {
    margin: 0;
}
.item-main-hd:last-child {
    margin-right: 0px;
}
.item-main-hd .text-hd {
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
	color: #333;
}
.item-main-hd .text-hd a:hover {
    color: #333;
}
.opneing-time span color {
    color: #12b53c;
}
.mobile-phone-no {
	display: none;
}
.item-main-hd:nth-child(3) {
    margin-right: 0px;
}
.fusion-page-title-bar{
	opacity: 0.8;
}
@media (min-width:1200px) and (max-width:1240px) {
	.item-main-hd {
    	margin-right: 20px;
	}
}
@media (max-width:1200px) {
	.fusion-header-v4 .fusion-header {
    	padding-top: 15px !important;
    	padding-bottom: 15px !important;
	}
	.fusion-header-v4 .fusion-logo {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: normal;
		-ms-flex-align: normal;
		align-items: normal;
		-webkit-flex-wrap: inherit;
    	-ms-flex-wrap: inherit;
    	flex-wrap: inherit;
		display: block !important;
	}
	.fusion-header-v4 .fusion-logo .fusion-logo-link {
    	width: 320px;
	}
	.fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper {
		display: -webkit-block;
		display: -ms-block;
		display: block !important;
		margin-top: 15px;
	}
	.fusion-logo-left .fusion-header-banner {
    	float: none;
	}
	.item-main-hd {
    	width: 33.3333%;
		margin-right: 0px;
	}
	.icon-hd {
		display: inline-block;
		vertical-align: middle;
		float: none;
	}
	.text-hd {
    	display: inline-block;
    	vertical-align: middle;
		float: none;
	}
	.item-main-hd:nth-child(2) {
    	text-align: center;
	}
	.item-main-hd:nth-child(2) .text-hd {
    	text-align: left;
	}
	.item-main-hd:nth-child(3) {
    	text-align: right;
	}
	.item-main-hd:nth-child(3) .text-hd {
    	text-align: left;
	}
}
@media (max-width:992px) {
	.fusion-header-v4 .fusion-header {
    	padding-top: 15px;
    	padding-bottom: 15px;
	}
	.fusion-header-v4 .fusion-logo {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: normal;
		-ms-flex-align: normal;
		align-items: normal;
		-webkit-flex-wrap: inherit;
    	-ms-flex-wrap: inherit;
    	flex-wrap: inherit;
		display: block !important;
	}
	.fusion-header-v4 .fusion-logo .fusion-logo-link {
    	width: 320px;
	}
	.fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper {
		display: -webkit-block;
		display: -ms-block;
		display: block !important;
		margin-top: 15px;
	}
	.fusion-logo-left .fusion-header-banner {
    	float: none;
	}
	.item-main-hd {
    	width: 33.3333%;
		margin-right: 0px;
	}
	.icon-hd {
		display: inline-block;
		vertical-align: middle;
		float: none;
	}
	.text-hd {
    	display: inline-block;
    	vertical-align: middle;
		float: none;
	}
	.item-main-hd:nth-child(2) {
    	text-align: center;
	}
	.item-main-hd:nth-child(2) .text-hd {
    	text-align: left;
	}
	.item-main-hd:nth-child(3) {
    	text-align: right;
	}
	.item-main-hd:nth-child(3) .text-hd {
    	text-align: left;
	}
	.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
    	padding: 15px 8px;
	}
}
@media (max-width:1024px) {
	.fusion-header-wrapper {
    	position: relative !important;
	}
	body.home #sliders-container, body #sliders-container {
    	padding-top: 0px !important;
	}
	.fusion-header-v4 .fusion-header {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	/*.fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper {
    	display: none;
	}*/
	.item-main-hd{
		margin-right:100px;
	}
	.display-change-ipad{
		display:none;
	}
	.item-main-hd-new{
		display:none;
	}
	.fusion-secondary-header .fusion-row {
    	position: relative;
	}
	.fusion-secondary-menu {
		position: absolute !important;
		z-index: 210 !important;
		right: 0px;
		top: 76px;
		width: 100%;
	}
	.ubermenu-skin-white.ubermenu-responsive-toggle {
		background: transparent !important;
		color: #12b53c !important;
		font-size: 21px !important;
		padding: 3px 13px;
		border: 1px solid;
		border-radius: 4px;
		width: auto;
		float: right;
	}
	.ubermenu-responsive-toggle .fa {
    	width: auto !important;
    	text-align: center !important;
    	margin-right: 0px !important;
	}
	.ubermenu-responsive-toggle .fa {
    	width: auto !important;
    	text-align: center !important;
    	margin-right: 0px !important;
	}
	.ubermenu-responsive-default.ubermenu-responsive {
    	top: 56px;
		position: absolute;
	}
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    	min-width: 100% !important;
	}
	.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
    	padding: 6px 20px !important;
	}
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
    	padding-right: 20px !important;
	}
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    	right: 25px !important;
	}
	.ubermenu-main .ubermenu-item-normal > .ubermenu-target, .ubermenu-main .ubermenu-submenu .ubermenu-target, .ubermenu-main .ubermenu-submenu .ubermenu-nonlink, .ubermenu-main .ubermenu-submenu .ubermenu-widget, .ubermenu-main .ubermenu-submenu .ubermenu-custom-content-padded, .ubermenu-main .ubermenu-submenu .ubermenu-retractor, .ubermenu-main .ubermenu-submenu .ubermenu-colgroup .ubermenu-column, .ubermenu-main .ubermenu-submenu.ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu-main .ubermenu-submenu.ubermenu-submenu-padded {
    	padding: 2px 20px !important;
	}
	.ubermenu-skin-white.ubermenu-responsive-toggle:hover {
    	background: #12b53c !important;
    	color: #fff !important;
	}
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    	min-width: 100% !important;
	}
}
@media (max-width:768px) {
	/* top bar here */
	.fusion-alignright .fusion-contact-info {
    	padding: 0px;
	}
	.fusion-social-links-header {
		float: right;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		margin-right: 30px;
	}
	.request-btn {
    	margin-left: 30px;
	}
	.fusion-social-links-header:after {
		/*display: none;*/
	}
	.request-btn a {
    	font-size: 12px;
	}
	/* End top bar here */
	.fusion-header-wrapper {
    	position: relative !important;
	}
	body.home #sliders-container, body #sliders-container {
    	padding-top: 0px !important;
	}
	.fusion-header-v4 .fusion-header {
		padding-top: 20px !important;
		padding-bottom: 50px !important;
	}
	.fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper {
    	display: block !important;
	}
	.main-right-header {
    	text-align: center;
	}
	.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header-banner {
    	margin-top: 5px !important;
    	float: none;
	}
	.item-main-hd {
    	display: none;
	}
	.mobile-phone-no {
    	display: block;
	}
	.mobile-phone-no a {
    	display: inline-block;
	}
	.fusion-header-v4.fusion-mobile-menu-design-modern .fusion-logo .fusion-logo-link {
    	max-width: 320px !important;
    	margin: 0px auto;
	}
	.fusion-secondary-header .fusion-row {
    	position: relative;
	}
	.fusion-secondary-menu {
		position: absolute !important;
		z-index: 1 !important;
		right: 0px;
		top: 142px;
		width: 100%;
		left: 0px;
	}
	.ubermenu-skin-white.ubermenu-responsive-toggle {
		background: transparent !important;
		color: #12b53c !important;
		font-size: 21px !important;
		padding: 3px 13px;
		border: 1px solid;
		border-radius: 4px;
		width: 46px;
		float: none;
		margin: 0px auto;
	}
	.ubermenu-responsive-toggle .fa {
    	width: auto !important;
    	text-align: center !important;
    	margin-right: 0px !important;
	}
	.ubermenu-responsive-toggle .fa {
    	width: auto !important;
    	text-align: center !important;
    	margin-right: 0px !important;
	}
	.ubermenu-responsive-default.ubermenu-responsive {
    	top: 40px;
		position: absolute;
	}
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    	min-width: 100% !important;
	}
	.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
    	padding: 6px 20px !important;
	}
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
    	padding-right: 20px !important;
	}
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    	right: 25px !important;
	}
	.ubermenu-main .ubermenu-item-normal > .ubermenu-target, .ubermenu-main .ubermenu-submenu .ubermenu-target, .ubermenu-main .ubermenu-submenu .ubermenu-nonlink, .ubermenu-main .ubermenu-submenu .ubermenu-widget, .ubermenu-main .ubermenu-submenu .ubermenu-custom-content-padded, .ubermenu-main .ubermenu-submenu .ubermenu-retractor, .ubermenu-main .ubermenu-submenu .ubermenu-colgroup .ubermenu-column, .ubermenu-main .ubermenu-submenu.ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu-main .ubermenu-submenu.ubermenu-submenu-padded {
    	padding: 2px 20px !important;
	}
	.ubermenu-skin-white.ubermenu-responsive-toggle:hover {
    	background: #12b53c !important;
    	color: #fff !important;
	}
}
@media (max-width:480px) {
	/* top bar here */
	.fusion-alignright .fusion-contact-info {
    	padding: 0px;
	}
	.request-btn a {
    	font-size: 12px;
	}
	.fusion-social-links-header {
		float: right;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		margin-right: 30px;
	}
	.request-btn {
    	margin-left: 30px;
	}
	.fusion-social-links-header:after {
		display: none;
	}
	/* End top bar here */
	.fusion-header-wrapper {
    	position: relative !important;
	}
	body.home #sliders-container, body #sliders-container {
    	padding-top: 0px !important;
	}
	.fusion-header-v4 .fusion-header {
		padding-top: 20px !important;
		padding-bottom: 50px !important;
	}
	.fusion-header-v4.fusion-mobile-menu-design-modern .fusion-logo .fusion-logo-link {
    	max-width: 260px !important;
    	margin: 0px auto;
	}
	.item-main-hd {
    	display: none;
	}
	.mobile-phone-no {
    	display: block;
	}
	.mobile-phone-no a {
    	display: inline-block;
	}
	.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header-banner {
    	margin-top: 5px !important;
    	float: none;
	}
	.fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper {
    	display: block !important;
	}
	.main-right-header {
    	text-align: center;
	}
	.fusion-secondary-header .fusion-row {
    	position: relative;
	}
	.fusion-secondary-menu {
		position: absolute !important;
		z-index: 1 !important;
		right: 0px;
		top: 134px;
		width: 100%;
		left: 0px;
	}
	.ubermenu-skin-white.ubermenu-responsive-toggle {
		background: transparent !important;
		color: #12b53c !important;
		font-size: 21px !important;
		padding: 3px 13px;
		border: 1px solid;
		border-radius: 4px;
		float: none;
		margin-right: 0px;
		width: 45px;
		margin: 0px auto;
	}
	.ubermenu-responsive-toggle .fa {
    	width: auto !important;
    	text-align: center !important;
    	margin-right: 0px !important;
	}
	.ubermenu-responsive-toggle .fa {
    	width: auto !important;
    	text-align: center !important;
    	margin-right: 0px !important;
	}
	.ubermenu-responsive-default.ubermenu-responsive {
    	top: 40px;
		position: absolute;
	}
	.ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    	min-width: 100% !important;
	}
	.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
    	padding: 6px 20px !important;
	}
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
    	padding-right: 20px !important;
	}
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    	right: 25px !important;
	}
	.ubermenu-main .ubermenu-item-normal > .ubermenu-target, .ubermenu-main .ubermenu-submenu .ubermenu-target, .ubermenu-main .ubermenu-submenu .ubermenu-nonlink, .ubermenu-main .ubermenu-submenu .ubermenu-widget, .ubermenu-main .ubermenu-submenu .ubermenu-custom-content-padded, .ubermenu-main .ubermenu-submenu .ubermenu-retractor, .ubermenu-main .ubermenu-submenu .ubermenu-colgroup .ubermenu-column, .ubermenu-main .ubermenu-submenu.ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu-main .ubermenu-submenu.ubermenu-submenu-padded {
    	padding: 2px 20px !important;
	}
	.ubermenu-skin-white.ubermenu-responsive-toggle:hover {
    	background: #12b53c !important;
    	color: #fff !important;
	}
	.co-head span{
		text-align: center;
	}
	.co-head h1{
		text-align:center;
	}
	.post-content p{
		text-align:center;
	}
}
/* Set menu for Ipad here */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .fusion-secondary-menu {
	  top: 90px;
	}
	.fusion-body .fusion-page-title-bar {
    	height: 250px !important;
	}
	.fusion-page-title-wrapper {
    	display: flex !important;
	}
	.request-btn a {
    	line-height: 66px;
	}
}
/* updates of themes */
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    position: absolute;
    right: 6px !important;
    top: 53% !important;
    margin-top: -6px;
    font-size: 11px;
}
@media (max-width:768px) {
	.ubermenu-responsive-toggle .fas {
		text-align: inherit !important;
	}
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    	right: 10px !important;
    	top: 50% !important;
	}
}


/* Adjust website header featuers when copy header into layout */
.topbar-main {
    display: flex;
}
.tbd-social-side {
    margin-left: auto;
}
.item-main-hd .text-hd a {
    display: block;
}
.header-notes-desktop.fusion-container-stuck.fusion-sticky-transition #sticky-sidebar,
.header-notes-mobile.fusion-container-stuck.fusion-sticky-transition #sticky-sidebar {
    display: block;
}

.header-content-main.mobile {
	display: none !important;
}

@media (max-width: 1024px) {
	.header-content-main.fusion-sticky-container.fusion-container-stuck.fusion-sticky-transition {
    	position: relative !important;
    	top: unset !important;
	}
	.header-content-main.mobile {
		display: flex !important;
	}
	.header-content-main.desktop {
		display: none !important;
	}
	.ubermenu-responsive .ubermenu-item-level-0 {
        width: 100% !important;
		min-width: 100% !important;
    }
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    	right: 20px !important;
	}
	.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
        position: relative;
    }
}

/*
* ----------------------------------------------------------------------------------------
* Start Mobile topbar here
* ----------------------------------------------------------------------------------------
*/
.mobile-topbar,
.header-top-notes-mobile,
.header-notes-mobile {
	display: none !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0px !important;
}
@media (max-width: 1024px) {
	.header-top-notes-desktop,
	.header-notes-desktop {
		display: none !important
	}
	.header-top-notes-mobile,
	.header-notes-mobile {
		display: flex !important
	}
	.main-h-col-2 {
    	width: 100% !important;
	}
	.mobile-topbar {
		display: flex !important;
	}
	.main-menu.hide-mobile,
	.topbar-main,
	.desktop-header-phone,
	.hide-col-mid,
	.main-h-col-1,
	.main-h-col-3,
	.desktop-menu {
		display: none !important;
	}
	.mtb-item {
    	display: flex;
    	justify-content: center;
	}
	.mtb-item a {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    	font-size: 14px;
    	color: #fff;
	}
	.mtb-item a:hover {
    	color: #fff;
	}
	.mtb-item a i {
    	font-size: 21px;
    	margin-bottom: 5px;
	}
	.mobile-menu .awb-menu__m-toggle-inner {
    	flex-direction: column-reverse;
    	justify-content: center;
	}
	.mobile-menu .awb-menu__m-toggle-inner .collapsed-nav-text {
    	font-size: 14px;
    	margin-top: 5px;
	}
	.mobile-menu .awb-menu__m-collapse-icon {
    	margin-inline-start: 0px;
	}
/* 	.fusion-sticky-transition .collapse-enabled.mobile-size-full-absolute:not(.mobile-mode-always-expanded) .awb-menu__main-ul {
		max-height: 500px !important;
	} */
	.mobile-topbar .mtb-item a.ubermenu-responsive-toggle, 
	.mobile-topbar .mtb-item a.ubermenu-responsive-toggle:hover {
        position: relative !important;
        top: 0px !important;
        right: 0px !important;
        border-radius: 0px !important;
        border: 0px !important;
        padding: 0px !important;
        background: transparent !important;
        font-family: var(--body_typography-font-family);
        font-size: 14px !important;
        color: #fff !important;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-top: 0px !important;
        float: none;
        font-weight: 400;
    }
	.mobile-topbar .mtb-item a.ubermenu-responsive-toggle i {
    	margin-right: 0px !important;
		color: #fff;
		font-size: 21px;
	}
	.mobile-topbar .mtb-item a.ubermenu-responsive-toggle i:before {
    	transition: transform 0.3s ease-in-out;
	}
	.mobile-topbar .mtb-item a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-open i:before {
    	content: "\f00d";
    	transform: rotate(180deg);
	}
	.mobile-topbar .mtb-item a.ubermenu-responsive-toggle span {
    	font-size: 14px;
    	line-height: normal;
    	font-family: var(--body_typography-font-family);
		color: #fff;
	}
	/* Adjust navigation */
	.mtb-item .ubermenu .ubermenu-nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.mtb-item .ubermenu {
		position: absolute;
        width: 100% !important;
        left: 0px;
        right: 0px;
        top: 68px;
		overflow-y: auto !important;
		background-color: #fff;
		transition: none !important;
	}
/* 	.mtb-item .ubermenu-responsive .ubermenu-item-level-0 {
    	width: 100%;
    	margin: 0px !important;
	} */
	
	/* adjust logo */
	.fusion-header-v3 .fusion-logo {
    	justify-content: center !important;
	}
	/* Adjust ubermenu for mobile here */
	
	/* Update default logo on mobile and disable sticky header border */
	.default-header .fusion-layout-column .fusion-column-wrapper {
    	justify-content: center;
	}
	.fusion-tb-header .fusion-container-stuck {
    	border: 0px !important;
    	box-shadow: unset;
	}
	
	.mobile-topbar .fusion-builder-row,
	.mobile-topbar .mtb-col.menu-col,
	.mobile-topbar .mtb-col.menu-col .fusion-column-wrapper {
    	position: initial !important;
	}
	
}
@media (max-width: 768px) {
	.mtb-item a i,
	.mobile-topbar .mtb-item a.ubermenu-responsive-toggle i,
	.mobile-menu .awb-menu__m-toggle-inner .awb-menu__m-collapse-icon {
    	font-size: 18px;
		width: auto;
	}
	.mtb-item .ubermenu {
        top: 65px;
    }
}
@media (max-width: 365px) {
	.mtb-item a {
        font-size: 13px;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 03. SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/

/* Start home page slider text section styling here */
html .ls-container, body .ls-container, #ls-global .ls-container {
    z-index: 9;
}
.ls-circle-timer {
    right: 25px;
}
body.home .ls-wp-container {
    border-top: none;
	border-bottom:none;
}
body.home .ls-wrapper.ls-in-out {
    width: 100% !important;
	left: 0px !important
}
.ls-thumbnail-slide {
    float: none;
}
.slider-text-sec h3 {
    font-size: 38px !important;
    font-weight: 600 !important;
    line-height: 45px !important;
    margin-bottom: 10px;
	color: #fff;
}
.slider-text-sec p {
    font-size: 18px !important;
    margin-bottom: 30px !important;
    line-height: 28px !important;
    font-weight: 500;
}
.slider-text-sec a {
    color: #fff;
    font-weight: 400;
    border: 2px solid;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 15px !important;
    background: #12b53c;
    border-color: transparent;
}
.slider-text-sec a span {
    margin-left: 10px !important;
}
.slider-text-sec a:hover {
	background: #004985;
    color: #fff;
    border-color: transparent;
}
.home-page-banner-text {
    width: 100% !important;
    left: 0 !important;
    /*transform: unset !important;
	transform-origin: 0% 0% 0 !important;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important;*/
}
.home-page-banner-text .fusion-row {
    max-width: 100%;
}
.slider-text-sec {
    padding-top: 5%;
	padding-left:5%;
}
.with-bg {
    /*background: rgba(53, 52, 52, 0.32);*/
    width: 60%;
    margin-top: 17.5%;
    padding: 0 !important;
    padding-bottom: 19px !important;
    padding-left: 1% !important;
    padding-right: 1% !important;
    white-space: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.ls-avada {
    border-top: none;
    border-bottom: none;
}
.ls-shadow-bottom {
    display: none;
}
.ls-shadow-top {
    display: none;
}

/* booking button */
a.slider-booking {
    margin-left: 15px;
    background: #004d86;
}
a.slider-booking:hover {
    background: #12b53c;
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.slider-text-sec {
    	padding-top: 20%;
    	padding-left: 0px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.home-page-banner-text {
    	height: 100% !important;
	}
	.home-page-banner-text .fusion-row {
		height:100% !important;
	}
	.with-bg {
		margin-top: 13.5%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.home-page-banner-text {
    	height: 100% !important;
	}
	.home-page-banner-text .fusion-row {
		height:100% !important;
	}
	.with-bg {
		margin-top: 8.5%;
	}
	.slider-text-sec p {
    	margin-bottom: 15px !important;
	}
	.slider-text-sec a {
    	display: inline-block;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.home-page-banner-text {
    	height: 100% !important;
	}
	.home-page-banner-text .fusion-row {
		height:100% !important;
	}
	.slider-text-sec {
    	padding-top: 2%;
    	text-align: center;
		display:none;
	}
	.slider-text-sec h3 {
		font-size: 21px !important;
		font-weight: 400;
		line-height: 26px !important;
		margin-top: 0px !important;
		margin-bottom: 10px !important;
		text-align: center;
	}
	.slider-text-sec a {
		color: #fff;
		font-weight: 400;
		border: 2px solid;
		border-radius: 3px;
		padding: 2px 5px;
		font-size: 10px !important;
		width: 92px;
		margin: 0 auto;
	}
}
@media (min-width: 320px) and (max-width: 479px) {
	.slider-text-sec {
    	padding-top: 0;
    	text-align: center;
		display:none;
	}
}

/*
* ----------------------------------------------------------------------------------------
* 04. HOME PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
/* Start Home page Quote box here */
.quote-box-left {
    width: 29.333333%;
    background: #004d86;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 15px;
    padding-right: 15px;
}
.off-text {
    text-align: center;
}
.off-text h3 {
    margin-top: 0px;
    margin-bottom: 11px;
    font-size: 38px !important;
    font-weight: 700 !important;
    color: #fbf301 !important;
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}
.off-text p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
}
.off-text p span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #12b53c;
    margin-top: 10px;
}
.off-text p small-text {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    line-height: 18px;
}
/* Start Box Right Service section here */
.quote-box-right {
    width: 70.66666%;
    float: left;
    padding-left: 30px;
    padding-right: 15px;
    padding-top: 20px;
}
.col-04 {
    width: 33.3333%;
    float: left;
}
.service-item-main {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.sr-item-text {
    display: inline-block;
    vertical-align: middle;
}
.sr-item-text h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px !important;
    color: #fff !important;
    font-weight: bold !important;
}
.srv-item-icon {
	width: 20px;
    height: 20px;
    background-size: 100%;
}
.car-mot {
	background-image: url("/wp-content/uploads/2018/09/car-mot-icon.png");
}
.car-servicing {
	background-image: url("/wp-content/uploads/2018/09/car-servicing-icon.png");
}
.car-repairs {
	background-image: url("/wp-content/uploads/2018/09/car-repairs-icon.png");
}
.brakes {
	background-image: url("/wp-content/uploads/2018/09/brakes-icon.png");
}
.exhausts {
	background-image: url("/wp-content/uploads/2018/09/exhausts-icon.png");
}
.clutches {
	background-image: url("/wp-content/uploads/2018/09/clutches-icon.png");
}
.tyres {
	background-image: url("/wp-content/uploads/2018/09/tyres-icon.png");
}
.car-diagnostics {
	background-image: url("/wp-content/uploads/2018/09/car-diagnostics-icon.png");
}
.air-conditioning {
	background-image: url("/wp-content/uploads/2018/09/air-conditioning-icon.png");
}
.auto-electrics {
	background-image: url("/wp-content/uploads/2018/09/auto-electrics-icon.png");
}
.bodywork-specialists {
	background-image: url("/wp-content/uploads/2018/09/bodywork-specialists-icon.png");
}
.col-04:nth-child(3), .col-04:nth-child(6), .col-04:nth-child(9) {
    padding-left: 6%;
}
.service-box-width {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
	overflow: auto;
}
.quote-btn {
    text-align: center;
    margin-top: 11px;
    margin-bottom: 10px;
    padding-right: 30px;
}
.qut-btn {
    display: inline-block;
    background: #fff;
    color: #12b53c;
    padding: 7px 20px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.qut-btn:hover {
    background: #004d86;
    color: #ffffff;
}
/* End Home page Quote box here */
.off-main h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #fff !important;
    font-size: 24px !important;
    text-align: center;
}
.off-starts-left {
    padding-right: 5px;
}
.off-starts-left i {
    font-size: 18px;
    margin-right: 5px;
}
.off-starts-right {
    padding-left: 5px;
}
.off-starts-right i {
    font-size: 18px;
    margin-left: 5px;
}
/* Start into company with image new section here */
/* .intro-col {
    width: 40%;
    float: left;
    margin-right: 2%;
} */
.co-head span {
    font-size: 18px;
    color: #888888;
    font-weight: 700;
    line-height: 22px;
	display: block;
}
.co-head h1 {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 24px !important;
    line-height: 29px !important;
    font-weight: 700 !important;
    color: #333 !important;
}
.co-head h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 45px !important;
    line-height: 54px !important;
    font-weight: 700 !important;
	color: #333 !important;
}
.intro-pic-col {
    width: 58%;
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}
.intro-image {
	background-image: url("/wp-content/uploads/2018/09/side-banner-home.jpg");
}
.image-banner {
    width: 100%;
    height: 100%;
    padding-top: 52%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
/* .avada-has-pagetitle-bg-parallax .fusion-page-title-bar {
    background-size: contain;
} */
/*Inner Gallery Images */
.intro-ac {
	background-image: url("/wp-content/uploads/2018/10/ac-gallery.jpg");
}
.intro-electric {
	background-image: url("/wp-content/uploads/2018/10/electric-gallery.jpg");
}
.intro-bodyworks {
	background-image: url("/wp-content/uploads/2018/10/bodywork-gallery.jpg");
}
.intro-brakes {
	background-image: url("/wp-content/uploads/2018/10/brakes-gallery.jpg");
}
.intro-car-repair {
	background-image: url("/wp-content/uploads/2018/10/gallery-car-repair.jpg");
}
.intro-clutches {
	background-image: url("/wp-content/uploads/2018/10/gallery-clutches.jpg");
}
.intro-exchaused {
	background-image: url("/wp-content/uploads/2018/10/gallery-exchaust.jpg");
}
.intro-tyres {
	background-image: url("/wp-content/uploads/2018/10/gallery-tyres.jpg");
}
.intro-about {
	background-image: url("/wp-content/uploads/2018/10/gallery-about-new.jpg");
}
.intro-diagn{
	background-image: url("/wp-content/uploads/2018/10/gallery-diag-new.jpg");
}
.intro-servicing{
	background-image: url("/wp-content/uploads/2018/10/gallery-service-new.jpg");
}
.intro-car-mot {
	background-image: url("/wp-content/uploads/2018/11/gallery-car-mot.png");
}
.intro-car-audi {
	background-image: url("/wp-content/uploads/2025/03/sub-banner-audi.jpg");
}
.intro-car-bmw {
	background-image: url("/wp-content/uploads/2025/03/sub-banner-bmw.jpg");
}
.intro-car-mercedes {
	background-image: url("/wp-content/uploads/2025/03/sub-banner-mercedies.jpg");
}
.intro-car-ford {
	background-image: url("/wp-content/uploads/2025/03/sub-banner-ford.jpg");
}
.intro-car-toyota {
	background-image: url("/wp-content/uploads/2025/03/sub-banner-toyata.jpg");
}
.intro-car-volkswagen {
	background-image: url("/wp-content/uploads/2025/03/sub-banner-Volkswagen.jpg");
}
.intro-car-kia {
	background-image: url("/wp-content/uploads/2025/03/sub-banner-kiya.jpg");
}
.intro-car-vauxhall {
	background-image: url("/wp-content/uploads/2025/03/sub-banner-vauxhall.jpg");
}
/* End into company with image new section here */
.h-style-new h1{
	padding-top: 0px;
    font-size: 24px !important;
	line-height: 29px !important;
}
.img-inner {
    margin-top: 18px;
}
.mg-top {
    margin-top: -90px !important;
}
/* Start Image cursel here */
.rolling-heading span {
    font-size: 18px;
    color: #10b036;
    font-weight: 700;
    line-height: 22px;
}
.rolling-heading h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 42px !important;
    line-height: 50px !important;
    font-weight: 700 !important;
    color: #fff !important;
}
.rolling-box-left {
	background: #005388;
}
.rolling-box-left {
    background: #005388;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.off-text-rolling {
    text-align: center;
}
.off-text-rolling span{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #fe0;
}
.off-text-rolling h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 38px !important;
    font-weight: 700 !important;
    color: #fbf301 !important;
    line-height: 46px !important;
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}
.off-text-rolling p {
    color: #fff;
	margin-bottom: 0px;
}
.off-text-rolling p span {
    font-size: 18px;
    font-weight: 700;
    color: #fbf301;
    text-transform: uppercase;
}
.off-text-rolling p small-text {
    display: block;
    font-size: 12px;
}
.rolling-box-left:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: 50px solid transparent;
    border-right: 20px solid #fff;
    border-left: 0;
}
.logo-main {
	padding-top: 20px;
}
/* End Image cursel here */
/*==== start Services section styling here ==== */
.content-box-cus .content-box-column {
	margin-bottom:0px !important;
}
.content-box-cus .content-box-column .col.content-wrapper .content-container {
    margin-bottom: 15px;
	text-align: left;
}
.content-box-cus .content-box-column .col.content-wrapper .heading {
	margin-bottom:0px;
	overflow: visible;
}
.content-box-cus .content-box-column .col {
    text-align: left;
	margin-bottom: 20px;
}
.content-box-cus .content-box-column .col.content-wrapper .heading {
    text-align: center;
}
.content-box-cus .content-box-column .col.content-wrapper .heading .content-box-heading {
    font-weight: 700 !important;
	margin-top: 20px !important;
}
.content-box-cus .content-box-column .col.content-wrapper .heading .image {
}
.content-box-cus .content-box-column .col.content-wrapper .heading .image img {
	margin-bottom: 0px !important;
	transition: .5s ease all;
}
.content-box-cus .content-box-column .link-area-link-icon-hover .image img {
    opacity: .7;
}

/*==== End Services section styling here ==== */
/* Start Client Testimonials styling here */
.testimonial span {
    color: #004d86 !important;
}
.testimonial h2 {
    color: #fff !important;
}
.testimonial .reviews .review {
	margin-top:5px !important;
	margin-bottom: 15px;
	background-color: transparent !important;
}
.testimonial .reviews .review blockquote {
    background-color: transparent !important;
}
.testimonial .reviews .review blockquote q,
.testimonial .reviews .review blockquote .awb-quote {
    background-color: transparent !important;
    text-align: left;
    color: #fff !important;
    font-size: 16px;
    padding: 0px;
    line-height: 24px;
    font-style: normal;
    margin-bottom: 10px;
    letter-spacing: normal;
}
.testimonial .reviews .review .author {
	text-align: left !important;
    color: #333 !important;
    padding-top: 0;
    margin-top: 20px;
}
.testimonial .reviews .review .author .company-name {
    display: block !important;
}
.testimonial .reviews .review .author:after {
	content:initial !important;
}
.fusion-testimonials.classic.fusion-testimonials-1.testimonial {
    min-height: 200px;
}
.testimonial .reviews .review .author .company-name strong {
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 22px;
    line-height: 26px;
}
.testimonial .reviews .review blockquote {
    margin: 0px !important;
}
.testimonial .testimonial-pagination {
    margin-top: 20px !important;
    text-align: left !important;
}
#fusion-testimonials-1 a, .fusion-testimonials .testimonial-pagination a {
    border-color: #fff !important;
}
#fusion-testimonials-1 a:hover, #fusion-testimonials-1 .activeSlide, .fusion-testimonials .testimonial-pagination a:hover, .fusion-testimonials .activeSlide {
    background-color: #fff !important;
}
.fusion-testimonials.clean.testimonial {
    min-height: 280px;
}

/* End Client Testimonials styling here */
/*======= Start why choose banner here ======= */
.why-choose-main{
	background:#eae9e9;
}
.icon-main-section {
}
.icon-sec {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin-bottom: 30px;
    height: 100px;
	background-position: center !important
}
.icon-01 {
    background: url(/wp-content/uploads/2018/09/icon-03.png);
	margin-left: -30px;
}
.icon-02 {
    background: url(/wp-content/uploads/2018/09/qualitative-car-parts.png);
}
.icon-03 {
    background: url(/wp-content/uploads/2018/09/icon-02.png);
}
.icon-04 {
    background: url(/wp-content/uploads/2018/09/icon-04.png);
}
.icon-main-section h4 {
    font-size: 21px !important;
    line-height: 28px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    color: #fff !important;
    font-weight: 700 !important;
}
.icon-main-section p {
	color: #fff;
}
.mrb-40 {
    margin-bottom: 30px;
}
.mrb-20 {
	margin-bottom:20px;
}
.request-form input[type="submit"] {
    margin-left: -12px;
}
.bg-color-head span {
    color: #10b036;
}
.bg-color-head h2 {
    color: #fff !important;
	margin-bottom: 40px;
}
/*======= End why choose banner here ======= */
/* ====== Start Manufactures Box here */
/*.manufactures-main {
    padding-left: 10px;
}
.manufactures-box h3 {
    font-size: 27px !important;
    line-height: 36px !important;
}*/
.manufactures-box {
    text-align: center;
    position: relative;
    top: 68px;
	right: -10px;
}
.manufactures-box h3 {
    font-size: 27px !important;
    line-height: 36px !important;
    margin: 0;
    font-weight: 700 !important;
	color: #004d86 !important;
}
.manufactures-box span {
    display: inline-block;
}
.manufactures-box span:after, .manufactures-box span:before {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #004d86;
    border-top: 1px solid #004d86;
    top: 16px;
    width: 40px;
}
.manufactures-box span:before {
    right: -29px;
}
.manufactures-box span:after {
    left: -31px;
}
.tyre-roller:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #004d86;
    border-top: 1px solid #004d86;
    top: 56%;
    width: 40px;
    right: -45px;
    z-index: 999;
}
/* ====== End Manufactures Box here */
/* === contact us form box here ====== */
.request-form {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
    background: rgba(235, 235, 235, 0.94);
	margin-top:14px;
	margin-bottom:20px;
	max-width:390px;
	border-radius:10px;
	border-top: 1px solid #ddd;
}
/*.form-right {
	float:right
}*/
.header-form {
    background-color: #fff;
    position: relative;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.header-form h3 {
	margin-top: 0;
    margin-bottom: 0;
    padding: 10px 10px;
    font-weight: lighter !important;
    text-transform: uppercase;
    font-size: 26px !important;
    text-align: center;
}
.over-welcome {
    padding: 15px;
    padding-bottom: 2px;
}
.over-welcome form input {
    margin-bottom: 5px;
}
.over-welcome form p {
    margin-bottom: 5px;
}
.about-btn-block {
    text-align: center;
}
.about-btn-block input[type=submit] {
    background: #fff !important;
    border: 1px solid #333 !important;
    color: #000 !important;
    font-weight: lighter !important;
    padding: 5px 16px !important;
}
.about-btn-block input[type=submit]:hover {
	color:#f69126 !important;
	border: 1px solid #f69126 !important;
}
/* ====== Start Request forms here ======= */
.header-form {
    background-color: #fff;
    position: relative;
}
.header-form h3 {
	margin: 0;
    padding: 15px 0;
    text-align: center;
	font-size:24px !important;
	font-weight: lighter !important;
	text-transform:none;
	color: #1c4582 !important;
}
.over-welcome {
    padding: 15px;
    z-index: 5;
	padding-bottom:0;
}
.over-welcome p {
	text-align:center;
}
.over-welcome form {
    margin-top: 0px;
}
.about-btn-block {
    position: relative;
    padding-top: 16%;
	text-align:center;
}
.about-btn-block input[type="submit"] {
    border: 1px solid #767e84 !important;
    color: #000 !important;
    padding: 10px 20px !important;
    background: none !important;
    font-weight: normal !important;
}
.about-btn-block input[type="submit"]:hover {
    border: 1px solid #f69126 !important;
}
.over-welcome form input, select {
    margin-bottom: 5px !important;
}
.over-welcome form p {
    margin-bottom: 10px;
}
.about-btn-block {
    position: relative;
    padding-top: 3%;
    margin-top: 0px;
    text-align: center;
    background: #f9f9f9;
    margin-left: -15px;
    margin-right: -15px;
}
.float-right {
	float:right;
}
.wpcf7-form br {
    display: none;
}
.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    display: block;
    float: left;
    position: absolute;
    left: 16px;
    top: 10px;
    background: #fff;
	width:85%;
	text-align:left;
	z-index: 9;
}
.pum-container span.wpcf7-not-valid-tip {
    top: 5px;
}
.wpcf7-form .wpcf7-response-output {
    padding: 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    margin-left: 15px;
    margin-right: 15px;
	z-index:99;
}
.home-page-box {
	text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 20px;
    padding-bottom: 10px;
    background: #fff;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	position: relative;
}
.fusion-body .wpcf7-form .fusion-slider-loading {
    position: absolute;
    top: 15px;
    margin-left: 34px;
    width: 20px;
    height: 20px;
}
.pum-container .pum-content .wpcf7-form .fusion-slider-loading {
    position: absolute;
    top: -5px;
    margin-left: 40px;
    width: 20px;
    height: 20px;
}
.inner-form .form-submit {
    position: relative;
}
.inner-form .wpcf7-form .fusion-slider-loading {
    position: absolute;
    top: -5px;
    margin-left: 40px;
    width: 20px;
    height: 20px;
}
.pum-content .form-submit {
    position: relative;
}
.form-submit input[type="submit"] {
    background: transparent !important;
    border: 1px solid #1c4582 !important;
    color: #1c4582 !important;
    padding: 5px 16px !important;
    font-weight: normal !important;
    border-radius: 0 !important;
	transition:all 0.3s ease .0s;
}
.form-submit input[type="submit"]:hover {
	background: #1c4583 !important;
    border-color: #1c4583 !important;
    color: #fff !important;
}
.request-form .over-welcome form p .interested-in, .request-form .over-welcome form p .How-did-you-find-us, .request-form .over-welcome form p .best-time-to-callback, .request-form .over-welcome form p .service, .request-form .over-welcome form p .message, .request-form .over-welcome form p .fault-description {
    position: relative;
    display: block;
}
.request-form .over-welcome form p .interested-in span, .request-form .over-welcome form p .How-did-you-find-us span, .request-form .over-welcome form p .best-time-to-callback span, .request-form .over-welcome form p .service span {
    z-index: 99;
    top: 3px;
}
.request-form .over-welcome form p .message span, .over-welcome form p .fault-description span {
    top: 5px;
    margin-left: -10px;
    padding-left: 10px;
}
.pum-container .pum-content .message {
    display: block;
}
.pum-container .pum-content .message span {
    top: 6px;
    margin-left: -10px;
    padding-left: 10px;
    width: 200px;
}
.request-form .over-welcome form p input, .request-form .over-welcome form p select, .over-welcome form p .fault-description textarea {
	outline:none;
	resize: none;
}

.wpcf7-spinner {
    position: absolute !important;
    margin-left: 5px !important;
    margin-right: 0px !important;
}

/* broucher section Inner Page */
.sidebar-innerpage .request-form {
    border-top: 1px solid #ddd;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	margin-top:0px;
}
.sidebar-innerpage .brochure-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.brochure-banner {
    padding: 0 !important;
    height: auto;
    background: url(/wp-content/uploads/2018/09/brochure-01.jpg);
    display: block;
    background-size: cover;
    min-height: 378px;
    background-repeat: no-repeat;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	background-color: #f1f1f1;
}
.brochure-banner img {
    height: 100%;
}
.brochure-btn {
    background: rgba(255, 255, 255, 0.88);
    padding-top: 22px;
    padding-bottom: 18px;
    position: absolute;
    bottom: 0;
    width: 100%;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.brochure-btn a {
    background: #fff;
    border: 1px solid #1c4582 !important;
    color: #1c4582 !important;
    padding: 5px 16px !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    transition: all 0.3s ease .0s;
    text-transform: uppercase;
    line-height: 17px;
    font-size: 14px;
}
.brochure-btn a:hover {
    color: #fff !important;
    border-color:transparent !important;
	background:#1c4583;
}
.brochure-header {
	background-color: #fff;
	position: relative;
}
.brochure-header h3 {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 24px !important;
    font-weight: lighter !important;
}
.form-submit {
    text-align: center;
}
.sidebar-innerpage .form-submit {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* broucher section inner page end */
/* Start Accreditations slider */
.fusion-image-carousel {
    margin-bottom: 0px !important;
}
/* ====== End Request forms here ======= */
/* ======= start before footer banner image section here ========= */
.before-footer {
    height: 300px;
    background-position: bottom !important;
}
/* Start Home page responsiveness here */
@media (min-width:992px) and (max-width:1199px) {
	.quote-box-main {
    	padding-left: 30px !important;
    	padding-right: 30px !important;
	}
/* 	.intro-col {
    	width: 100%;
    	float: none;
    	margin-right: 0px;
	} 
	.intro-pic-col {
    	width: 58%;
    	float: none;
		top:0px;
	}*/
	.home-pic-col {
		margin-left:auto;
		margin-right:auto;
	}
	.image-banner {
		width: 100%;
		height: 100%;
		padding-top: 45%;
		margin: 0px auto;
		margin-top: 0px;
	}
	/* Welcome main box here */
	.welcome-box-pad-mobile {
    	padding-left: 30px !important;
    	padding-right: 30px !important;
	}
	/* 60% off main box here */
	.off-60-main {
    	padding-left: 30px !important;
    	padding-right: 30px !important;
	}
	/* Service boxes start here */
	.services-offer-main {
    	padding-left: 30px !important;
    	padding-right: 30px !important;
	}
	/* Why choose section here */
	.why-choose-main {
    	padding-left: 30px !important;
    	padding-right: 30px !important;
	}
	/* Bottom Logo roller section */
	.tyre-roller:after {
		display: none;
	}
	.bottom-roller-col {
    	width: 100% !important;
    	margin-right: 0px !important;
		margin-bottom: 0px !important;
	}
	.manufactures-box {
		top: auto;
		right: auto;
		display: inline-block;
		position: relative;
		line-height: 0px;
	}
	.bottom-roller-col .fusion-column-wrapper {
    	text-align: center;
	}
	.tyre-roller {
    	padding-top: 0px;
	}
	.manufactures-box span:before {
    	right: -64px;
	}
	.manufactures-box span:after {
    	left: -64px;
	}
}
@media (min-width:1050px) and (max-width:1100px) {
	.image-banner {
		padding-top: 57%;
	}
}
@media (min-width:992px) and (max-width:1049px) {
	.image-banner {
		padding-top: 62%;
	}
}
@media (min-width:320px) and (max-width:991px) {
	.small-devices-hide {
    	display: none;
	}
}

@media (max-width:991px) {
	.company-intro-main {
    display: flex;
    flex-direction: column-reverse;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.quote-box-main {
    	padding-left: 0px !important;
    	padding-right: 0px !important;
	}
	.intro-pic-col {
    	width: 70%;
    	float: none;
    	margin-left: auto;
    	margin-right: auto;
	}
	.image-banner {
		width: 100%;
		height: 100%;
		padding-top: 50%;
		margin: 0px auto;
		margin-top: 30px;
	}
	.welcome-box-pad-mobile {
    	padding-left: 30px !important;
    	padding-right: 30px !important;
	}
	/* 60% OFF box responsive here */
	.off-60-col {
    	width: 100% !important;
    	margin-right: 0px !important;
	}
	.rolling-box-left:after {
		display: none;
	}
	.rolling-box-left {
    	padding-top: 20px;
    	padding-bottom: 20px;
	}
	.off-60-col-2 {
    	width: 100% !important;
    	padding-top: 0px;
	}
	.off-60-main {
    	padding-left: 30px !important;
    	padding-right: 30px !important;
	}
	/* start why choose section here */
	.why-choose-main {
    	padding-left: 30px !important;
    	padding-right: 30px !important;
	}
	/* Bottom Logo roller section */
	.tyre-roller:after {
		display: none;
	}
	.bottom-roller-col {
    	width: 100% !important;
    	margin-right: 0px !important;
		margin-bottom: 0px !important;
	}
	.manufactures-box {
		top: auto;
		right: auto;
		display: inline-block;
		position: relative;
		line-height: 0px;
	}
	.bottom-roller-col .fusion-column-wrapper {
    	text-align: center;
	}
	.tyre-roller {
    	padding-top: 0px;
	}
	.manufactures-box span:before {
    	right: -64px;
	}
	.manufactures-box span:after {
    	left: -64px;
	}
	/* Start Client Reviews section here */
	.client-test {
    	background-position: 69% 100% !important;
	}
	
}
/* 60% OFF box responsive here */
@media (min-width:992px) and (max-width:1060px) {
	.rolling-box-left {
    	padding-left: 0px;
	}
}
@media (min-width:768px) and (max-width:959px) {
	/* 10% OFF box here */
	.quote-box-main {
    	padding-left: 0px !important;
    	padding-right: 0px !important;
	}
	.quote-box-left {
		width: 100%;
		float: none;
	}
	.quote-box-right {
		width: 100%;
		float: none;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
	}
	/* Start Service Boxes here */
	.content-box-cus .content-box-column {
    	width: 50%;
	}
	.content-box-cus .content-box-column .col.content-wrapper .heading .image img {
    	width: 100%;
	}
}
@media (min-width:480px) and (max-width:767px) {
	/* 10% OFF box here */
	.quote-box-main {
    	padding-left: 0px !important;
    	padding-right: 0px !important;
	}
	.quote-box-left {
		width: 100%;
		float: none;
	}
	.quote-box-right {
		width: 100%;
		float: none;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
	}
	.col-04 {
    	width: auto;
    	float: none;
    	text-align: center;
	}
	.col-04:nth-child(3), .col-04:nth-child(6), .col-04:nth-child(9) {
    	padding-left: 0%;
	}
	.quote-btn {
    	padding-right: 0px;
	}
	/* welcom section here */
	.welcome-box-pad-mobile {
    	padding-left: 30px !important;
    	padding-right: 30px !important;
	}
/* 	.intro-col {
    	width: 100%;
    	float: none;
    	margin-right: 0px;
	} */
	.intro-pic-col {
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-bottom: 0px;
    }
	.image-banner {
		width: 100%;
		height: 100%;
		padding-top: 46%;
		margin: 0px auto;
		margin-top: 20px;
	}
	/* 60% OFF box responsive here */
	.off-60-col {
    	width: 100% !important;
    	margin-right: 0px !important;
	}
	.rolling-box-left:after {
		display: none;
	}
	.rolling-box-left {
    	padding-top: 20px;
    	padding-bottom: 20px;
	}
	.off-60-col-2 {
    	width: 100% !important;
    	padding-top: 0px;
	}
	.off-60-main {
    	padding-left: 30px !important;
    	padding-right: 30px !important;
	}
	/* start why choose section here */
	.why-choose-main {
    	padding-left: 30px !important;
    	padding-right: 30px !important;
	}
	/* Start Service Boxes here */
	.content-box-cus .content-box-column {
    	width: 50%;
		float: left;
	}
	.content-box-cus .content-box-column .col.content-wrapper .heading .image img {
    	width: 100%;
	}
	/* Bottom Logo roller section */
	.tyre-roller:after {
		display: none;
	}
	.bottom-roller-col {
    	width: 100% !important;
    	margin-right: 0px !important;
		margin-bottom: 0px !important;
	}
	.manufactures-box {
		top: auto;
		right: auto;
		display: inline-block;
		position: relative;
		line-height: 0px;
	}
	.bottom-roller-col .fusion-column-wrapper {
    	text-align: center;
	}
	.tyre-roller {
    	padding-top: 0px;
	}
	.manufactures-box span:before {
    	right: -64px;
	}
	.manufactures-box span:after {
    	left: -64px;
	}
	/* Start Client Reviews section here */
	.client-test {
    	background-position: 0% 100% !important;
	}
	.client-test .fusion-column-wrapper {
    	padding: 60px 15px 100px 15px !important;
	}
}
@media (min-width:320px) and (max-width:479px) {
	/* 10% OFF box here */
	.quote-box-main {
    	padding-left: 0px !important;
    	padding-right: 0px !important;
	}
	.quote-box-left {
		width: 100%;
		float: none;
	}
	.quote-box-right {
		width: 100%;
		float: none;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
	}
	.col-04 {
    	width: auto;
    	float: none;
    	text-align: center;
	}
	.col-04:nth-child(3), .col-04:nth-child(6), .col-04:nth-child(9) {
    	padding-left: 0%;
	}
	.quote-btn {
    	padding-right: 0px;
	}
	/* welcom section here */
/* 	.intro-col {
    	width: 100%;
    	float: none;
    	margin-right: 0px;
	} */
	.intro-pic-col {
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-bottom: 0px;
    }
	.image-banner {
		width: 100%;
		height: 100%;
		padding-top: 53%;
		margin: 0px auto;
		margin-top: 0px;
	}
	/* 60% OFF box responsive here */
	.off-60-col {
    	width: 100% !important;
    	margin-right: 0px !important;
	}
	.rolling-box-left:after {
		display: none;
	}
	.rolling-box-left {
    	padding-top: 20px;
    	padding-bottom: 20px;
	}
	.off-60-col-2 {
    	width: 100% !important;
    	padding-top: 0px;
	}
	/* Start Service Boxes here */
	.services-offer-main {
    	padding-left: 15px !important;
    	padding-right: 15px !important;
	}
	.content-box-cus .content-box-column {
    	width: 100%;
	}
	.content-box-cus .content-box-column .col.content-wrapper .heading .image img {
    	width: 100%;
	}
	/* Bottom Logo roller section */
	.tyre-roller:after {
		display: none;
	}
	.bottom-roller-col {
    	width: 100% !important;
    	margin-right: 0px !important;
		margin-bottom: 0px !important;
	}
	.manufactures-box {
		top: auto;
		right: auto;
		display: inline-block;
		position: relative;
		line-height: 0px;
	}
	.bottom-roller-col .fusion-column-wrapper {
    	text-align: center;
	}
	.tyre-roller {
    	padding-top: 0px;
	}
	.manufactures-box span:before {
    	right: -64px;
	}
	.manufactures-box span:after {
    	left: -64px;
	}
	.manufactures-box span:after, .manufactures-box span:before {
		display: none;
	}
	.testimonial .testimonial-pagination{
		display:inline-block;
	}
	/* Start Client Reviews section here */
	.client-test {
    	background-position: 0% 100% !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.client-test .fusion-column-wrapper {
    	padding: 60px 20px 100px 20px !important;
	}
	.fusion-footer footer .fusion-columns .fusion-column{
		padding-right:0px;
	}
	.fusion-testimonials.clean.testimonial {
    	min-height: 448px;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 05. FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/
.fusion-footer-widget-area {
    border-top: none !important;
}
.fusion-footer-widget-column h4.widget-title {
    color: #10b036;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
	line-height: 16px;
}
.footer-navigation.without-top-heading {
    margin-top: 61px;
}
.footer-navigation.without-top-heading.col-3rd {
    margin-top: 57px;
}
.footer-navigation.col-4th {
    margin-top: 60px;
	padding-left: 30px;
}
.opning-time {
    padding-left: 30px;
}
.footer-navigation .section-name h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.footer-navigation .section-name h6 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px !important;
    line-height: 18px !important;
    color: #10b036;
    font-weight: 700 !important;
}
.footer-navigation ul li {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0.9;
}
.footer-navigation ul li a {
    border-bottom: none;
    padding-bottom: 0px !important;
    padding-top: 0 !important;
    font-size: 13px;
    line-height: normal;
    font-weight: normal;
    color: #fff;
    display: inline-block !important;
    overflow: hidden;
}
.footer-navigation ul li a:hover {
    text-decoration: underline;
	color: #10b036 !important;
}
.footer-navigation ul {
    margin-bottom: 10px;
}
.footer-addres p {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: normal;
	margin-top:0px;
}
.footer-addres p span {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #8C8989;
}
.footer-email {
    font-size: 13px;
    line-height: normal;
    margin-top: 10px;
	color: #fff;
}
.footer-email a {
    color: #fff !important;
}
.footer-email a:hover {
	text-decoration:underline;
	color:#10b036 !important;
	
}
.copyrighttxt p {
    color: #fff;
}
.copyrighttxt a {
    color: #fff;
}
.copyrighttxt a:hover {
    color: #ff6c00;
}
.fusion-footer-copyright-area {
    z-index: 9 !important;
    border: unset !important;
}
.fusion-footer .fusion-columns-4 .col-lg-3:nth-child(2) {
    width: 30%;
    padding-left: 55px;
}
.fusion-footer .fusion-columns-4 .col-lg-3:nth-child(3) {
    width: 19%;
}
.fusion-footer .fusion-columns-4 .col-lg-3:nth-child(2) {
    padding-left: 30px;
}
/* Footer opeing Time */
.opning-time ul {
    margin-top: 0px;
}
.opning-time ul li {
    color: #fff;
    font-size: 13px;
    line-height: normal;
}
/* Footer Social section */
.footer-details-section {
    margin-top: 25px;
}
.footer-social h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #10b036 !important;
    line-height: 18px !important;
}
.footer-social ul li {
    float: left;
	margin-right:10px;
}
.footer-social ul li a {
	border-bottom: none;
    border: 1px solid;
    border-color: #fff !important;
    padding-top: 6px !important;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
	transition: all 0.3s ease 0s;
	
}
.footer-social ul li a:hover {
	border-color:transparent !important;
	background:#10b036;
	color:#fff !important;
}
.footer-logo img {
    /*width: 259px;*/
    display: block;
    margin-bottom: 10px;
}
.footer-addres {
    font-size: 13px;
    line-height: normal;
	color: #fff;
}
.footer-addres span {
    display: block;
    font-weight: bolder;
	font-size:14px;
    margin-bottom: 10px;
}
#toTop {
    right: 30px;
}
a.fusion-one-page-text-link.fusion-page-load-link {
    display: none;
}
@media (min-width:768px) and (max-width:991px) {
	footer.fusion-widget-area .fusion-columns .fusion-column:nth-child(1), footer.fusion-widget-area .fusion-columns .fusion-column:nth-child(2), footer.fusion-widget-area .fusion-columns .fusion-column:nth-child(3), footer.fusion-widget-area .fusion-columns .fusion-column:nth-child(4) {
    	width: 50% !important;
	}
	.fusion-footer .fusion-columns-4 .col-lg-3:nth-child(2) {
    	padding-left: 15px;
	}
	.opning-time {
    	padding-left: 0px;
	}
	footer.fusion-widget-area .fusion-columns .fusion-column:nth-child(1), footer.fusion-widget-area .fusion-columns .fusion-column:nth-child(2) {
    	min-height: 285px;
	}
	.footer-navigation.col-4th {
    	margin-top: 20px;
    	padding-left: 0px;
	}
	.footer-navigation.without-top-heading.col-3rd {
    	margin-top: 20px;
	}
}
@media (min-width:480px) and (max-width:767px) {
	.footer-details-section {
    	margin-top: 20px;
	}
	.fusion-columns .fusion-column:not(.fusion-column-last) {
    	margin: 0 0 20px !important;
	}
	.fusion-footer .fusion-columns-4 .col-lg-3:nth-child(2) {
    	padding-left: 15px;
	}
	.opning-time {
    	padding-left: 0px;
	}
	.footer-navigation.without-top-heading {
    	margin-top: 0px;
	}
	.footer-navigation.without-top-heading.col-3rd {
    	margin-top: 0px;
	}
	.footer-navigation.without-top-heading.col-3rd ul {
    	margin-bottom: 0px;
	}
	.fusion-footer .fusion-columns-4 .col-lg-3:nth-child(3) {
    	margin-bottom: 0px;
	}
	.footer-navigation.col-4th {
    	margin-top: 0px;
    	padding-left: 0px;
	}
	#toTop {
    	display: none !important;
	}
}
@media (min-width:320px) and (max-width:479px) {
	.footer-details-section {
    	margin-top: 20px;
	}
	.fusion-columns .fusion-column:not(.fusion-column-last) {
    	margin: 0 0 20px !important;
	}
	.fusion-footer .fusion-columns-4 .col-lg-3:nth-child(2) {
    	padding-left: 15px;
	}
	.opning-time {
    	padding-left: 0px;
	}
	.footer-navigation.without-top-heading {
    	margin-top: -20px;
	}
	.footer-navigation.without-top-heading.col-3rd {
    	margin-top: -7px;
	}
	.footer-navigation.without-top-heading.col-3rd ul {
    	margin-bottom: 0px;
	}
	.fusion-footer .fusion-columns-4 .col-lg-3:nth-child(3) {
    	margin-bottom: 0px !important;
	}
	.footer-navigation.col-4th {
    	margin-top: 0px;
    	padding-left: 0px;
	}
	footer.fusion-widget-area .fusion-columns .fusion-column:nth-child(1), footer.fusion-widget-area .fusion-columns .fusion-column:nth-child(2), footer.fusion-widget-area .fusion-columns .fusion-column:nth-child(3), footer.fusion-widget-area .fusion-columns .fusion-column:nth-child(4) {
    	padding-left: 0px !important;
	}
	footer.fusion-widget-area .fusion-columns .fusion-column:nth-child(4) {
    	margin-bottom: 10px !important;
	}
	#toTop {
    	display: none !important;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 06. ABOUT US STYLE
* ----------------------------------------------------------------------------------------
*/
.default-header h3 {
    margin-bottom: 10px;
}
.image-welcom-btoom .fusion-imageframe {
    margin-top: 30px;
}
.show-sm {
    display: none;
}
@media (min-width:320px) and (max-width:767px) {
	/* Page title styling here */
	.fusion-page-title-row {
    	height: 100% !important;
	}
	.fusion-body .fusion-page-title-bar {
    	padding-top: 0px !important;
    	padding-bottom: 0px !important;
    	min-height: auto !important;
    	height: 250px !important;
	}
	/* End Page title styling here */
	.show-sm {
    	display: block;
	}
	.hide-sm {
    	display: none !important;
	}
	.image-welcom-btoom {
    	margin-bottom: 0px !important;
	}
	.image-welcom-btoom .fusion-column-wrapper p {
    	margin-bottom: 0px;
	}
}
@media (min-width:320px) and (max-width:479px) {
	.col-pd-chang {
    	padding-left: 15px !important;
    	padding-right: 15px !important;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 07. START SIDE 10% BANNER STYLE
* ----------------------------------------------------------------------------------------
*/
#sticky-sidebar {
/*     right: 0px;
    position: fixed;
    top: 152px;
    z-index: 1039;
    width: 100%; */
    display: none;
}
.off-side-box-main {
    background: #363839;
    padding: 10px 0px;
}
.content-off {
    max-width: 1170px;
    margin: 0px auto;
	color: #fff;
}
.content-off h3 {
    margin: 0px;
    margin-right: 30px;
	color: #fbf301 !important;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
	font-size: 42px !important;
	display: inline-block;
	vertical-align: middle;
}
.tex-col {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	margin-top: 3px;
	color: #fff;
}
.tex-col span {
    color: #fbf301;
    font-weight: bold;
}
.tex-col small-font {
    display: block;
    font-size: 12px;
}
.col-button {
	display: inline-block;
	vertical-align: middle;
	float: right;
    margin-top: 10px;
}
.col-button a {
    background: #fbf301;
    padding: 6px 15px;
    color: #363839;
	border-radius: 4px;
	font-weight: 600;
}
.col-button a:hover {
    background: #fff;
	color:#363839 !important;
}
.tex-col p {
    margin-bottom: 0px !important;
}
.font-style-normal{
	font-style:normal;
}
@media (min-width:960px) and (max-width:1199px) {
	#sticky-sidebar {
    	top: 174px;
	}
	.off-side-box-main {
    	padding: 10px 30px;
	}
	/*.content-off {
    	text-align: center;
	}*/
	.content-off h3 {
    	/*margin-right: 0px;
		display: block;*/
		line-height: 32px !important;
		font-size: 34px !important;
		width: 17%;
		margin-top:0px;
		margin-right:2%;
	}
	.tex-col {
    	/*margin-top: 0px;
    	display: block;*/
		font-size:13px;
		width: 60%;
	}
	.col-button {
    	margin-top: 7px;
		/*float: none;
		display: block;*/
	}
	.col-button a {
    	display: inline-block;
	}
	.tex-col p {
    	margin-bottom: 0px !important;
    	font-size: 13px;
	}
	.tex-col small-font{
		display: inline-block;
	}
	.font-style-normal{
		font-style:normal;
		display: block;
	}
}
@media (min-width:768px) and (max-width:959px) {
	#sticky-sidebar {
    	top: 0px;
	}
	.off-side-box-main {
    	padding: 10px 30px;
	}
	/*.content-off {
    	text-align: center;
	}*/
	.content-off h3 {
    	/*margin-right: 0px;
		display: block;
		line-height: 32px !important;*/
		font-size: 33px !important;
		margin-right: 16px;
	}
	.tex-col {
    	/*margin-top: 0px;
    	display: block;*/
		width: 392px;
	}
	.tex-col span {
    	display: block;
	}
	.tex-col i{
		font-size:12px;
	}
	.col-button {
    	/*margin-top: 5px;
		float: none;
		display: block;*/
		margin-top: 10px;
	}
	.col-button a {
    	display: inline-block;
	}
	.wpsm-show{
		text-align:center !important;
	}
	.wpsm-content h3{
		text-align: left !important;
	}
	.wpsm-content p{
		text-align: left !important;
	}
	.wpsm-content .wpsm-hide{
		display:inline-block !important;
		text-align: center !important;
	}
	.show_more{
	}
	.col-button a{
		padding: 6px 6px;
	}
	.tex-col{
		margin-top: -5px;
		margin-bottom:-4px;
	}
}
@media (min-width:480px) and (max-width:767px) {
	#sticky-sidebar {
    	top: 0px;
	}
	.off-side-box-main {
    	padding: 10px 30px;
	}
	.content-off {
    	text-align: center;
	}
	.content-off h3 {
    	margin-right: 0px;
		display: block;
		line-height: 32px !important;
		font-size: 32px !important;
	}
	.tex-col {
    	margin-top: 0px;
    	display: block;
	}
	.tex-col span {
    	display: block;
	}
	.col-button {
    	margin-top: 5px;
		float: none;
		display: block;
	}
	.col-button a {
    	display: inline-block;
	}
}
@media (min-width:320px) and (max-width:479px) {
	#sticky-sidebar {
    	top: 0px;
	}
	.off-side-box-main {
    	padding: 4px 30px;
	}
	.content-off {
    	text-align: center;
	}
	.content-off h3 {
    	margin-right: 0px;
		display: block;
		line-height: 32px !important;
		font-size: 23px !important;
	}
	.tex-col {
    	margin-top: 0px;
    	display: block;
		font-size:14px
	}
	.tex-col span {
    	display: block;
	}
	.col-button {
    	margin-top: 5px;
		float: none;
		display: block;
	}
	.col-button a {
    	display: inline-block;
		font-size: 13px;
    	margin-top: -5px;
		padding: 5px 7px;
	}
	.tex-col small-font{
		margin-top: -3px;
	}
	.fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-alignleft{
		border: 0px;
	}
	.mobile-phone-no a{
		font-size: 16px;
	}
	.request-btn a {
    	font-size: 14px;
	}
	.co-head h2{
		text-align: center;
	}
	/*.fusion-column-wrapper .icon-sec.icon-01 {
		text-align: center !important;
		width: 40%;
		display: inline-block;
	}
	.fusion-column-wrapper .icon-sec.icon-03 {
		text-align: center !important;
		width: 35%;
		display: inline-block;
		margin-right: -15px;
	}
	.fusion-column-wrapper .icon-sec.icon-02 {
		display: inline-block;
		width: 40%;
		text-align: center;
	}
	.fusion-column-wrapper .icon-sec.icon-04 {
		width: 35%;
		display: inline-block;
		text-align: center;
		margin-right: -10px;
	}*/
	.testimonial .reviews .review .author .company-name{
		text-align:center;
	}
	.footer-navigation .section-name h6 {
    	text-align: center;
	}
	.footer-addres{
		text-align:center;
	}
	.footer-email {
    	text-align: center;
	}
	.footer-social {
    	text-align: center;
	}
	.fusion-footer-widget-area ul {
    	text-align: center;
	}
/* 	.fusion-body .fusion-layout-column {
    	width: 100%!important;
    	text-align: center;
	} */
	.icons-mb-set{
		display:inline-block;
	}
	ul.icons-mb-set li:last-child {
    	margin-right: 0px;
	}
	.icon-main-section .icon-sec {
    	background-position: center;
	}
	.fusion-footer footer .fusion-columns .fusion-column{
		padding-right:0px !important;
	}
	.h-style-new h1 {
		padding-top: 0px;
		font-size: 20px !important;
		line-height: 29px !important;
		margin-bottom: 0px !important;
	}
	.intro-text p {
    	margin-top: 15px;
	}
	.post-content p {
		margin-bottom: 20px;
	}
}

/*
* ----------------------------------------------------------------------------------------
* 08. SERVICS PAGE STYLING
* ----------------------------------------------------------------------------------------
*/
.off-col-01 {
	width: 40%;
    /*float: left;*/
    margin-right: 2%;
}
.off-col-02 {
	/*width: 37%;
    float: left;
	background: #004d86;
	padding: 20px;
	margin-top: -10px;*/
	/* This class New Style*/
	width: 100%;
    background: #004d86;
    padding: 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.off-60-lft {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 45%;
}
.off-60-right {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    width: 52%;
}
.off-60-lft span {
    font-size: 20px;
    font-weight: 700;
    color: #fe0;
}
.off-60-lft h3 {
	margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #fbf301 !important;
    line-height: 38px !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}
.off-60-right p {
    margin-bottom: 0px !important;
    color: #fff;
	font-size: 19px;
	margin-top: 5px;
}
.off-60-right p small-text {
    display: block;
    font-size: 13px;
}
.off-col-01 .wpsm-show {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 10px;
    background: #004d86;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 4px;
	transition: ease all .3s;
}
.off-col-01 .wpsm-show:hover {
    background: #12b53c;
	text-decoration: none;
}
.wpsm-show {
    display: inline-block;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    background: #004d86;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 4px;
	transition: ease all .3s;
}
.wpsm-show:hover {
    background: #12b53c;
	text-decoration: none;
}
.wpsm-show.wpsm-content-hide {
    display: none;
}
.off-col-01 .wpsm-show.wpsm-content-hide {
    display: none;
}
.wpsm-content {
    margin-top: 20px;
}
.wpsm-content .wpsm-hide {
	display: block;
    margin-bottom: 0px;
    margin-top: 20px;
    background: #004d86;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 4px;
    transition: ease all .3s;
    width: 60px;
}
.wpsm-content .wpsm-hide:hover {
	background: #12b53c;
	text-decoration: none;
}
/* .post-content p{
	margin-bottom: 10px;
} */
.small-devices-show {
    display: none;
}
.intro-text ul {
    width: 42%;
}
@media (min-width:1200px) and (max-width:1214px) {
}
@media (min-width:992px) and (max-width:1199px) {
	.pad-mobile {
    	padding-left: 30px !important;
    	padding-right: 30px !important;
		margin-top: 20px;
	}
	.off-col-01 {
    	width: 59%;
	}
	.off-col-02 {
    	width: 100%;
    	margin-top: 15px;
		padding: 15px;
	}
}
@media (min-width:960) and (max-width:1199px) {
	.intro-pic-col .off-col-02{
		width: 100%;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.small-devices-show {
    	display: block;
	}
	.pad-mobile {
    	padding-left: 30px !important;
    	padding-right: 30px !important;
		margin-top: 20px;
	}
	.off-col-01 {
    	width: 100%;
    	float: none;
    	margin-right: 0px;
	}
	.off-col-02 {
    	width: 100%;
    	float: none;
    	margin-top: 20px;
	}
	.fusion-social-networks .fusion-social-network-icon{
		vertical-align: bottom;
	}
	.display-none-btn {
    	display: block !important;
	}
	.services-offer-main {
    	padding-top: 0px !important;
	}
	.btn-on-mobile{
		display:none;
	}
	.map-col iframe {
    	width: 100%;
	}
	.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target{
		margin-left: 0px;
	}
	.client-test {
    	background-attachment: fixed !important;
	}
	/*div#test-client-test {
    	background-attachment: fixed !important;
		background-position: top !important;
   		background-size: 100% 51% !important;
	}*/
	.reviews {
    	min-height: 415px;
	}
	.intro-text ul {
    	width: 100%;
		text-align: left;
	}
}
@media (min-width:767px) and (max-width:800px) {
	.intro-pic-col {
    	width: 100%;
    	float: none;
    	margin-left: auto;
    	margin-right: auto;
	}
	.off-col-02 {
    	margin-top: 10px;
	}
}

@media (min-width:480px) and (max-width:767px) {
	.small-devices-show {
    	display: block;
	}
	.pad-mobile {
    	padding-left: 30px !important;
    	padding-right: 30px !important;
		margin-top: 20px;
	}
	.off-col-01 {
    	width: 100%;
    	float: none;
    	margin-right: 0px;
	}
	.off-col-02 {
    	width: 100%;
    	float: none;
    	margin-top: 10px;
	}
	.off-60-lft {
    	display: block;
    	width: 100%;
	}
	.off-60-right {
    	display: block;
    	width: 100%;
	}
	.intro-text ul {
    	width: 100%;
		text-align: left;
	}
}
@media (min-width:320px) and (max-width:479px) {
	.small-devices-show {
    	display: block;
	}
	.pad-mobile {
    	padding-left: 15px !important;
    	padding-right: 15px !important;
		margin-top: 20px;
	}
	.off-col-01 {
    	width: 100%;
    	float: none;
    	margin-right: 0px;
	}
	.off-col-02 {
    	width: 100%;
    	float: none;
    	margin-top: 10px;
	}
	.off-60-lft {
    	display: block;
    	width: 100%;
	}
	.off-60-right {
    	display: block;
    	width: 100%;
	}
	.wpsm-content .wpsm-hide{
		display: inline-block;
	}
	.intro-text ul {
    	width: 100%;
		text-align: left;
	}
}

/*Edge - works to 41.16299.402.0*/
@supports (-ms-ime-align:auto) 
{
    .fusion-page-title-bar {
		background-attachment: local !important;
	}

}
/*
* ----------------------------------------------------------------------------------------
* 09. LEAVE REVIEW PAGE FORM STYLING
* ----------------------------------------------------------------------------------------
*/
.leave-review-form.inner-form {
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
}
.leave-review-form-header h3 {
    margin: 15px 0px;
    font-weight: lighter !important;
}
.leave-form-input-area {
    padding: 15px;
    background: rgba(235, 235, 235, 0.94);
	padding-bottom:5px;
}

.leave-review-form.inner-form .leave-form-input-area form p input, .request-form .over-welcome form p select, .over-welcome form p .fault-description textarea{
	outline: none;
    resize: none;
	}
.leave-review-form.inner-form .leave-form-input-area form p{
	margin-bottom:10px;
	}	
.leave-review-form.inner-form .leave-form-input-area form input,select{
	margin-bottom:5px;
	}
.leave-form-input-area form p span {
    position: relative;
    display: block;
}
.leave-form-input-area form p span span.wpcf7-not-valid-tip {
    display: inline;
    position: absolute;
    top: 5px;
    z-index: 99;
    width: 90%;
    left: 5px;
    padding: 0px 0px 0px 10px;
}
/*
* ----------------------------------------------------------------------------------------
* 10. POPUPS STYLE
* ----------------------------------------------------------------------------------------
*/
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: hidden;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0px;
}
.pum-container form input, .pum-container form select, .pum-container form textarea {
    margin-bottom: 10px !important;
	outline:none !important;
}
.pum-container form .wpcf7-select-parent .select-arrow {
    height: 27px;
}
.pum-container form .form-submit {
    padding: 0;
}
.pum-container form .form-submit input[type="submit"] {
	margin-bottom:0;
}
.pum-container form .wpcf7-validation-errors {
    z-index: 99;
    top: 0;
}
.pum-container form .interested-in, .pum-container form .How-did-you-find-us, .pum-container form .best-time-to-callback, .pum-container form .service {
    display: block;
}
.pum-container form .interested-in .wpcf7-not-valid-tip, .pum-container form .How-did-you-find-us .wpcf7-not-valid-tip, .pum-container form .best-time-to-callback .wpcf7-not-valid-tip, .pum-container form .service .wpcf7-not-valid-tip {
    z-index: 9;
    top: 4px;
    width: 90%;
}
@media (min-width:320px) and (max-width:959px) {
	html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    	overflow-y: scroll;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 11. BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
.blog-sidebar .fusion-column-wrapper .fusion-widget-area #categories-2 ul li {
    padding-left: 0;
}
.blog-main, body.archive #main {
    padding-top: 50px !important;
}
body.archive #main #sidebar {
    margin-top: 0px;
	margin-bottom:20px;
}
body.category #main .pagination {
    margin-top: 0px;
    margin-bottom: 30px;
}
.post {
    margin-bottom: 30px !important;
}
.blog-sidebar .widget .heading h4, .sidebar .widget .heading h4 {
    color: #333;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: normal;
}
.blog-sidebar .widget ul, .sidebar .widget ul {
    padding-left: 0 !important;
	margin-bottom:10px !important;
}
.blog-sidebar .widget ul li, .sidebar .widget ul li {
    padding: 0;
    padding-left: 2px;
    border-bottom: none;
}
.blog-sidebar .widget ul li a:before, .sidebar .widget ul li a:before {
    content: "" !important;
}
.post-content strong {
    font-weight: normal !important;
}
.post-content b {
    font-weight: 300 !important;
}
body.single-post .post-slideshow img {
    width: 85% !important;
}
.fusion-blog-pagination .pagination {
    margin-top: 0px !important;
}
@media (min-width:320px) and (max-width:959px) {
	/* blog page */
	.blog-main, body.archive #main {
		padding-top: 30px !important;
	}
	.single-navigation {
		margin-top: 30px !important;
	}
	#sidebar {
		margin-top: 30px;
	}
	#posts-container {
		padding-top: 30px;
	}
	body.archive #main #posts-container {
		padding-top:0;
	}
	.flexslider {
		margin: 0 0 20px !important;
	}
	.post {
    	margin-bottom: 30px !important;
	}
}
/*=== blog post page =====*/
.single-navigation {
    margin-top: 50px;
    margin-bottom: 10px;
}
.post h2.entry-title {
    font-size: 28px !important;
    line-height: 30px !important;
}
.post .post-content h1 {
    line-height: 34px !important;
    font-size: 30px !important;
}
.post .post-content h2 {
    font-size: 28px !important;
    line-height: 30px !important;
}
.post .post-content h3 {
    font-size: 26px !important;
    line-height: 28px !important;
}
#sidebar {
    margin-top: 50px;
}
body.single-post .sidebar {
    margin-bottom: 20px;
}
@media (min-width:320px) and (max-width:959px) {
	#sidebar {
    	margin-top: 20px;
	}
	body.single-post .post-slideshow img {
    	width: 100% !important;
	}
}
/* blog page end */
/*
* ----------------------------------------------------------------------------------------
* 12. 404 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
body.error404 .fusion-page-title-bar {
    display: none;
}
body.error404 #content {
    min-height: 260px;
}
body.error404 .post-content {
    margin-top: 30px;
}
body.error404 .error-page .fusion-columns .fusion-column:nth-child(2) {
    display: none;
}
body.error404 .error-page .fusion-columns .fusion-column:nth-child(3) {
    display: none;
}
body.error404 .post-content .fusion-title.fusion-title-size-two.sep-double h2.title-heading-left {
    line-height: 50px !important;
}
body.error404 .post-content .fusion-title h2 {
    line-height: normal !important;
}
/*
* ----------------------------------------------------------------------------------------
* 13. COOKIES BAR STYLE
* ----------------------------------------------------------------------------------------
*/
.cookies a.ctcc-more-info-link {
    text-decoration: underline;
}
.cookies a.ctcc-more-info-link:hover {
    color: #ddd !important;
}
/*
* ----------------------------------------------------------------------------------------
* 14. CONTACT US PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
.contact-us-form {
    border: none;
    max-width: 100%;
    background: transparent;
    margin-top: 0;
}
.contact-us-form h3 {
    padding-top: 0;
    text-align: left;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #333 !important;
}
.contact-us-form .over-welcome {
    padding: 0;
}
.contact-us-form .over-welcome input, .contact-us-form .over-welcome select {
    height: 50px;
    border-radius: 4px;
    margin-bottom: 20px !important;
}
.contact-us-form .over-welcome .select-arrow {
    height: 48px !important;
    line-height: 48px !important;
    width: 48px !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.contact-us-form .over-welcome .form-submit {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
	position: relative;
}
.contact-us-form .over-welcome input[type=submit] {
    margin-bottom: 0px !important;
    margin: 0px;
    background: #005087 !important;
    color: #fff !important;
    padding: 15px 45px !important;
    border-radius: 4px !important;
}
.contact-us-form .over-welcome input[type=submit]:hover {
    background: #0fab30 !important;
    border-color: #0fab30 !important;
}
.contact-us-form .over-welcome .full-name span.wpcf7-not-valid-tip, .contact-us-form .over-welcome .telephone-number span.wpcf7-not-valid-tip, .contact-us-form .over-welcome .email span.wpcf7-not-valid-tip {
    top: -19px;
    height: 40px;
    padding: 12px 0px;
}
.contact-us-form .over-welcome .interested-in span.wpcf7-not-valid-tip, .contact-us-form .over-welcome .How-did-you-find-us span.wpcf7-not-valid-tip {
    top: 4px;
    height: 43px;
    padding: 12px 0px;
}
.contact-us-form .wpcf7-form .fusion-slider-loading {
    position: absolute;
    top: 5px;
    margin-left: 0px;
    width: 20px;
    height: 20px;
    left: 135px;
}
.contact-us-form .over-welcome .message textarea {
    height: 100px;
}
.contact-us-form .over-welcome p {
    margin-bottom: 20px;
}
@media (min-width:320px) and (max-width:767px) {
	.map-col .shortcode-map {
    	height: 300px !important;
	}
	.contact-form-col {
    	margin-top: 20px !important;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 15. COOKIES AND PRIVACY PAGE STYLE
* ----------------------------------------------------------------------------------------
*/
.term-pages-sm .fusion-row .fusion-text strong {
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 700 !important;
}
.mg-tp-0{
	margin-top:10px !important;
}
.font-45{
	font-size:45px !important;
}
.co-about span {
    font-size: 18px;
    color: #888888;
    font-weight: 700;
    line-height: 22px;
    display: block;
}
.co-about h1 {
    font-size: 36px !important;
    margin-bottom: 20px;
    line-height: 29px !important;
    font-weight: 700 !important;
    color: #333 !important;
}
.display-none-btn{
	display:none;
}
/*p.wpsm-show {
    position: absolute;
    bottom: -30px;
}*/
.adjust-btn p.wpsm-show {
    position: absolute;
    bottom: 15px;
}
.adjust-btn-repair p.wpsm-show {
    position: absolute;
    bottom: 0px;
}
/*.adjust-btn-tyre p.wpsm-show {
    position: absolute;
    bottom: -15px;
}*/
.btn-on-mobile h3,
.show_more h3,
.company-intro-main .intro-col h3 {
    font-size: 20px !important;
}
.display-none-btn h3{
	font-size: 20px !important;
}
.btn-on-mobile p {
    margin-top: 15px;
}
@media (min-width:480px) and (max-width:767px) {
	.icon-sec {
    	background-position: left !important;
	}
}
@media (min-width:320px) and (max-width:767px) {
	.icon-04{
		margin-left: 20px;
	}
	.icon-03{
		margin-left: 20px;
	}
	.display-none-btn{
		display:block;
	}
	.btn-on-mobile{
		display:none;
	}
	p.wpsm-show {
    	position: relative;
	}
	.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target{
		margin-left: 0px;
	}
	.map-col iframe {
    	width: 100%;
	}
	.co-about .font-45{
		line-height: 35px !important;
	}
	.icon-01{
		margin-left:-10px;
	}
}
@media (min-width:960px) and (max-width:1199px) {
	.fusion-logo-left.fusion-header-v4 .fusion-logo{
		width:100%;
	}
	.fusion-header-v4 .fusion-logo .fusion-logo-link{
		float:left !important;
	}
	.main-right-header {
    	float: right;
	}
	.item-main-hd{
		width:auto !important;
	}
	.item-main-hd{
		float:left;
	}
	.item-main-hd-new{
		margin-left:85px;
	}
	.display-change-ipad{
		display:none;
	}
	#sticky-sidebar {
    	top: 135px;
	}
	.off-text p{
		font-size:15px;
	}
	.off-text p span{
		font-size:13px;
	}
	.icon-main-section h4{
		font-size: 17px !important;
	}
	.btn-on-mobile {
    	display: none;
	}
	.display-none-btn {
 	   display: block;
	}
	.btn-on-mobile{
		display:none;
	}
	.wpsm-show {
    	text-align: center !important;
	}
	.wpsm-content h3 {
    	text-align: left !important;
	}
	.wpsm-content p {
    	text-align: left !important;
	}
	.wpsm-content .wpsm-hide {
    	display: inline-block !important;
    	text-align: center !important;
	}
	.reviews {
    	min-height: 295px;
	}
	.client-test {
    	background-position: 75% 100% !important;
	}
}
/* Start ReCaptcha styling here */
.â€g-recaptchaâ€ .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    float: none;
    background: none;
}
.pum-content form .â€g-recaptchaâ€ {
    display: block !important;
}
.â€g-recaptchaâ€ iframe {
    background: none;
}
.wpcf7-response-output.wpcf7-spam-blocked {
    display: none !important;
}
.”g-recaptcha” .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    float: none;
    background: none;
}
@media (min-width:992px) and (max-width:1199px) {
	#test-id {
    	transform: scale(0.80) !important;
	}
}
@media (min-width:768px) and (max-width:991px) {
	#test-id {
    	transform: scale(0.60) !important;
	}
	.leave-form-input-area form p span span.wpcf7-not-valid-tip {
    	width: 80% !important;
	}
	span.wpcf7-not-valid-tip {
    	width: 77%;
	}
}
@media (min-width:320px) and (max-width:479px) {
	#test-id {
    	transform: scale(0.75) !important;
	}
	.leave-form-input-area form p span span.wpcf7-not-valid-tip {
    	width: 82%;
	}
	span.wpcf7-not-valid-tip {
    	width: 80%;
	}
}
/* End ReCaptcha here */

/*
* ----------------------------------------------------------------------------------------
* 16. START SIDE BUTTONS STYLE
* ----------------------------------------------------------------------------------------
*/
#side-button {
    right: 0;
    position: fixed;
    top: 45%;
    z-index: 1039;
    width: 120px;
    display: none;
}

#side-button a#sticky-fai {
    width: 90px;
    background: #10b036;
    color: #fff !important;
    height: auto;
    display: block;
    border-top-left-radius: 15px;
    float: right;
    border-bottom-left-radius: 10px;
    position: relative;
    bottom: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .3s ease-in 0s;
}
#side-button a i {
    font-size: 24px;
    color: #fff;
}
#side-button a span {
    color: #fff !important;
    display: block;
    font-weight: 700;
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 12px;
    transition: all .3s ease-in 0s;
	line-height:1.4;
}
#side-button a#sticky-fai:hover {
	width:100px !important;
	color:#fff !important;
}
#side-button a#sticky-fai:hover span {
    padding-left: 5px;
    width: 100%;
}



#side-button a#sticky-gaq {
    width: 90px;
    background: #004d86;
    color: #fff !important;
    height: auto;
    display: block;
    border-top-left-radius: 10px;
    float: right;
    border-bottom-left-radius: 15px;
    position: relative;
    bottom: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .3s ease-in 0s;
    margin-top: 10px;
}
#side-button a i {
    font-size: 24px;
    color: #fff;
}
#side-button a span {
    color: #fff !important;
    display: block;
    font-weight: 700;
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 12px;
    transition: all .3s ease-in 0s;
	line-height:1.4;
}
#side-button a#sticky-gaq:hover {
	width:100px !important;
	color:#fff !important;
}
#side-button a#sticky-gaq:hover span {
    padding-left: 5px;
    width: 100%;
}

#mobile-sticky-sidebar {
    display: none;
}
.sticky-bttns .widget_text {
    margin-bottom: 0px !important;
}

.sticky-sidebar-buttons .widget {
    margin-bottom: 0px !important;
}


@media (max-width: 1024px) {
	/* hide side buttons */
	#side-button {
		display:none !important;
		visibility:hidden;
	}
#mobile-sticky-sidebar {
    position: fixed;
    z-index: 1039;
    width: 100%;
    display: flex;
    bottom: 0;
    left: 0;
}

#mobile-sticky-sidebar a#mobile-sticky-fai {
    width: 50% !important;
    background: #10b036;
    height: auto;
    display: block;
    position: relative;
    bottom: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-btns-call {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mobile-sticky-sidebar a .mobile-btns-call i {
    font-size: 18px;
    color: #fff;
}
.mobile-btns-call .clearfix {
    display: none !important;
	-webkit-display:none;
}
#mobile-sticky-sidebar a .mobile-btns-call span {
    color: #fff;
    display: block;
    font-weight: 700;
    padding-top: 0px;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 10px;
}
#mobile-sticky-sidebar a#mobile-sticky-gaq {
    width: 50% !important;
    background: #004d86;
    height: auto;
    display: block;
    float: right;
    position: relative;
    bottom: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
	
	.copyrighttxt {
    	padding-bottom: 70px;
	}

/* End side buttons here */
}
@media only screen and (max-width: 480px) {
	#mobile-sticky-sidebar a#mobile-sticky-fai {
    	padding-top: 12px;
    	padding-bottom: 12px;
	}
	#mobile-sticky-sidebar a#mobile-sticky-gaq {
    	padding-top: 12px;
    	padding-bottom: 12px;
	}
	.mobile-btns-call {
    	width: auto;
    	display: flex;
    	flex-direction: column;
	}
	#mobile-sticky-sidebar a .mobile-btns-call i {
		display: none;
	}
}

/* Set Booking Iframe style here */
.booking-iframe iframe {
	width: 100% !important;
	min-height: 200px;
	height: auto !important;
}

@media (max-width: 768px) {
	.booking-iframe iframe {
    	min-height: 220px;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 17. START REEL IMAGE SLIDESHOW STYLE
* ----------------------------------------------------------------------------------------
*/
.reel-slider {
	display:none;
}
.reel-img-roller {
	display:none;
}
ul.scroll1 li {
    margin-left: 10px;
    margin-right: 10px;
}
ul.scroll2 li {
    margin-left: 10px;
    margin-right: 10px;
}

/*
* ----------------------------------------------------------------------------------------
* 18. COVID 19 POPUP STYLE
* ----------------------------------------------------------------------------------------
*/
#popmake-297 {
    border: 3px solid #1c4583 !important;
}
#popmake-297 .pum-title {
    border-bottom: 2px solid #1c4583;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700 !important;
}
.covid-text {
}
.covid-text h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #1c4583;
    text-transform: uppercase;
    font-size: 16px;
	text-align: center;
}
.covid-text p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
	text-align: center;
}




/*
* ----------------------------------------------------------------------------------------
* 10. SEO TEMPLATES STYLE
* ----------------------------------------------------------------------------------------
*/
.inner-gallery-main {
    width: 58%;
    float: right;
    margin-left: 25px;
    margin-bottom: 20px;
}
.seo-template-content .inner-content h2, 
.seo-template-content h3:not(.inner-gallery-main h3) {
    margin-top: 0px !important;
    font-size: 24px !important;
    line-height: 29px !important;
    margin-bottom: 20px;
    font-weight: 700 !important;
    color: #333 !important;
}
.seo-template-content .inner-content p {
    margin-bottom: 20px;
}
.seo-map-container {
    margin-top: 40px;
}
.seo-template-content ul {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 30px;
}
.seo-template-content ul li {
    font-weight: 600;
}
.seo-template-content ul.normal-list {
    display: flex;
    flex-wrap: wrap;
}
.seo-template-content ul.normal-list li {
    flex: 0 0 45%;
}
/* Start col list here */
.col-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}
.col-list ul .col-list-col, .mot-list ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
.col-list.with-add-more ul {
    margin-bottom: 0px;
}
.col-list.with-add-more .ul-many-others {
    padding-left: 40px;
    font-weight: 700;
	margin-bottom: 30px;
}
/* Ends col list here */

@media (max-width: 1024px) {
	.seo-template-content ul.normal-list li {
    	flex: 0 0 50%;
	}
}
@media (max-width: 768px) {
	.seo-template-content ul.normal-list li {
    	flex: 0 0 100%;
	}
	/* change col list to 100% */
	.col-list ul .col-list-col, .mot-list ul li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.mkeyword, .srv-link {
    color: #004d86;
    font-weight: 700;
}
.srv-link {
	text-decoration: underline;
}
.post-content .intro-text strong {
    font-weight: 700 !important;
}
/* manage gallery desktop and mobile view */
.mobile-view {
	display: none;
}
@media only screen and (max-width: 992px) {
	.desktop-view {
		display: none;
	}
	.inner-gallery-main.mobile-view {
        width: 70%;
        float: unset;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
	.seo-map-container {
    	margin-bottom: 10px;
	}
}
@media only screen and (max-width: 768px) {
    .inner-gallery-main.mobile-view {
        width: 100%;
    }
	.seo-page-container {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 0px !important;
	}
}
/* Service page contact buttons */
.service-contact-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	padding-top: 10px;
    padding-bottom: 0px;
}
.service-contact-btns a {
    padding: 10px 30px;
    background: #004986;
    border-radius: 7px;
    margin: 0px 20px;
    min-width: 350px;
    text-align: center;
    color: #fff;
    font-weight: 600;
	text-decoration: none;
}
.service-contact-btns a i {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid;
	border-radius: 100%;
	margin-right: 20px;
	transition: 0.5s all ease 0s;
}
.service-contact-btns a:hover {
    background: #12b53c;
    color: #fff;
}
.service-contact-btns a:hover i {
    background: #fff;
    color: #12b53c;
}
@media only screen and (max-width: 800px) {
	.service-contact-btns a {
		margin: 0px 10px;
    	min-width: 329px;
	}
}
@media only screen and (max-width: 768px) {
	.service-contact-btns {
    	flex-direction: column;
	}
	.service-contact-btns a {
    	margin: 0px 0px;
    	min-width: 100%;
	}
	.service-contact-btns a:first-child {
    	margin-bottom: 20px;
	}
	.service-contact-btns a {
    	display: flex;
    	align-items: center;
    	justify-content: center;
	}
	.service-contact-btns a i {
    	flex: 0 0 36px;
	}
}





/* Adjust Home page welcome content */
.company-intro-main.homepage {
    display: flex;
}
.company-intro-main.homepage .intro-pic-col.home-pic-col {
    flex: 0 0 58%;
}
@media (max-width: 1200px) {
	.company-intro-main.homepage {
    	flex-direction: column;
	}
	.company-intro-main.homepage .intro-pic-col.home-pic-col .image-banner {
    margin-top: 0px;
}
}
@media (max-width: 768px) {
	.company-intro-main.homepage .intro-pic-col.home-pic-col {
    	flex: 0 0 70%;
	}
}
@media (max-width: 480px) {
	.company-intro-main.homepage .intro-pic-col.home-pic-col {
    	flex: 0 0 100%;
	}
}
@media (max-width: 960px) {
.ubermenu.ubermenu-responsive {
    	overflow-y: auto !important;
	}
	.ubermenu-responsive .ubermenu-item-level-0 {
        width: 100% !important;
    }
}