/*
Theme Name: Custom Theme
Author: 
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter custom (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Custom will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using versiion v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-custom Theme
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wdth,wght@50..200,200..900&display=swap');


.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.teko-<uniquifier> {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.inconsolata-<uniquifier> {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" <width>;
}

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



body{ font-family: 'Poppins', sans-serif !important;}
a{ font-family: 'Poppins', sans-serif !important;}
p{  font-family: 'Mont', sans-serif !important;} 
li{ font-family: 'Mont', sans-serif !important; }
h1{  font-family: "Teko", sans-serif !important;}
h2{  font-family: "Teko", sans-serif !important;}
h3{ font-family: "Teko", sans-serif !important;}
h4{ font-family: "Teko", sans-serif !important;}
h5{ font-family: 'Mont', sans-serif !important;}
h6{ font-family: "Montserrat", sans-serif !important;}
body, html { overflow-x: hidden; }


@media (min-width: 1400px){
header#masthead .container-lg{
    max-width: 1840px;
}
}
@media (max-width: 1399px){
header#masthead .container-lg {
    max-width: 1380px;
}
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1520px;
}
}
/* @media (max-width: 1399px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1360px;
}
} */

.entry-content {
    margin: 0px !important;
}
#content.site-content {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}


body {
  margin: 0;
  -webkit-font-smoothing: auto;
}


.alert.alert-info {
    display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
	font-size:18px !important;
	line-height:30px !important;
	color:#333333;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

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

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    margin-bottom: 0;
    background-color: rgb(0 0 0 / 0%);
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #000;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;
}

#masthead .navbar-nav > li:last-child {
    margin-right: 0px;
}


#masthead .navbar-nav > li {
    margin-right: 35px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-family: "Inconsolata", monospace !important;
    color: #fff;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: flex;
    align-items: center;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover{
   color: #fff;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
}


#masthead .navbar-nav > li > a:before {
    content: '';
    position: absolute;
    left: -35px;
    right: 0px;
    width: 0px;
    margin: 0 auto;
    margin-left: 0px;
    height: 3px;
    background-color: #fff;
    transition-duration: 0.5s;
}

#masthead .navbar-nav > li > a:hover:before {
    width: 32px;
}

#masthead .navbar-nav > li.current_page_item > a:before {
    width: 32px;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 15px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*--------------------------------------------------------------
## CUSTOM CSSS START
--------------------------------------------------------------*/


.header-top {
    border-bottom: 1px solid #fff;
    padding: 0;
}

.header-top .row {
    justify-content: space-between;
    align-items: center;
}

.header-top  .contact-info ul {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0px 0px;
    margin: 0px 0px;
    list-style: none;
}

.header-top .top-social ul {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.header-top .contact-info ul li {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Inconsolata" !important;
    color: #fff;
}

.header-top .contact-info ul li a {
    color: #fff;
    text-decoration: none;
}

.header-top .contact-info ul li i {
    color: #2067CD;
    font-size: 16px;
    padding-right: 2px;
}

.header-top .top-social ul li a {
    color: #fff;
    font-size: 25px;
}


.header-middle {
    padding: 5px 0px;
}

.menu-wraper {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-mdle-left {
    display: flex;
    align-items: center;
    gap: 40px;
    border-left: 1px solid #fff;
    padding-left: 35px;
}

.header-mdle-left .cart-box a {
    text-decoration: none;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    position: relative;
}

.header-mdle-left .cart-box span {
    position: absolute;
    right: -18px;
    top: 0px;
    background-color: #2067cd;
    font-size: 12px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.header-mdle-left .login-btn a {
    background-color: #0000;
    color: #fff;
    border: 2px solid #fff;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 5px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 35px;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: -4px 0px 0px #fff;
    display: inline-block;
    text-decoration: none;
    transition-duration: 0.5s;
}

.header-mdle-left .login-btn a:hover {
    box-shadow: unset;
    background-color: #2067cd;
    border: 2px solid #fff;
}


.header-mdle-left .call-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-mdle-left .call-info i {
    background-color: #2067CD;
    color: #ffffffe3;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 20px;
    border: 10px solid #657999;
}

.header-mdle-left .call-info span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Montserrat", sans-serif !important;
}

.header-mdle-left .call-info span a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.header-bottom .row.navbar-expand-xl {
    justify-content: center;
}

.header-bottom {
    background-color: #2067CD;
    padding: 12px 0px;
}

.header-bottom a::before {
    display: none;
}


.header-bottom ul#menu-categories-menu li {
    margin: 0px 0px;
    border-left: 1px solid #ffffff82;
    padding: 0px 50px;
}

.header-bottom ul#menu-categories-menu li:first-child {
/*     padding-left: 0px; */
    border: unset;
}

/* .header-bottom ul#menu-categories-menu li:last-child {
    padding-right: 0px;
} */


.hme-heading-one {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
}

.cnct-frm p {
    margin-bottom: 0px;
}

.cnct-frm select.wpcf7-form-control.wpcf7-select {
    height: 40px;
    background-color: #0000 !important;
    border: unset;
    border-bottom: 1px solid #BFBFBF;
    color: #C2C2C2;
    font-size: 16px;
    line-height: 26px;
    box-shadow: unset !important;
    outline: unset !important;
    border-radius: 0px;
    padding: 0px 5px;
}

.cnct-frm  label {
    font-family: "Montserrat", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
}

.cnct-frm select.wpcf7-form-control.wpcf7-select option {
    background-color: #000;
}

.hme-form-row {
    padding: 40px 20px 60px 20px !important;
    border-radius: 0px;
    overflow: unset !important;
    position: absolute;
    width: 100%;
    bottom: 80px;
    z-index: 99;
}

.hme-btn-one a {
    background: #2067CD !important;
    color: #fff !important;
    border: 2px solid #2067CD !important;
    border-radius: unset !important;
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: 3px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 15px 30px !important;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: -5px 0px 0px #fff !important;
    text-decoration: none;
    transition-duration: 0.5s !important;
}

.hme-btn-one a:hover {
    box-shadow: -5px 0px 0px #2067CD !important;
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #2067CD !important;
}

.hme-btn-two a {
     background: rgb(255 255 255 / 0%) !important;
    color: #fff !important;
    border: 2px solid #ffffff !important;
    border-radius: unset !important;
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: 3px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 15px 30px !important;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: -5px 0px 0px #fff !important;
    text-decoration: none;
    transition-duration: 0.5s !important;
}

.hme-btn-two a:hover {
    box-shadow: -5px 0px 0px #ffffff !important;
    background: #2067cd !important;
    border-color: #2067cd !important;
    color: #ffffff !important;
}

section.hme-banner-sec {
    position: relative!important;
}

.hme-heading-samll {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.hme-heading-big {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 60px !important;
    line-height: 65px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.hme-btn-thre a {
    background: #2067CD !important;
    color: #fff !important;
    border: 2px solid #2067CD !important;
    border-radius: unset !important;
    font-size: 15px !important;
    line-height: 30px !important;
    letter-spacing: 3px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 15px 30px !important;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: -8px 0px 0px #707070 !important;
    text-decoration: none;
    transition-duration: 0.5s !important;
}

.hme-btn-thre a:hover {
    box-shadow: -5px 0px 0px #2067CD !important;
    background: #707070 !important;
    border-color: #707070 !important;
    color: #ffffff !important;
}
#hme-sec-one .type-product {
    background: #F3F3F3;
    width: 19%;
    margin-right: 12px !important;
    padding: 20px 25px 36px;
    position: relative;
    margin-bottom: 10px;
}

#hme-sec-one .type-product img {
    margin: 0;
}

h2.woocommerce-loop-product__title {
    font-size: 15px !important;
    padding: 18px 0 0 !important;
    font-weight: bold;
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase;
    line-height: 20px;
}

span.price {
    margin: 0 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px;
    font-weight: bold !important;
}

#hme-sec-one .add_to_cart_button {
    display: none;
}

#hme-sec-one .type-product::after {
    content: '';
    position: absolute;
    background: #2067CD;
    width: 11px;
    height: 11px;
    right: -11px;
    top: 0;
}

.post-81::after {
    display: none;
}

.post-87::after {
    display: none;
}

section#hme-sec-one .woocommerce ul.products {
    padding-top: 30px;
}
section#hme-sec-one {
    padding-top: 160px;
    padding-bottom: 130px;
}

section#hme-sec-one::after {
    content: '';
    position: absolute;
    background: #2067CD;
    width: 2px;
    height: 87px;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#Services-Wrapper h3 {
    font-size: 50px;
    line-height: 60px;
    margin: 0;
    position: relative;
    top: -240px;
    left: 32px;
    text-transform: uppercase;
    font-weight: 500;
}

#Services-Wrapper h3::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 32px;
    height: 1px;
    left: 0;
    bottom: 0;
}

#Services-Wrapper p {
    position: relative;
    top: -230px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    left: 32px;
    width: 90%;
}

#Services-Wrapper a {
    position: relative;
    top: -240px;
    padding: 0;
    color: #fff;
    background: transparent;
    transition: 0.4s;
    left: 32px;
    border-color: transparent;
    font-size: 18px;
    line-height: 28px;
    text-decoration: underline;
    font-family: "Montserrat", sans-serif !important;
}
div#Sect3-Col6 {
    margin: 0 99px 0;
    width: 37%;
}

div#Sect3-Col6 p {
    font-size: 18px;
    line-height: 30px;
}
section#Home-sect2::after {
    content: '';
    position: absolute;
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/05/Sect3-Left.png) no-repeat;
    width: 500px;
    height: 500px;
    top: 22%;
    left: 0;
    z-index: -1;
}
section#Home-sect2::before {
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/05/Sect3-Right.png) no-repeat;
    content: '';
    position: absolute;
    width: 360px;
    height: 350px;
    right: 100px;
    bottom: 80px;
}
section#home-sect3 {
    padding-bottom: 120px;
}

section#home-sect3::after {
    content: '';
    position: absolute;
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/05/h3_shape3-1.png) no-repeat;
    width: 350px;
    height: 350px;
    left: 2%;
    bottom: 0px;
}
div#Sect4-Col6 {
    margin-left: 200px;
    width: 38%;
}

div#Sect4-Col6 p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px;
    width: 90%;
}
div#advanture-row h3 {
    font-size: 37px;
    line-height: 47px;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase;
}

div#advanture-row p {
    width: 79%;
    margin: 0 auto;
}

div#advanture-row .vc_column-inner {
    transition: 0.6s !important;
    padding: 40px 0 30px;
}

div#advanture-row .vc_column-inner:hover {
    background: #F3F3F3;
}

section#Home-sect5 {
    padding-top: 130px;
}

section#Home-sect5::after {
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/05/h3_shape3-2.png) no-repeat;
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    top: 0%;
    z-index: -1;
    left: 1%;
}
#Home-Sect6 h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

#Home-Sect6 h1 {
    font-size: 171px !important;
    line-height: 180px !important;
    color: #fff !important;
	font-weight:bold !important;
}

section#Home-Sect6 a {
    box-shadow: -8px 0px 0px #ffffff !important;
}

section#Home-Sect6 {
    padding-top: 160px;
    padding-bottom: 150px;
    margin-top: 120px;
}
.TestimonialMain img {
    width: 60% !important;
}

.TestimonialMain p {
    font-size: 22px !important;
    line-height: 40px !important;
    margin: 0 0 50px !important;
}

.TestimonialMain h2 {
    margin: 0;
    padding: 0;
    color: #2067CD;
    font-size: 40px;
    line-height: 50px;
}

.TestimonialMain #t-ex {
    color: #333333;
    font-size: 30px !important;
    line-height: 40px !important;
    margin: 0 !important;
    font-family: "Teko", sans-serif !important;
    font-weight: 600;
}


.TestimonialMain {
    background: #F3F3F3;
    padding: 60px 108px 40px;
    position: relative;
	margin-top:50px;
}
section#Home-sect7 {
    padding-top: 155px;
    padding-bottom: 130px;
}
#Home-sect7 h2 {
	padding-bottom:0 !important;
}
#Blogs .vc_custom_1419240516480 {
    background: #fff !important;
    padding: 0 !important;
}

#Blogs .vc_col-sm-12 {
    padding: 0 !important;
}

#Blogs h4 {
    font-size: 40px;
    line-height: 50px;
    margin: 25px 0 0;
    height: 100px;
    position: relative;
	font-weight:500;
}

#Blogs h4::after {
    width: 74px;
    height: 1px;
    background: #2067CD;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

#Blogs .vc_btn3 {
    font-size: 15px;
    padding: 0;
    background: transparent;
    color: #333333;
    font-weight: bold;
    font-family: 'Mont', sans-serif !important;
    transition: 0.4s;
}

#Blogs .vc_btn3:hover {
    color: #2067cd;
}

#Blogs {
    padding-top: 40px;
}

section#home-sect8 {
    padding-bottom: 200px;
}
.Subscribe-Form p {
    display: flex;
    align-items: center;
    justify-content: end;
}

.Subscribe-Form input {
    background: #fff;
    border-color: #fff;
    padding: 30px 24px;
    font-size: 13px;
    width: 150%;
    border-radius: 0;
    position: relative;
    left: -30%;
}

.Subscribe-Form input::placeholder {
    color: #999999;
}

.Subscribe-Form .wpcf7-submit {
    background: #2067CD !important;
    color: #fff !important;
    border: 2px solid #2067CD !important;
    border-radius: unset !important;
    font-size: 13px !important;
    line-height: 30px !important;
    letter-spacing: 3px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 8px 25px !important;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: -8px 0px 0px #707070 !important;
    text-decoration: none;
    transition-duration: 0.5s !important;
    position: absolute;
    left: 74%;
    width: 22% !important;
}

section#Subsribe-Sect {
    padding-top: 60px;
    padding-bottom: 40px;
	margin-top:-1%;
}
section#Subsribe-Sect h2 {
    font-weight: 400 !important;
}
section#home-sect8::after {
    content: '';
    position: absolute;
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/05/Sect3-Left.png) no-repeat;
    width: 350px;
    height: 350px;
    top: 15%;
    left: -60px;
}

section#home-sect8::before {
    content: '';
    position: absolute;
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/05/Sect3-Right.png) no-repeat;
    width: 350px;
    height: 350px;
    right: 20px;
    top: 50%;
	z-index: 4;
}
.TestimonialMain::after {
    content: '';
    position: absolute;
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/05/Sect3-Left.png) no-repeat;
    width: 280px;
    height: 290px;
    top: -100px;
    left: -7%;
}
.TestimonialMain::before {
    content: '';
    position: absolute;
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/05/Sect3-Right.png) no-repeat;
    width: 350px;
    height: 350px;
    right: -100px;
}


/* Footer CSS */

footer#colophon {
    display: none;
}

div#footer-widget {
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/05/Group-33340.png) no-repeat;
    padding-top: 50px;
	position:relative;
}

div#footer-widget p {
    color: #fff;
}

div#footer-widget .widget-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px;
    color: #fff;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}

div#footer-widget .nav-link {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    padding: 0 0 20px;
    text-transform: uppercase;
    font-family: 'Mont', sans-serif !important;
}

div#footer-widget .widget-title::after {
    content: '';
    position: absolute;
    background: #2067CD;
    width: 48px;
    height: 1px;
    left: 0;
    bottom: -10px;
}

ul#menu-social-media-icons a {
    padding: 0 !important;
}

ul#menu-social-media-icons {
    flex-direction: row !important;
    gap: 38px;
}

ul#menu-social-media-icons i {
    font-size: 18px;
}

div#footer-widget .nav-link:hover {
    background: transparent !important;
}

div#F_B a {
    color: #fff;
    text-decoration: none;
}

div#F_B p {
    font-size: 15px !important;
	margin:0;
}

section#text-4 {
    text-align: end;
}

div#F_B {
    padding-top: 12px;
	padding-bottom: 12px;
}
.abc {
    display: grid;
    justify-content: end;
    position: relative;
	margin-top:3%;
}

section#HOme-sect4 img {
    position: relative;
    left: 28px;
}

.abc2 {
    display: grid;
    justify-content: end;
    position: relative;
	margin-top:3%;
}
section#text-2 p {
    width: 81%;
}
div#F_B section {
    margin: 0;
}

.abc::after {
    content: '';
    position: absolute;
    background: #BFBFBF;
    width: 1px;
    height: 260px;
    top: 30px;
    left: 26%;
}

.abc2::after {
    content: '';
    position: absolute;
    background: #BFBFBF;
    width: 1px;
    height: 260px;
    top: 30px;
    left: 30%;
}
div#footer-widget::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 70%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 58px;
}

#service-inner rs-module#rev_slider_2_1 {
    height: 700px !important;
}

#about-sect2 {
    padding-top: 5%;
    padding-bottom: 5%;
}

#about-sect3 {
    padding-bottom: 5%;
}

#blogs-sect2 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.post-thumbnail {
    padding-top: 8%;
}

#service-sect2 {
    padding-top: 5%;
}

div#comments {
    display: none;
}

.nav-previous a {
    background: #2067CD !important;
    color: #fff !important;
    border: 2px solid #2067CD !important;
    border-radius: unset !important;
    font-size: 10px !important;
    line-height: 20px !important;
    letter-spacing: 3px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 15px 30px !important;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: -8px 0px 0px #707070 !important;
    text-decoration: none;
    transition-duration: 0.5s !important;
}

span.posted-on {
    color: black;
}

time.entry-date.published.updated {
    color: black;
}

span.byline {
    color: black;
}

a.url.fn.n {
    color: black;
}

.nav-next a {
    background: #2067CD !important;
    color: #fff !important;
    border: 2px solid #2067CD !important;
    border-radius: unset !important;
    font-size: 13px !important;
    line-height: 30px !important;
    letter-spacing: 3px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 8px 25px !important;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: -8px 0px 0px #707070 !important;
    text-decoration: none;
    transition-duration: 0.5s !important;
}
/* My CSS Stats Here*/
/*Inner Pages CSS */
/* Bike Snow Page */
.sb-sec-two {
    padding-bottom: 130px !important;
}
.sb-sec-two:before {
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/05/h3_shape3-2.png) no-repeat;
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    top: 0%;
    z-index: -1;
    right: 1%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.sb-sec-two .logos-row .vc_column-inner .wpb_single_image {
    overflow: hidden;
}
.sb-sec-two .logos-row .vc_column-inner .wpb_single_image .vc_single_image-wrapper img {
    transition: 0.6s all ease !important;
}
.sb-sec-two .logos-row .vc_column-inner:hover .wpb_single_image .vc_single_image-wrapper img {
    transform: scale(1.2);
    transition: 0.6s all ease !important;
}
section.vc_section.sb-sec-three {}

section.vc_section.sb-sec-three .tabs-row {
    padding: 50px;
    background: #F3F3F3;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #1951a147;
    margin-bottom: 50px;
	margin-top: 50px;

}
section.vc_section.sb-sec-three .tabs-row .vc_toggle .vc_toggle_title,
section.vc_section.sb-sec-three .tabs-row .vc_toggle .vc_toggle_content{
    padding-left: 5%;
}
section.vc_section.sb-sec-three .tabs-row .vc_toggle .vc_toggle_title i.vc_toggle_icon {
    background-color: #2067CD !important;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    left: 5px;
    border-color: #fff0 !important;
}
section.vc_section.sb-sec-three .tabs-row .vc_toggle_active .vc_toggle_title i.vc_toggle_icon {
    border-color: #fff !important;
    transition: 0.5s all ease !important;
}
section.vc_section.sb-sec-three .tabs-row .vc_toggle .vc_toggle_title h4 {
    color: #fff;
    font-size: 35px;
    line-height: 1;
}
section.vc_section.sb-sec-three .tabs-row .vc_toggle .vc_toggle_content p {
    font-size: 22px !important;
    line-height: 40px !important;
}
section.vc_section.sb-sec-three .tabs-row .vc_toggle .vc_toggle_title {
    background-color: rgba(32, 103, 205, 0.7) !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    transition: 0.5s all ease !important;
    
}
section.vc_section.sb-sec-three .tabs-row .vc_toggle_active .vc_toggle_title {
    background-color: #2067cd !important;
}
section.vc_section.sb-sec-five {
    padding-top: 0px !important;
}
.sb-sec-five-col6 {
    margin-left: 200px;
    width: 38% !important;
}
section.vc_section.sb-sec-five img {
    position: relative;
    left: 28px;
}
div#Sect4-Col6 p strong {
    color: #2067cd;
}
/*----- CONTACT-PAGE --------*/
.Contact-page-sec h3 {
    margin: 30px 0;
}
.Contact-page-sec ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.Contact-page-sec ul li a,.Contact-page-sec ul li {
    font-size: 18px !important;
    line-height: 30px !important;
    color: #333333;
}
.social-links ul {
    display: flex;
    align-items: center;
}
.social-links ul li a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    color: #ffffff;
    margin-right: 15px;
    text-decoration: none;
}
.social-links ul li:last-child a {
    margin: 0;
}
.social-links ul li a:hover {
    background: #2067cd;
}
.Contact-page-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.Contact-page-sec2 h2 {
    margin: 0;
    padding: 0;
    font-size: 54px;
    font-weight: 700;
}
.main-contact-form {
    background-color: #2067cd;
    padding: 40px 50px;
    position: relative;
}
.main-contact-form p {
    margin-bottom: 20px;
}
.main-contact-form label {
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
}
.main-contact-form input {
    height: 48px;
    width: 100%;
    border: 0;
	border-radius: 0;
}
.main-contact-form textarea {
    height: 140px;
    resize: none;
    border: 0;
	border-radius: 0;
}
.main-contact-form .col-lg-12:last-child p {
    margin: 0;
}
.main-contact-form input.btn-primary {
    background: #fff;
    color: #2067cd;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.main-contact-form::before {
    content: '';
    background: #fff;
    height: 100%;
    position: absolute;
    left: 6px;
    top: 0;
    width: 5px;
}
.Contact-page-sec2 {
    padding-bottom: 60px;
}
ul.dropdown-menu {
    background: rgba(32,103,205,0.7) !important;
    padding: 20px 20px;
    border: 1px solid #fff;
    min-width: max-content;
}
ul.dropdown-menu li a {
    padding: 0 0 0 20px;
    color: #fff;
    position: relative;
    font-size: 16px;
    line-height: 38px !important;
	font-family: "Inconsolata", monospace !important;
}
ul.dropdown-menu li a::before {
    content: '';
    background: #fff;
    width: 10px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ServiceFormSec .vc_col-sm-6:first-child {
    background: #c7c7c7;
    padding: 135px 0 135px 10%;
}

.ServiceFormSec h2 {
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: 700;
    color: #333333;
}
.ServiceFormSec ul {
    padding: 0;
    list-style: none;
}
.ServiceFormSec ul li {
    font-size: 18px;
    color: #FF4040;
    position: relative;
    padding-left: 25px;
    font-weight: 600;
}
.ServiceFormSec ul li::before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}
.page-id-9 header#masthead {
    position: absolute;
    background: transparent;
}
header#masthead {
    position: relative;
    background: #2067cd;
}
/* .home header#masthead {
    position: absolute;
} */
nav.woocommerce-pagination {
    margin-bottom: 35px;
}
nav.woocommerce-pagination ul.page-numbers {
    border: none;
}
nav.woocommerce-pagination ul.page-numbers li {
    background: #2067cd;
    margin-right: 10px;
    height: 35px;
    width: 45px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 5px;
}
nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
    color: #fff;
    background: #fff0;
}
nav.woocommerce-pagination ul.page-numbers li a.page-numbers {
    color: #fff;
}
span.page-numbers.dots {
    color: #fff;
}
/* Single Product Page */
.single-product .product_title {
    color: #2067cd;
    font-size: 2rem;
    line-height: 1;
}

.single-product button.single_add_to_cart_button.button.alt,
.woocommerce ul.products li.product .button{
    background: #2067CD !important;
    color: #fff !important;
    border: 2px solid #2067CD !important;
    border-radius: unset !important;
    font-size: 15px !important;
    line-height: 30px !important;
    letter-spacing: 3px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 15px 30px !important;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: -8px 0px 0px #707070 !important;
    text-decoration: none;
    transition-duration: 0.5s !important
}
.single-product button.single_add_to_cart_button.button.alt:hover,
.woocommerce ul.products li.product .button:hover{
    box-shadow: -5px 0px 0px #2067CD !important;
    background: #707070 !important;
    border-color: #707070 !important;
    color: #ffffff !important;
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 30px;
}
.woocommerce .quantity .qty {
    width: 3em;
    height: 3em;
    font-size: 18px;
    border-color: #2067cd;
    border-radius: 15px;
}
.single-product p.price {
    font-size: 40px !important;
    line-height: 55px !important;
    font-weight: 500 !important;
    color: #333333 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #2067cd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000 !important;
}
.single-product span.price {
    font-size: 20px !important;
    line-height: 45px !important;
    font-weight: 500 !important;
    color: #333333 !important;
}
section.related.products h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 1;
}
section.related.products h2 {
    font-size: 2.5em;
}
/* Search Page CSS */
.search-sec-row {
    background-color: rgba(32, 103, 205, 0.7) !important;
    border: 2px solid #000;
    padding: 3% 1%;
    margin-bottom: 60px;
}
section.vc_section.search-sec {
    padding-top: 70px;
}
.search-sec-row button.wpfFilterButton.wpfButton {
    background: #2067CD !important;
    color: #fff !important;
    border: 2px solid #2067CD !important;
    border-radius: unset !important;
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: 3px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: -5px 0px 0px #fff !important;
    transition-duration: 0.5s !important;
    width: 45%;
    padding: 15px 30px;
}
.search-sec-row  button.wpfFilterButton.wpfButton:hover {
    box-shadow: -5px 0px 0px #2067CD !important;
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #2067CD !important;
}
.search-sec-row button.wpfClearButton.wpfButton {
    background: rgb(255 255 255 / 0%) !important;
    color: #fff !important;
    border: 2px solid #ffffff !important;
    border-radius: unset !important;
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: 3px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 15px 30px !important;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: -5px 0px 0px #fff !important;
    transition-duration: 0.5s !important;
    width: 45%;
}
.search-sec-row button.wpfClearButton.wpfButton:hover {
    box-shadow: -5px 0px 0px #ffffff !important;
    background: #2067cd !important;
    border-color: #2067cd !important;
    color: #ffffff !important;
}
.search-sec-row .wpfFilterButtons {
    display: flex;
    justify-content: space-between;
}
.search-sec-row .wpfCheckboxHier select {
    height: 40px;
    background-color: #0000 !important;
    border: unset;
    border-bottom: 1px solid #BFBFBF;
    color: #C2C2C2;
    font-size: 16px;
    line-height: 26px;
    box-shadow: unset !important;
    outline: unset !important;
    border-radius: 0px;
    padding: 0px 5px;
}
.search-sec-row .wfpTitle.wfpClickable {
    font-family: "Montserrat", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
}
.search-sec-row .wpfFilterTitle i.fa.fa-minus.wpfTitleToggle {
    color: #fff !important;
}
/* My CSS Ends Here*/




/* Product img */
.woocommerce ul.products li.product a img {
    object-fit: cover;
    width: 100%;
    height: 20vh;
}
.woocommerce-Price-amount.amount bdi {
    color: #2067CD;
}
div#product-filter-results li {
    list-style: none;
    background: #F3F3F3;
    width: 24%;
    margin-right: 12px !important;
    padding: 20px 25px 36px;
    position: relative;
}
div#product-filter-results li a.button {
    display: none;
}
div#product-filter-results {
    padding: 3% 0 0;
}
/* Product img */



a.wc-block-components-product-name {
    color: #000;
    text-decoration: none;
}

a.wc-block-components-totals-coupon-link {
    color: #333;
    text-decoration: none;
}

footer.entry-footer a {
    color: #333 !important;
    text-decoration: none;
}

a.components-button {
    background: #2067CD !important;
    color: #fff !important;
    border: 2px solid #2067CD !important;
    border-radius: unset !important;
    font-size: 15px !important;
    line-height: 30px !important;
    letter-spacing: 3px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 15px 30px !important;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: -8px 0px 0px #707070 !important;
    text-decoration: none;
    transition-duration: 0.5s !important;
}

.components-button {
    background: #2067CD !important;
    color: #fff !important;
    border: 2px solid #2067CD !important;
    border-radius: unset !important;
    font-size: 15px !important;
    line-height: 30px !important;
    letter-spacing: 3px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 15px 30px !important;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: -8px 0px 0px #707070 !important;
    text-decoration: none;
    transition-duration: 0.5s !important;
}
.myF-exclass {
    display: flex;
}

.my_flexxinnerClass1 {
    width: 65%;
}
.my_flexxinnerClass1 {
    display: flex;
}

.proMClass {
    width: 33%;
    padding: 0px 10px 0;
}
/* Searh Filter Page */
.search-form-container {
    margin-top: 50px;
    margin-bottom: 40px;
}
.search-results-box {
    margin-bottom: 70px;
}
.search-results-box .specs-section table tbody tr:nth-child(odd) {
    background: #2067cd;
}
.search-results-box .specs-section table tbody tr:nth-child(odd) th,
.search-results-box .specs-section table tbody tr:nth-child(odd) td{
    color: #fff;
}
.search-results-box .specs-container {
    margin-bottom: 50px;
}
.search-results-box .parts-box,
.search-results-box .fft-box{
    text-align: left !important;
}
.search-results-box .parts-box span.parts-details,
.search-results-box .fft-box span.fft-details{
    margin-left: 20px;
}
.npf-row {
    margin-bottom: 50px !important;
}
a#close-menu {
    display: none;
}
/* Responsive CSS */
/* Desktop Screens */
@media only screen and (max-width:1600px) {
	.header-bottom ul#menu-categories-menu li {
    padding: 0px 40px !important;
}

section#hme-sec-one {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.hme-heading-big {
    font-size: 50px !important;
    line-height: 45px !important;
}
div#Services-Wrapper .vc_col-sm-4 .wpb_text_column {
    margin-bottom: 0px !important;
}
section#home-sect3 {
    padding-bottom: 100px !important;
}
section#HOme-sect4 div#Sect4-Col6 {
    width: 40% !important;
    margin-left: 160px;
}
section#Home-sect5 {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
}
div#advanture-row h3 {
    font-size: 34px !important;
    line-height: 30px;
}
section#Home-Sect6 {
    margin-top: 50px !important;
}
section#Home-Sect6 h1.vc_custom_heading.hme-heading-big {
    font-size: 130px !important;
}
section#Home-sect7 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.TestimonialMain h2 {
    font-size: 35px !important;
}
.TestimonialMain #t-ex {
    font-size: 25px !important;
}
#Blogs h4 {
    font-size: 35px !important;
    height: 70px;
}
section#home-sect8 {
    padding-bottom: 100px !important;
}
section#Subsribe-Sect {
    padding-top: 40px;
    padding-bottom: 40px;
}	
section.vc_section.sb-sec-three .tabs-row .vc_toggle .vc_toggle_title h4 {
    font-size: 30px !important;
}
section.vc_section.sb-sec-five .vc_row .sb-sec-five-col6 {
    margin-left: 170px !important;
}
section.vc_section.sb-sec-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
div#Sect4-Col6 {
    margin-left: 150px;
    width: 40%;
}
div#Blogs {
    padding-top: 20px !important;
}
div#Blogs .vc_gitem-zone-mini h4 {
    height: auto !important;
}
#blogs-sect2 {
    padding-top: 3% !important;
    padding-bottom: 3% !important;
}	
.Contact-page-sec2 h2 {
    font-size: 44px !important;
}	
}
@media only screen and (max-width:1440px) {
section#hme-sec-one {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.hme-heading-big {
    font-size: 45px !important;
}
#Services-Wrapper h3 {
    font-size: 40px !important;
}
div#Sect3-Col6 {margin: 0;width: 45%;margin-left: 4%;}
section#HOme-sect4 div#Sect4-Col6 {
    width: 45% !important;
    margin-left: 4%;
}
div#advanture-row h3 {
    font-size: 30px !important;
}
section#Home-sect5 {
    padding-bottom: 0px !important;
}
section#Home-Sect6 {
    margin-top: 20px !important;
    padding-top: 100px;
    padding-bottom: 100px;
}
section#Home-Sect6 h1.vc_custom_heading.hme-heading-big {
    font-size: 100px !important;
    line-height: 150px !important;
}
.TestimonialMain p {
    font-size: 18px !important;
    line-height: 28px !important;
}
.TestimonialMain h2 {
    font-size: 32px !important;
}
.TestimonialMain #t-ex {
    font-size: 22px !important;
}
section#Home-sect7 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}	
#masthead .navbar-nav > li {
    margin-right: 15px;
}
.header-bottom ul#menu-categories-menu li {
    padding: 0 20px !important;
}
.header-mdle-left .login-btn a {
    padding: 10px 25px;
}	
section.sb-sec-one {
    margin-top: 50px !important;
}
.ServiceFormSec .vc_col-sm-6:first-child {
    padding: 35px 5% !important;
}
.ServiceFormSec h2 {
    font-size: 45px !important;
}	
div#Sect4-Col6 {
    margin-left: 5% !important;
    width: 45% !important;
    max-width: 45% !important;
}	
.Contact-page-sec2 h2 {
    font-size: 40px !important;
}	
.single-product button.single_add_to_cart_button.button.alt, .woocommerce ul.products li.product .button {
    line-height: 25px !important;
    letter-spacing: 2px !important;
    padding: 10px 20px !important;
}
.woocommerce-page section#primary {
    padding-left: 3% !important;
    padding-right: 3% !important;
}	
.single-product p.price {
    font-size: 30px !important;
}
section.related.products h2 {
    font-size: 2em !important;
}
.components-button {
    line-height: 25px !important;
    letter-spacing: 2px !important;
    padding: 10px 25px !important;
}	
}
@media only screen and (max-width:1366px) {
	.header-mdle-left {
    gap: 25px;
    padding-left: 5px !important;
}
.header-middle .navbar-brand {
    margin-right: 0px !important;
}
.header-middle .navbar-brand img {
    max-width: 80% !important;
}
.menu-wraper {
    gap: 10px;
}
#masthead .navbar-nav > li {
    margin-right: 8px;
}
.header-mdle-left .login-btn a {
    padding: 10px 15px !important;
}
.header-mdle-left .call-info {
    gap: 10px;
}
.header-bottom ul#menu-categories-menu li {
    padding: 0px 15px !important;
}
section#hme-sec-one {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.hme-heading-samll {
    font-size: 18px !important;
}
.hme-heading-big {
    font-size: 35px !important;
    line-height: 40px !important;
}
section#hme-sec-one::after {
    top: 70px;
}
.hme-btn-thre a {
    padding: 10px 20px !important;
}
#hme-sec-one .type-product {
    width: 18.6%;
}
h2.woocommerce-loop-product__title {
    margin-bottom: 10px !important;
}
section#hme-sec-one .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    height: 90px;
}
#Services-Wrapper h3 {font-size: 30px !important;}
p {
    font-size: 16px !important;
    line-height: 28px !important;
}
#Services-Wrapper p {
    top: -220px;
}
#Services-Wrapper a {
    top: -220px;
}
div#advanture-row h3 {
    font-size: 25px !important;
    margin-bottom: 5px !important;
}
section#Home-Sect6 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
#Home-Sect6 h2 {
    font-size: 25px !important;
}
section#Home-Sect6 h1.vc_custom_heading.hme-heading-big {
    font-size: 80px !important;
    line-height: 100px !important;
}
.TestimonialMain p {
    margin-bottom: 10px !important;
}
.TestimonialMain h2 {
    font-size: 28px !important;
    line-height: 38px !important;
}
.TestimonialMain #t-ex {
    font-size: 20px !important;
}
.TestimonialMain {
    margin-top: 30px !important;
    padding: 40px 70px 40px;
}
section#Home-sect7 {
    padding-bottom: 20px !important;
}
div#Blogs .vc_gitem-zone-mini h4 {
    font-size: 28px !important;
    line-height: 38px !important;
}
section.vc_section.sb-sec-three .tabs-row .vc_toggle .vc_toggle_title i.vc_toggle_icon {
    height: 35px !important;
    width: 35px !important;
}
section.vc_section.sb-sec-three .tabs-row .vc_toggle .vc_toggle_title h4 {
    font-size: 25px !important;
}
section.vc_section.sb-sec-three .tabs-row .vc_toggle .vc_toggle_content p {
    font-size: 18px !important;
    line-height: 30px !important;
}
section.vc_section.sb-sec-five .vc_row .sb-sec-five-col6 {
    margin-left: 5% !important;
    width: 45% !important;
}
.ServiceFormSec .vc_col-sm-6:first-child {
    padding: 30px 3% !important;
}
.ServiceFormSec h2 {
    font-size: 35px !important;
    line-height: 40px !important;
}
.ServiceFormSec .wpb_content_element {
    margin-bottom: 20px;
}
.ServiceFormSec ul li {
    font-size: 16px !important;
}
#masthead .navbar-nav > li > a:before {
    display: none;
}
.Contact-page-sec2 h2 {
    font-size: 35px !important;
}
.Contact-page-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}	
.single-product p.price {
    font-size: 25px !important;
}
.search-form-container button.partButton,
.search-form-container button.clearButton {
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 2px !important;
    padding: 10px 25px !important;
}	
}
@media only screen and (max-width:1199px) {
	.header-middle .menu-wraper {
    gap: 25px !important;
}
.header-middle .menu-wraper button.navbar-toggler.pri-tog-btn {
    order: 3;
    border-color: #fff !important;
}
.header-mdle-left {
    padding-left: 35px !important;
}
.header-middle .menu-wraper button.navbar-toggler.pri-tog-btn span.navbar-toggler-icon {filter: invert(1);}
/* Toggle Menu CSS */
div#main-nav:not(.show).collapse{
display:block !important;
}
div#main-nav {
 position: fixed;
 height: 100%;
 left: 0;
 transform: translateX(-100%);
 top: 0;
 transition: 0.5s all ease-in-out !important;
 background: #2067cd;
 padding: 40px 50px;
 width: 50%;
 z-index: 9999 !important;
}
div#main-nav.show {
 transform: none;
 transition: 0.5s all ease-in-out !important;
}	
button:focus {
    outline: none !important;
}
button.navbar-toggler.sec-tog-btn {
    display: none;
}
a#close-menu {
    display: block !important;
}
a#close-menu {
    position: absolute;
    top: 10px;
    right: 5%;
    font-size: 45px;
    color: #fff;
    transition: 0.5s all ease-in-out !important;
    transform: rotate(180deg);
}
a#close-menu:hover {
    transition: 0.5s all ease-in-out !important;
    transform: rotate(0deg);
    color: red;
}
div#main-nav:not(.show).collapse {
    display:block !important;
}
.header-middle .navbar-brand img {
    max-width: 100% !important;
}	
.hme-btn-thre a {
        padding: 8px 10px !important;
        letter-spacing: 2px !important;
    }
.hme-heading-big {
    font-size: 32px !important;
    line-height: 45px !important;
}
section#hme-sec-one .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    height: 130px;
}
.woocommerce ul.products li.product .price {
    font-size: 16px !important;
}
#Services-Wrapper h3 {
    font-size: 28px !important;
}
div#Sect3-Col6 {
    margin-left: 3% !important;
}
div#Sect4-Col6 {
    margin-left: 3% !important;
}
div#advanture-row h3 {
    font-size: 22px !important;
}
section#Home-Sect6 h1.vc_custom_heading.hme-heading-big {
    font-size: 60px !important;
    line-height: 70px !important;
}
.TestimonialMain p {
    font-size: 16px !important;
}
.TestimonialMain h2 {
    font-size: 24px !important;
}
.TestimonialMain #t-ex {
    font-size: 18px !important;
}
div#Blogs .vc_gitem-zone-mini h4 {
    font-size: 24px !important;
}
section#home-sect8 {
    padding-bottom: 50px !important;
}
.Subscribe-Form .wpcf7-submit {
    left: 62%;
    padding: 8px 15px !important;
    width: 32% !important;
}
.hme-heading-big {
    font-size: 30px !important;
}
section#text-2 p {
    width: 100% !important;
}	
section.vc_section.sb-sec-three .tabs-row .vc_toggle .vc_toggle_content p {
    font-size: 16px !important;
}
section.vc_section.sb-sec-three .tabs-row .vc_toggle .vc_toggle_title h4 {
    font-size: 22px !important;
    margin-left: 10px;
}
.sb-sec-two .logos-row .vc_column-inner .wpb_single_image .vc_single_image-wrapper img {
    max-width: 80% !important;
}
section.vc_section.ServiceFormSec .vc_col-sm-6 figure.wpb_wrapper.vc_figure img {
    height: 500px !important;
    object-fit: cover !important;
    object-position: center !important;
}	
div#Blogs .vc_gitem-zone-mini h4 {
    line-height: 32px !important;
}
.Contact-page-sec2 h2 {
    font-size: 30px !important;
}
.Contact-page-sec h3 {
    font-size: 20px !important;
    margin: 20px 0 !important;
}
.main-contact-form input.btn-primary {
    font-size: 16px !important;
}	
.single-product button.single_add_to_cart_button.button.alt, .woocommerce ul.products li.product .button {
    padding: 8px 15px !important;
    letter-spacing: 1px !important;
}	
.single-product .product_title {
    font-size: 1.75rem !important;
}
.single-product p.price {
    font-size: 20px !important;
}
section.related.products h2.woocommerce-loop-product__title {
    font-size: 16px !important;
    line-height: 26px !important;
}	
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    font-size: 16px !important;
}	
a.components-button {
    letter-spacing: 2px !important;
    padding: 11px 25px !important;
}	
.header-middle .menu-wraper button.navbar-toggler.pri-tog-btn {
    border: 1px solid #fff !important;
}
.search-form-container button.partButton, .search-form-container button.clearButton {
    padding: 10px 15px !important;
}
.search-form-container h2 {
    font-size: 35px !important;
}
.search-form-container .proMClass label {
    font-size: 20px !important;
}	
}
@media only screen and (max-width:768px) {
.header-middle .menu-wraper button.navbar-toggler.pri-tog-btn {
    border: 1px solid #fff !important;
}
.header-top .row {
    justify-content: center !important;
}
.hme-heading-big {
    font-size: 30px !important;
    line-height: 40px !important;
}
#hme-sec-one .type-product {
    width: 48% !important;
    margin-right: 1% !important;
    margin-bottom: 25px !important;
}
section#hme-sec-one {
    padding-bottom: 0px !important;
}	
#Services-Wrapper h3 {
    font-size: 24px !important;
    top: -270px !important;
    left: 20px !important;
}
#Services-Wrapper p {
    top: -250px;
    left: 15px;
    line-height: 24px !important;
    font-size: 15px !important;
    padding-left: 3%;
}
#Services-Wrapper a {
    top: -230px;
    left: 20px;
    font-size: 16px !important;
}
.Subscribe-Form .wpcf7-submit {
    left: 55%;
    padding: 8px 10px !important;
    width: 37% !important;
}	
section.vc_section.sb-sec-three .tabs-row .vc_toggle .vc_toggle_title h4 {
    margin-left: 20px !important;
}
section.vc_section.ServiceFormSec .vc_col-sm-6 figure.wpb_wrapper.vc_figure img {
    height: 550px !important;
}	
.search-form-container .Part_clearButton {
    padding-left: 20px;
}
.search-form-container button.partButton, .search-form-container button.clearButton {
    font-size: 15px !important;
    padding: 10px 5px !important;
}
.category-group .row .col-md-3.part-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
	
}
@media only screen and (max-width:767px) {
	.header-top .row {
    display: block !important;
}
.header-top .row .contact-info ul {
    display: block !important;
    text-align: center;
}
.header-top .top-social ul {
    justify-content: center !important;
}
.header-middle .navbar-brand img {
    max-width: 90% !important;
}
section#hme-sec-one::after {
    display:none;
}
section#hme-sec-one .vc_col-sm-6 .vc_btn3-container,
section#Home-sect2 .vc_col-sm-6 .vc_btn3-container,
section#Home-sect7 .vc_col-sm-6 .vc_btn3-container{
    text-align: left !important;
}
.vc_section {
    padding-left: 3% !important;
    padding-right: 3% !important;
}
.ser-img-row .vc_col-sm-4 {
    margin-bottom: 30px !important;
}
div#Services-Wrapper {
    display: none;
}
.ser-img-row .vc_col-sm-4 figure.wpb_wrapper.vc_figure,
.ser-img-row .vc_col-sm-4 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey,
.ser-img-row .vc_col-sm-4 figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img.vc_single_image-img.attachment-full,
section#home-sect8section#home-sect8section#home-sect figure.wpb_wrapper.vc_figure,
section#home-sect8section#home-sect8section#home-sect figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey,
section#home-sect8section#home-sect8section#home-sect figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img.vc_single_image-img.attachment-full{
    display: block;
    width: 100% !important;
}
div#Sect3-Col6 {
    width: 95% !important;
    margin-right: 0% !important;
    margin-top: 25px !important;
    margin-left: 0% !important;
    padding: 0 3% !important;
}
section#HOme-sect4 div#Sect4-Col6 {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 25px !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
    padding: 0 3% !important;
}
section#Home-Sect6 h1.vc_custom_heading.hme-heading-big {
    font-size: 50px !important;
    line-height: 60px !important;
}
.hme-heading-big br {
    display: none !important;
}
.hme-heading-big {
    display: inline-block !important;
    width: 98%;
}
.TestimonialMain img {
    width: 35% !important;
}
.TestimonialMain::before {
    top: 10px;
    right: 0;
}
.TestimonialMain {
    padding: 30px 20px 30px;
}
section#home-sect8 {
    padding-bottom: 20px !important;
}
section#last-sect figure.wpb_wrapper.vc_figure,
section#last-sect figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey,
section#last-sect figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img.vc_single_image-img.attachment-full{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}
.Subscribe-Form input {
        width: 100%;
        border-radius: 0;
        position: relative;
        left: 0;30%;
        right: 0;
}

.Subscribe-Form p {
    justify-content: flex-start !important;
}
.Subscribe-Form .wpcf7-submit {
    left: auto;
    width: 40% !important;
    right: 0;
    background-color: #fff !important;
    color: #000 !important;
}
div#footer-widget {
    padding-top: 30px !important;
    background-size: cover !important;
}
div#footer-widget .col-lg-4.col-md-4.col-sm-12.abc {
    display: block !important;
}
div#footer-widget .col-lg-4.col-md-4.col-sm-12.abc2 {
    display: block !important;
}
div#F_B {
    display: block !important;
}

section#text-4 {
    text-align: left !important;
}

.abc::after,
.abc2::after {
    display: none;
}
div#footer-widget::after {
    bottom: 100px;
}
section#HOme-sect4 img {
    left: 0px !important;
}	
div#Sect4-Col6 p {
    width: 100% !important;
}
section.vc_section.sb-sec-five .vc_row .sb-sec-five-col6 {
    width: 100% !important;
    margin-left: 0% !important;
    padding: 0 3% !important;
}
section.vc_section.sb-sec-five img {
    left: 0px !important;
}	
div#Sect4-Col6 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0% !important;
    padding: 0 3% !important;
}	
section.vc_section.Contact-page-sec2 .wpb_column.vc_column_container.vc_col-sm-6 {
    margin-top: 25px !important;
}	
}
@media screen and (min-width: 320px) and (max-width: 766px) {
.Test_Main {
    align-items: center !important;
    flex-direction: column;
}
.Promo_Main {
    width: 100% !important;
}
.proMClass {
    width: 100%;
    padding: 0px 10px 0 !important;
}
.Part_clear {
    padding-left: 0 !important;
	margin: 15px 0 0;
}
.bike-info .row {
    padding: 12px !important;
    margin: 10px 0 0 !important;
}
	.header-middle nav.navbar.navbar-expand-xl.p-0 {
    display: block !important;
    text-align: center !important;
}
.header-mdle-left {
    display: block !important;
    text-align: center !important;
    padding-left: 0px !important;
    border: none !important;
    margin-top: 20px;
}
.header-middle .menu-wraper {
    display: block !important;
    text-align: center !important;
    margin-top: 20px !important;
}
.header-mdle-left .call-info {
    display: block;
    text-align: center !important;
    margin: 0 auto;
}
.cart-box {
    margin-bottom: 20px !important;
}
div#main-nav {
    width: 100% !important;
}
.header-mdle-left .call-info span {
    margin-top: 10px !important;
    display: block !important;
}

.header-mdle-left .call-info i {
    width: 55px;
    height: 55px;
    font-size: 18px;
    margin: 0 auto;
}

.home header#masthead {
    position: relative !important;
	background-color: #657999;
}

.hme-heading-samll {
    font-size: 17px !important;
}

.hme-btn-thre a {
    padding: 6px 8px !important;
    letter-spacing: 1px !important;
}

#hme-sec-one .type-product {
    width: 100% !important;
}

section#hme-sec-one .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    height: auto !important;
}

.hme-heading-big {
    font-size: 26px !important;
    line-height: 36px !important;
}

section#Home-Sect6 h1.vc_custom_heading.hme-heading-big {
    font-size: 35px !important;
    line-height: 50px !important;
}

#Home-Sect6 h2 {
    font-size: 20px !important;
}

.TestimonialMain h2 {
    font-size: 22px !important;
}

.TestimonialMain #t-ex {
    font-size: 16px !important;
}

.Subscribe-Form p {
    display: block !important;
    text-align: left !important;
}

.Subscribe-Form .wpcf7-submit {
    right: auto !important;
}	
.login-btn {
    margin-bottom: 20px !important;
}
section.vc_section.sb-sec-three .tabs-row {
    padding: 15px !important;
}

section.vc_section.sb-sec-three .tabs-row .vc_toggle .vc_toggle_title h4 {
    margin-left: 35px !important;
}	
.woocommerce ul.products li {
    width: 100% !important;
    margin-bottom: 35px !important;
}	
section.vc_section.Contact-page-sec2 {}

section.vc_section.Contact-page-sec2 .wpb_column.vc_column_container.vc_col-sm-6 {
    padding-left: 3% !important;
    padding-right: 3% !important;
}

.main-contact-form {
    padding: 20px 30px !important;
}	
	div#footer-widget::after {
    bottom: 130px !important;
}
.category-group .row .col-md-3.part-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}	
.search-form-container h2 {
    font-size: 30px !important;
    text-align: center !important;
}
.search-form-container .proMClass label {
    font-size: 18px !important;
}
.search-form-container {
    padding: 20px !important;
}
.search-form-container .myF-exclass {
    display: block !important;
}
.search-form-container .myF-exclass .my_flexxinnerClass1 {
    width: 100% !important;
    margin-bottom: 25px !important;
}
.search-form-container .Part_clearButton {
    justify-content: center !important;
}	
}
div#d-no {
    display: none !important;
}
.search-bar {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
    width: 30%;
}
.search-bar .apsw-search-wrap .apsw-search-btn svg {
    fill: #2067cd !important;
}






button.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #0000;
    color: #2067CD;
    border: 2px solid #2067CD;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 5px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 35px;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: -4px 0px 0px #2067CD;
    display: inline-block;
    text-decoration: none;
    transition-duration: 0.5s;
    
}
span.password-input {
    width: 100%;
}
.woocommerce-form-login p.form-row {
    display: grid;
}
p.woocommerce-LostPassword.lost_password {
    text-align: center;
}
.woocommerce-form-login input {
    border: transparent;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0 0 8px;
    font-size: 17px !important;
}
.woocommerce-account .woocommerce {
    color: #2067CD;
    border: 2px solid #2067CD;
    box-shadow: -4px 0px 0px #2067CD;
    padding: 20px;
}
.woocommerce-account .woocommerce a {
    color: black;
}
a.woocommerce-Button, a.button.wc-forward, button.button, a.button, .woocommerce-Button {
    background-color: #0000;
    color: #2067CD;
    border: 2px solid #2067CD;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 5px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 35px;
    font-family: 'Poppins', sans-serif !important;
    box-shadow: -4px 0px 0px #2067CD;
    display: inline-block;
    text-decoration: none;
    transition-duration: 0.5s;
}
span.woocommerce-input-wrapper {
    width: 100%;
}


.breadcrumb {
    display: none;
}


.sb-sec-two:before, .sb-sec-two:after{
	display:none;
}

.Main-Pdfform .wpb_wrapper {
    border: 1px solid blue;
    width: 30%;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
}

.Main-Pdfform {
    padding: 5%;
}


/* Services Inner Pages CSS */

#Dirt-Bike-Sect h1 {
    font-size: 140px;
    line-height: 120px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#Dirt-Bike-Sect {
    padding-top: 17%;
    padding-bottom: 15%;
}

.Dirt-Bike-h4 {
    color: #2067CD;
    margin: 0;
    padding: 0;
    font-family: 'Mont', sans-serif !important;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
}

.Dirt-Bike-h1 {
    color: #000000;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 20px;
}

#Dirt-Bike-BTN a {
    font-size: 15px;
    padding: 15px 32px;
    background: #000000;
    border-color: #000000;
    color: #fff;
    transition: all linear 0.4s;
    border-radius: 0;
}

#Dirt-Bike-BTN a:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
	box-shadow: rgb(149 157 165 / 37%) 0px 8px 24px;
}

#Dirt-Bike-Sect1 {
    padding-bottom: 120px;
    padding-top: 110px;
}

#Dirt-Bike-Sect2 .vc_column_container>.vc_column-inner {
    padding: 0;
}

.Dirt-Bike-img .vc_single_image-wrapper {
    overflow: hidden;
}

.Dirt-Bike-img img {
    transition: all linear 0.4s;
}

.Dirt-Bike-img img:hover {
    transform: scale(1.1);
}

.main-p1 p {
    color: #2067CD;
}

#Dirt-Bike-Sect3 {
    padding-top: 120px;
    padding-bottom: 120px;
}

#Dirt-Bike-Sect4 .vc_column_container>.vc_column-inner {
    padding: 0;
}

.Dirt-Bike-FAQ .vc_toggle_title h4 {
    color: #000000;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-family: 'Mont', sans-serif !important;
}

.Dirt-Bike-FAQ .vc_toggle_title {
    padding: 0 !important;
}

.Dirt-Bike-FAQ .vc_toggle_title .vc_toggle_icon {
    left: 98% !important;
    background-color: #999999 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 30px;
    border-color: #999999 !important;
}

/* .vc_toggle_active.Dirt-Bike-FAQ i {
    background: #2067CD !important;
    border-color: #2067CD !important;
    color: #fff !important;
}

.vc_toggle_active.Dirt-Bike-FAQ .vc_toggle_icon::before {
    background: #fff !important;
} */

.Dirt-Bike-FAQ .vc_toggle_content {
    padding: 28px 0 10px !important;
    margin: 0;
    border-bottom: 1px solid #707070;
}

.Dirt-Bike-FAQ .vc_toggle_title {
    border-bottom: 1px solid #707070;
    padding-bottom: 28px !important;
}

.Dirt-Bike-FAQ {
    margin-bottom: 30px;
}

#Dirt-Bike-Sect5 h1 {
    padding: 0 0 30px !important;
}

#Dirt-Bike-Sect5 {
    padding-top: 115px;
    padding-bottom: 100px;
}

.page-id-16387 #footer-widget {
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/09/Dirt-Bike-Footer.png) no-repeat;
}

#Dirt-Bike-Sect6 .vc_column_container>.vc_column-inner {
    padding: 0;
}

.Dirt-Bike-ST {
    margin: 0;
    padding: 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    font-size: 150px;
    line-height: 120px;
    color: transparent;
}

#Dirt-Bike-Sect6 .Dirt-Bike-h1 {
    padding: 0 0 10px;
}

.Dirt-Bike-Sect6-col6 {
    padding-left: 40px !important;
    padding-right: 190px !important;
}

div#Dirt-Bike-Sect6-col66 {
    padding-left: 200px !important;
    padding-right: 70px !important;
}

.page-id-16463 #Brands-We-Carry {
    padding-top: 100px;
}

.page-id-16414 #footer-widget {
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/09/Snow-Bike-Footer.png);
}

#Brands-We-Carry {
    padding-bottom: 70px;
}

#Official-Sales h1 {
    font-size: 75px;
    line-height: 85px;
    padding: 0;
}

#Official-Sales {
    padding-top: 50px;
    padding-bottom: 40px;
}

.page-id-16471 #Brands-We-Carry {
    padding-top: 120px;
}

.Dirt-Bike-WRAP p code {
    font-size: 18px;
    line-height: 30px;
    color: #FC4831;
    font-family: 'Mont', sans-serif !important;
}

.Dirt-Bike-WRAP p a {
    color: #2067CD;
    text-decoration: underline;
}

.Dirt-Bike-WRAP {
    padding-bottom: 100px !important;
}

.page-id-16437 #footer-widget {
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/09/Street-Bike-Banner.png);
}

.page-id-16451 #footer-widget {
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/09/Snow-Mobile-Footer.png);
}

.page-id-16463 #footer-widget {
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/09/Mountain-Bike-Footer.png);
}

.page-id-16471 #footer-widget {
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/09/Adventure-Touring-Footer.png);
}

.page-id-16485 #footer-widget {
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/09/Mask-Group-61.png);
}

.page-id-15599 #footer-widget {
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/09/Adventure-Touring-Footer.png);
}

h1#Service-Form-txt {
    font-size: 120px;
    background: #000000ad;
    width: 680px;
    height: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page-id-16485 #Dirt-Bike-Sect {
    padding-bottom: 0;
    padding-top: 38%;
}

#Dirt-Bike-Sect1 p {
    width: 85% !important;
    margin: 0 auto 10px;
}

#Dirt-Bike-Sect3 p {
    width: 85%;
    margin: 0 auto 10px;
}

/* Services Inner Pages CSS */



/* Services Inner Pages Responsive CSS */


@media screen and (min-width: 620px) and (max-width: 767px) {
div#allProductList ul li { width: 32% !important; }
ul.product-list li.product-item { width: 33% !important; padding: 0 5px 0 !important; }
}


@media screen and (min-width: 420px) and (max-width: 619px) {
div#allProductList ul li { width: 48% !important; }
ul.product-list li.product-item { width: 50% !important; padding: 0 5px 0 !important; }
}


@media screen and (min-width: 1px) and (max-width: 419px) {
div#allProductList ul li { width: 100% !important; }
ul.product-list li.product-item { width: 100% !important; padding: 0 !important; }
}


@media screen and (min-width: 1px) and (max-width: 767px) {
/* Adventure-Touring page CSS */
.filter-container { margin-bottom: 12px; }
section.Adveture-Banner .main-container { padding-top: 8% !important; } 
section.Adveture-Banner { padding-top: 10% !important; padding-bottom: 14% !important; width: 100% !important; top: 0 !important; margin-left: 0% !important; max-width: 100% !important; } 
section.Adveture-Banner h1 { font-size: 35px !important; line-height: 45px !important; top: 0; left: 15px; position: unset !important; }
.page-id-15599 .mainrowinBrandLogo { margin-top: 5%; }
.brand-item img { width: 100% !important; }
div#brandimage { padding-top: 4%; display: grid; grid-template-columns: 1fr 1fr; }
div#belowcontainer { margin-top: 7%; }
.page-id-15599 #Dirt-Bike-Sect2 img { margin-bottom: 30px; }
.page-id-15599 section#Brands-We-Carry { padding-top: 10px !important; padding-left: 0 !important; padding-right: 0 !important;  }
.page-id-15599 #Official-Sales { padding-left: 0 !important; padding-right: 0 !important; }
.page-id-15599 #Dirt-Bike-Sect1 { padding-left: 0 !important; padding-right: 0 !important; }
/* Adventure-Touring page CSS */
br { display: none; }
#Dirt-Bike-Sect h1 { font-size: 40px; line-height: 50px; }
#Dirt-Bike-Sect { padding-top: 15%; padding-bottom: 13%; }
.Dirt-Bike-h4 { font-size: 20px; line-height: 28px; }
.Dirt-Bike-h1 { color: #000000; font-size: 35px !important; line-height: 45px !important; padding: 0 0 5px; }
#Dirt-Bike-Sect1 .wpb_content_element { margin: 0 0 20px; }
#Dirt-Bike-Sect1 { padding-bottom: 40px; padding-top: 40px; }
#Dirt-Bike-Sect3 { padding-top: 40px !important; padding-bottom: 40px; }
#Dirt-Bike-BTN a { padding: 10px 25px; }
.Dirt-Bike-ST { font-size: 60px; line-height: 70px; }
.Dirt-Bike-Sect6-col6 { padding-left: 0 !important; padding-right: 0 !important; padding-top: 30px; }
div#Dirt-Bike-Sect6-col66 { padding-left: 0 !important; padding-right: 0px !important; padding-bottom: 30px; }
.page-id-16414 #footer-widget { margin-top: 12% !important; }
#Dirt-Bike-Sect5 h1 { padding: 0 0 10px !important; }
.Dirt-Bike-FAQ .vc_toggle_title h4 { color: #000000; font-size: 18px; line-height: 28px; }
.Dirt-Bike-FAQ .vc_toggle_title .vc_toggle_icon { left: 85% !important; width: 25px !important; height: 25px !important; }
#Dirt-Bike-Sect5 { padding-top: 40px; padding-bottom: 30px; }
#Brands-We-Carry .wpb_single_image { text-align: center !important; }
#Brands-We-Carry { padding-bottom: 30px; }
.page-id-16463 #Brands-We-Carry { padding-top: 40px; }
#Brands-We-Carry .wpb_content_element { text-align: center !important; }
#Official-Sales { padding-top: 30px; padding-bottom: 10px; }
h1#Service-Form-txt { width: 80%; height: 70px; }
.page-id-16485 #Dirt-Bike-Sect { padding-top: 50%; }
.Dirt-Bike-WRAP { padding-bottom: 30px !important; }
div#tract img { width: 100% !important; }
.k-tract .wpb_single_image { margin: 0 0 20px; }
.logo-btn h2 { top: -45% !important; font-size: 24px !important; margin: 0; padding: 0; line-height: 30px !important; }
#P-Teck-MB { font-size: 16px !important; line-height: 25px !important; margin-top: 16% !important; }
a#Ktch-MB { padding: 8px 25px !important; margin-top: 56% !important; }
#bike-info .item small::before { width: 20pc !important; }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
div#allProductList ul li { width: 24% !important; }
ul.product-list li.product-item { width: 33% !important; padding: 25px 6px 0 !important; }
section.Adveture-Banner h1 { font-size: 60px !important; line-height: 70px !important; top: -115px !important; left: 15px !important; }
section.Adveture-Banner { width: 100% !important; margin-left: 0 !important; max-width: 100% !important; }
.mainrowinBrandLogo .col-md-4 .brand-filter {padding-left: 8px;font-size: 18px;}
.mainrowinBrandLogo .col-md-4 { flex: 0 0 28%; max-width: 28%; } .mainrowinBrandLogo .col-md-8 {flex: 0 0 72%;max-width: 74%;}
.page-id-15599 section#Brands-We-Carry { padding-top: 40px !important; padding-left: 15px !important; padding-right: 15px !important;  }
.page-id-15599 #Official-Sales { padding-left: 15px !important; padding-right: 15px !important; }
.page-id-15599 #Dirt-Bike-Sect1 { padding-left: 15px !important; padding-right: 15px !important; }
#Dirt-Bike-Sect h1 { font-size: 70px; line-height: 80px; }
#Dirt-Bike-Sect { padding-top: 11%; padding-bottom: 9%; }
#Dirt-Bike-Sect1 { padding-bottom: 50px; padding-top: 50px; }
.Dirt-Bike-h1 { color: #000000; font-size: 40px !important; line-height: 50px !important; padding: 5px 0 8px; }
#Dirt-Bike-BTN a { font-size: 15px; padding: 12px 28px; }
#Dirt-Bike-Sect3 { padding-top: 60px !important; padding-bottom: 60px; }
.Dirt-Bike-ST { font-size: 80px; line-height: 80px; }
#Dirt-Bike-Sect6 .vc_col-sm-6 { width: 100%; } 
#Dirt-Bike-Sect6 { padding-top: 5%; }
.Dirt-Bike-Sect6-col6 { padding-left: 15px !important; padding-right: 15px !important; padding-top: 30px; }
div#Dirt-Bike-Sect6-col66 { padding-left: 15px !important; padding-right: 15px !important; padding-bottom: 30px; }
.page-id-16414 #footer-widget { margin-top: 6% !important; }
.Dirt-Bike-FAQ .vc_toggle_title .vc_toggle_icon { left: 95% !important; }
#Dirt-Bike-Sect5 { padding-top: 55px; padding-bottom: 40px; }
#Brands-We-Carry { padding-bottom: 40px; }
.page-id-16463 #Brands-We-Carry { padding-top: 60px; }
#Official-Sales { padding-top: 40px; padding-bottom: 30px; }
.page-id-16471 #Brands-We-Carry { padding-top: 60px; }
.Dirt-Bike-WRAP { padding-bottom: 20px !important; }
h1#Service-Form-txt { width: 55%; height: 100px; }
.page-id-16485 #Dirt-Bike-Sect { padding-bottom: 0; padding-top: 31%; }
div#tract img { width: 100% !important; }
.logo-btn h2 { top: -50% !important; }
.Part_clear { padding-left: 8px !important; }
#bike-info .item small::before { width: 40pc !important; }
}


@media screen and (min-width: 1025px) and (max-width: 1440px) {
div#allProductList ul li { width: 18% !important; }
ul.product-list li.product-item { width: 33.33% !important; padding: 25px 8px 0 !important; }
section.Adveture-Banner { padding-top: 8% !important; padding-bottom: 7% !important; width: 100% !important; margin-left: 0 !important; max-width: 100% !important; }
section.Adveture-Banner h1 { font-size: 80px !important; line-height: 90px !important; top: -150px !important; left: 15px !important; }
.page-id-15599 #Official-Sales { padding-left: 15px !important; padding-right: 15px !important; }
.page-id-15599 section#Brands-We-Carry { padding-top: 70px !important; padding-left: 15px !important; padding-right: 15px !important;  }
.page-id-15599 #Dirt-Bike-Sect1 {padding-left: 15px !important;padding-right: 15px !important;padding-top: 40px !important;}
br { display: none; }
.Dirt-Bike-Sect6-col6 { padding-left: 20px !important; padding-right: 15px !important; padding-top: 30px; }
.Dirt-Bike-ST { font-size: 100px; line-height: 100px; }
.Dirt-Bike-h1 { font-size: 45px !important; line-height: 55px !important; }
div#Dirt-Bike-Sect6-col66 { padding-left: 15px !important; padding-right: 20px !important; padding-top: 5%; }
.page-id-16414 #footer-widget { margin-top: 5% !important; }
#Dirt-Bike-Sect { padding-top: 12%; padding-bottom: 10%; }
.page-id-16471 #Brands-We-Carry { padding-top: 80px; }
.page-id-16463 #Brands-We-Carry { padding-top: 80px; }
#Brands-We-Carry { padding-bottom: 50px; }
#Dirt-Bike-Sect5 { padding-top: 70px; padding-bottom: 60px; }
#Dirt-Bike-Sect h1 { font-size: 80px; line-height: 90px; }
#Dirt-Bike-Sect1 { padding-bottom: 80px; padding-top: 80px; }
#Dirt-Bike-Sect3 { padding-top: 80px !important; padding-bottom: 80px; }
.Dirt-Bike-FAQ .vc_toggle_title .vc_toggle_icon { left: 96% !important; }
.Dirt-Bike-WRAP { padding-bottom: 60px !important; }
h1#Service-Form-txt { width: 48%; height: 125px; }
.logo-btn h2 { top: -70% !important; }
.page-id-16485 #Dirt-Bike-Sect { padding-bottom: 0; padding-top: 32%; }
.P-Teck { margin-top: 4% !important; }
a#Ktch-MB { margin-top: 18% !important; }
rs-layer#shap-mb { margin-top: 32px !important; }
div#tract img { width: 95% !important; }
.Part_clear { padding-left: 50px !important; }
#bike-info .item small::before { width: 30pc !important; }
}


@media screen and (min-width: 1440px) and (max-width: 1600px){
#masthead .navbar-nav > li { margin-right: 30px; }
.header-bottom ul#menu-categories-menu li { padding: 0px 30px !important; }
.page-id-15599 #Official-Sales { padding-left: 15px !important; padding-right: 15px !important; }
.page-id-15599 section#Brands-We-Carry { padding-top: 70px !important; padding-left: 15px !important; padding-right: 15px !important;  }
.page-id-15599 #Dirt-Bike-Sect1 {padding-left: 15px !important;padding-right: 15px !important;padding-top: 40px !important; }
section.Adveture-Banner h1 { font-size: 100px !important; line-height: 110px !important; top: -200px !important; left: 15px !important; }
section.Adveture-Banner { padding-top: 7% !important; padding-bottom: 6% !important; width: 100% !important; margin-left: 0 !important; max-width: 100% !important; }
}


@media screen and (min-width: 1601px) and (max-width: 1700px){
.header-bottom ul#menu-categories-menu li { padding: 0px 42px !important; }
}


@media screen and (min-width: 1600px) and (max-width: 1800px){
div#belowcontainer { top: 40px; }
}

/* Services Inner Pages Responsive CSS */


section.Adveture-Banner {
    background-image: url(https://rmrsuspensions.com/wp-content/uploads/2024/09/Adventure-Touring.png?id=16472) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 9%;
    padding-bottom: 8%;
    width: 1920px;
    position: absolute;
    top: 0;
    margin-left: -13%;
    max-width: 1920px !important;
}

section.Adveture-Banner h1 {
    font-size: 140px;
    line-height: 120px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: white;
    position: absolute;
    top: -270px;
    left: 0;
}

.page-id-15599 div#content .container {
    position: relative;
    padding-top: 18%;
}

.page-id-15599 .vc_section {
    padding-left: 191.5px !important;
    padding-right: 191.5px !important;
}

.page-id-15599 #Dirt-Bike-Sect2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

ul.product-list #skuSearch {
    border: 2px solid #000000;
    border-radius: 12px;
}

/* div#brandimage .brand-item {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 8%;
} */

div#brandimage .brand-item .brand-filter {
    overflow: hidden;
}

div#brandimage .brand-item .brand-filter img {
    transition: all linear 0.4s;
}

div#brandimage .brand-item .brand-filter img:hover {
    transform: scale(1.1);
}



.xoo-wsc-ft-buttons-cont span.woocommerce-Price-amount.amount {
    color: #fff !important;
}

.xoo-wsc-ft-buttons-cont:hover span.woocommerce-Price-amount.amount {
    color: #000000 !important;
}

/* .Ktch {
    position: relative !important;!i;!;
}

.Ktch::after {
    content: '';
    position: absolute;
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/10/Ktech.png) no-repeat;
    width: 140px;
    height: 55px;
    left: 0;
    bottom: -80px;
} */

.page-id-15599 .Adveture-Banner h1::after {
    content: '';
    position: absolute;
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/10/Tractive.png) no-repeat;
    width: 270px;
    height: 70px;
    left: 0;
    bottom: -80px;
}

.page-id-15599 .Adveture-Banner {
    background: url(https://rmrsuspensions.com/wp-content/uploads/2024/10/Adventure-Touring.png) !important;
    padding-top: 7% !important;
    padding-bottom: 6% !important;
}

.Ktech-Atract-Logo img {
    width: 28%;
}

div#footer-widget::before {
    content: '';
    position: absolute;
    background: #000;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    opacity: 0.4;
    z-index: 0;
    top: 0;
}

.P-Teck {
    font-size: 20px !important;
    line-height: 30px !important;
}

.TestimonialMain::after {
	display: none;
}

.TestimonialMain::before {
	display: none;
}

section#home-sect8::after {
	display: none;
}

section#home-sect8::before {
	display: none;
}

.Kt-Row img {
    width: 220px;
}

div#tract img {
    width: 56%;
}

.Kt-Row {
    margin-top: 6%;
    margin-bottom: 1%;
	position: relative;
}

section#hme-sec-one::after {
	display: none;
}

/* .k-tract:hover::before {
    background-color: transparent !important;
    content: none !important;
    transition: all linear 0.5s;
}

.k-tract::before {
    transition: all linear 0.5s;
} */

.k-tract::before {
	display: none !important;
}

div#KTBtn2 {
    position: relative !important;
}

div#KTBtn2::after {
    content: '';
    position: absolute;
    background: #00000091;
    width: -webkit-fill-available;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	transition: all linear 0.4s;
}

div#KTBtn1 {
    position: relative !important;
	transition: all linear 0.4s;
}

div#KTBtn1::after {
    content: '';
    position: absolute;
    background: #00000091;
    width: -webkit-fill-available;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	transition: all linear 0.4s;
}

div#KTBtn2:hover::after {
    background: #00000052;
	transition: all linear 0.4s;
}

div#KTBtn1:hover::after {
    background: #00000052;
}

div#KTBtn1:hover::after {
    background: #00000052;
}


.bike-info {
    width: -webkit-fill-available;
}

.bike-info h3 {
    text-align: center;
    font-size: 25px;
}

.bike-info .row {
    padding: 30px;
    background: #fff;
    margin: 20px 0 0;
    box-shadow: rgb(100 100 111 / 0%) 0px 7px 29px 0px;
}

.bike-info .item ul {
    padding: 0 0 0px 4px;
    margin: 15px 0 0;
    list-style: none;
}

.bike-info .item ul .title {
    font-weight: bold;
    font-family: "Teko";
}

.bike-info .item li {
    margin: 0 0 5px;
    font-size: 20px;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 5px;
}

.bike-info .row h1 {
    background-color: #333;
    color: white;
    padding: 10px;
    margin: 0;
	font-size: 24px;
}

.category-group img {
    width: 100% !important;
    object-fit: cover;
}

.category-group .part-item div {
    padding: 0 15px 10px !important;
	margin: 10px 0 !important;
}

h2.cathd {
	margin-top: 15px !important;
}

@media (max-width: 1399px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1520px;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1440px) {
.search-form-container {
    width: 85% !important;
    margin-right: auto;
    margin-left: auto;
}

.bike-info {
    width: 85% !important;
    margin-left: auto;
    margin-right: auto;
}

.category-group {
    width: 85% !important;
    margin-right: auto;
    margin-left: auto;
}
}

.product_meta .posted_in a {
    color: #2067cd;
    font-weight: 400;
    padding-right: 5px;
}



/* Menus hidden */
li#menu-item-38, li#menu-item-37 {
    display: none;
}

ul#menu-categories-menu li {
    position: relative;
}

ul#menu-categories-menu li#menu-item-16818 a, li#menu-item-16819 a {
    opacity: 0;
    position: relative;
}

li#menu-item-16818:before {
    content: '';
    background-image: url(https://rmrsuspensions.com/wp-content/uploads/2024/10/logo.png);
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    background-size: 60%;
    background-repeat: no-repeat;
}

li#menu-item-16819:before {
    content: '';
    background-image: url(https://rmrsuspensions.com/wp-content/uploads/2024/12/tractive.png);
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    left: 15%;
    top: 0;
    position: absolute;
    z-index: 0;
    background-size: 90%;
    background-repeat: no-repeat;
}






@media screen and (min-device-width: 900px) and (max-device-width: 1199px) {
li#menu-item-16819 {
    padding: 20px 0 0;
}	
li#menu-item-16819:before {
    left: 0;
    top: 20%;
    background-size: 30%;
}
li#menu-item-16818 {
    padding: 15px 0;
}	
li#menu-item-16818:before {
    left: 0;
    top: 22%;
    background-size: 25%;
}	
}


@media screen and (min-device-width: 767px) and (max-device-width: 899px) {
li#menu-item-16819 {
    padding: 20px 0 0;
}	
li#menu-item-16819:before {
    left: 0;
    top: 20%;
    background-size: 55%;
}
li#menu-item-16818 {
    padding: 15px 0;
}	
li#menu-item-16818:before {
    left: 0;
    top: 22%;
    background-size: 40%;
}	
}

@media screen and (min-device-width: 550px) and (max-device-width: 766px) {
li#menu-item-16819 {
    padding: 20px 0 0;
}	
    li#menu-item-16819:before {
        left: 0;
        top: 20%;
        background-size: 27%;
    }
li#menu-item-16818 {
    padding: 15px 0;
}	
li#menu-item-16818:before {
    left: 0;
    top: 22%;
    background-size: 20%;
}	
}

@media screen and (min-device-width: 440px) and (max-device-width: 549px) {
li#menu-item-16819 {
    padding: 20px 0 0;
}	
    li#menu-item-16819:before {
        left: 0;
        top: 20%;
        background-size: 43%;
    }
li#menu-item-16818 {
    padding: 15px 0;
}	
li#menu-item-16818:before {
    left: 0;
    top: 22%;
    background-size: 31%;
}	
}

@media screen and (min-device-width: 320px) and (max-device-width: 439px) {
li#menu-item-16819 {
    padding: 20px 0 0;
}	
    li#menu-item-16819:before {
        left: 0;
        top: 20%;
        background-size: 61%;
    }
li#menu-item-16818 {
    padding: 15px 0;
}	
li#menu-item-16818:before {
    left: 0;
    top: 22%;
    background-size: 40%;
}	
}



@media screen and (min-device-width: 769px) and (max-device-width: 992px) {
#hme-sec-one ul.products.columns-5 li:nth-child(4) {
    display: none;
}
#hme-sec-one ul.products.columns-5 li:nth-child(5) {
    display: none;
}

#hme-sec-one ul.products.columns-5 li:nth-child(9) {
    display: none;
}

#hme-sec-one ul.products.columns-5 li:nth-child(10) {
    display: none;
}	
#hme-sec-one .type-product {
   	width: 31.7%;
}	    
}


@media screen and (min-device-width: 993px) and (max-device-width: 1199px) {
#hme-sec-one ul.products.columns-5 li:nth-child(5) {
    display: none;
}
	
#hme-sec-one ul.products.columns-5 li:nth-child(10) {
    display: none;
}	
#hme-sec-one .type-product {
   	width: 23.7%;
}	    
}




@media screen and (min-device-width: 0px) and (max-device-width: 499px) {
.woocommerce ul.products li.product a img {
    object-fit: initial;
    width: 100%;
    height: auto;
}		    
}


@media screen and (min-device-width: 500px) and (max-device-width: 768px) {
.woocommerce ul.products li.product a img {
    object-fit: initial;
    width: 100%;
    height: auto;
}		    
#hme-sec-one .type-product {
    width: 49% !important;
}	
}

@media screen and (min-device-width: 1200px) and (max-device-width: 2000px) {
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { 
    width: 30% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 70% !important;
}
}


.kp-wrap {
    background: white;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 11px;
    margin: 15px 0;
}

.ktech-product a:hover {
    text-decoration: none;
}

.kp-wrap h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/*Grid Css */


.bmw_sect img {
    width: 100%;
    height: auto;
}


section.bmw_sect {
    padding-top: 40px;
}

.bmw_sect .last_sect {
    padding-bottom: 40px;
}

.bmw_sect .product_main {
    padding: 20px 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-top: 3px solid #202020;
    border-bottom: 3px solid #202020;
    margin: 10px 0;
}

.bmw_sect .product_main img {
    height: 22vh;
    object-fit: cover;
    margin-bottom: 2%;
    transition: all linear 0.3s;
}

.bmw_sect .product_main img:hover {
    transform: scale(1.1);
}

.bmw_sect .product_details h1 {
    color: black;
    font-size: 24px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bmw_sect .product_details h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 15px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bmw_sect .product_details h4 {
    font-size: 22px;
    color: black;
    font-weight: 600;
}

 .bmw_sect .product_main a:hover {
    text-decoration: none;
}

section.bmw_sect.last_sect {
    padding-bottom: 60px;
}


.woocommerce-cart-form .product-name a {
    color: black;
    font-weight: 600;
    font-family: "Montserrat", sans-serif !important;
    text-decoration: none;
    font-size: 17px;
}
.woocommerce table.shop_table {
    border-color: black;
    border-radius: 12px;
}
.coupon .input-text {
    border: 1px solid #000 !important;
    color: #000;
    margin-right: 15px !important;
    border-radius: 4px;
}
.coupon .button {
    background: #2067CD !important;
    color: white !important;
    padding: 11px 25px !important;
    font-weight: 600 !important;
    letter-spacing: 3px;
}
.wc-proceed-to-checkout .checkout-button {
    background: #2067CD !important;
    border: unset !important;
    text-decoration: none !important;
}
a.shipping-calculator-button {
    color: black;
    text-decoration: none;
}
#select2-calc_shipping_state-container {
    padding: 0 100px 0 10px;
}
#shipping-calculator-form .button {
    background: black;
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 12px 30px;
}
table.shop_table.shop_table_responsive .button {
    background: black;
    color: white !important;
    letter-spacing: 3px;
}
table.shop_table.shop_table_responsive .button:hover {
    background: black !important;
    color: white !important;
}
#select2-calc_shipping_state-container {
    padding: 0 370px 0 10px;
}
ul#shipping_method li {
    border-bottom: 1px solid #E9E6ED;
    padding-bottom: 8px;
}
table.shop_table.shop_table_responsive {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-top: 4px solid #2067CD;
    border-bottom: 4px solid #2067CD;
    border-right: unset;
    border-left: unset;
}
.woocommerce-info {
    border-color: #2067CD;
    margin-bottom: 30px !important;
}






@media screen and (min-width: 320px) and (max-width: 766px) {

.bmw_sect .product_main {
    margin-bottom: 20px;
}
}

@media screen and (min-width: 738px) and (max-width: 1200px) {
#snow_V video { height: auto; }
}

@media screen and (min-width: 900px) and (max-width: 1440px) {
#nav_menu-4 { display: grid; justify-content: center; } 
.abc2::after { left: 7%; }
}

@media screen and (min-width: 1441px) and (max-width: 1700px) {
.res_3 .vc_row, .res_4 .vc_row { flex-wrap: nowrap !important; }
#OUR_1, #OUR_2 { flex-wrap: nowrap !important; }
}




@font-face {
    font-family: 'Aersospace';
    src: url('./fonts/Modal-Stencil-Black.otf');
}

.customfont-banner {
    font-family: 'Aersospace' !important;
}


.banner-bottom-logos img {
    margin-top: -20%;
}

.brandlogos img {
    filter: drop-shadow(2px 2px 4px #000);
}

.banner-bottom-logos img {
    filter: drop-shadow(2px 4px 6px black);
}
