/*!
Theme Name: childtheme
Theme URI: https://kiwiwebsitedesign.nz/
Author: kiwiwebsitedesig
Author URI: https://kiwiwebsitedesign.nz/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: childtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
html.skrollr.skrollr-mobile {
    overflow: visible !important;
}
.widget {
    margin: 0;
    padding: 0;
}
.search-submit {
    display: none;
}
	#hero .slick-dots {
   display: none !important;
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: none;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Rubik', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Rubik', sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Rubik', sans-serif;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #FD5F1F;
}

a:visited {
	color: #FD5F1F;
}

a:hover,
a:focus,
a:active {
	color: #FD5F1F;
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
#ouser h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    padding: 0;margin: 0 0 46px 0px;
   
}
.redicon {
  height: 40px;
width: 40px;
background: #BD0303;
color: #fff;
border-radius: 50px;
padding: 7px 0 0 0;
display: inline-block;
margin: 0 16px 17px 0;
text-align: center;
}
ul li {
    list-style: none;margin: 0 0 26px 0;
width: 95%;
font-size: 18px;
line-height: 26px;
}
#ouser ul{
    
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}
.headercontact .widget {
    margin: 0;
    display: inline-block;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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


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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.slick-track:focus, .slick-list:focus, .type_outer {
    outline: none !important;
}
div:focus {
    outline: none !important;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: 'Rubik', sans-serif;
	color: #000000;
	font-size: 18px;
	height:auto !important;
	overflow: visible !important;overflow-x: hidden !important;
  }
  
  a {
	color: #FD5F1F;
  }
  
  a:hover {
	color: #FD5F1F;
	text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
	font-family: 'Rubik', sans-serif;
  }
  @font-face {
	font-family: "AvenirLTStd-Book";
	src: url("assets/fonts/AvenirLTStd-Book.eot"); /* IE9 Compat Modes */
	src: url("assets/fonts/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	  url("assets/fonts/AvenirLTStd-Book.otf") format("opentype"), /* Open Type Font */
	  url("assets/fonts/AvenirLTStd-Book.svg") format("svg"), /* Legacy iOS */
	  url("assets/fonts/AvenirLTStd-Book.ttf") format("truetype"), /* Safari, Android, iOS */
	  url("assets/fonts/AvenirLTStd-Book.woff") format("woff"), /* Modern Browsers */
	  url("assets/fonts/AvenirLTStd-Book.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: "AvenirLTStd-Roman";
	src: url("assets/fonts/AvenirLTStd-Roman.eot"); /* IE9 Compat Modes */
	src: url("assets/fonts/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	  url("assets/fonts/AvenirLTStd-Roman.otf") format("opentype"), /* Open Type Font */
	  url("assets/fonts/AvenirLTStd-Roman.svg") format("svg"), /* Legacy iOS */
	  url("assets/fonts/AvenirLTStd-Roman.ttf") format("truetype"), /* Safari, Android, iOS */
	  url("assets/fonts/AvenirLTStd-Roman.woff") format("woff"), /* Modern Browsers */
	  url("assets/fonts/AvenirLTStd-Roman.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: "AvenirLTStd-Black";
	src: url("assets/fonts/AvenirLTStd-Black.eot"); /* IE9 Compat Modes */
	src: url("assets/fonts/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	  url("assets/fonts/AvenirLTStd-Black.otf") format("opentype"), /* Open Type Font */
	  url("assets/fonts/AvenirLTStd-Black.svg") format("svg"), /* Legacy iOS */
	  url("assets/fonts/AvenirLTStd-Black.ttf") format("truetype"), /* Safari, Android, iOS */
	  url("assets/fonts/AvenirLTStd-Black.woff") format("woff"), /* Modern Browsers */
	  url("assets/fonts/AvenirLTStd-Black.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
  }
@media only screen and (min-width: 1300px) {
	.container {
		width: 1255px;
		max-width: 1300px;
	}
}
@media only screen and (max-width: 1300px) {
	.container {
		width: 90%;
		max-width: 90%;
	}
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background:#bd0303;
	text-align: center;
  }
  #preloader img, #preloader svg{
	  width:20%;
	  height:auto;
	  -webkit-transition:all 1s ease;
       -moz-transition:all 1s ease;
        -ms-transition:all 1s ease;
         -o-transition:all 1s ease;
			transition:all 1s ease;
	margin-top: 150px;
  }
  #preloader svg{
	animation:bg_color 4s infinite;
	-moz-animation:bg_color 4s infinite;
	-webkit-animation:bg_color 4s infinite;
}
	  @keyframes bg_color
      {
             0%{		opacity: 0.6;	}
		10%{	opacity: 0.8;	}
		20%{	opacity: 1;	}
		50%{	opacity: 0.6;	}
		59%{	opacity: 0.6;	}
		79%{	opacity: 0.6;	}  
		99%{	opacity: 1;	}
		100%{	opacity: 1;	}
      }
      @-moz-keyframes bg_color
      {
		0%{		opacity: 0.6;	}
		10%{	opacity: 0.8;	}
		20%{	opacity: 1;	}
		50%{	opacity: 0.6;	}
		59%{	opacity: 0.6;	}
		79%{	opacity: 0.6;	}
		99%{	opacity: 1;	}
		100%{	opacity: 1;	}
      }
      @-webkit-keyframes bg_color
      {
        0%{		opacity: 0.6;	}
		10%{	opacity: 0.8;	}
		20%{	opacity: 1;	}
		50%{	opacity: 0.6;	}
		59%{	opacity: 0.6;	}
		79%{	opacity: 0.6;	}
		99%{	opacity: 1;	}
		100%{	opacity: 1;	}
      }

  
  #preloader:before {
	content: "";
	position: fixed;
	top: calc(70% - 30px);
	left: calc(50% - 30px);
	border: 6px solid rgba(0,0,0,.075);
	border-top-color: #efefef;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  
  @keyframes animate-preloader {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  
  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
	[data-aos-delay] {
	  transition-delay: 0 !important;
	}
  }

  /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}#ouser {
    padding-bottom: 0;
}
.page-template-about-us .innerbanner {
    padding: 0px 0 0 0;

background-repeat: no-repeat;
background-size: cover;
background-position: center;
min-height: 710px;
}
.page-template-about-us .innerbanner .inshade {
    background: rgba(0,0,0,25%);
    padding: 351px 0;
}
.page-template-contact-us .innerbanner .inshade {
    min-height: 800px;
}
.innerbanner {
    padding: 0px 0 0 0;

background-repeat: no-repeat;
background-size: cover;
background-position: center;

}
.search-results .post-thumbnail img {
    width: auto;
    margin: 0 auto;
}
.search-results .post{
	text-align:center;padding:40px 150px;
}
.innerbanner .inshade{
	
	background:rgba(0,0,0,25%);padding: 110px  0;
}
.innerbanner h3{
	font-size: 48px;
font-weight: 600;text-transform:uppercase;

color: #fff;
padding: 20px 24px;
font-family: 'Rubik', sans-serif;
text-align:center;
}
.search-field {
    background-color: transparent;
    background-image: url(/industrialseatbelts/wp-content/uploads/2020/07/search.svg) !important;
    background-position: 10px center !important;
    background-repeat: no-repeat !important;
    background-size: auto;
    border: none;
    cursor: pointer;
    height: 37px;
    border: 1px solid #353333;
        border-top-color: rgb(53, 51, 51);
        border-top-style: solid;
        border-top-width: 1px;
        border-right-color: rgb(53, 51, 51);
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: rgb(53, 51, 51);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-color: rgb(53, 51, 51);
        border-left-style: solid;
        border-left-width: 1px;
    border-top-color: rgb(53, 51, 51);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(53, 51, 51);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(53, 51, 51);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(53, 51, 51);
    border-left-style: solid;
    border-left-width: 1px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 1px;
    font-size: 18px;
   font-family: 'Rubik', sans-serif;
    color: #424242;
}

.widget_search .search-field {
    border-color: #FD5F1F;
    background: #FD5F1F;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    width: 40px;
    border-radius: 20px;
   
    position: absolute;
    right: 6px;
    top: 3px;color: transparent;
}
.widget_search .search-field::placeholder{
	font-size:18px;
	opacity:1;
	font-family: 'Rubik', sans-serif;
}
.search-field:focus {
    border: 1px solid #f56423;
    cursor: text;
    outline: 0;
	padding-left:18px;
    width: 310px!important;
    background: #fff;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    right: 0px;
    z-index: 9999;
    font-family: 'Rubik', sans-serif;
    outline: none !important;
}
#menu-item-819 {
    margin-bottom: 0;
    color: #fff !important;
    opacity: 1 !important;
}
.headercontact {
    padding: 0;
	overflow: inherit;z-index: 4;position: relative;
    
}
.nav-menu.d-none.d-lg-block {
    padding: 38px 0 0 0;
}
.rbg {
   padding: 2px 0 16px 36px;position: relative;
  background-image: url("../../../images/rbg.png");background-size:cover;
       background-repeat:no-repeat;
}
.rbg:after {
content: '';
width: 100px;
height: 96px;
position: absolute;
background-image: url("https://mcdermond.co.nz/wp-content/uploads/2021/01/Master-Plumbers-Logo-e1610946339811.jpg");

background-repeat: no-repeat;
top: 28px;
background-size: contain;
margin: 0 0 0 254px;
}
.rpad {
    padding: 0 0 0 134px;
}
.rbg .mbtn {
    position: absolute;
    top: 28px;
    margin: 0 0 0 68px;
    background: #000;
    border-radius: 10px;
    font-weight: 700;
    padding: 21px 42px;
}
.mbtn:hover {
    color: #ffcf01;
}
.rbg .fa.fa-facebook {
    height: 58px;
    position: absolute;
    background: #000;
    width: 58px;
    text-align: center;
    top: 28px;
    border-radius: 10px;
    padding: 20px 0 0 0;
    color: #fff;
	transition-duration:.3s;
}
.rbg .fa.fa-facebook:hover{
	color:#ffcf01;
}
.header_phone img {
    float: left;
margin: 8px 9px 0 0;
transition-duration: .3s;
}
 .header_phone:hover img{
	
  }
.admin-bar #header{
	top: 32px;
}
#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 4px 0px 0px 0px;
	 animation-duration: 0.8s;
    transition: 0.8s;
    background-color:#fff;
  }
  #menu-main-menu {
    margin: 8px 0 0 0;
}
  #header.header-scrolled {
	top: 0;
	background: #fff;
  }
  
  #header .container {
   
    padding-bottom: 6px;
	}
	.header-scrolled .container {
		padding-bottom: 6px !important;
	}
	.innerp-header {
		background-color: #fff !important;
		padding: 38px 0px;
	}
  #header .logo {

  }
  
  #header .logo a {
	
  }
  
  #header .logo img {

  }
  .navbar-brand {
padding-top: 20px;
    padding-bottom: 0;

}
  @media (max-width: 992px) {
	#header {
	  top: 0;
	  padding: 0px 0;
	  background: transparent;
	}
	#header .logo {
	  font-size: 28px;
	}
  }
  #header.is-fixed{
        position: fixed;
        z-index: 100;
        animation-name: stickySlideDown;
        padding: 0;
        transition: none;
        background-color:#fff;
        width:100%;
		top:0;
    }
    @keyframes stickySlideDown {
        0% {
            opacity: 0.7;
            transform: translateY(-100%);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    #header.is-fixed .container{
        padding-bottom:0px;
    }
  .header-inner-pages {
	background: rgba(0, 0, 0, 0.9) !important;
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Desktop Navigation */
  .nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  .nav-menu > ul {
	display: flex;
  }
  
  .nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
	padding: 18px 10px;
	margin-left: 5px;
	transition: 0.3s;
  }
  
  .nav-menu li.current-menu-item a {
		border-bottom: solid 4px #E52E37;
		padding: 0px 0px 2px;
	}
	 .home .nav-menu li.current-menu-item a {
		border-bottom: solid 4px #E52E37!important;
		padding: 0px 0px 2px;
	}
	.nav-menu li a::active::after{
		 border-bottom: solid 3px #E52E37 !important;
	}
	.nav-menu li a::after {
		display: block;
		content: '';
		border-bottom: solid 3px #FFFFFF;
		transform: scaleX(0) !important;
		transition: transform 250ms ease-in-out;
		position: absolute;
		bottom: -3px;
		width: 100%;
		margin: 0px !important;
		border-top: 0px !important;
		border-left: 0px !important;
		border-right: 0px !important;
	}
	.nav-menu li a:hover::after {
		transform: scaleX(1) !important;
	}
  .nav-menu a {
	display: block;
	position: relative;
	color: #bd0303;
	transition: 0.3s;
	font-size: 15px;
	font-family: 'Rubik', sans-serif;
	font-weight:600;
	
	text-transform: uppercase;
	padding: 0px 0px 2px;
  }
  #menu-main-menu li span {
    display: none !important;
}
  .nav-menu > ul > li:hover, .nav-menu .active {
	background: #bd0303;
  }
  .nav-menu > ul > li:hover a{
	  color: #fff;
  }
  ul.abb li {
    list-style: none;
    margin: 0 0 48px 0;
  }
  .redicon.ab {
    height: 40px;
    width: 40px;
    background: #BD0303;
    color: #fff;
    border-radius: 50px;
    padding: 7px 0 0 0;
    display: inline-block;
    margin: 0 16px 0 0;
    text-align: center;
    float: left;
}
  .gasfit li{text-align:center;}
  .nav-menu .menu-item-has-children ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
  }
  
  .nav-menu .menu-item-has-children:hover > ul {
	opacity: 1;background: #BD0303;
	top: 100%;
	visibility: visible;
  }
  
  .nav-menu .menu-item-has-children li {
	min-width: 180px;
	position: relative;
	padding: 0px 20px;
  }
  
  .nav-menu .menu-item-has-children ul a {
	padding: 10px 0px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #191919;
  }
  
  .nav-menu .menu-item-has-children ul a:hover, .nav-menu .menu-item-has-children ul .active > a, .nav-menu .menu-item-has-children ul li:hover > a {
	color: #fff;
  }
  .nav-menu li > ul li a::after{
	border-bottom: solid 3px #dc3545;
  }
  /*.nav-menu .menu-item-has-children > a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px;
  }*/
  
  .nav-menu .menu-item-has-children	 .menu-item-has-children ul {
	top: 0;
	left: calc(100% - 30px);
  }
  
  .nav-menu .menu-item-has-children .menu-item-has-children:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
  }
  
  .nav-menu .menu-item-has-children .menu-item-has-children > a {
	padding-right: 35px;
  }
  
  .nav-menu .menu-item-has-children .menu-item-has-children > a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
  }
  
  @media (max-width: 1366px) {
	.nav-menu .menu-item-has-children .menu-item-has-children ul {
	  left: -90%;
	}
	.nav-menu .menu-item-has-children .menu-item-has-children:hover > ul {
	  left: -100%;
	}
	.nav-menu .menu-item-has-children .menu-item-has-children > a:after {
	  content: "\ea9d";
	}
  }
  
  /* Mobile Navigation */
  .mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
  }
  
  .mobile-nav-toggle i {
	color: #bd0303;
  }
  
  .mobile-nav {
	position: fixed;
	top: 100px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 9999;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out 0.2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 10px 0;
  }
  
  .mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  .mobile-nav a {
	display: block;
	position: relative;
	color: #191919;
	padding: 10px 20px;
	font-weight: 500;
	outline: none;
  }
  
  .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #bd0303;
	text-decoration: none;
  }
  
  .mobile-nav .menu-item-has-children > a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
  }
  
  .mobile-nav .active.drop-down > a:after {
	content: "\eaa1";
  }
  
  .mobile-nav .menu-item-has-children > a {
	padding-right: 35px;
  }
  
  .mobile-nav .menu-item-has-children ul {
	display: none;
	overflow: hidden;
  }
  
  .mobile-nav .menu-item-has-children li {
	padding-left: 20px;
  }
  
  .mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out 0.2s;
  }
  
  .mobile-nav-active {
	overflow: hidden;
  }
  
  .mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
  }
  
  .mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
  }
  
  .menu_wrap{
	display: flex;padding: 0 0 0 26px;position: relative;
  }
/* .menu_wrap:after {
content: '';
width: 100px;
height: 96px;
position: absolute;
background-image: url("http://mcdermond-plumbing.testweb.nz/wp-content/uploads/2021/01/Master-Plumbers-Logo-e1610946339811.jpg");
background-repeat: no-repeat;
top: -26px;
right: 65px;
background-size: contain;
} */
  .header_phone {
	margin-left: 0px;
	display: inline-block;
	margin-right: 8px;
	margin-top: 10px;
  }
  .header_phone a {
	font-size: 15px;
	color: #fff;

	font-family: 'Rubik', sans-serif;
	transition-duration:.3s;
  }
  .header_phone a:hover{
	  color:#ffcf02;
  }
 
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.mbtn{
	background: #bd0303;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 18px 38px;
    transition-duration: .3s;
    font-weight: 700;
}
.mbtn:hover{
	background:#000;
}
#hero .mbtn {
    background: #bd0303;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 18px 38px;
    transition-duration: .3s;
    font-weight: 700;
    margin: 0 5px;
}
#hero .mbtn:hover{
	background:#000;
}
#hero .shaded {
    background: rgb(0, 0, 0, 0.4);width: 100%;padding:168px 0 180px 0;
}
#hero {
	padding: 0;
	background-image: url("../../../images/banner.jpg");background-size:cover;
       background-repeat:no-repeat;background-position:center;
  }
  
 	.phonebox {
    background: #bd0303;
    font-size: 36px;
    color: #fff;clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
    font-weight: 600;
    width: 448px;font-family: 'Rubik', sans-serif;
    height: 115px;position: absolute;
bottom: -45px;
    padding: 29px 0 0 65px;
}
.phonebox a{
	color: #fff;font-family: 'Rubik', sans-serif;
}
.phonebox i{
	margin:0 14px 0 0 ;font-size: 32px;
}
  .center {
    margin: 0 auto;
}

.slick-dotted.slick-slider {
    margin-bottom: 12px!important;
}
.center .under {
    border-bottom: 1px solid #fff;
    width: 353px;
    margin: 0 auto 18px;
}
  #hero h1 {
    font-size: 48px;
text-transform: uppercase;
color: #fff;
font-family: 'Rubik', sans-serif;
line-height: 45px;
font-weight: 600;
width: 50%;
margin: 0 auto;
}
  
  #hero h2 {
	color: #eee;
	margin-bottom: 0px;
	font-size: 24px;
  }
  
  #hero .btn-get-started {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
	display: inline-block;
	padding: 10px 28px;
	transition: 0.5s;
	border: 2px solid #fff;
	color: #fff;
  }
  
  #hero .btn-get-started:hover {
	background: #cc1616;
	border-color: #cc1616;
  }
  .type_outer {
	padding-top:0;  
	
}
.slide_outer {
   
}
.slide_outer p{
	color: #ffffff;
font-size: 24px;
line-height: unset;
margin-bottom: 4px;
width: 100%;
font-family: 'Rubik', sans-serif;
text-align: center;
font-weight: 900;
text-transform: uppercase;
}
.poset{
	top: -40px;position:relative;z-index:999;
}

.slide_outer .slick-vertical .slick-slide{
    
}
  .slider-progress{
	position: absolute;
    left: -20px;
    top: -7px;
    width: 100%;
    height: 300px;
}
.slider-progress span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 3px;
	height: 0px;
	background-color: #E6E6E6;
	transition: all 0s linear;
}
.slider-progress span.active{
	height: 100%;
}
/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
  0% {
       opacity: 0;
       -webkit-transform: translateY(-50px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateY(0);
    }
    150% {
       opacity: 0;
       -webkit-transform: translateY(-50px);
    }
}

@keyframes fadeInUpSD {
  0% {
       opacity: 0;
       -webkit-transform: translateY(-50px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateY(0);
    }
    150% {
       opacity: 0;
       -webkit-transform: translateY(-50px);
    }
}


.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active.img-wrap p {
  /*animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;*/
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active.works.img-wrap p {
  animation-name: fadeInUp;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
    transition-delay: 9s;
}

  @media (min-width: 1024px) {
	#hero {
	  background-attachment: fixed;
	}
  }
  
  @media (max-width: 768px) {
	#hero {
	  text-align: center;
	}
	#hero .container {
	  padding-top: 40px;
	}
	#hero h1 {
	  font-size: 28px;
	  line-height: 36px;
	}
	#hero h2 {
	  font-size: 18px;
	  line-height: 24px;
	  margin-bottom: 30px;
	}
  }
  
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
  }
  
  .section-title {
	padding: 30px 0;
	position: relative;
	width: 100%;
  }
  
  .section-title h2 {
	font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #000000;
    position: relative;
    z-index: 2;
	font-family: "AvenirLTStd-Book";
	letter-spacing: -2px;
  }
  
  .section-title span {
	position: absolute;
    top: 30px;
    color: #E6E6E6;
    left: -38px;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 127px;
    text-transform: uppercase;
    line-height: 68px;
	font-family: "AvenirLTStd-Black";
	opacity: 0.3;
  }
  
  .section-title p {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
	font-family: "AvenirLTStd-Book";
    font-size: 45px;
    line-height: 54px;
    color: #CF3D49;
  }
  a.arrow_link {
	font-size: 12px;
	color: #CF3D49;
	text-transform: uppercase;
	line-height: 70px;
	cursor:pointer;
	transition: all .8s cubic-bezier(.2,.6,.4,1);
  }
  a.arrow_link img {
	padding-left: 17px;
	transition: all 1.25s cubic-bezier(.2,.6,.4,1);
  }
  a.arrow_link:hover > img {
		margin-left: 20px;
	}
  .nopadding {
	padding: 0 !important;
 }
  /*--------------------------------------------------------------
	# About
	--------------------------------------------------------------*/
	.page-title {
    text-align: center;
}
	.absec {
  padding: 119px 0 0px 0;
}
.undersb {
    border-bottom: 5px solid #E75419;
    width: 85px;
    margin: 0 auto 16px;
}
.abg {
    background-image: url("/industrialseatbelts/wp-content/uploads/2020/07/postimg.jpg");
    background-size: cover;
    background-repeat: no-repeat;margin: 14px 0 0 0;
    background-position: center;
}
.abg .shadebg{
	min-height:448px;
	   
}
.absec .under {
    margin: 0 0 16px 0;
}
.absec p{
	font-size: 18px;
color: #000;
font-family: 'Rubik', sans-serif;
font-weight: 400;
line-height: 26px;width: 82%;
}
.absec  img{
	margin: 14px 0;
}
.absec p span{
	display:block;
	margin:10px 0 0 0;
}
.absec p span strong{
	color:#bd0303;
}
.plumb.absec h3 {
    width: 90%;
}
.plumb.absec p {
    width: 95%;
}
.plumb ul li{
	list-style:none;margin: 0 0 26px 0;width: 95%;font-size: 18px;
line-height: 26px;
}
.plumb ul li img{
	float: left;
margin: 5px 16px 32px 0;
}
.absec p a{
	color:#bd0303;
}
.absec .down p{
	width:100%;
}
.absec h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    color: #000;
    font-family: 'Rubik', sans-serif;
	text-transform:uppercase;margin: 0 0 14px 0;
}
.absec h3 {
    font-size: 24px;
    font-weight: 600;margin: 0 0 32px 0;
    color: #000;
    font-family: 'Rubik', sans-serif;
}
.about .section-title span {
	opacity: 0.3;
} 
 .about-text {
    padding-top: 60px !important;
    display: inline-block;	
  }
  /*--------------------------------------------------------------
	# Client
	--------------------------------------------------------------*/
	.clients_sec{
		padding-top: 0px !important;
	}
  .clients_sec h2 {
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #CF3D49;
    font-family: "AvenirLTStd-Book";
    margin-bottom: 30px;
}
.clients_sec ul {
    padding: 0px;
    margin: 0px;
	width: 100%;
	text-align: center;
}
.clients_sec ul li {
    display: inline-block;
    margin: auto;
    text-align: center;
    padding-right: 40px;
}
.clients_sec ul li:last-child {
    padding-right: 0px;
}
/*--------------------------------------------------------------
	# Services
	--------------------------------------------------------------*/
.services_sec {
	background-color: #fff;
	padding: 42px 0 100px 0px;
}
.services_sec .section-title span {
	opacity: 0.1;
} 
.services_sec .section-title{
	width: 100%;
	padding: 0px;
}
.services_sec .section-title span{
	opacity: 0.1;
	line-height: 68px;
    top: -5px;
}
.services_sec .section-title h2{
	color:#ffffff;
	padding-left: 380px;
    line-height: 65px;
}
.services_sec .section-title h2::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 240px;
    background-color: #ffffff;
    margin-top: -130px;
    margin-left: -20px;
}
.services_rows {
    padding: 65px 0px;
    color: #ffffff;
}
.services_rows h3 {
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 30px;
    width: 100%;
    font-family: "AvenirLTStd-Roman";
}
.left_serv .service_img {
    text-align: right;
}
.left_serv .img_outer {
    float: right;
}
.left_serv h3 {
    text-align: right;
}
.left_serv .service_icon {
    text-align: right;
}
.img_outer {
    overflow: hidden;
    float: left;
}
.img_outer img {
    transform: scale(1.4);
}


.contactpag {
    padding: 124px 0 90px 0;
}
.contactpag h2 {
	font-size: 36px;
font-weight: 600;
line-height: 45px;
color: #000;
font-family: 'Rubik', sans-serif;
text-transform: uppercase;
margin: 0 0 4px 0;
}
.contactpag p {
	font-size: 24px;
color: #000;
font-family: 'Rubik', sans-serif;
font-weight: 600;
line-height: 45px;
}
.contactpag ul li {
    list-style: none;
    border: 3px solid #dfdfdf;
    width: 23%;
    float: none;
    margin: 0 14px 14px 0;
    float: left;
    padding: 30px 18px 18px 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #000;transition-duration:.3s;
    font-family: 'Rubik', sans-serif;
    height: 100px;
}
.contactpag ul li  span{
	display:block;
}
.contactpag  ul li a {
    color: #000;
}
.contactpag ul li img {
  float: left;
margin: -3px 4px 24px 0px;
transition-duration: .3s;
width: 12%;
}
.contactpag ul li:hover{
	border: 3px solid #bd0303;
	color:#bd0303;
}
.contactpag ul li:hover img{transform:translatey(-5px);}
.contactpag  .spec {
    padding: 20px 18px 18px 18px !important;
}
/*--------------------------------------------------------------
	# Who we are
	--------------------------------------------------------------*/
	.who_we_are{
		background: url(assets/img/bg-img.svg);
    	background-position: right;
    	background-repeat: no-repeat;
	}
	.who_we_are .section-title span{
		text-transform: capitalize;
	}
	.who_we_are .section-title h2 {
		font-size: 45px;
		padding-top: 20px;
		line-height: 65px;
	}	
	.ww_inner_cols {
		font-size: 16px;
		border-left: solid 5px #CF3D49;
		padding: 0px 20px 10px;
		margin-bottom: 70px;
	}
/*--------------------------------------------------------------
	# Blog
	--------------------------------------------------------------*/

	.blog_section {
		padding: 100px 0px 20px;
		background-color: #E6E6E6;
	}
	.blog_section .section-title {
		margin-bottom: 50px;
	}
	.blog_section .section-title h2 {
		font-size: 45px;
		line-height: 65px;
		margin-bottom: 0px;
	}
	.post_wrap{
		max-height: 700px;
		min-height: 700px;
		height: auto;
	}
	.post_img {
		width: 706px;
		height: auto;
		overflow: hidden;
		display: inline-block;
	}
	.post_desc_outer {
		width: 732px;
		height: auto;
		display: inline-block;
		position: absolute;
		right: 0;
		margin-top: 130px;
		padding: 35px;
		margin-right: 185px;
	}
	.post_desc {
		background-color: #ffffff;
		padding: 60px 85px 20px;
		box-shadow: 0 3px 36px rgb(0 0 0 / 16%);
	}
	.post_count {
		text-align: right;
		font-size: 140px;
		margin-top: -160px;
		font-family: "AvenirLTStd-Black";
		color: #CF3D49;
		letter-spacing: -10px;
		position: absolute;
		z-index: 10;
		right: 0;
		margin-right: 66px;
	}
	.post_desc h3 {
		font-size: 25px;
		line-height: 33px;
		margin-bottom: 30px;
		color: #CF3D49;
		padding-right: 70px;
		font-family: "AvenirLTStd-Roman";
		letter-spacing: 1px;
	}
	.post_desc p {
		padding-right: 30px;
	}
	.post_auth {
		text-align: right;
		margin-top: 10px;
		font-size: 23px;
		line-height: 28px;
		font-family: "AvenirLTStd-Roman";
	}
	.post_auth .post_d {
		color: #777777;
	}
/*--------------------------------------------------------------
	# Footer
	--------------------------------------------------------------*/
	
	.belt{
		background-image: url("/industrialseatbelts/wp-content/uploads/2020/07/bg.png");background-size:cover;
       background-repeat:no-repeat;background-position:center; padding: 70px 0 62px 0;
	}
	.belt h3{
	  font-size:42px;
line-height:49px;
font-weight:600;width: 100%;
text-transform:uppercase;
color:#fff;
font-family: 'Rubik', sans-serif;	  
	}
	.belt h3 span{
		display:block;
	}
	.belt p span a{			  font-size:20px;
line-height:40px;
font-weight:500;
color:#fff;
font-family: 'Rubik', sans-serif;	 }
		.belt p span{
		display:block;font-family: 'Rubik', sans-serif;
		margin:34px 0 0 0;
	}
	.belt p{
			  font-size:20px;
line-height:40px;width: 28%;
font-weight:500;
color:#fff;
font-family: 'Rubik', sans-serif; 
	}
.footer_phone {
    font-size: 25px;
    color: #fff;
   font-family: 'Rubik', sans-serif;
    margin: 0 0 18px 0;
	transition-duration:.3s;
}
.fa{
	transition-duration:.3s;
}
.cform {
    background: #fff;
    border-radius: 10px;
    padding: 85px;
}
.cform h2 {
    color: #000!important ;margin: 0px 0 43px 0!important;
}
.footer_phone:hover{
	color:#bd0303;
}
.cform .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: #000;
    width: 100%;
    border-radius: 6px;
    border: 0;
    padding: 18px 18px;font-family: 'Rubik', sans-serif;
    margin: 0 0 10px 0;
}
.cform .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder{
	color:#fff;font-family: 'Rubik', sans-serif;
	opacity:1;
}
.cform .wpcf7-form-control.wpcf7-textarea::placeholder{
	color:#fff;
	opacity:1;font-family: 'Rubik', sans-serif;
}
.cform .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus{
    color:#fff!important;
}
.cform .wpcf7-form-control.wpcf7-textarea {
    background: #000;
    width: 100%;font-family: 'Rubik', sans-serif;
    border-radius: 6px;
    border: 0;
    padding: 18px 18px;
    margin: 0 0 10px 0;
    height: 110px;
}
.cform textarea:focus{
    color:#fff!important;
}
.cform .wpcf7-form-control.wpcf7-submit {
    background: #bd0303;
    border: 0;
    color: #fff;
    font-weight: 700;font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    padding: 20px 30px;
    float: right;
    border-radius: 10px;
    margin: 7px 0 0 0;
}
.cform .wpcf7-form-control.wpcf7-submit:hover{
	background:#000;
}
.cform p {
    width: 100%!important;
}
footer .circle {
    background: #fff;
    width: 88px;
    height: 88px;
    text-align: center;
    border-radius: 50px;
    padding: 24px 0 0;
    margin: 138px 0 0 0;
}
footer .circle:hover{
	background: #fdd140;
}
footer .ctext:hover .fa{
	color:#bd0303;
}
.footer_phone:hover a{
	color:#bd0303;
}
footer .fa.fa-phone {
    font-size: 16px;
    border: 1px solid #fff;
    padding: 10px 12px;
    border-radius: 50px;
    float: left;
    margin: 0px 12px 0 0;
}
footer .fa.fa-envelope {
    font-size: 12px;
    border: 1px solid #fff;
    padding: 12px 12px;
    border-radius: 50px;
    float: left;
    margin: 0px 12px 0 0;
}
footer .ctext {
   font-size: 18px !important;
margin: 0 0 20px 0 !important;
font-weight: 700;
}
footer .ctext  span{
	display:block;font-weight: 400;
}
footer .ctext img{
	float: left;
margin: 3px 14px 0 0;
}

footer .fa.fa-map-marker{
	font-size: 14px;
border: 1px solid #fff;
padding: 11px 14px;
border-radius: 50px;
float: left;
margin: 0px 12px 45px 0;
}
.footer_phone a{
	font-size: 18px;
line-height: 10px;
color: #ffffff;
font-family: 'Rubik', sans-serif;
font-weight: 700;
}
.footer_phone a span{
	display:block;font-weight: 400;
}
.footer_phone img{
	float: left;
margin: 15px 14px 0 0;
}
	footer h4{
		font-size: 14px;
		font-weight: 600;
		font-family: 'Rubik', sans-serif;
		color: #fff;
		margin: 50px 0 0 0;
		line-height: 15px;text-decoration: underline;
	}
	.lets_talk {
		background-color: #000000;
		color: #ffffff;
		text-align: center;
		overflow: visible;
	}
	.lets_talk .widget {
		padding: 0px;
		margin: auto;
	}
	.lets_talk p {
		display: inline-block;
		text-align: center;
		margin: auto;
		font-size: 40px;
		font-family: "AvenirLTStd-Book";
	}
	.lets_talk a {
		display: inline-block;
		margin-left: 25px;
		position:relative;
	}
	.lets_talk a::after {
        content: '';
        position: absolute;
        width: 73px;
        height: 4px;
        background-color: #CECECE;
        bottom: 8px;
        right: 0px;
         -webkit-transition: 1s ease;
        transition: 1s ease
    }
    .lets_talk a:hover::after{
        width:100%;
    }
	.footer_icon {
		margin-bottom: -96px;
		z-index: 99;
	}
	.site-footer{
		background-image: url("../../../images/footerbanner.jpg");background-size:cover;
       background-repeat:no-repeat;background-position:center;
    	padding: 120px 0px 0px;
	}
	.site-info {
		padding: 0px 0 44px 0px;
	}
	.col1 {
		width: 214px;
	}
	.col2 {
		width: 232px;
		border-right: solid 1px #ffffff;
	}
	.col3 {
		width: 292px;
		padding-left: 60px;
	}
	.col4 {
		width: 258px;
		border-right: solid 1px #ffffff;
	}
	.col5 {
		width: 176px;
		padding-left: 40px;
	}
	.site-info .widget {
		padding: 0px;
		margin: 0px;
	}
	.site-info h2 {
		font-size: 36px;
		color: #ffffff;
		
		line-height: 28px;
		font-weight: 600 !important;
		margin: 0px 0 26px 0;
		text-transform:uppercase;
	}

	.site-info ul {
		padding: 0px;
		margin: 0px;
	}
	.site-info ul li {
		list-style: none;
	}
	.site-info ul li a {
		color: #ffffff;
font-size: 16px;
line-height: 44px;padding: 0 0 8px 0;
font-weight: 600;transition-duration:.3s;
text-transform: uppercase;
font-family: 'Rubik', sans-serif;
	}
	.site-info ul li a:hover{
		color:#bd0303;
	}
	.current_page_item a{
		border-bottom:3px solid #bd0303;
	}
	.site-info p {
		font-size: 18px;
line-height: 20px;
color: #ffffff;
font-family: 'Rubik', sans-serif;
margin: 0px 0 0 0;
width: 90%;
	}
	.site-info .under {
    border-bottom: 4px solid #bd0303;
    width: 85px;
    margin: 48px 0 64px 0;
}
	footer .pset{
    padding: 0 0 0 59px;
}
	footer .pset1{
 
}
	#text-2 p {
		margin-bottom: 0px;
	}
	footer .header_phone img {
    float: left;
    margin: 2px 12px 0 0;
    transition-duration: .3s;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50px;
	
}
	.footer_con_text span {
		color: #ffffff;
		font-size: 12px;
		line-height: 16px;
		display: inline-block;
		float: left;
	}
	.footer_con_text img {
		width: 72px;
		margin-top: 27px;
	}
	.social-ul li.social {
		line-height: 35px;
	}
	.social-ul img {
		width: 19px;
		margin-right: 12px;
	}
	.copyright {
		padding: 40px 0px;
		color: #ffffff;
	border-top: 1px solid #fff;
		font-size: 14px;
		
	}
	.copyright p {
		margin: 0px;
		color: #ffffff;
		font-size: 14px;
		font-weight:400;
		line-height: 24px;font-family: 'Rubik', sans-serif;
	}
	.copyright p a {
		color: #ffffff;
	}
	.tcenter{
		text-align:center;
	}
	#seat {
		
	}
	.under {
    border-bottom: 3px solid #bd0303;
    width: 80px;
    margin: 20px 0;
}
#seat{
		background:#e5e5e5;padding:46px 0 100px 0;
	}

	.inner #seat{
		padding:60px 0 12px 0;
	}
	#seat h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    color: #000;
    font-family: 'Rubik', sans-serif;
	text-transform: uppercase;padding: 79px 0 0 0;
}
	#seat p {
   font-size: 18px;
font-weight: 400;
line-height: 26px;
color: #000;
font-family: 'Rubik', sans-serif;
padding: 79px 0 0 50px;
width: 93%;
}
#seat p span{
	display:block;
	margin:30px 0 0 0;
}
	#seat h3 {
    font-size: 24px;
    font-weight: 600;
    color: #bd0303;
    font-family: 'Rubik', sans-serif;
	text-transform: uppercase;padding: 8px 0 20px 0;
}
#seat h3  span{
	display:block;width: 500px;
	 color: #000;text-transform: none;
}
#seat .mbtn {
    background: #bd0303;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 21px 38px;
    transition-duration: .3s;
    font-weight: 700;
    margin: 0 10px 0 0;
}
#seat .mbtn:hover{
	color:#fff;background:#000;
}
#infosec{
	background-position:center; padding: 0px 0 96px 0;overflow: inherit;
	}
	#infosec .mbtn {
    background: #FD5F1F;
    border: 0;
    font-size: 25px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    border-radius: 0;
    text-transform: uppercase;
    padding: 25px 114px;
	}
	#infosec h2{
		font-size: 36px;
font-weight: 600;
line-height: 45px;
color: #000;
font-family: 'Rubik', sans-serif;
text-transform: uppercase;
padding: 89px 0 0 0;
	}
	ul, ol {
    margin: 0 0 1.5em 3em;
    margin: 0;padding: 0;
}
		#infosec p {
   font-size: 18px;
font-weight: 400;
line-height: 26px;
color: #000;
font-family: 'Rubik', sans-serif;
padding: 22px 0 0 0;width:86%;
}
#infosec .mbtn {
    background: #bd0303;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 21px 38px;
    transition-duration: .3s;
    font-weight: 700;
    margin: 0 10px 0 0;
}
#infosec .mbtn:hover{
	color:#fff;background:#000;
}
#infosec h5{
		font-size: 48px;
font-weight: 800;
line-height: 26px;
color: #000;
font-family: 'Rubik', sans-serif;
text-transform: uppercase;display: inline;
margin:40px 44px 0 0;position:relative;top:13px;

	}
	#infosec .spimg img{
		margin: -53px 0 30px 0;
	}
	#infosec h5 a{
		color: #000;display: inline;
	}
#infosec ul{
	
}
#btnquote {
    text-align: center;
}
#infosec ul li {
 list-style: none;
border: 3px solid #dfdfdf;
width: 46%;
float: left;
margin: 0 10px 10px 0;
display: inline-block;
padding: 26px 10px 26px 10px;
font-size: 14px;
font-weight: 700;
line-height: 21px;
color: #000;
font-family: 'Rubik', sans-serif;
height: 93px;
}
#infosec ul li:hover{
	border: 3px solid #bd0303;
}
#infosec h5 a:hover{
	color:#bd0303;
}
#infosec ul li:hover img{
	border-right: 1px solid #bd0303;
}
 #infosec ul li a{
	 color:#000;
 }
#infosec ul li  img{
	float: left;
margin: -5px 18px 0 0;
border-right: 1px solid #dfdfdf;
padding: 0 18px 0 0;transition-duration:.3s;
}


.absec .redtext {
    font-weight: bold !important;
    margin: 0 !important;
    color: #bd0303 !important;
}

.newletter{
	background:#000;padding:90px 0 82px 0;
}
.newletter h3{
font-size: 24px;
font-weight: 700;
line-height: 26px;
color: #fff;
font-family: 'Rubik', sans-serif;
}
.newletter .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    background: #fff;
    border-radius: 10px;
    border: 0;
    padding: 21px 30px;
    width: 100%;
}
.newletter .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email::placeholder{
	opacity:1;
	font-size:16px;
	color:#8e8e8e;font-family: 'Rubik', sans-serif;
}
.newletter .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
}
.newletter .wpcf7-form-control.wpcf7-submit {
    background: transparent;
    border: 0;
    color: #bd0303;
    font-weight: 800;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    padding: 20px 30px;
    float: right;
	font-size:16px;
    border-radius: 10px;
    margin: 7px 0 0 0;
    position: absolute;
    right: 0;
    TOP: 0;
}
.newletter h3 span{
	display:block;font-size: 45px;
font-weight: 700;
line-height: 45px;
color: #fff;margin: 2px 0 0 0;
font-family: 'Rubik', sans-serif;
}


.testimonials{
	background-image: url("../../../images/testimonial.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 70px 0 62px 0;
}

.testimonials h3{
 	font-size: 36px;
font-weight: 600;
line-height: 45px;
color: #fff;
font-family: 'Rubik', sans-serif;
text-transform: uppercase;
padding: 89px 0 50px 0;
}
.testimonials .quote{
	float:right;width: auto !important;
	position:relative;left:30px;
}
.testimonials h4{
 		font-size: 18px;
font-weight: 700;
line-height: 26px;
color: #bd0303;
font-family: 'Rubik', sans-serif;
}
.testimonials .padset{
	padding: 0 0 0 80px;
}
.testimonials p{
 	font-size: 18px;
	font-weight: 400;
	color: #fff;
	font-family: 'Rubik', sans-serif;
margin: 0;
	padding: 189px 0 0 0;
}
.testimonials p span {
    display: block;
    margin: 8px 0 0 0;
}
.testimonials ul{
	text-align:center;width: 100%;padding:0px 0 46px 0;
}
.testimonials .underline{
	border-bottom: 2px solid #595957;margin:54px 0 60px 0;
}

.testimonials ul li {
   list-style: none;
margin: 0 70px;
font-size: 18px;
font-weight: 700;
line-height: 26px;
color: #fff;transition-duration:.3s;
font-family: 'Rubik', sans-serif;
display: inline-block;width: 15%;
}
 .testimonials ul li a{
	 color:#fff;
 }
.testimonials ul li  img{
margin: 0 auto 26px;
display: block;transition-duration:.3s;

}
.testimonials ul li:hover img{
	transform:translatey(10px);
}
.testimonials ul li:hover{
	color:#bd0303;
}


.testimonials .owl-next {
    height: 52px;
    width: 52px;
    position: absolute;
right:62px;outline-color: transparent !important;
top: 120px;
    background: #fff !important;
    border-radius: 50px;
    color: #fff !important;
}
.testimonials .owl-next:hover {
	background: #fff !important;
}
.testimonials .owl-prev:hover {
	background: #bd0303 !important;
}
.testimonials .owl-prev {
    height: 52px;
    width: 52px;outline-color: transparent !important;
    position: absolute;
right: 0;
top: 120px;
    background: #bd0303 !important;
    border-radius: 50px;
    color: #fff !important;
}
.testimonials .owl-prev img {
    transform: rotate(180deg);
	position: absolute;
top: 16px;
right: 14px;
}
.testimonials .owl-next img {
  position: absolute;
top: 18px;
right: 19px;
}



.suppliers{
	padding:110px 0 90px 0;
}
.suppliers h2{
	font-size: 36px;
font-weight: 600;
line-height: 45px;
color: #000;
font-family: 'Rubik', sans-serif;
text-transform: uppercase;
padding: 0px 0 48px 0;
}
.suppliers ul li{
	list-style: none;
margin: 0 15px;
display: inline-block;
}
.suppliers .owl-next {
    height: 52px;
    width: 52px;
    position: absolute;outline-color: transparent !important;
right:62px;
top: -88px;
    background: #000 !important;
    border-radius: 50px;
    color: #fff !important;
}
.suppliers .owl-next:hover {
	background: #bd0303 !important;
}
.suppliers .owl-prev:hover {
	background: #bd0303 !important;
}
.suppliers .owl-prev {
    height: 52px;
    width: 52px;outline-color: transparent !important;
    position: absolute;
right: 0;
top: -88px;
    background: #000 !important;
    border-radius: 50px;
    color: #fff !important;
}
.suppliers .owl-prev img {
    transform: rotate(180deg);
	position: absolute;
top: 16px;
right: 14px;
}
.suppliers .owl-next img {
   
	position: absolute;
top: 16px;
right: 9px;
}
	.image-class {
    min-height: 206px;
}
.blackshade {
    background: #232121;
    padding: 18px 30px 20px 20px;
	margin-bottom:38px;transition-duration: .3s;
}

.page-content, .entry-content, .entry-summary {
    margin: 0 0px 0 0;
    padding: 20px 0 0 14px;
    font-size: 16px;
    color: #7E7E7E;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
	line-height:27px;
}
.post-thumbnail img {
    width: 100%;
}
.entry-content p span {
    display: block;
    margin: 10px 0 0 0;
}
.p-20 {
    padding: 0 15px;
}
.des{
	
}.pdesign {
    text-align: center;
    margin: 0 auto;
}.page-numbers.current {
    color: #FD5F1F;
}

.nav-links {
    text-align: center;
}
.nav-links .post-title {
    display: none;
}.nav-links {
    padding: 40px 0 140px 0;display: block ruby !important;
}
.meta-nav {
    background: #FD5F1F;
    color: #fff;
    font-size: 13px;margin: 0 30px;
    line-height: 61px;
    padding: 20px 46px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
}

.innerblog .under {
    margin: 0px 0 0 0;
}
.entry-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 59px;
    color: #232121;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    margin: 0;
}

/*--------------------------------------------------------------
	# About Page
	--------------------------------------------------------------*/
	/*section.about-page {
		padding-top: 180px;
	}*/
	.about-page .section-title {
		margin-bottom: -50px;
	}
	.about-page h2 {
		margin-bottom: 0px;
	}
	.ab_right_txt {
		padding: 0px 15px 0px 40px;
	}
	.abpad{
		padding:30px 0 0 0;
	}
	.absec .orng {
    background: #FD5F1F;
    margin: 0;
    color: #fff;
    font-size: 65px;
    font-family: 'Rubik', sans-serif;
    line-height: 78px;
    font-weight: 600;
    padding: 26px 48px;
    text-transform: uppercase;
}

	td.white_td {
		line-height: 50px;
	}
	.table td, .table th{
		border-bottom: 1px solid #707070 !important;
	}
	th.black_td {
		padding: 22px 0px 0px 0px !important;
	}
	.inner_th {
		background-color: #cf3d49;
		width: 100%;
		font-size: 25px;
		padding-bottom: 15px;
	}
	.inner_th.th_col_1 {
		width: 94%;
		float: right;
		padding-left: 50px;
	}
	.inner_th.th_col_2 {
		width: 94%;
		float: left;
		text-align: right;
		padding-right: 171px;
	}
	.small_txt {
		font-size: 15px;
		margin-bottom: -20px;
	}
	.inner_th.th_col_1 .small_txt {
		opacity: 0;
	}
	

	.slick-dots{
		
   text-align: center !important;
float: none !important;
left: 0% !important;
bottom: auto !important;
top: 295%;
	}

	.slick-dots li{
		display: inlineblock !important;
		overflow: hidden;
	}



	.blog_section .slick-dots li button{
		background-color: #000000 !important;
	}
	.slick-dots li button{
		
		border-radius: 50px !important;
		width:10px !important;
		height:10px !important;
	}


	.blog_section .slick-dots li button:after {
		border-left: solid 3px #CECECE !important;
		background-color: #CECECE;
	}

.slick-dots li {
    display: inlineblock !important;
    overflow: hidden;
}
.slick-dots li {
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}
	.slick-dots li button:after {
		display: block;
		content: '';
		transform: scaleY(0) !important;
		transition: transform 250ms ease-in-out;
		position: absolute;
		bottom: 22px;
		width: 2px;
		margin: 0px !important;
		border-top: 0px !important;
		border-left: 0px !important;
		border-right: 0px !important;
		height: 45px;
		left: 4px;
	}
	.slick-dots li.slick-active button:after {
		transform: scaleY(1.5) !important;
	}
	#hero .slick-dots li button{
		background-color: #7E7E7E !important;
	}
	#hero .slick-active button{
		background-color: #fff !important;border-left: solid 3px #fff !important;
		
	}#hero .slick-active button:after{
background-color: #fff !important;
border-left: solid 3px #fff !important;
left: 1px;
width: 11px;
border-radius: 50px;
top: 1px;
height: 7px;

	}
	#hero .slick-active li button:after {
    border-left: solid 3px #fff !important;
    background-color: white;
}
#hero .slick-active li button {
    background-color: #fff !important;
}
	.the-arrow {
		width: 135px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.the-arrow.-left {
		position: absolute;
		top: 48%;
		left: 0;
	}
	.the-arrow.-left > .shaft {
		width: 0;
		background-color: #e6e6e6;
	}
	.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
		width: 0;
		background-color: #e6e6e6;
	}
	.the-arrow.-left > .shaft:before {
	-webkit-transform: rotate(0);
			transform: rotate(0);
	}
	.the-arrow.-left > .shaft:after {
		-webkit-transform: rotate(0);
				transform: rotate(0);
	  }
	  .the-arrow.-right {
		top: 0px;
	  }
	  .the-arrow.-right > .shaft {
		width: 100px;
		-webkit-transition-delay: 0.2s;
				transition-delay: 0.2s;
	  }
	  .the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
		width: 20px;
		-webkit-transition-delay: 0.3s;
				transition-delay: 0.3s;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	  }
	  .the-arrow.-right > .shaft:before {
		-webkit-transform: rotate(40deg);
				transform: rotate(40deg);
	  }
	  .the-arrow.-right > .shaft:after {
		-webkit-transform: rotate(-40deg);
				transform: rotate(-40deg);
	  }
	  .the-arrow > .shaft {
		background-color: #e6e6e6;
		display: block;
		height: 2px;
		position: relative;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transition-delay: 0;
				transition-delay: 0;
		will-change: transform;
	  }
	  .the-arrow > .shaft:before, .the-arrow > .shaft:after {
		background-color: #e6e6e6;
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		top: 0;
		right: 0;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transition-delay: 0;
				transition-delay: 0;
	  }
	  .the-arrow > .shaft:before {
		-webkit-transform-origin: top right;
				transform-origin: top right;
	  }
	  .the-arrow > .shaft:after {
		-webkit-transform-origin: bottom right;
				transform-origin: bottom right;
	  }
	  
	  .animated-arrow {
		display: inline-block;
		color: #CF3D49;
		font-size: 12px;
		text-decoration: none;
		position: relative;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		text-transform:uppercase;
	  }
	  .animated-arrow:hover {
		color: #cf3d49;
	  }
	  .animated-arrow:hover > .the-arrow.-left > .shaft {
		width: 100px;
		-webkit-transition-delay: 0.1s;
				transition-delay: 0.1s;
		background-color: #e6e6e6;
	  }
	  .animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
		width: 20px;
		-webkit-transition-delay: 0.1s;
				transition-delay: 0.1s;
		background-color: #e6e6e6;
	  }
	  .animated-arrow:hover > .the-arrow.-left > .shaft:before {
		-webkit-transform: rotate(40deg);
				transform: rotate(40deg);
	  }
	  .animated-arrow:hover > .the-arrow.-left > .shaft:after {
		-webkit-transform: rotate(-40deg);
				transform: rotate(-40deg);
	  }
	  .animated-arrow:hover > .main {
		-webkit-transform: translateX(110px);
				transform: translateX(110px);
	  }
	  .animated-arrow:hover > .main > .the-arrow.-right > .shaft {
		width: 0;
		-webkit-transform: translateX(200%);
				transform: translateX(200%);
		-webkit-transition-delay: 0;
				transition-delay: 0;
	  }
	  .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
		width: 0;
		-webkit-transition-delay: 0;
				transition-delay: 0;
		-webkit-transition: all 0.1s;
		transition: all 0.1s;
	  }
	  .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
		-webkit-transform: rotate(0);
				transform: rotate(0);
	  }
	  .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
		-webkit-transform: rotate(0);
				transform: rotate(0);
	  }
	  .animated-arrow > .main {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
				align-items: center;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	  }
	  .animated-arrow > .main > .text {
		margin: 0 16px 0 0;
		line-height: 1;
	  }
	  .animated-arrow > .main > .the-arrow {
		position: relative;
	  }
	  /*.post_page {
        padding: 140px 0px 60px;
     }*/
     .entry-meta, footer.entry-footer {
    display: none;
}
span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    position: absolute;
    right: 22px;
    z-index: 99999;
    top: 0;
}
footer .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff !important;
} 
	  
	 @media screen and (max-width:1254px) and (min-width: 992px){ 
	 
	.rpad {
    padding: 0 0 0 0px;
}.contactpag ul li {
    list-style: none;
    border: 3px solid #dfdfdf;
    width: 31%;
    float: none;
    margin: 10px;
    float: left;
    padding: 30px 18px 18px 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #000;
    transition-duration: .3s;
    font-family: 'Rubik', sans-serif;
    height: 100px;
}
#hero h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    line-height: 36px;
    font-weight: 600;text-align: center;
}#seat h3 {
    font-size: 18px;
    font-weight: 600;
    color: #bd0303;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    padding: 8px 0 20px 0;
}
#infosec .spimg img {
    margin: 53px 0 30px 0;
}
#infosec ul li img {
    float: left;
    margin: -5px 10px 0 0;
    border-right: 1px solid #dfdfdf;
    padding: 0 7px 0 0;
    transition-duration: .3s;
}
#infosec h5 {
    font-size: 48px;
    font-weight: 800;
    line-height: 26px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 0px 0px 0 0;
    position: relative;
    top: 0;
}
#infosec .mbtn {
    transition-duration: .3s;
    font-weight: 700;
    margin: 25px 10px 0 0;
}
.newletter {
    background: #000;
    padding: 35px 18px 0 18px;
}
.newletter h3 span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin: 2px 0 0 0;
    font-family: 'Rubik', sans-serif;
}
.testimonials h3 {
    font-size: 36px;

    padding: 0px 0 50px 0;

}
.testimonials p {
    margin: 0;
    padding: 122px 0 0 0;
}
.testimonials .owl-prev {
    top: 280px;
}
.suppliers {
    padding: 60px 0;
}
.cform h2 {
    color: #000 !important;
    margin: 0px 0 14px 0 !important;
}
.cform {
    background: #fff;
    border-radius: 10px;
    padding: 32px;
}
.testimonials .owl-next {
    top: 280px;
}
.testimonials .padset {
    padding: 0 0 0 20px;
}
#seat h3 span {
    display: block;
    width: auto;
    color: #000;
    text-transform: none;
}
.rbg {
   padding: 12px 2px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #bd0303;
}
.rbg .mbtn {
    position: absolute;
    top: 15px;
    margin: 0 0 0 59px;
    background: #000;
    border-radius: 10px;
    font-weight: 700;
    padding: 15px 35px;
}
.rbg .fa.fa-facebook {
    height: 43px;
    position: absolute;
    background: #000;
    width: 43px;
    text-align: center;
   top: 17px;
    border-radius: 10px;
    padding: 13px 0 0 0;
    color: #fff;
    transition-duration: .3s;
}
.nav-menu a {
    font-size: 14px;
}
.nav-menu.d-none.d-lg-block {
    padding: 8px 0 0 0;
}
.menu_wrap {
    display: flex;
    padding: 0 0 0 0px;
}
	.container {
    width: 100%!IMPORTANT;
    max-width: 100%!important;
padding-bottom: 0;
}  
  #header .container {
   
    padding-bottom: 0px;
	}.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 11px 4px;
    margin-left: 2px;
    transition: 0.3s;
}.headercontact {
    padding: 0;
    height: auto;
}.header_phone {
    margin-left: 0px;
    display: inline-block;
    margin-right: 16px;
    margin-top: 0;
}.header_phone img {
  float: left;
margin: 0;
transition-duration: .3s;
}.header_phone a {
    font-size: 16px;
    line-height: 50px;
}.widget_search .search-field {

    right: 25px;
    top: 5px;
    color: transparent;
}.search-field:focus {
  
    right: 35px;
    z-index: 9999;
}.d-flex {
    display: -ms-flexbox !important;
    display: inherit !important;
}.belt {

    padding: 70px 20px;
}footer .pset {
    padding: 0 0 0 20px;
}footer .pset1 {
    padding: 0 0 0 20px;
}.site-footer {
  padding: 48px 15px 0 15px;
}.site-info p {
 
    width: 100%;
}
.footer_phone {
    font-size: 20px;
}footer .ctext {
    font-size: 18px !important;
    line-height: 39px !important;
}
body{
	overflow-x:hidden!important;
}.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 40px;

}.innerbanner h3 {

    margin: 9px;
}.innerblog #seat h2 {
    width: 100%;
    text-transform: uppercase;
    line-height: 55px;
}.nav-links {
    padding: 40px 0 40px 0;
    display: block ruby !important;
}
		 .menu_wrap::after {
    content: '';
    width: 100px;
    height: 66px;
		 }
		 .rbg::after {

    top: 6px;
    background-size: contain;
    margin: 0 0 0 226px;
}
	 }
 @media screen and (max-width:991px) and (min-width: 768px){ 
	 ul li {
    list-style: none;
    margin: 0 0 6px 0;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
}
	  .menu_wrap::after {
    display:none;
		 }
	 .testimonials ul li {
    width: 23%;
}
 .absec .down p {
    width: 100%;
    margin: 20px 0;
}.contactpag ul li {
    list-style: none;
    border: 3px solid #dfdfdf;
    width: 47%;
    float: none;
    margin: 10px;
    float: left;
    padding: 30px 18px 18px 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #000;
    transition-duration: .3s;
    font-family: 'Rubik', sans-serif;
    height: 100px;
}.absec {
    padding: 119px 0 0px 0;
}
.rpad {
    padding: 0 0 0 0px;
}.absec img {
    margin: 14px 18px 0 18px;width: 92%;
}
#hero h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    line-height: 36px;
    font-weight: 600;text-align: center;
}#seat h3 {
    font-size: 18px;
    font-weight: 600;
    color: #bd0303;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    padding: 8px 0 20px 0;
}
#infosec .spimg img {
    margin: 53px 0 30px 0;
}
#infosec ul li img {
    float: left;
    margin: -5px 10px 0 0;
    border-right: 1px solid #dfdfdf;
    padding: 0 7px 0 0;
    transition-duration: .3s;
}
#infosec h5 {
    font-size: 48px;
    font-weight: 800;
    line-height: 26px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 0px 0px 0 0;
    position: relative;
    top: 0;
}
#infosec .mbtn {
    transition-duration: .3s;
    font-weight: 700;
    margin: 25px 10px 0 0;
}
.newletter {
    background: #000;
    padding: 35px 18px 0 18px;
}
.newletter h3 span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin: 2px 0 0 0;
    font-family: 'Rubik', sans-serif;
}
.testimonials h3 {
    font-size: 36px;

    padding: 0px 0 50px 0;

}
.testimonials p {
    margin: 0;
    padding: 22px 0 0 0;
}
.testimonials .owl-prev {
    top: 280px;
}
.suppliers {
    padding: 60px 0;
}
.cform h2 {
    color: #000 !important;
    margin: 0px 0 14px 0 !important;
}
.cform {
    background: #fff;
    border-radius: 10px;
    padding: 32px;
}
.testimonials .owl-next {
    top: 280px;
}
.testimonials .padset {
    padding: 0 0 0 20px;
}
.testimonials ul li {
    list-style: none;
    margin: 0 24px;

}.site-info .under {
    border-bottom: 4px solid #bd0303;
    width: 85px;
    margin: 10px 0;
}
footer .circle {
    background: #fff;
    width: 88px;
    height: 88px;
    text-align: center;
    border-radius: 50px;
    padding: 24px 0 0;
    margin: 38px 0 0 0;
}footer h4 {

    margin: 15px 0;

}
#seat h3 span {
    display: block;
    width: auto;
    color: #000;
    text-transform: none;
}
.rbg {
   padding: 12px 18px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;text-align: left;
    background-color: #bd0303;
}#seat {
    background: #e5e5e5;
    padding: 46px 0 40px 0;
}
#seat p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    padding: 19px 0 0 20px;
    width: 96%;
}.testimonials .quote {
    float: none;
    width: auto !important;
    position: relative;
    left: 30px;
}
.rbg .mbtn {
    position: absolute;
    top: 15px;
    margin: 0 0 0 59px;
    background: #000;
    border-radius: 10px;
    font-weight: 700;
    padding: 15px 35px;
}
.rbg .fa.fa-facebook {
    height: 43px;
    position: absolute;
    background: #000;
    width: 43px;
    text-align: center;
   top: 17px;
    border-radius: 10px;
    padding: 13px 0 0 0;
    color: #fff;
    transition-duration: .3s;
}
.nav-menu a {
    font-size: 14px;
}
.nav-menu.d-none.d-lg-block {
    padding: 8px 0 0 0;
}
.menu_wrap {
    display: flex;
    padding: 0 0 0 0px;
}
	.container {
    width: 100%!IMPORTANT;
    max-width: 100%!important;padding-right: 0;
padding-bottom: 0;
}  
  #header .container {
   
    padding-bottom: 0px;
	}.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 11px 4px;
    margin-left: 2px;
    transition: 0.3s;
}.headercontact {
    padding: 0;
    height: auto;text-align: center;
}.header_phone {
    margin-left: 0px;
    display: inline-block;
    margin-right: 16px;
    margin-top: 0;
}.header_phone img {
  float: left;
margin: 0;
transition-duration: .3s;
}.header_phone a {
    font-size: 16px;
    line-height: 50px;
}.widget_search .search-field {

    right: 25px;
    top: 5px;
    color: transparent;
}.search-field:focus {
  
    right: 35px;
    z-index: 9999;
}.d-flex {
    display: -ms-flexbox !important;
    display: inherit !important;
}.belt {

    padding: 70px 20px;
}footer .pset {
    padding: 0 0 0 20px;
}footer .pset1 {
    padding: 0 0 0 20px;
}.site-footer {
padding: 48px 15px 0 0px;
}.site-info p {
 
    width: 100%;
}
.footer_phone {
    font-size: 20px;
}footer .ctext {
    font-size: 18px !important;
    line-height: 39px !important;
}.copyright p {
    text-align: center;
}
body{
	overflow-x:hidden!important;
}.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 40px;

}.innerbanner h3 {

    margin: 9px;
}.innerblog #seat h2 {
    width: 100%;
    text-transform: uppercase;
    line-height: 55px;
}.nav-links {
    padding: 40px 0 40px 0;
    display: block ruby !important;
}
	 ul.abb li {
    list-style: none;
    margin: 0 0 20px 0;
    font-size: 14px;
}
	 }
	 
	 
	  @media screen and (max-width:767px) and (min-width: 620px){ 
 .contactpag ul li {
    list-style: none;
    border: 3px solid #dfdfdf;
    width: 46%;
    float: none;
    margin: 10px;
    float: left;
    padding: 30px 18px 18px 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #000;
    transition-duration: .3s;
    font-family: 'Rubik', sans-serif;
    height: 100px;
}.menu_wrap::after {
    display:none;
		 }
 .absec .down p {
    width: 100%;
    margin: 20px 0;
}
.rpad {
    padding: 0 0 0 0px;
}.absec img {
    margin: 14px 18px 0 18px;
}
#hero h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    line-height: 36px;
    font-weight: 600;text-align: center;
}#seat h3 {
    font-size: 18px;
    font-weight: 600;
    color: #bd0303;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    padding: 8px 0 20px 0;
}
#infosec .spimg img {
    margin: 53px 0 30px 0;
}
#infosec ul li img {
    float: left;
    margin: -5px 10px 0 0;
    border-right: 1px solid #dfdfdf;
    padding: 0 7px 0 0;
    transition-duration: .3s;
}
#infosec h5 {
    font-size: 48px;
    font-weight: 800;
    line-height: 26px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 0px 0px 0 0;
    position: relative;
    top: 0;
}
#infosec .mbtn {
    transition-duration: .3s;
    font-weight: 700;
    margin: 25px 10px 0 0;
}
.newletter {
    background: #000;
    padding: 35px 18px 0 18px;
}
.newletter h3 span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin: 2px 0 0 0;
    font-family: 'Rubik', sans-serif;
}
.testimonials h3 {
    font-size: 36px;

    padding: 0px 0 50px 0;

}
.testimonials p {
    margin: 0;
padding: 22px 0 0 0;
font-size: 20px;
width: 90%;
}
.testimonials .owl-prev {
    top: 180px;
}
.suppliers {
    padding: 60px 0;
}
.cform h2 {
    color: #000 !important;
    margin: 0px 0 14px 0 !important;
}
.cform {
    background: #fff;
    border-radius: 10px;
    padding: 32px;
}
.testimonials .owl-next {
    top: 180px;
}
.testimonials .padset {
    padding: 0 0 0 20px;
}
.testimonials ul li {
    list-style: none;
    margin: 0 24px;

}.site-info .under {
    border-bottom: 4px solid #bd0303;
    width: 85px;
    margin: 10px 0;
}
footer .circle {
    background: #fff;
    width: 88px;
    height: 88px;
    text-align: center;
    border-radius: 50px;
    padding: 24px 0 0;
    margin: 38px 0 0 0;
}footer h4 {

    margin: 15px 0;

}
#seat h3 span {
    display: block;
    width: auto;
    color: #000;
    text-transform: none;
}
.rbg {
   padding: 12px 18px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;text-align: left;
    background-color: #bd0303;
}#seat {
    background: #e5e5e5;
    padding: 46px 0 40px 0;
}
#seat p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    padding: 19px 0 0 20px;
    width: 96%;
}.testimonials .quote {
    float: none;
    width: auto !important;
    position: relative;
    left: 30px;
}
.rbg .mbtn {
    position: absolute;
top: 15px;
margin: 0 0 0 51px;
background: #000;
border-radius: 10px;
font-weight: 700;
padding: 15px 24px;
}
.absec img {
    margin: 14px 20px 0 20px;width: 88%;
}
.rbg .fa.fa-facebook {
    height: 43px;
    position: absolute;
    background: #000;
    width: 43px;
    text-align: center;
   top: 17px;
    border-radius: 10px;
    padding: 13px 0 0 0;
    color: #fff;
    transition-duration: .3s;
}
.nav-menu a {
    font-size: 14px;
}
.nav-menu.d-none.d-lg-block {
    padding: 8px 0 0 0;
}
.menu_wrap {
    display: flex;
    padding: 0 0 0 0px;
}
	.container {
    width: 100%!IMPORTANT;
    max-width: 100%!important;padding-right: 0;
padding-bottom: 0;
}  
  #header .container {
   
    padding-bottom: 0px;
	}.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 11px 4px;
    margin-left: 2px;
    transition: 0.3s;
}.headercontact {
    padding: 0;
    height: auto;text-align: center;
}.header_phone {
    margin-left: 0px;
    display: inline-block;
    margin-right: 16px;
    margin-top: 0;
}.header_phone img {
  float: left;
margin: 0;
transition-duration: .3s;
}.header_phone a {
    font-size: 16px;
    line-height: 50px;
}.widget_search .search-field {

    right: 25px;
    top: 5px;
    color: transparent;
}.search-field:focus {
  
    right: 35px;
    z-index: 9999;
}.d-flex {
    display: -ms-flexbox !important;
    display: inherit !important;
}.belt {

    padding: 70px 20px;
}footer .pset {
    padding: 0 0 0 20px;
}footer .pset1 {
    padding: 0 0 0 20px;
}.site-footer {
padding: 48px 15px 0 0px;
}.site-info p {
 
    width: 100%;
}
.footer_phone {
    font-size: 20px;
}footer .ctext {
    font-size: 18px !important;
    line-height: 39px !important;
}.copyright p {
    text-align: center;
}
body{
	overflow-x:hidden!important;
}.mobile-nav-toggle {
    position: absolute;
    right: 15px;
    top: 40px;

}.innerbanner h3 {

    margin: 9px;
}.innerblog #seat h2 {
    width: 100%;
    text-transform: uppercase;
    line-height: 55px;
}.nav-links {
    padding: 40px 0 40px 0;
    display: block ruby !important;
}ul li {
    list-style: none;
    margin: 0px 0 3px 0;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
}
		  #ouser {
    padding: 0;
}
		  .testimonials ul li {
    width: 25%;font-size: 13px;
}ul.abb li {
    list-style: none;
    margin: 0 0 8px 0;
    font-size: 14px;
    width: 90%;
}.redicon.ab {
    height: 40px;
    width: 40px;
    background: #BD0303;
    color: #fff;
    border-radius: 50px;
    padding: 7px 0 0 0;
    display: block;
    margin: 0 16px 0 0;
    text-align: center;
    float: none;
}.gasfit li {
    text-align: center;
    width: 96%;
}	  #ouser.exp {
    text-align: center;
}
			  #ouser.exp .redicon {
    height: 40px;
    width: 40px;
    background: #BD0303;
    color: #fff;
    border-radius: 50px;
    padding: 7px 0 0 0;
    display: block;
    margin: 0 auto;
    text-align: center;
}
		  .rbg::after {
    content: '';
    width: 100px;
    height: 96px;
    top: 7px;
    background-size: contain;
    margin: 0 0 0 227px;
}
	 }
	 
	 	  @media screen and (max-width:619px) and (min-width: 0px){ 
			  .gasfit li {
    text-align: center;
    width: 96%;
}.menu_wrap::after {
    display:none;
		 }
			  .rbg::after{
				  content: '';
				width: 93px;
				height: 96px;
				position: absolute;
				top: unset;
				background-size: contain;
				margin: 7px 0 0 0;
			  }
			  #ouser.exp {
    text-align: center;
}
			  #ouser.exp .redicon {
    height: 40px;
    width: 40px;
    background: #BD0303;
    color: #fff;
    border-radius: 50px;
    padding: 7px 0 0 0;
    display: block;
    margin: 0 auto;
    text-align: center;
}
			  ul li {
    list-style: none;
    margin: 0px 0 10px 0;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
}ul.abb li {
    list-style: none;
    margin: 0 0 8px 0;
    font-size: 14px;
    width: 90%;
}.redicon.ab {
    height: 40px;
    width: 40px;
    background: #BD0303;
    color: #fff;
    border-radius: 50px;
    padding: 7px 0 0 0;
    display: block;
    margin: 0 16px 0 0;
    text-align: center;
    float: none;
}
			  .mbtn {
    background: #bd0303;
    border: 0;
    font-size: 12px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 13px 20px;
    transition-duration: .3s;
    font-weight: 700;
    margin: 4px;
}
#hero .mbtn {
    background: #bd0303;
    border: 0;
    font-size: 12px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 13px 22px;
    transition-duration: .3s;
    font-weight: 700;
    margin: 0 2px;
}#seat .mbtn {
    background: #bd0303;
    border: 0;
    font-size: 12px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 13px 22px;
    transition-duration: .3s;
    font-weight: 700;
    margin: 0 2px;
}
#ouser h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 45px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 26px 0px;
    text-align: center;
}
		  #ouser {
    padding: 0;
}
		  .testimonials ul li {
    width: 25%;font-size: 13px;
}
.redicon {
    height: 40px;
    width: 40px;
    background: #BD0303;
    color: #fff;
    border-radius: 50px;
    padding: 7px 0 0 0;
    display: block;
    margin: 0 16px 4px 0;
    text-align: center;
}
 .contactpag {
    padding: 50px 0;
}.contactpag p {
    font-size: 16px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    line-height: initial;
}
 .contactpag ul li {
    list-style: none;
    border: 3px solid #dfdfdf;
    width: 93%;
    float: none;
    margin: 10px;
    float: left;
    padding: 30px 18px 18px 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #000;
    transition-duration: .3s;
    font-family: 'Rubik', sans-serif;
    height: 100px;
}
.rpad {
    padding: 0 0 0 0px;
}
#hero h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    width: 97%;
}#seat h3 {
    font-size: 18px;
    font-weight: 600;
    color: #bd0303;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    padding: 8px 0 20px 0;
}#hero .shaded {
    background: rgb(0, 0, 0, 0.2);
    width: 100%;
    padding: 50px 0;
}
#infosec .spimg img {
    margin: 10px 0 25px 0;
width: 97%;
}
#infosec ul li img {
    float: left;
    margin: -5px 10px 0 0;
    border-right: 1px solid #dfdfdf;
    padding: 0 7px 0 0;
    transition-duration: .3s;
}
#infosec h5 {
    font-size: 48px;
    font-weight: 800;
    line-height: 26px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 0px 0px 0 0;
    position: relative;
    top: 0;
}
#infosec .mbtn {
    transition-duration: .3s;
    font-weight: 700;
    margin: 25px 10px 0 0;
}
.newletter {
    background: #000;
    padding: 35px 18px 0 18px;
}
.newletter h3 span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin: 2px 0 0 0;
    font-family: 'Rubik', sans-serif;
}
.testimonials h3 {
    font-size: 36px;

    padding: 0px 0 0px 0;

}
.testimonials p {
    margin: 0;
padding: 0px 0 0 0;
font-size: 20px;
width: 90%;
}
.testimonials .owl-prev {
    top: -50px;
}
.suppliers {
    padding: 60px 0;
}
.cform h2 {
    color: #000 !important;font-size: 26px;
    margin: 0px 0 14px 0 !important;
}
.cform {
    background: #fff;
    border-radius: 10px;
    padding: 32px;
}
.testimonials .owl-next {
    top: -50px;
}
.testimonials .padset {
    padding: 0 0 0 20px;
}
			  .copyright p {
    margin: 0px;
    color: #ffffff;
    font-size: 12px;
			  }
.testimonials ul li {
 list-style: none;
margin: 20px 0;
display: block;
width: 100%;

}.site-info .under {
    border-bottom: 4px solid #bd0303;
    width: 85px;
    margin: 10px 0;
}
.suppliers h2 {
    padding: 0px 0 0px 0;
}#seat h2 {

    padding: 0 0 0 0;
}
#infosec h2 {
    padding: 24px 0 0 0;
}
#infosec ul li {
    list-style: none;
    border: 3px solid #dfdfdf;
    width: 97%;
}
footer .circle {
    background: #fff;
    width: 88px;
    height: 88px;
    text-align: center;
    border-radius: 50px;
    padding: 24px 0 0;
    margin: 38px 0 0 0;
}.testimonials {
    padding: 40px 0 0 0;
}footer h4 {

    margin: 15px 0;

}.testimonials .underline {
    border-bottom: 2px solid #595957;
    margin: 20px 0 0px 0;
    width: 97%;
}
#seat h3 span {
    display: block;
    width: auto;
    color: #000;
    text-transform: none;
}
.rbg {
   padding: 12px 18px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;text-align: center;
    background-color: #bd0303;
}#seat {
    background: #e5e5e5;
    padding: 46px 0 40px 0;
}
#seat p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    padding: 19px 0 0 20px;
    width: 96%;
}.testimonials .quote {
    float: none;
    width: auto !important;
    position: relative;
    left: 30px;
}
.rbg .mbtn {
  position: inherit;
top: 15px;
margin: 12px 8px 10px 8px;
background: #000;
border-radius: 10px;
font-weight: 700;
padding: 15px 24px;
}
.absec img {

	margin: 18px;
    width: auto;
}
}
.rbg .fa.fa-facebook {
    height: 43px;
   position: inherit;
    background: #000;
    width: 43px;
    text-align: center;
   top: 17px;
    border-radius: 10px;
    padding: 13px 0 0 0;
    color: #fff;margin: 0 auto;
    transition-duration: .3s;
}.newletter .wpcf7-form-control.wpcf7-submit {
    background: #bd0303;
    border: 0;
    color: #fff;
    font-weight: 800;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    padding: 20px 30px;
    float: none;
    font-size: 16px;
    border-radius: 10px;
    margin: 10px 0 auto;
    position: relative;
    right: unset;
}.widget {
    margin: 0;
}
.nav-menu a {
    font-size: 14px;
}.newletter {
    background: #000;
    padding: 30px 18px;
    text-align: center;
}
.nav-menu.d-none.d-lg-block {
    padding: 8px 0 0 0;
}.phonebox {
    background: #bd0303;
    font-size: 36px;
    color: #fff;
    clip-path: none;
    font-weight: 600;
    width: auto;
    font-family: 'Rubik', sans-serif;
    height: auto;
    position: relative;
    bottom: 0;
    padding: 18px 0;
    text-align: center;
}
.absec p {
 font-size: 14px;
color: #000;
font-family: 'Rubik', sans-serif;
font-weight: 400;
line-height: 26px;
width: 92%;
}
.absec {
    padding: 50px 0;
}
.menu_wrap {
    display: flex;
    padding: 0 0 0 0px;
}
	.container {
    width: 100%!IMPORTANT;
    max-width: 100%!important;padding-right: 0;
padding-bottom: 0;
}  
  #header .container {
   
    padding-bottom: 0px;
	}.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 11px 4px;
    margin-left: 2px;
    transition: 0.3s;
}.headercontact {
    padding: 0;
    height: auto;text-align: center;
}.header_phone {
  margin-left: 0px;
display: block;
margin-right: 0;
margin-top: 0;
text-align: center;
line-height: 0;
}.header_phone img {
float: none;
margin: 0 8px 0 0;
transition-duration: .3s;
}.header_phone a {
    font-size: 16px;
    line-height: 50px;
}.widget_search .search-field {

    right: 25px;
    top: 5px;
    color: transparent;
}.search-field:focus {
  
    right: 35px;
    z-index: 9999;
}.d-flex {
    display: -ms-flexbox !important;
    display: inherit !important;
}.belt {

    padding: 70px 20px;
}footer .pset {
    padding: 0 0 0 20px;
}footer .pset1 {
    padding: 0 0 0 20px;
}.site-footer {
padding: 48px 15px 0 0px;
}.site-info p {
 
    width: 100%;
}
.footer_phone {
    font-size: 20px;
}footer .ctext {
    font-size: 18px !important;
    line-height: 39px !important;
}.copyright p {
    text-align: center;
}
body{
	overflow-x:hidden!important;
}.mobile-nav-toggle {
position: absolute;
right: 8px;
top: 40px;

}.innerbanner h3 {

    margin: 9px;
}.innerblog #seat h2 {
    width: 100%;
    text-transform: uppercase;
    line-height: 55px;
}.nav-links {
    padding: 40px 0 40px 0;
    display: block ruby !important;
}
.mobile-nav {
 
    width: 92%;
}.absec .down p {
    width: 97%;
    margin: 20px 0;
}.plumb ul li img {
    float: none;
    margin: 0px 0px 4px 0;
    width: auto;
    display: block;
}
.innerbanner h3 {
    font-size: 34px;
}
			  html {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
			  
	 }
	 
	 
	 	 

