/*
Theme Name: custom wrapper
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
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 Bootstrap (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 Bootstrap 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 Bootstrap 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-bootstrap-starter
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
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Roboto', sans-serif !important;
}

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: #1E1E1E;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: Anta !important;
}
h1 {
  font-size: 60px; 
  line-height: 70px;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: uppercase;
}
h2 {
    font-size: 40px ;
    line-height: 40px;
    text-transform: uppercase;
}
h3 {
  font-size: 34px !important;
  line-height: 44px !important;
  font-weight: 400 !important;
  color: #1E1E1E;
  text-transform: uppercase;

}
h4 {
  font-size:18px;
  line-height:28px;
  text-transform: uppercase;  
}
h5 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
}
h6{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 1.5em;
}
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;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #8F8F8F !important;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    font-family: 'Roboto' !important;
    background: #fff !important;
}
body, html {
    overflow-x: hidden;
}
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
--------------------------------------------------------------*/
#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: #563e7c;
  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
--------------------------------------------------------------*/
.btn-close {
    display: none;
}
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand {
   
}
.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: 5px;
    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: 0rem;
  padding-top: 0rem;
}

.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: 0em 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: 1366px) {
  html {
    font-size: 95%;
  }
/*h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
h3 {
    font-size: 30px !important;
    line-height: 40px !important;
}*/
h4 {
    font-size: 26px;
    line-height: 36px !important;
}
body.archive div#content {
    padding: 100px 0px !important;
}
body.page-template.page.page-id-25.logged-in.woocommerce-checkout div#content {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}
body.product-template-default.single.single-product div#content {
    padding: 100px 0px 60px !important;
}
}
@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px !important;
}
}
@media (max-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1160px !important;
}
}
@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: 767px) {
  .navbar-collapse {
    width: 100%;
}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*----------------------------------------
             custom css
------------------------------------------*/
ul{
  padding-left: 0 !important;
  list-style: none;
}

a{
  text-decoration: none !important;
  padding: 0px !important;
  background: none !important;
}
input{
  box-shadow: none !important;
  outline: none !important;
}
/*----------------------------------------
        
------------------------------------------*/

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


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

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

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

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

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

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

/*----------------------------------------
           footer
------------------------------------------*/

#colophon .site-info section, #colophon .site-info section p {
    margin-bottom: 0;
    text-align: center;
}
#footer-widget h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
#colophon, div#footer-widget {
    background: transparent !important;
}
#footer-widget h3 {
    font-size: 24px !important;
    line-height: 24px !important;
    color: #fff !important;
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-weight: 500 !important;
    text-transform: capitalize;
    font-family: 'Roboto' !important;
}
.main-footer ul li a {
    font-size: 16px;
    line-height: 28px;
    color: #8F8F8F !important;
    transition: 0.4s;
    text-transform: capitalize;
}
#footer-widget .row {
    justify-content: space-between;
}
.main-footer ul li a:hover {
    color: #c9262c !important;
    transition: 0.4s;
}
.main-footer ul li {
    margin-bottom: 7px;
}
.main-footer {
    background: #000 !important;
}
#footer-widget {
    padding-top: 100px;
    padding-bottom: 80px;
}
#colophon .row {
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
}
.footer-right {
    text-align: right;
}
.footer-right ul {
    display: flex;
    justify-content: end;
    margin-bottom: 0px;
}
#colophon ul li {
    margin-bottom: 0px;
    margin-left: 10px;
}
#colophon ul li:nth-child(1) {
    border-right: 1px solid #0000008f;
    margin-left: 0px;
    padding-right: 10px;
}
#colophon ul li a {
    line-height: 20px;
}
#colophon ul li{
  line-height: 18px;
}
#footer-widget .ftr-1 p {
    margin-top: 0px !important;
    font-size: 14px;
    line-height: 22px;
    width: 90%;
    margin-bottom: 0px;
}
.ftr-4 {
    display: grid;
    justify-content: end;
}
#colophon .container {
    border-top: 1px solid #afafaf21;
}
.footer-top .row {
    align-items: center;
}
.footer-top .row .ftr-top-right section#text-7 {
    margin-bottom: 0px;
    text-align: end;
}
.footer-top .row #text-5 {
    margin-bottom: 0px;
}
.footer-top .row .widget-title {
    margin-bottom: 0px;
}
.ftr-3 {
    display: grid;
    justify-content: center;
}
.ftr-2 {
    display: flex;
    justify-content: center;
}
.ftr-4 ul li {
    display: flex;
    gap: 10px;
    align-items: center;
}
.ftr-4 ul li i {
    color: #cb1414;
    font-size: 17px;
    border-right: 1px solid #7d7d7d;
    padding-right: 10px;
    line-height: 12px;
}
.footer-top {
    background: #E6E6E6;
    padding: 50px 0px;
}
.footer-top .widget-title {
    margin-top: 0px;
    font-size: 30px;
    line-height: 30px;
    color: #CB1414;
    margin-bottom: 10px !important;
}
.footer-top .textwidget p {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #1E1E1E !important;
    text-transform: uppercase;
}
.news_wrappper p {
    display: flex;
    width: 80%;
    margin: 0 auto;
    height: 60px;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px !important;
}
.news_wrappper p span.wpcf7-spinner {
    position: absolute;
}
.news_wrappper p .wpcf7-form-control.wpcf7-email {
    height: 60px;
    border: unset;
    border-radius: 0px;
}
.ftr-top-middle #text-6 {
    margin-bottom: 0px;
}
.news_wrappper p .btn.btn-primary {
    background: #CB1414;
    width: 185px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px 5px 5px 0px;
    border: unset;
}
.social-follow-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.follow-text {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1px;
  font-family: 'Anta';
}
.social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #ffff !important;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}
.social-icon-btn:hover {
  transform: translateY(-2px);
}
.social-icon-btn i {
  color: #cb1414;
  font-size: 18px;
}
.ftr-top-right #custom_html-3 {
    margin-bottom: 0px;
}
#backToTop {
    position: fixed;
    bottom: 50px;
    right: 10px;
    background: transparent;
    border: unset;
    z-index: 999;
}
#backToTop a {
    color: #fff;
    background: #cb1414 !important;
    color: #fff;
    width: 50px;
    height: 50px;
    border: unset;
    border-radius: 30px;
    box-shadow: 0px 0px 2px 4px #000;
    border: unset;
    outline: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*----------------------------------------
      Button & hover effects
------------------------------------------*/
.site_btn a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 20px !important;
    background-color: #CB1414 !important;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-decoration: none;
    border: 1px solid #CB1414 !important;
    border-radius: 8px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease !important;
}
.site_btn a::before {
    content: "|";
    color: #fff;
    font-weight: 300;
    order: 2;
    position: relative;
    z-index: 3;
    transition: all 0.4s ease;
}
.site_btn a::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 15px;
    order: 3;
    position: relative;
    z-index: 3;
    transition: transform 0.4s cubic-bezier(.2,.8,.2,1);
}
.site_btn a {
    isolation: isolate;
}
.site_btn a span {
    position: relative;
    z-index: 3;
}
.site_btn a:after {
    transition:
        transform 0.4s cubic-bezier(.2,.8,.2,1),
        opacity 0.3s ease;
}
/* =====================================
   HOVER
===================================== */
.site_btn a:hover {
    background-color: #080808 !important;
    border-color: #CB1414 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(203, 20, 20, 0.25);
}
.site_btn a:hover::after {
    transform: translateX(7px);
}
.site_btn a:hover::before {
    transform: translateX(2px);
}
/* =====================================
   EXTRA GLOW BORDER
===================================== */
.site_btn a:hover {
    box-shadow:
        0 0 0 1px #CB1414,
        0 8px 25px rgba(203, 20, 20, 0.30);
}
/* =====================================
   SECOND SELECTOR
===================================== */
.site_btn a[class] {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 15px 22px !important;
    background-color: #cb1414 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 0.8px !important;
    text-decoration: none !important;
    border: 1px solid #cb1414 !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate;
    transition: all 0.4s ease !important;
}
.site_btn a[class]::before {
    content: "|" !important;
    color: #fff !important;
    font-weight: 300 !important;
    order: 2 !important;
    position: relative !important;
    z-index: 3 !important;
    transition: all 0.4s ease !important;
}
.site_btn a[class]::after {
    content: "\f061" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    color: #fff !important;
    font-size: 15px !important;
    order: 3 !important;
    position: relative !important;
    z-index: 3 !important;
    transition: transform 0.4s cubic-bezier(.2,.8,.2,1) !important;
}
.site_btn a[class]:hover {
    background-color: #080808 !important;
    border-color: #CB1414 !important;
    transform: translateY(-2px);
    box-shadow:
        0 0 0 1px #CB1414,
        0 8px 25px rgba(203, 20, 20, 0.30);
}
.site_btn a[class]:hover::after {
    transform: translateX(7px) !important;
}
.site_btn a[class]:hover::before {
    transform: translateX(2px) !important;
}
.site_btn a:active,
.site_btn a[class]:active {
    transform: translateY(0) scale(0.97);
}
.trans_bnt a {
    padding: 15px 20px !important;
    font-size: 18px !important;
    border: 1px solid #ffffff3b !important;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 8px !important;
    margin-left: 10px;
}
.site_btn.white_btn a {
    background: transparent !important;
    border: unset !important;
    color: #000 !important;
}
.site_btn.white_btn a:hover {
    color: #fff !important;
}
.site_btn.white_btn a::before {
    color: #cb1414 !important;
}
.site_btn.white_btn a::after {
    color: #cb1414 !important;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #070809;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #cb1414;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #080808;      
}
#masthead ul#menu-header-menu li a {
    position: relative;
}
#masthead ul#menu-header-menu li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 3px;
    background: #cb1414;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    border-radius: 10px;
}
#masthead ul#menu-header-menu li a:hover::after {
    width: 100%;
}
/*----------------------------------------
        Custom css Start
------------------------------------------*/
.custom-page-banner h1 {
    color: #fff;
}
/*----------------------------------------
         Header CSS
------------------------------------------*/
#masthead {
    padding: 5px 0px 0px 0px;
    width: 100% !important;
    background: transparent;
    position: absolute;
    z-index: 99;
}
#masthead .container {
    padding-bottom: 5px;
    border-bottom: 1px solid #56565659;
}
#masthead .site_btn a::before {
    display: unset !important;
}
#masthead ul#menu-header-menu li a {
    color: #8F8F8F;
    font-size: 16px !important;
    font-weight: 400;
    transition: 0.5s !important;
    line-height: 12px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff !important;
}
#masthead ul#menu-header-menu{
  gap: 60px;
}
.head_wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}
.head_wrap .head_spam {
    display: flex;
    gap: 15px;
    align-items: center;
}
.head_wrap .head_spam ul {
    margin-bottom: 0px;
}
.head_wrap .head_spam ul li {
    display: grid;
}
.head_wrap .head_spam i {
    color: #cb1414;
    font-size: 28px;
}
.head_wrap .head_spam ul li span {
    font-size: 16px;
    color: #b3a7a7;
    text-transform: capitalize;
}
.head_wrap .head_spam ul li a {
    color: #fff;
    letter-spacing: 1px;
}
/*----------------------------------------
        BreadCrumb CSS
------------------------------------------*/
.custom-page-banner {background-size: cover;background-repeat: no-repeat;
  background-position: center center;text-align: center;}

.custom-page-banner .container {
    border-bottom: 1px solid #565656;
    padding-top: 280px;
    padding-bottom: 200px;
}
.custom-page-banner .custom-breadcrumb a, .custom-page-banner .custom-breadcrumb span {
    color: #8F8F8F;
    font-size: 20px;
    text-transform: uppercase;
}
/*----------------------------------------
        Banner Css
------------------------------------------*/
.banner_sec {
    padding-top: 400px !important;
    padding-bottom: 230px;
}
.sub_title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #cb1414;
    margin-bottom: 10px;
}
.banner_sec .sub_title {
    color: #fff;
}
.banner_sec h1 strong {
    color: #cb1414;
    font-weight: 400;
    background: linear-gradient(
        90deg,
        #cb1414 0%,
        #cb1414 40%,
        #ffffff 50%,
        #cb1414 60%,
        #cb1414 100%
    );
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShine 3s linear infinite;
}

@keyframes textShine {
    0% {
        background-position: 200% center;
    }
    100% {
        background-position: -200% center;
    }
}
.banner_sec p {
    width: 80%;
    text-transform: capitalize;
    margin-top: 20px;
}
.banner_sec h1 {
    color: #fff;
}
/*----------------------------------------
        Tag Section
------------------------------------------*/
.feature-section {
  color: #ffffff;
  width: 100%;
}
.feature-section .feature-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-section .icon-wrap {
  font-size: 44px;
  color: #cb1414;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.feature-section .content-wrap h5 {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500 !important;
  color: #fff;
  font-family: 'Roboto' !important;
}
.feature-section .content-wrap p {
  font-size: 16px;
  color: #fff !important;
  margin: 0;
  line-height: 1.2;
  margin-top: 10px;
}
.tag_sec {
    background: #000;
    padding-top: 30px !important;
    padding-bottom: 30px;
    border-top: 2px solid #ffffff29;
}
/*----------------------------------------
       Services Section 
------------------------------------------*/
.services_sec {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.main_services .events_wrapper .rexer {
    position: relative;
    background-color: #ffffff;
    border: 2px solid #d5d5d5;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    height: 560px;
}
.main_services .events_wrapper .rexer:hover {
  border-color: #CB1414;
  box-shadow: 0px 8px 25px rgba(203, 20, 20, 0.15);
}
.main_services .events_wrapper .rexer::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -150%;
  width: 60%;
  height: 200%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(203, 20, 20, 0.3) 40%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(203, 20, 20, 0.3) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(25deg);
  pointer-events: none; 
  z-index: 99; 
  mix-blend-mode: overlay;
  opacity: 0;
}
.main_services .events_wrapper .rexer:hover::after {
  opacity: 1;
  animation: softShine 1.2s ease-in-out;
}
@keyframes softShine {
  0% {
    left: -150%;
  }
  100% {
    left: 200%;
  }
}
.main_services .events_wrapper .rexer .event-wrapper {
    padding: 0px 25px 25px 25px;
}
.main_services .events_wrapper .rexer .event-wrapper .events_title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500 !important;
    font-family: 'Roboto' !important;
}
.main_services .events_wrapper .rexer .event-wrapper p {
    font-size: 15px;
    line-height: 24px;
}
.main_services .events_wrapper .rexer .event-wrapper a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px 0 22px;
    background: #f7f7f7;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
}
.main_services .events_wrapper .rexer .event-wrapper a i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #e7cfcf;
    color: #c4161c;
    font-size: 18px;
    transition: 0.3s ease;
    line-height: 18px;
}
.services_sec .fsefewfw {
    padding-top: 40px;
}
/*----------------------------------------
        Why Choose Us Section 
------------------------------------------*/
.why_choose_sec {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.why_choose_sec h1 {
    color: #fff;
}
.why_choose_sec p {
    width: 80%;
    margin-top: 20px;
}
.why_choose_sec ul {
    margin-bottom: 30px;
}
.why_choose_sec ul li {
    display: flex;
    gap: 15px;
    color: #8b8d8f;
    font-size: 16px;
    margin-bottom: 12px;
}
.why_choose_sec ul li i {
    background: #323131;
    display: flex;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
}
/*----------------------------------------
     Blog Section 
------------------------------------------*/
.blog_sec {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.blog_sec .eggwegw {             
    padding-top: 40px;
}
.main_blog .blog_wrapper .blog_box {
    border: 2px solid #d5d5d5;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}      
.main_blog .blog_wrapper .blog_box img {
  transition: transform 0.5s ease;
}
.main_blog .blog_wrapper .blog_box:hover img {
  transform: scale(1.06);
}
.main_blog .blog_wrapper .blog_box:hover {
  border-color: #CB1414;
  box-shadow: 0 0 0 4px rgba(203, 20, 20, 0.12);
}
.main_blog .blog_wrapper .blog_box .blog_thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.main_blog .blog_wrapper .blog_box .blog_content {
    padding: 0px 20px 20px 20px;
}
.main_blog .blog_wrapper .blog_box .blog_content p {
    font-size: 14px;
    line-height: 22px;
}
.main_blog .blog_wrapper .blog_box .blog_content .blog_title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500 !important;
    font-family: 'Roboto' !important;
}
.main_blog .blog_wrapper .blog_box .blog_content a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px 0 22px;
    background: #f7f7f7;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
}
.main_blog .blog_wrapper .blog_box .blog_content a i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #e7cfcf;
    color: #c4161c;
    font-size: 18px;
    transition: 0.3s ease;
    line-height: 18px;
}
/*----------------------------------------
      Inner Pages
------------------------------------------*/
.about_iner {
    padding: 100px;
    padding-bottom: 50px;
}
.about_iner .trans_bnt a {
    border-color: #0000002b !important;
    color: #000 !important;
}
.features-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 60px 0px;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  margin-top: 40px;
}
.features-banner > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex: 1;
  position: relative;
}
.features-banner > div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 45px; /* Border height */
  width: 1px;
  background-color: #e2e8f0;
}
.features-banner > div > i {
  font-size: 36px;
  color: #c8102e; 
  flex-shrink: 0;
}
.features-banner > div > div {
  display: flex;
  flex-direction: column;
}
.features-banner > div > div > h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #1E1E1E;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: 'Roboto' !important;
}
.features-banner > div > div > p {
  margin: 3px 0 0 0;
  font-size: 16px;
  color: #1e1e1e !important;
  font-weight: 400;
}
/*----------------------------------------
         Testimonials Section
------------------------------------------*/
.testimonial_sec {
    padding-top: 100px !important;
    padding-bottom: 100px;
}

.testimonial_sec .test_wrap {
    padding-bottom: 50px;
}
.tst_slider .boxer .f-image {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.tst_slider .boxer {
    background: #070809;
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #161616;
}

.tst_slider .boxer p {
    font-size: 18px;
    line-height: 26px;
}
.owl-nav button {
    background: #ffffff0d !important;
    width: 50px;
    height: 50px;
    outline: unset;
    border: unset;
    color: #FDC60B !important;
    font-size: 20px !important;
    margin: 8px;
    border-radius: 5px;
}
.testimonial_sec .nav_box {
    text-align: end;
}
/*----------------------------------------
      Gallery Section
------------------------------------------*/
  .web_start_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(https://staging.internalstaging.com/web/wolf-bedliners-inc/wp-content/uploads/2026/09/Group-34226.webp) no-repeat center center / cover;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.8s ease-in-out;
    transform: translateY(0);
    text-align: center;
}
.web_start_popup.slide-up {
    transform: translateY(-100%);
}
.web_start_popup .logo_wrap {
    position: absolute;
    top: -260px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.web_start_popup .pop_btn {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.web_start_popup .sub_title {
    color: #fff;
}
.web_start_popup  .shiner_sev {
    color: #CB1414;
}
.web_start_popup .big-text {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Anta' !important;
    color: #fff;
    margin-bottom: 16px;
}
.web_start_popup .site_btn.transy_btn a {
    border-color: #ffffff47 !important;
    background: transparent !important;
}
/*----------------------------------------
       Location Duplicate none 
------------------------------------------*/
.ftr-4 strong {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}
.lake_elsinore .river_side {
    display: none;
}
.lake_elsinore .wrap_rivaerside {
    display: none;
}

.lake_elsinore .river-side {
    display: none;
}
.riverside .el_sinora {
    display: none;
}
.riverside .wrap_elsinore {
    display: none;
}
.riverside .lake-sinore {
    display: none;
}
.lake_elsinore .river_cnt {
    display: none !important;
}
.riverside .elsinero_eld {
    display: none !important;
}
/*----------------------------------------
         Inner Pages 
------------------------------------------*/
.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 450px;
  }
  .contact-info-list .info-item {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .contact-info-list .info-item .icon-box {
    width: 70px;
    height: 70px;
    background-color: #e9e9e9;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .contact-info-list .info-item .icon-box i {
    color: #cc001b; 
    font-size: 28px;
  }
  .contact-info-list .info-item .info-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact-info-list .info-item .info-details h3 {
    margin: 0 0 5px 0;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 28px !important;
  }
  .contact-info-list .info-item .info-details p,
  .contact-info-list .info-item .info-details a {
    margin: 0;
    font-size: 15px;
    color: #777777;
    text-decoration: none;
    word-break: break-word;
  }
  .contact-info-list .info-item .info-details a:hover {
    color: #cc001b;
  }
  .contact_sec_one {
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact_sec_two {
    padding-bottom: 100px;
}
.contact_sec_two .cntsdda {
    border: 2px solid #e9e9e9;
    border-radius: 10px;
    padding: 50px;
}
.contact-frm {
    margin-top: 30px;
}
.contact-frm .form-control {
    height: 60px;
    border: unset;
    background: #E6E6E6;
}
.contact-frm .wpcf7-textarea.form-control {
    height: 108px;
}
.contact-frm .btn.btn-primary {
    width: 237px;
    height: 54px;
    background: #CB1414;
    border-color: #CB1414;
    font-size: 18px;
    text-transform: uppercase;
}
.contact-frm span.wpcf7-spinner {
    position: absolute;
}
.feature-section .container {
    padding: 0px 0px;
}
/*----------------------------------------
          WEB RESPONSIVE
------------------------------------------*/
@media only screen and (max-width: 1920px){
      .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1720px !important;
    }
}
@media only screen and (max-width: 1870px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 50px;
    padding-right: 50px;
}
}
@media only screen and (max-width: 1660px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
        padding-left: 30px;
        padding-right: 30px;
    }  
 #masthead ul#menu-header-menu {
    gap: 40px;
}
.web_start_popup .logo_wrap {
    top: -210px;
}
.banner_sec {
    padding-top: 300px !important;
    padding-bottom: 130px;
}
h1 {
    font-size: 50px;
    line-height: 60px;
}
.web_start_popup .big-text {
    font-size: 70px;
    line-height: 70px;
}
.feature-section .icon-wrap {
    font-size: 34px;
    margin-right: 20px;
}
.main_services .events_wrapper .rexer .event-wrapper .events_title {
    font-size: 25px;
    line-height: 25px;
}
.main_services .events_wrapper .rexer .event-wrapper {
    padding: 0px 15px 15px 15px;
}
.main_services .events_wrapper .rexer .event-wrapper p {
    font-size: 14px;
    line-height: 22px;
}
.main_services .events_wrapper .rexer .event-wrapper a {
    font-size: 15px;
}
.why_choose_sec p {
    width: 90%;
}
.why_choose_sec ul li {
    font-size: 15px;  
}
.main_blog .blog_wrapper .blog_box .blog_content a {
    font-size: 15px;
}
.main_blog .blog_wrapper .blog_box .blog_content a i {
    font-size: 14px;
    line-height: 14px;
}
.footer-top .widget-title {
    font-size: 24px;
    line-height: 24px;
}
.footer-top .textwidget p {
    font-size: 25px;
    line-height: 25px;
}
.news_wrappper p {
    width: 90%;
}
.features-banner {
    padding: 30px 0px;
}
.contact_sec_two .cntsdda {
    padding: 30px;
}
.testi-thum img {
    height: 290px !important;
}
.main_services .events_wrapper .rexer {
    height: 420px;
}
}
@media only screen and (max-width: 1366px){ 
      .banner_sec {
        padding-top: 260px !important;
        padding-bottom: 90px;
    }
 p {
    font-size: 15px;
    line-height: 22px;
}  
.banner_sec p {
    width: 100%;
}
#masthead ul#menu-header-menu li a {
    font-size: 14px !important;
}
.site_btn a[class] {
    padding: 12px 20px !important;
    font-size: 15px !important;
} 
h1 {
        font-size: 45px;
        line-height: 55px;
    }
    #masthead ul#menu-header-menu {
        gap: 30px;
    }
.site_btn a {
    padding: 12px 20px !important;
    font-size: 14px;
} 
.trans_bnt a {
    padding: 12px 20px !important;
    font-size: 15px !important;
}  
.web_start_popup .big-text {
        font-size: 60px;
        line-height: 60px;
    }
    .services_sec {
    padding-top: 60px !important;
    padding-bottom: 60px;
}
.main_services .events_wrapper .rexer .event-wrapper .events_title {
        font-size: 22px;
        line-height: 22px !important;
    }
        .why_choose_sec ul li {
        font-size: 14px;
    } 
.why_choose_sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-size: cover;
}    
.why_choose_sec p {
        width: 100%;
        margin-top: 10px;
    } 
.blog_sec {
    padding-top: 60px !important;
    padding-bottom: 60px;
}  
.main_blog .blog_wrapper .blog_box .blog_content .blog_title {
    font-size: 15px;
    line-height: 20px !important;
    margin: 10px 0px;
}
.main_blog .blog_wrapper .blog_box .blog_content {
    padding: 0px 12px 12px 12px;
}
.social-follow-wrapper {
    gap: 10px;
}
.social-icon-btn {
    width: 40px;
    height: 40px;
} 
.social-links {
    gap: 5px;
} 
.social-icon-btn i {
    font-size: 15px;
}  
.footer-top .widget-title {
        font-size: 20px;
        line-height: 20px;
    }
        .footer-top .textwidget p {
        font-size: 22px;
        line-height: 22px;
    }
    .contact_sec_one {
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact_sec_two {
    padding-bottom: 60px;
}  
h2 {
    font-size: 30px;
    line-height: 34px;
}    
.testi-thum img {
    height: 220px !important;
}     
.main_services .events_wrapper .rexer {
    height: 330px;
}     
}
@media only screen and (max-width: 1199px){  
		.navbar-collapse.collapse.show {
		transform: unset;
	}
	.navbar-collapse {
		background: #000 !important;
		width: 70% !important;
		right: 0% !important;
		position: fixed !important;
		z-index: 999;
		top: 0 !important;
		transition: 0.5s;
		padding: 0px 0px;
		height: 100%;
		transform: translate(100%, 0);
	}
	#masthead .btn-close {
		background: transparent !important;
		border: none;
		color: #fff;
		font-weight: 700 !important;
		font-size: 30px;
		top: 10px;
		position: relative;
		display: block !important;
		outline: none !important;
		left: 14px;
	}
	#masthead .navbar-collapse #menu-header-menu li a {
		color: #fff;
		padding: 16px 0px !important;
		text-align: center;
		margin-right: 0px;
	}
	#masthead #menu-header-menu li {
		border-bottom: 1px solid #fff;
	}
	.navbar-toggler {
		background: #fff;
	}
	.head_wrap.mobile_head_wrap {
		DISPLAY: grid;
		JUSTIFY-CONTENT: center;
		GAP: 10PX;
		MARGIN-TOP: 20PX;
	}
	h1 {
		font-size: 42px;
		line-height: 45px;
	}
    .feature-section .icon-wrap {
        font-size: 26px;
        margin-right: 10px;
    }
.feature-section .content-wrap h5 {
    font-size: 16px;
    line-height: 10px;
}
.main_services .events_wrapper .rexer .event-wrapper .events_title {
        font-size: 18px;
        line-height: 24px !important;
    }
    .main_services .events_wrapper .rexer {
        height: 350px;
    }
.services_sec .fsefewfw {
    padding-top: 20px;
}
.main_blog .blog_wrapper .blog_box .blog_thumb img {
    height: 140px;
}
.blog_sec .eggwegw {
    padding-top: 20px;
}
.main-footer ul li a {
    font-size: 14px;
    line-height: 26px;
}
#footer-widget {
    padding-top: 60px;
    padding-bottom: 40px;
}
#colophon .row {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ftr-4 strong {
    font-size: 14px;
}
.news_wrappper p .btn.btn-primary {
    width: 165px;
    font-size: 14px;
}
.news_wrappper p {
        width: 100%;
    }
#masthead ul#menu-header-menu {
        gap: 10px;
    }
    .features-banner {
        padding: 15px 0px;
    }
.features-banner > div > i {
    font-size: 25px;
}
.features-banner > div > div > h4 {
    font-size: 15px;
    LINE-HEIGHT: 15PX ! IMPORTANT;
}
.features-banner > div > div > p {
    font-size: 14px;
}
.custom-page-banner .container {
    padding-top: 180px;
    padding-bottom: 60px;
}
.custom-page-banner .custom-breadcrumb a, .custom-page-banner .custom-breadcrumb span {
    font-size: 14px;
}
.about_iner {
    padding: 50px;
    padding-bottom: 50px;
}
.contact-info-list .info-item .icon-box i {
    font-size: 20px;
}
.contact-info-list .info-item .icon-box {
    width: 50px;
    height: 50px;
}
.main_blog .blog_wrapper .blog_box .blog_thumb img {
    height: 130px !important;
    object-fit: cover;
}
.sub_title {
    font-size: 16px;
    line-height: 16px;
}
}      
@media only screen and (max-width: 960px){ 
	h1 {
        font-size: 33px;
        line-height: 40px;
    }
.banner_sec h1 br {
    display: none !important;
}
    .banner_sec {
        padding-top: 200px !important;
        padding-bottom: 60px;
    }
.navbar-brand {
    width: 12%;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }  
.feature-section .container {
    padding: 0px 0px !important;
}
    .feature-section .icon-wrap {
        font-size: 22px;
        margin-right: 7px;
    }
    .feature-section .content-wrap h5 {
        font-size: 14px;
        line-height: 16px;
    }
.feature-section .content-wrap p {
    font-size: 14px;
}
.testi-thum img {
        height: 160px !important;
    }
    .main_services .events_wrapper .rexer .event-wrapper .events_title {
        font-size: 17px;
        line-height: 23px !important;
    }
    .main_services .events_wrapper .rexer {
        height: 290px;
    }
    .site_btn a[class] {
        padding: 12px 14px !important;
        font-size: 13px !important;
    }
h1 br {
    display: none;
}
.features-banner > div {
    gap: 10px;
}
.features-banner > div > i {
        font-size: 21px;
    }
#footer-widget .ftr-1 p {
    width: 100%;
}
    .main_services .events_wrapper .rexer {
        height: 290px;
    }
    .main_blog .blog_wrapper .blog_box .blog_thumb img {
        height: 110px;
    }
.contact-info-list .info-item .icon-box {
    width: 50px;
    height: 50px;
}
.contact-info-list .info-item .icon-box i {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px){ 
	.banner_sec {
		padding-top: 150px !important;
		padding-bottom: 60px;
	}
	.banner_sec {
		text-align: center !important;
	}

	.banner_sec h1 {
		text-align: center !important;
	}

	.banner_sec .sub_title {
		text-align: center !important;
	}
.feature-section .feature-box {display: grid;gap: 10px;justify-content: center;text-align: center;margin-bottom: 20px;}

.feature-section .feature-box .icon-wrap {
    text-align: center !important;
    text-align: center !important;
    margin: 0 auto;
}
.testi-thum img {
        height: auto !important;
    }
    .main_services .events_wrapper .rexer {
        height: auto !important;
        margin-bottom: 20px;
    }
.services_sec .sub_title {
    text-align: center !important;
}

.services_sec h1 {
    text-align: center !important;
}

.services_sec .site_btn.white_btn {
    display: flex;
    justify-content: center;
}
.main_blog .blog_wrapper .blog_box .blog_thumb img {
    height: auto !important;
}
.blog_sec .sub_title {
    text-align: center !important;
}

.blog_sec h1 {
    text-align: center !important;
}

.blog_sec .site_btn.white_btn {
    display: flex;
    justify-content: center;
}
.main-footer {
    text-align: center;
}

.news_wrappper {
    margin-top: 20px;
}
.ftr-4 {
    display: grid;
    justify-content: center;
}
.ftr-4 ul li {
    display: flex;
    gap: 10px;
    align-items: baseline;
}
.main-footer {
    text-align: center;
}

.main-footer .news_wrappper {
    margin-top: 20px;
}
.ftr-4 ul li {
        display: flex;
        gap: 10px;
        align-items: baseline;
        text-align: center;
        justify-content: center;
    }
.features-banner {
    display: grid;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.features-banner > div {
    align-items: baseline;
    border: unset;
}

.features-banner > div:not(:last-child)::after {
   display: none;   
}   
.about_iner {
    text-align: center;
}

.about_iner .sub_title {
    text-align: center !important;
}

.about_iner h1 {
    text-align: center !important;
} 
.about_iner img {
    margin-top: 20px;
}
.main_blog .blog_wrapper .blog_box .blog_thumb img {
        height: auto !important;
    }
    .navbar-brand {
        width: 22%;
    }
}   
@media only screen and (max-width: 439px){     
	    h1 {
        font-size: 27px;
        line-height: 36px;
    }
.web_start_popup .site_btn a[class] {
        padding: 11px 10px !important;
        font-size: 11px !important;
    }
.web_start_popup .big-text {
        font-size: 50px;
        line-height: 50px;
    }
.navbar-collapse {
        width: 100% !important;
    }
.single_services_sec {
    padding: 10px !important;
    margin: 40px 0px !important;
}
.single_service_content .sirces_btn {
    margin-bottom: 20px;
}
.single_services_sec .transy_btn a {
    padding: 10px 10px !important;
    font-size: 12px !important;
}	
    .web_start_popup .logo_wrap {
        top: -170px;
    }
}  
.single #primary {
    padding: 20px;
    margin: 50px 0px;
    box-shadow: 0px 0px 10px -2px #cb1414;
    max-width: 100%;
    flex: 100%;
}
.single #secondary {
    display: none;
}
.single .nav-links a {
    padding: 10px 20px !important;
    background: #cb1414 !important;
    color: #fff !important;
    border-radius: 5px;
}
.blog_wrapper {
    margin-bottom: 20px !important;
}

.testi-thum img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.main_services .events_wrapper .rexer .event-wrapper p {
    display: none;
}
.main_services_inner .events_wrapper {
    margin-bottom: 20px !important;
}
.single_service_content .sirces_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.single_service_content .sirces_btn .transy_btn a {
    font-size: 16px;
    border: 2px solid #f9f9f9;
    padding: 15px 20px !important;
    border-radius: 8px;
    color: #fff;
    background: #ffffff29 !important;
}
.single_services_sec {
    padding: 20px;
    box-shadow: 0px 0px 12px -3px #000;
    margin: 50px 0px;
    width: 100%;
/*     background: url(https://staging.internalstaging.com/web/wolf-bedliners-inc/wp-content/uploads/2026/09/Group-34905.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; */
   background: #000;
}
.single_services_sec .single_service_image img {
    width: 100%;
}
.single_service_title {
    color: #fff;
}
.single_service_desc p {
    color: #fff !important;
}
.single_service_image {
    background: #ffffff61 !important;
    padding: 10px;
}
.single #primary h3 {
    font-size: 17px !important;
    line-height: 17px !important;
}
.single #primary .post-thumbnail img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    background: #000;
}
.wolf-videos {
    width: 100%;
}

.wolf-video {
    width: 100%;
    margin-bottom: 30px;
}

.wolf-video video {
    display: block;
    width: 100%;
    height: auto;
}