/*
Theme Name: WP Bootstrap Starter
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: "Outfit", sans-serif !important;
	background-color: #141416;
}

@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: 1280px;
  }
  }

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;
}
h1 {
	font-size: 50px;
	line-height: 65px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 5px;
	color: #CB9833;
}

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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
--------------------------------------------------------------*/
#masthead .navbar-nav > li:hover ul.dropdown-menu {
  display: block !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.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: #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
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #ffffff;
    padding: 0 30px;
    font-weight: 400;
    font-size: 18px;
    transition: 0.4s linear 0.4s;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, 
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #fff;
    font-weight: 500;
    background: #CB9833;
    padding: 12px 30px;
    margin-right: 15px !important;
    border-radius: 30px !important;
}

ul#menu-main-menu {
    align-items: center;
}

.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: 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: 0;
  padding-top: 0;
}

.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%;
  }
}

/* //=======================================================
		search baar hover css
//====================================================== */



.sec-search{
    display: flex;
    align-items: center;
    width: 8%;
    justify-content: space-between;
}
.cstm-search-form {
 
    display: block;
    text-align: end;
    top: 11px;
	margin-right:-20px;
}
.hs-form {
    display: none;
}

.sec-search .hs-form {
    width: 300px;
    height: 44px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgb(130 130 130);
    position: absolute;
    bottom: -10px;
    right: 60px;
    z-index: 9;
    display: none !important;
    top: 38px;
}
.sec-search .search-form {
    display: flex;
    align-items: center;
}
.sec-search .hs-form label {
    margin: 0;
    width: 100%;
}
.hs-form .form-control {
	height: 45px;
    padding: 0px 22px;
    border: border: 1px solid #f592f4;
    box-shadow: none !important;
    font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
    background: #c21117;
    height: 45px;
    box-shadow: none !important;
    color: #fff;
    font-size: 15px;
    width: 120px;
    border: 1px solid #fff;
    border-radius: 35px;
}

i.fas.fa-search {
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.fas{
	font-family: "Font Awesome 5 Free" !important;
}
/* //=======================================================
		search baar hover css end
//====================================================== */

/* Header Top CSS */

.Header-Top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    position: relative;
    top: 26px;
    left: 345px;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
}

.Header-Top a, li {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    transition: all linear 0.4s;
}

.Header-Top a:hover {
    color: #cb9833;
}

.hdr-left ul {
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none;
    padding: 0;
    gap: 32px;
}

.hdr-left i {
    margin-right: 6px;
}

.hdr-right i {
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    color: #000;
    justify-content: center;
    border-radius: 30px;
}

.hdr-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-brand {
    position: relative;
    top: -35px;
}

/* Header Top CSS */

/* Custom CSS Start */


@media (min-width: 1300px) {
  .container{
      max-width: 1400px;
  }
}


a.btn1 {
    background: #fff;
    padding: 14px 20px;
    border-radius: 30px;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    transition: all linear 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn1 i {
    background: #000000;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.Header-BTN {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: 10px;
}

a.btn1:hover {
    background: #cb9833;
    color: #fff;
}

a.btn2 {
    background: #cb9833;
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    transition: all linear 0.4s;
}

a.btn2:hover {
    background: #fff;
    color: #000;
}

#Hero-Banner {
    padding-top: 24%;
    padding-bottom: 20%;
}

#Hero-Banner::before {
    content: '';
    position: absolute;
    background: #000000;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.5;
}

#Hero-Banner h1 {
    font-size: 124px;
    line-height: 158px;
    margin: 0;
    padding: 0 0 30px;
}

#Hero-Banner p {
    margin: 0 auto;
    width: 75%;
}

#Cstm-Btn1 a {
    color: #fff;
    background: #cb9833;
    border-color: #cb9833;
    font-size: 17px;
    padding: 15px 35px;
    border-radius: 30px;
    transition: all linear 0.4s;
}

#Cstm-Btn1 a:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
    transform: translate(0px, -10px);
}

#Cstm-Btn2 a {
    background: #fff;
    border-color: #fff;
    color: #000;
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 17px;
    transition: all linear 0.4s;
}

#Cstm-Btn2 a:hover {
    background: #cb9833;
    border-color: #cb9833;
    color: #fff;
    transform: translate(0px, -10px);
}

.Amount h3 {
    color: #cb9833;
    font-weight: bold;
    font-size: 30px;
    background: #ffffff;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0;
    padding: 0;
}

.CSWY-Wrap p {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
}

.CSWY-Wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

div#sect2-row {
    background: #cb9833;
    padding: 30px 40px;
    border-radius: 90px;
}

div#CSWY3 {
    justify-content: end;
}

div#CSWY2 {
    justify-content: center;
}

#Home-sect2 .vc_col-sm-3 {
    position: relative;
}

#Home-sect2 .vc_col-sm-3::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    height: 76px;
    top: -7px;
    right: 80px;
}

div#sect2-col4::before {
	display: none;
}

div#sect2-col2::before {
    right: 10px !important;
}

div#sect2-col3::before {
    right: -20px !important;
}

#Home-sect2 {
    padding-top: 0;
    margin-top: -60px;
}

#Home-sect3 h1 {
    padding-bottom: 20px;
}

div#sect3-btn-row .wpb_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

div#sect3-btn-row #Cstm-Btn1 a {
    padding: 15px 42px;
}

div#sect3-btn-row #Cstm-Btn2 a {
    padding: 15px 28px;
    background: transparent;
    color: #fff;
}

div#sect3-btn-row #Cstm-Btn2 a:hover {
    color: #cb9833;
    border-color: #cb9833;
}

#Home-sect3 {
    padding-top: 175px;
}

#main-img .vc_single_image-wrapper {
    overflow: hidden;
}

#main-img img {
    transition: all linear 0.5s;
}

#main-img img:hover {
    transform: scale(1.1);
}

/* Custom CSS Start */

/* Services CSS */

.services-data p {
    margin: 0;
    height: 58px;
    overflow: hidden;
}

.services-data h3 {
    padding-bottom: 6px;
}

.services-data {
    padding-top: 18px;
	padding-bottom: 20px;
}

.services-data a {
    position: relative;
    top: 10px;
    transition: all linear 0.4s;
    color: #fff;
    font-size: 17px;
    text-decoration: underline;
}

.services_Img img {
    transition: all linear 0.4s;
    position: relative;
}

.services_Img::before {
    content: '';
    position: absolute;
    background: #cb9833a8;
    width: 425px;
    height: -webkit-fill-available;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 20px;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.services_Img {
    position: relative !important;
    transition: all linear 0.4s;
}

.services_Img:hover::before {
    opacity: 1;
}

i#Img-arow {
    color: #fff;
    width: 52px;
    height: 52px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 90px;
    font-size: 25px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all linear 0.5s;
}

.services_Img:hover i#Img-arow {
    opacity: 1;
    z-index: 1;
}

.services-data a:hover {
    color: #cb9833;
}

/* Services CSS */

div#services-row {
    padding-top: 40px;
}

#Home-sect4 #Cstm-Btn1 a {
    padding: 15px 45px;
}

section#Home-sect4 {
    padding-top: 120px;
    padding-bottom: 20px;
}

.marquee-container marquee {
    font-size: 100px;
    line-height: 100px;
    color: #fff;
    font-weight: bold;
}

.marquee-container marquee img {
    margin: 0 20px;
}

.marquee-container {
    padding-top: 150px;
}

section#Gallery-Sect .vc_column-inner {
    padding: 0;
}

i#gallery-arow {
    color: #fff;
    width: 52px;
    height: 52px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 240px;
    font-size: 25px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all linear 0.5s;
}

.MainImg:hover i#gallery-arow {
    opacity: 1 !important;
    z-index: 1;
}

.GalleryMain .MainImg {
    position: relative;
    transition: all linear 0.5s;
}

.GalleryMain .MainImg::before {
    content: '';
    position: absolute;
    background: #cb9833a8;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 20px;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.GalleryMain .MainImg:hover::before {
    opacity: 1;
}

#Gallery-Sect {
    padding-top: 100px;
    padding-bottom: 10px;
}

.contact-form input {
    padding: 0 0 23px;
    background: transparent;
    border: unset;
    border-bottom: 1px solid #999999;
    border-radius: 0;
    font-size: 18px;
    margin-bottom: 42px;
}

.contact-form textarea {
    padding: 0 0 23px;
    background: transparent;
    border: unset;
    border-bottom: 1px solid #999999;
    border-radius: 0;
    font-size: 18px;
    margin-bottom: 28px;
    height: 180px;
}

.contact-form p {
    margin: 0;
}

.contact-form .wpcf7-checkbox {
    background: transparent;
    border: unset;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.contact-form .wpcf7-submit {color: #fff;font-size: 18px;padding: 15px 50px;background: #CB9833;border-color: #CB9833;border-radius: 30px;margin: 0;}

.contact_submit_button {
    text-align: center;
    margin-top: 30px;
}

.contact-form input::placeholder {
    color: #848485;
}

.contact-form textarea::placeholder {
    color: #848485;
}

.contact-form .form-control:focus {
    color: #838384;
    background-color: transparent;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

div#cont-p {
    margin: 18px 0 40px;
}

div#cont-p p {
    margin: 0 auto;
    width: 65%;
}

#Contact-Sect {
    padding-top: 130px;
    padding-bottom: 130px;
}

#Partner-Image .wpb_content_element {
    background: #fff;
    width: 320px;
    height: 160px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.4s;
}

#Partner-Image .wpb_content_element:hover {
    background: #cb9833;
}

div#Partner-Image {
    padding-top: 130px;
    padding-bottom: 40px;
}

div#pert-img2 img {
    filter: invert(1) brightness(1);
    transition: all linear 0.4s;
}

#Partner-Image .wpb_content_element:hover img {
    filter: invert(0) brightness(1);
}


/* Footer CSS */

footer#colophon {
    display: none;
}

div#footer-widget {
    background: #141416 !important;
    padding-top: 40px;
}

#footer-widget .widget-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 24px;
    padding: 0;
    font-weight: bold;
}

#footer-widget .nav-link {
    font-size: 18px;
    color: #fff;
    transition: all linear 0.4s;
    padding: 0 0 8px;
}

#footer-widget .nav-link:hover {
    background: #141416 !important;
    color: #cb9833;
}

section#nav_menu-2 {
    display: grid;
    justify-content: center;
    position: relative;
}

section#nav_menu-3 {
    display: grid;
    justify-content: center;
    position: relative;
}

section#nav_menu-4 {
    display: grid;
    justify-content: end;
}

.row.f-b p {
    margin: 0;
}

section#nav_menu-5 {
    margin: 0;
}

ul#menu-social-media-ions {
    flex-direction: row !important;
    justify-content: end;
	gap: 10px;
}

ul#menu-social-media-ions i {
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.row.f-b {
    align-items: center;
    border-top: 1px solid #fff;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: 30px;
}

section#nav_menu-2::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    height: 155px;
    left: -16px;
    bottom: 20px;
}

section#nav_menu-4 {
    position: relative;
}

section#nav_menu-4::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    height: 155px;
    bottom: -20px;
    left: 40px;
}

/* Footer CSS */

.breadcrumbs {
    padding-top: 12%;
    padding-bottom: 8%;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
}

.breadcrumbs span, a {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.breadcrumbs i {
    margin: 0 12px;
    color: #fff;
}

.breadcrumbs a span {
    color: #cb9833 !important;
    text-decoration: none !important;
}

.breadcrumbs a:hover {
    text-decoration: none !important;
}

.single-services .breadcrumbs {
    background: none !important;
}

.single-services #primary {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 5%;
}

.single-services #secondary {
    display: none;
}

.single-services .navigation.post-navigation {
    display: none;
}

.page-id-24 div#cont-p p {
    margin: 0;
    width: 100%;
}

.page-id-24 .contact_submit_button {
    text-align: left !important;
}

.page-id-24 .wpcf7-list-item input {
    margin: 0 !important;
}

.page-id-24 .wpcf7-checkbox {
    text-align: left !important;
    padding: 0 !important;
    margin: 0 0 10px;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

.page-id-24 #Contact-Sect {
    padding-top: 0;
    padding-bottom: 50px;
}

div#contact-DETAILS h3 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 15px;
	font-weight: 500;
}

div#contact-DETAILS a {
    transition: all linear 0.4s;
    color: #cb9833;
}

div#contact-DETAILS a:hover {
    text-decoration: none !important;
    color: #cb9833;
}

/* div#contact-DETAILS {
    padding: 10px;
    border-top: 5px solid #cb9833;
    width: 45%;
    margin-right: 4%;
    border-bottom: 5px solid #cb9833;
    border-radius: 12px;
} */

.Conatct-Social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.services-data ul + p {
    display: none;
}


.services-data ul {
    display: none;
}

.col-lg-4.col-md-4.col-12.bookColClass {
    padding-bottom: 30px;
}

div#services-row .wpb_wrapper .row {
    justify-content: center;
}

p#T_EX {
    color: #cb9833;
    font-size: 20px;
    line-height: 30px;
    margin: 6px 0 1%;
}

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

img#Stars-IMG {
    width: 95px;
}

.TestimonialMain {
    padding: 40px;
    border: 2px solid #cb9833;
    border-radius: 8px;
	margin: 10% 0 0;
}

.TestimonialMain a {
    text-decoration: none !important;
}



.illinois_profile ul {
    display: block;
    column-count: 5;
    margin: 0;
    padding: 0;
}

.illinois_profile {
    text-align: center;
    padding: 20px;
    border: 2px solid #cb9833;
    border-radius: 12px;
    margin: 3% 0 0;
}

.illinois_profile ul li {
    padding-bottom: 4px;
    width: 55%;
    text-align: center;
    margin: 0 auto;
}

.illinois_profile p {
    margin: 0;
}

.wisconsin_profile ul {
    display: block;
    column-count: 5;
    text-align: center;
}

.wisconsin_profile {
    text-align: center;
    padding: 20px;
    border: 2px solid #cb9833;
    border-radius: 12px;
    margin: 3% 0 0;
}

.wisconsin_profile P {
    MARGIN: 0;
}
#Home-sect3 .vc_single_image-wrapper {
    overflow: visible !important;
}

.post-type-archive-services .breadcrumbs {
    background-image: none !important;
}

.post-type-archive-services #secondary {
    display: none;
}

.post-type-archive-services .page-title {
    display: none;
}

.post-type-archive-services .entry-content {
    margin-bottom: 3%;
}

.post-type-archive-services .entry-title a {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
	text-decoration: none !important;
}

.post-type-archive-services .entry-title {
    padding: 20px 0 10px;
}

div#Color-Options-p {
    margin-bottom: 2.5pc;
}

div#Inner_Sect_row p, li {
    text-align: justify !important;
}

div#Inner_Sect_row {
    padding-top: 5pc;
}


video#Video br {
    display: none;
}

.services-data h6 {
    display: none;
}

.postid-178 .entry-content h6 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: 0 0 16px;
}


.post-type-archive-services .entry-content h6 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: 0 0 16px;
}

.bookColClass .services-data h6 + p {
    display: none;
}

div#Video-COLOR {
    position: absolute;
    bottom: -10px;
    left: 30pc;
}

div#Video-COLOR #Video {
    height: 450px;
}

div#Video-G {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: -10pc;
}

.p-justify p {
    text-align: justify;
}



/* Continous Owl carousel css */
div#owl_custom1 .owl-stage {
      display: flex;
      transition: transform linear infinite;
      animation: continuousScroll 100s linear infinite;
  }

  @keyframes continuousScroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-100%); }
  }


/* Responsive CSS */


@media screen and (min-width: 1200px) and (max-width: 1440px) {
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a { padding: 8px 20px; margin-right: 6px !important; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { padding: 0 18px; font-size: 17px; }
a.btn1 { padding: 10px 15px; font-size: 16px; }
a.btn2 { padding: 10px 25px; font-size: 16px; }
.Header-Top a, li { font-size: 16px; line-height: 26px; }
.Header-Top { width: 72%; top: 26px; left: 325px; }

}


@media only screen and (max-width: 1199px) {
button.navbar-toggler { background: #fff; }
.Header-Top { align-items: center; justify-content: center; width: 100%; top: 6px; left: 0; flex-direction: column; }
.hdr-left ul { padding: 0; gap: 0; flex-direction: column; text-align: center; }
.Header-Top a, li { font-size: 15px; line-height: 23px; align-items: baseline; }
.hdr-right i { width: 25px; height: 25px; margin: 8px 0 0; }
.navbar-brand { position: relative; top: 15px; width: 75%; }
a.btn1 { padding: 10px 16px; font-size: 15px; }
a.btn2 { padding: 10px 22px; font-size: 15px; }
a.btn1 i { font-size: 10px; width: 22px; height: 22px; }
.Header-BTN { gap: 12px; margin: 18px 0 0; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a { color: #000000; background: #fff; padding: 8px 25px; margin-right: 0 !important; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { padding: 0 0px; margin-bottom: 8%; font-weight: 400; font-size: 17px; }
ul#menu-main-menu { background: #cb9833; padding: 14px 0 6px; position: relative; border-radius: 12px; width: 80%; margin: 12px auto 0; }
.Header-BTN { width: 100%; justify-content: center; }
}


@media screen and (min-width: 340px) and (max-width: 767px) {
#Hero-Banner { padding-top: 92% !important; }
}

@media screen and (min-width: 400px) and (max-width: 450px) {
#Hero-Banner { padding-top: 84% !important; }
}

@media screen and (min-width: 451px) and (max-width: 500px) {
#Hero-Banner { padding-top: 74% !important; }
}

@media screen and (min-width: 501px) and (max-width: 550px) {
#Hero-Banner { padding-top: 68% !important; }
}

@media screen and (min-width: 551px) and (max-width: 600px) {
#Hero-Banner { padding-top: 60% !important; }
}

@media screen and (min-width: 601px) and (max-width: 650px) {
#Hero-Banner { padding-top: 55% !important; padding-bottom: 16% !important; }
}

@media screen and (min-width: 651px) and (max-width: 700px) {
#Hero-Banner { padding-top: 52% !important; }
}

@media screen and (min-width: 701px) and (max-width: 767px) {
#Hero-Banner { padding-top: 50% !important; }
}


@media screen and (min-width: 1px) and (max-width: 767px) {
#Hero-Banner h1 { font-size: 35px; line-height: 45px; margin: 0; padding: 0 0 10px; }
#Hero-Banner p { margin: 0 auto; width: 100%; }
#Cstm-Btn2 a { padding: 13px 20px !important; font-size: 16px; }
#Cstm-Btn1 a { font-size: 16px; padding: 13px 20px !important; }
div#Hero-BannerBTN-Row { display: flex; align-items: center; } 
div#Hero-BannerBTN-Row .vc_column-inner { padding: 0 8px; }
div#Offers-P { margin-bottom: 18px !important; }
#Hero-Banner { padding-top: 106%; padding-bottom: 18%; }
div#sect2-row { padding: 10px 20px; border-radius: 0px; }
.CSWY-Wrap p { font-size: 20px; line-height: 25px; }
.Amount h3 { font-size: 22px; width: 50px; height: 50px; }
div#CSWY2 { justify-content: flex-start; }
div#CSWY3 { justify-content: flex-start; }
.CSWY-Wrap { margin-bottom: 4%; }
#Home-sect2 .vc_col-sm-3::before {display: none;}
#Home-sect2 { margin-top: -30px; }
#Home-sect3 h5 { margin-top: 10%; }
h5 { font-size: 20px; line-height: 30px; margin: 0; padding: 0 0 0px; }
p { font-size: 16px; line-height: 27px; }
#Home-sect3 { padding-top: 38px; }
h1 { font-size: 30px; line-height: 40px; }
#Home-sect4 #Cstm-Btn1 { text-align: left; margin: 15px 0 0 !important; }
#Home-sect4 #Cstm-Btn1 a { padding: 13px 35px !important; }
h3 { font-size: 26px; line-height: 30px; }
.col-lg-4.col-md-4.col-12.bookColClass { padding-bottom: 18px; }
section#Home-sect4 { padding-top: 40px; padding-bottom: 0px; }
.marquee-container { padding-top: 10px; }
.marquee-container marquee { font-size: 50px; line-height: 60px; }
.marquee-container marquee img { margin: 0 10px; }
#Gallery-Sect { padding-top: 20px; padding-bottom: 0px; }
.TestimonialMain h2 { font-size: 30px; line-height: 40px; }
.TestimonialMain { padding: 10px 15px 20px; margin: 8% 0 0; }
h1#Illinois-MB { padding-top: 0 !important; margin-top: -8%; }
.illinois_profile ul { display: block; column-count: 2; }
.illinois_profile ul li { padding-bottom: 4px; width: 80%; }
.illinois_profile { padding: 0 0px 15px 15px; }
.wisconsin_profile ul { column-count: 2; padding-left: 15px; }
.wisconsin_profile { text-align: center; padding: 0px 0 10px 15px; }
h1#Illinois-MB { font-size: 24px; line-height: 34px; }
div#cont-p p { margin: 0 auto; width: 100%; }
div#cont-p { margin: 8px 0 30px; }
.contact-form input { padding: 0 0 16px; font-size: 17px; margin-bottom: 30px; }
.contact-form textarea { padding: 0 0 12px; font-size: 17px; margin-bottom: 18px; height: 120px; }
span.wpcf7-list-item.first.last input { margin: 0; }
.contact-form .wpcf7-submit { color: #fff; font-size: 17px; padding: 12px 40px; width: 50%; margin: 30px auto 0; }
.contact_submit_button p { display: flex; flex-direction: column; }
.contact_submit_button { margin-top: 65px; }
#Contact-Sect { padding-top: 20px; padding-bottom: 20px; }
div#Partner-Image { padding-top: 20px; padding-bottom: 0px; }
section#nav_menu-2 { display: grid; justify-content: left; }
section#nav_menu-4 { display: grid; justify-content: left; }
#nav_menu-4::after { display: none; }
.row.f-b { margin-top: 0px; }
.row.f-b p { text-align: center; }
ul#menu-social-media-ions { justify-content: center; }
#footer-widget .widget-title { font-size: 25px; line-height: 35px; margin: 0 0 8px; }
#footer-widget .nav-link { font-size: 17px; padding: 0 0 6px; }
#media_image-2 img { width: 70%; }
div#footer-widget { padding-top: 10px; }
.breadcrumbs { padding-top: 82%; }
.breadcrumbs span, a { font-size: 18px; line-height: 28px; }
.page-id-16 #Contact-Sect { padding-bottom: 10px; }
#Partner-Image .wpb_content_element { background: #fff; width: -webkit-fill-available; height: 140px; margin-bottom: 18px; }
div#contact-DETAILS h3 { font-size: 26px; line-height: 36px; padding-bottom: 6px; }
.services_Img::before { width: -webkit-fill-available; }
i#Img-arow { width: 42px; height: 42px; top: 68px; font-size: 20px; }
i#gallery-arow { top: 200px; }
.homeowner-row { padding-top: 0 !important; }
.Choose-MB { margin-top: 2pc; }
div#Video-G { justify-content: center; top: -10px; }
.page-id-22 #primary img { margin-bottom: 2.2pc; }
.page-id-22 .wpb_text_column { padding-top: 0 !important; }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
.hdr-left ul { flex-direction: row; gap: 28px; }
.Header-Top a, li { font-size: 17px; line-height: 24px; }
.Header-Top { flex-direction: row; justify-content: space-between; }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
#Hero-Banner h1 { font-size: 55px; line-height: 70px; padding: 0 0 20px; }
#Hero-Banner p { width: 85%; }
#Cstm-Btn1 a { font-size: 16px; padding: 14px 30px; }
#Cstm-Btn2 a { padding: 14px 25px; font-size: 16px; }
.Amount h3 { font-size: 24px; width: 50px; height: 50px; }
.CSWY-Wrap p { font-size: 20px; }
.CSWY-Wrap { gap: 8px; }
div#sect2-row { padding: 20px 50px; }
div#sect2-row { display: grid; grid-template-columns: 1fr 1fr; }
#Home-sect2 .vc_col-sm-3 { width: 100%; margin-bottom: 4%; }
div#CSWY3 { justify-content: left; }
div#CSWY2 { justify-content: left; }
div#sect2-row::before { display: none; }
#Home-sect2 .vc_col-sm-3::before { display: none; }
#Home-sect3 { padding-top: 60px; }
h1 { font-size: 30px; line-height: 42px; }
#Home-sect4 #Cstm-Btn1 a { padding: 14px 35px; }
h3 { font-size: 24px; line-height: 34px; }
.marquee-container marquee { font-size: 70px; line-height: 70px; }
.marquee-container { padding-top: 20px; }
#Gallery-Sect { padding-top: 20px; }
.TestimonialMain h2 { font-size: 28px; line-height: 38px; }
.TestimonialMain { padding: 16px 20px; }
h1#Illinois-MB { padding-top: 0 !important; }
.illinois_profile ul { column-count: 4; }
.wisconsin_profile ul { column-count: 4; }
.contact_submit_button p { display: flex; flex-direction: column; justify-content: center; }
.contact-form .wpcf7-submit { width: 21%; margin: 0 auto; }
#Contact-Sect { padding-top: 30px; padding-bottom: 30px; }
div#cont-p p { width: 80%; }
div#Partner-Image { padding-top: 50px; padding-bottom: 0px; }
#Partner-Image .wpb_content_element { background: #fff; width: 180px; height: 130px; }
div#footer-widget .col-md-4 { flex: 0 0 40%; max-width: 40%; }
div#footer-widget .col-md-3 { flex: 0 0 30%; max-width: 30%; }
#footer-widget .widget-title { font-size: 26px; line-height: 35px; margin: 0 0 12px; }
section#nav_menu-2::after { height: 130px; left: 4px; bottom: 40px; }
section#nav_menu-4::after { height: 130px; bottom: 0px; left: -30px; }
p { font-size: 17px; line-height: 27px; }
.row.f-b { padding-top: 10px; padding-bottom: 0px; margin-top: 16px; }
#Hero-Banner { padding-top: 38%; padding-bottom: 18%; }
}



@media screen and (min-width: 1025px) and (max-width: 1440px) {
#Hero-Banner h1 { font-size: 80px; line-height: 100px; padding: 0 0 20px; }
#Hero-Banner { padding-top: 28%; padding-bottom: 16%; }
.CSWY-Wrap p { font-size: 20px; }
.Amount h3 { font-size: 25px; width: 50px; height: 50px; }
.CSWY-Wrap { gap: 8px; }
div#sect2-row { background: #cb9833; padding: 20px 25px; }
#Home-sect2 .vc_col-sm-3::before { height: 55px; top: -3px; right: 45px; }
div#sect2-col2::before { right: -4px !important; }
div#sect2-col3::before { right: -10px !important; }
#Home-sect3 { padding-top: 80px; }
h1 { font-size: 38px; line-height: 50px; }
h3 { font-size: 26px; line-height: 36px; }
.services_Img::before { width: -webkit-fill-available; border-radius: 14px; }
i#Img-arow { top: 60px; }
.marquee-container marquee { font-size: 80px; line-height: 80px; }
.marquee-container { padding-top: 50px; }
#Gallery-Sect { padding-top: 60px; }
i#gallery-arow { top: 110px; }
.TestimonialMain { padding: 30px; margin: 7% 0 0; }
h1#Illinois-MB { padding-top: 10px !important; }
#Contact-Sect { padding-top: 70px; padding-bottom: 0; }
#Partner-Image .wpb_content_element { width: 250px; padding: 10px; height: 140px; }
section#nav_menu-2 { display: grid; justify-content: end; }
div#footer-widget .col-lg-3 { flex: 0 0 30%; max-width: 30%; }
section#nav_menu-2::after { left: 45px; bottom: 20px; }
#footer-widget .widget-title { font-size: 28px; line-height: 38px; margin: 0 0 14px; }
}


.single-services .breadcrumbs {
    padding-bottom: 50px;
}
.single-services .service-thumbnail {
    padding: 20px 0 40px;
}

.service-thumbnail img {
    width: 100%;
}

.single-service-custom .row {
    align-items: center;
}