/*
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";
}

@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: #000000;
	padding-bottom: 10px;
	margin: 0;
	font-weight: bold;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
	font-size: 28px;
	line-height: 38px;
	color: #000000;
	font-weight: bold;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
	color: #3F618C;
	margin: 0;
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 5px;
}

p {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}

li {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

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

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#masthead .navbar-nav > li:hover ul.dropdown-menu {
  display: block !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 25px 0 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;
    font-weight: 500;
    font-size: 18px;
    margin: 0 26px 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: #fff;
    font-weight: 500;
    position: relative;
}

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

.entry-content {
    margin: 0 !important;
}

.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 {
    background: #3F618C;
    padding: 12px 0;
}

.header_body p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}

.header_body a {
    color: #fff;
    text-decoration: none;
    transition: all linear 0.3s;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.header_body a i {
    background: #ffffff;
    color: #3F618C;
    width: 25px;
    height: 25px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 10px;
}

.header_body div {
    display: flex;
    align-items: center;
}

.SocialLinks {
    border-left: 1px solid #fff;
    padding-left: 18px;
    margin-left: 18px;
}

.header_body {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: -webkit-fill-available;
}

.hedr_txt {
    margin-right: 18px;
    padding-right: 18px;
    border-right: 1px solid #fff;
}

/* Header Top Css */


/* //=======================================================
		CUSTOM Css Start
//====================================================== */

.navbar-brand {
    position: absolute;
    left: 0;
    margin-top: 4.8%;
}

#masthead .navbar-nav > li.current_page_item > a::after {
    content: '';
    position: absolute;
    background: #FFFFFF;
    width: 30px;
    height: 6px;
    left: 0;
    border-radius: 50px;
    bottom: -10px;
}

li#menu-item-27 a:hover {
    background: #3f618c;
    color: #fff !important;
}

li#menu-item-27 a {
    padding: 15px 33px !important;
    font-size: 17px !important;
    background: #fff;
    color: #000 !important;
    transition: all linear 0.4s;
    border-radius: 50px;
	margin-right: 0 !important;
}

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

#Hero-Banner h1 {
    font-size: 115px;
    line-height: 135px;
    font-weight: bold;
}

#Hero-Banner p {
    color: white;
    width: 90%;
    margin: 0 auto;
}

#Cstm_Btn a {
    background: #3f618c;
    color: #fff;
    border-color: #3f618c;
    border-radius: 50px;
    transition: all linear 0.4s;
    font-size: 17px;
    padding: 15px 32px;
}

#Cstm_Btn a:hover {
    background: #fff;
    border-color: #fff;
    color: black;
    transform: translate(0px, -8px);
}

#Hero-Banner {
    padding-top: 21pc;
    padding-bottom: 16pc;
}

#Home-Sect1 p {
    width: 87%;
    margin: 0 auto;
}

#Cstm-Btn a {
    background: #3f618c;
    color: #fff;
    border: 2px solid #3f618c;
    border-radius: 50px;
    transition: all linear 0.4s;
    font-size: 17px;
    padding: 14px 35px;
}

#Cstm-Btn a:hover {
    background: transparent;
    border-color: #3f618c;
    color: #3f618c;
    transform: translate(0px, -8px);
}

#Home-Sect1 {
    padding-top: 100px;
    padding-bottom: 150px;
}

#Home-Sect1::before {
    content: '';
    position: absolute;
    background: url(https://allstarwaterproofingkenosha.com/wp-content/uploads/2024/12/Path1.png) no-repeat;
    width: 330px;
    height: 460px;
    left: 0;
    top: 40px;
    z-index: -1;
}

#Home-Sect3::before {
    content: '';
    position: absolute;
    background: url(https://allstarwaterproofingkenosha.com/wp-content/uploads/2024/12/Path2.png) no-repeat;
    width: 500px;
    height: 480px;
    right: 0;
    top: -20px;
    z-index: -1;
}

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

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

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

#basement_txt ul {
    padding: 0 0px 0px 22px;
}

#basement_txt ul li::marker {
    color: #3F618C;
}

#Home-Sect2 h1 {
    padding: 0 0 2px;
}

div#basement_txt {
    margin-bottom: 16px !important;
}

.Ser_ColClass {
    padding-top: 35px;
}

.services_Img img {
    border-radius: 20px;
    transition: all linear 0.4s;
}

.services-data {
    background: #F6F6F6;
    text-align: center;
    padding-top: 24px;
}

.Services_Main {
    background: #F6F6F6;
    padding-bottom: 20px;
    border-radius: 20px;
}

.services-data p {
    width: 85%;
    margin: 0 auto 15px;
}

.services-data a {
    color: #3f618c;
    font-size: 18px;
    text-decoration: underline;
    transition: all linear 0.4s;
}

.services-data a:hover {
    color: black;
}

.services_Img {
    overflow: hidden;
}

.services_Img {}

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

#Home-Sect3 #Cstm-Btn {
    padding-top: 40px;
}

#Home-Sect3 {
    padding-top: 150px;
    padding-bottom: 130px;
}

#Gallery_Slider .owl-nav {
    display: block;
    position: absolute;
    top: -70px;
    right: 13pc;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
}

#Gallery_Slider .owl-nav button {
    background: #000000;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all linear 0.3s;
    position: relative;
}

div#Gallery_Slider {
    margin-top: 70px;
}

div#Gallery_Slider button:focus {
    outline: unset !important;
}

#Gallery_Slider .owl-nav button:hover {
    background: #3F618C;
}

div#sect4_row {
    position: relative;
    top: 20px;
}

.WorK_Body {
    text-align: center;
    background: #3f618c;
    border-radius: 20px;
    padding: 20px 5px 15px;
    margin-top: 1pc;
}

.WorK_Body h4 {
    font-weight: bold;
    color: #ffffff;
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 10px;
}

.WorK_Body p {
    height: 87px;
    overflow-y: scroll;
    padding: 0 10px;
    width: 98%;
    color: white;
}

#Process_main {
    padding-top: 50px;
}

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

#Process_main .vc_col-sm-3::before {
    content: '';
    position: absolute;
    background: url(https://allstarwaterproofingkenosha.com/wp-content/uploads/2024/12/Dashed.png) no-repeat;
    width: 200px;
    height: 2px;
    top: 50px;
    right: -26.5%;
}

div#sect5col::before {
    display: none;
}

#home-sect6 p {
    color: white;
}

#Cstm-Btn2 a {
    background: #3f618c00;
    color: #fff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    transition: all linear 0.4s;
    font-size: 17px;
    padding: 14px 35px;
}



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

div#Cstm-Btn2 {
    padding-top: 30px;
}

#home-sect6 {
    background-attachment: fixed;
    padding-top: 13.5pc;
    padding-bottom: 6pc;
}

#Home-Sect5 {
    padding-top: 100px;
    margin-bottom: 0;
    padding-bottom: 100px;
}

.page-id-18 .WorK_Body p {
    height: 300px;
    overflow: auto;
}

.page-id-18 .WorK_Body p::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.page-id-18 .WorK_Body p::-webkit-scrollbar{
    width: 5px;
}

.page-id-18 .WorK_Body p::-webkit-scrollbar-thumb{
  background: #000;
}

.Commercial_Img img {
    object-fit: cover;
    height: 40vh;
}

div#properties_slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 2% 0 0;
}

div#properties_slider .owl-nav button {
    font-size: 30px;
}

div#properties_slider .owl-nav button:focus, div#properties_slider .owl-nav button:focus-visible{
	outline:0;
}
/* Footer CSS */

#footer-widget {
    background: black !important;
    position: relative;
    padding-top: 65px;
    padding-bottom: 18px;
}

#footer-widget p {
    color: white;
}

section#text-2 p {
    width: 86%;
    margin: 0;
}

.widget-title {
    font-weight: 600;
    color: #fff;
    padding: 0;
    position: relative;
    font-size: 30px !important;
    line-height: 40px;
    margin: 0 0 30px;
}

.widget-title::before {
    content: '';
    position: absolute;
    background: #3F618C;
    left: 0;
    width: 60px;
    height: 2px;
    bottom: -12px;
}

#footer-widget .nav-link {
    padding: 0;
    transition: all linear 0.3s;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
}

#footer-widget .nav-link:hover {
    background: #000;
    color: #ffffff;
}

#menu-main-menu-1 .menu-item-27 {
    display: none;
}

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

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

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

p.Copyright {
    margin: 0;
    text-align: center;
}

p.Copyright a {
    color: #fff;
    text-decoration: none;
}

#nav_menu-3::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    height: 230px;
    right: -30px;
    top: 10px;
}

#nav_menu-4::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 1px;
    height: 230px;
    right: -42px;
    top: 10px;
}

#menu-reach-out i {
    background: #3F618C;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu-reach-out a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.row.f-b {
    margin-top: 15px;
    padding-top: 16px;
    border-top: 1px solid #fff;
}

footer#colophon {
    display: none;
}

/* Footer CSS */


.breadcrumbs {
    position: relative;
    padding: 20pc 0 7pc;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.page-id-16 .breadcrumbs {
    background-position: 100% 90% !important;
}

.breadcrumbs::after {
    content: '';
    left: 0;
    top: 0;
    background: #0000008c;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: absolute;
}

.breadcrumbs h1 {
    color: white;
    position: relative;
    z-index: 999;
}

.breadcrumbs span {
    color: white;
    font-size: 20px;
    line-height: 30px;
}

.breadcrumbs i {
    color: #fff;
    font-size: 14px;
    margin: 0 12px;
}

li#menu-item-27 a::after {
    display: none;
}

/* Contact US Page */

#Cnt-sec-MB {
    padding-top: 100px;
    padding-bottom: 110px;
}

.contact-form p {
    margin: 0;
}
.contact-form p input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 0px;
    margin-bottom: 12px;
    height: 53px;
    padding: 0 20px;
    font-size: 17px;
    color: #666666;
    line-height: 27px;
}
.contact-form textarea {
    height: 300px;
    padding: 20px;
}
.contact-form {
    padding-top: 20px;
}
.contact-form .btn-primary {
    width: 150px;
    height: 50px;
    padding: 0 0;
    color: #fff;
    border: 0;
    border-radius: 30px;
    background-color: #3f618c;
    margin: 0;
}
.Cnt-sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.Cnt-sec ul li,
.Cnt-sec ul li a {
    color: #000000;!;!i;!;
    font-size: 18px;
    line-height: 27px;
}
.Cnt-sec ul.scoial-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.Cnt-sec .vc_col-sm-5 .vc_column-inner > .wpb_wrapper {
    background: #ffffff;
    padding: 20px 0 0;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-top: 5px solid #3f618c;
    border-bottom: 5px solid #000;
    border-radius: 20px;
}
.Cnt-sec ul.scoial-icon-wrap li {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-right: 8px;
    padding-top: 0;
    margin-bottom: 0;
}
.Cnt-sec ul.scoial-icon-wrap li:last-child {
    margin: 0;
}
.Cnt-sec ul.scoial-icon-wrap li a {
    background: #3f618c;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}
.Cnt-sec ul.scoial-icon-wrap li::before{
  display: none;
}
.Cnt-sec ul li {
    position: relative;
    padding-top: 50px;
    margin-bottom: 15px;
}
.Cnt-sec ul li::before {
    content: '\f2b6';
    background: #3f618c;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #ffffff;
}
.Cnt-sec ul li:nth-child(2)::before{
  content: '\f879';
  top: 0px;
}
.Cnt-sec iframe {
    filter: grayscale(1);
}
.Cnt-sec .wpb_gmaps_widget .wpb_wrapper {
    padding: 0 0;
    margin: 20px 20px 0 20px;
}

.form-control:focus {
    color: #666;
    background-color: #fff;
    border-color: #707070;
    outline: 0;
    box-shadow: none;
}

#Cnt-sec-MB .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

/* Contact Page CSS END */

div#Videos-inr {
    padding-top: 3pc;
}

div#Videos-inr h1 {
    padding-bottom: 2pc;
}

div#Videos-inr video {
    height: 650px;
}

#Gallery-Sect {
    padding-bottom: 3pc;
    padding-top: 5pc;
}

.page-id-16 #Home-Sect3 {
    padding-top: 80px;
    padding-bottom: 80px;
}

h1#banner_tittle {
    font-family: 'Outfit' !important;
}

p#banner_txt {
    font-family: 'Outfit' !important;
}

#banner_btn {
    font-family: 'Outfit' !important;
}

/* Services Hide CSS */
#ser_inr_row .row .col-lg-4:nth-child(2) {
    display: none;
}
#ser_inr_row .row .col-lg-4:nth-child(4) {
  display: none;
}
#ser_inr_row .row .col-lg-4:nth-child(5) {
  display: none;
}
#ser_inr_row .row .col-lg-4:nth-child(6) {
  display: none;
}
#ser_inr_row .row .col-lg-4:nth-child(7) {
  display: none;
}
#ser_inr_row .row .col-lg-4:nth-child(8) {
  display: none;
}
#ser_inr_row .row .col-lg-4:nth-child(9) {
  display: none;
}
#ser_inr_row .row .col-lg-4:nth-child(10) {
  display: none;
}
#ser_inr_row .row .col-lg-4:nth-child(11) {
  display: none;
}


/* Services Hide CSS */

#servic_all .row {
    justify-content: center;
}

.services-data p {
    height: 52px;
    overflow: hidden;
}

.single-services .service-content h1 {
    font-size: 32px;
    line-height: 42px;
    padding: 0 0 20px;
}

.single-services .service-description {
/*     margin: 20px 0 0;
    padding: 25px 30px; */
    transition: all linear 0.3s;
}

/* .single-services .service-description p {
    text-align: justify;
    transition: all linear 0.3s;
}

.single-services .service-description:hover {
    background: #3f618c;
    border-radius: 20px;
}

.single-services .service-description:hover p {
    color: #ffffff;
} */

.page-id-14 #Home-Sect1 p {
    padding-bottom: 14px;
}

.page-id-14 #Home-Sect1 {
    padding-bottom: 30px;
    padding-top: 80px;
}

.Services_Main .Ser_inr {
    display: none;
}

.services-data .Ser_Excerpt {
    height: 52px;
    overflow: hidden;
    width: 85%;
    margin: 0 auto 15px;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    font-weight: 400;
}

.breadcrumbs {
    text-align: center;
}

.breadcrumbs span {
    display: none;
}

.breadcrumbs i {
    display: none;
}

.ul-style h1 {
    font-size: 30px;
    text-align: center !important;
}

.ul-style ul {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #3f618c;
    background-color: #3f618c;
    border-radius: 10px;
    padding: 20px 20px 20px 40px;
}

.ul-style ul li {
    color: white;
	padding: 15px 33px 15px 0px;
}

.ul-style-first ul {
    height: 17pc;
}

.bw-ct {
    border-color: #3f618c;
    border-width: 2px;
}

.page-id-22 .breadcrumbs {
    background-position: 100% 10% !important;
}


/* Responsive CSS */

@media only screen and (max-width: 1199px){
.header_body p { font-size: 15px; line-height: 22px; }
.header_body a { font-size: 16px; }
.header_body a i { width: 22px; height: 22px; font-size: 12px; margin-right: 5px; }
.navbar-brand { position: unset; margin-top: 0; width: 55%; }
.navbar-toggler { background: #ffffff; }
header#masthead { padding: 6px 0 0; }
ul#menu-main-menu { background: #3f618c; width: 88%; margin: 5px auto 0; border-top: 2px solid #fff; border-bottom: 2px solid #fff; border-radius: 12px; padding: 8px 0 12px; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { font-size: 17px; margin: 0 0 0; }
#masthead .navbar-nav > li.current_page_item > a::after { width: 22px; height: 4px; bottom: -5px; }
#masthead #menu-main-menu li { margin: 0 0 8px; }
li#menu-item-27 a { padding: 8px 22px !important; font-size: 17px !important; }
li#menu-item-27 a:hover { background: #000000; }
}


/* @media screen and (min-width: 1px) and (max-width: 420px) {
	body { overflow: hidden; }
} */

@media screen and (min-width: 1px) and (max-width: 767px) {
br { display: none !important; }
/* Header_TOp css */
.hedr_txt { margin-right: 0; padding-right: 0; border-right: unset; text-align: center; }
.header_body { flex-direction: column; gap: 7px; }
.SocialLinks { border-left: unset; padding-left: 0; margin-left: 0; }
.Header-Top { background: #3F618C; padding: 6px 0 8px; }
/* Header_TOp css */
p { font-size: 16px; line-height: 26px; }
h5 { color: #3F618C; margin: 0; font-size: 20px; line-height: 26px; padding-bottom: 3px; }
h1 { font-size: 24px; line-height: 34px; padding-bottom: 8px; }
#Cstm-Btn a { font-size: 16px; padding: 10px 22px; }
#Home-Sect1 p { width: 95%; }
#Home-Sect1 .wpb_text_column { margin: 0 0 15px !important; }
#Home-Sect1 { padding-top: 30px; padding-bottom: 35px; }
section#text-2 p { width: 96%; margin: 0; }
.widget-title { font-size: 24px !important; line-height: 36px; margin: 0 0 20px; }
.widget-title::before { width: 50px; bottom: -10px; }
#nav_menu-3 { justify-content: left; }
#nav_menu-4 { justify-content: left; }
#nav_menu-5 { justify-content: left; }
#menu-reach-out a { font-size: 15px !important; }
#menu-reach-out i { width: 22px; height: 22px; font-size: 10px; }
.row.f-b { margin-top: 0; padding-top: 10px; }
p.Copyright { font-size: 15px; line-height: 23px; }
#footer-widget { padding-top: 28px; padding-bottom: 10px; overflow-x: hidden; }
#Home-Sect2 #main-img { margin-bottom: 6% !important; }
li { font-size: 16px; line-height: 27px; }
#Home-Sect3 { padding-top: 40px; padding-bottom: 35px; }
#Home-Sect3::before { width: 300px; height: 380px; top: 0; }
.services-data { padding-top: 16px; }
h3 { font-size: 22px; line-height: 31px; }
.services-data .Ser_Excerpt { width: 90%; margin: 0 auto 7px; font-size: 17px; line-height: 26px; }
.services-data a { font-size: 17px; }
.Services_Main { padding-bottom: 18px; border-radius: 16px; }
.Ser_ColClass { padding-top: 22px; }
#Home-Sect3 #Cstm-Btn { padding-top: 25px; }
#IW-sect { padding-bottom: 0px !important; }
.ul-style h1 { font-size: 25px; line-height: 34px; }
.ul-style-first ul { height: auto; }
.ul-style ul { padding: 6px 10px 10px 25px; display: block; column-count: 2; }
.ul-style ul li { padding: 6px 14px 6px 0px; width: 100%; }
.ul-style .wpb_text_column { margin-bottom: 10px !important; }
#Gallery_Slider .owl-nav button { width: 38px; height: 38px; }
#Gallery_Slider .owl-nav { top: -55px; right: 5%; gap: 8px; }
#Process_main { padding-top: 20px; }
#Process_main .vc_col-sm-3::before { display: none }
.WorK_Body { padding: 15px 6px 10px; margin-top: 1pc; }
#Process_main .vc_col-sm-3 { margin-bottom: 22px; }
#Home-Sect5 { padding-top: 25px; padding-bottom: 30px; }
.breadcrumbs h1 { font-size: 30px; line-height: 40px; }
.breadcrumbs { padding: 11pc 0 3pc; }
.page-id-14 #Home-Sect1 { padding-bottom: 0; padding-top: 35px; }
.page-id-14 #Home-Sect2 { margin-bottom: 20px !important; }
#footer-widget .nav-link { font-size: 16px; line-height: 34px; }
.WorK_Body h4 { font-size: 22px; line-height: 30px; }
#media_image-2 img { width: 65%; }
.page-id-16 #Home-Sect3 { padding-top: 40px; padding-bottom: 50px; }
div#our_wrok_mb { padding-top: 0px !important; padding-bottom: 0 !important; margin-bottom: -20px !important; }
.page-id-20 #IW-sect { padding-top: 40px !important; }
#Gallery-Sect { padding-bottom: 0pc; padding-top: 2pc; }
div#Videos-inr video { height: 500px; }
div#Videos-inr h1 { padding-bottom: 1pc; }
div#Videos-inr { padding-top: 2pc; }
.contact-form p input, .contact-form textarea { margin-bottom: 12px; height: 50px; padding: 0 10px; font-size: 16px; line-height: 25px; }
.contact-form { padding-top: 10px; }
.contact_submit_button { margin-bottom: 10%; }
.Cnt-sec ul li, .Cnt-sec ul li a { font-size: 16px; line-height: 25px; }
.Cnt-sec ul.scoial-icon-wrap li { font-size: 20px; line-height: 28px; margin-right: 5px; }
#Cnt-sec-MB { padding-top: 30px; padding-bottom: 50px; }
.single-services .service-content h1 { font-size: 26px; line-height: 35px; }
.single-services .single-service-custom { padding-top: 2pc; padding-bottom: 0pc; }
.single-services .single-service-custom .wpb_single_image { margin-bottom: 16px !important; }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
ul#menu-main-menu { width: 50%; }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
p br { display: none; }
.navbar-brand { position: unset; margin-top: -10px; width: 26%; }
h1 { font-size: 30px; line-height: 42px; padding-bottom: 8px; }
#Home-Sect1 p { width: 95%; }
p { font-size: 17px; line-height: 27px; }
#Cstm-Btn a { font-size: 16px; padding: 12px 30px; }
#Home-Sect1 { padding-top: 50px; padding-bottom: 60px; }
#Home-Sect2 .vc_col-sm-6 { width: 100%; }
#Home-Sect3 { padding-top: 50px; padding-bottom: 40px; }
#Home-Sect3::before { width: 400px; height: 400px; }
h3 { font-size: 22px; line-height: 32px; }
.services-data .Ser_Excerpt { height: 45px; width: 92%; font-size: 16px; line-height: 25px; }
.services-data a { font-size: 17px; }
#Home-Sect3 #Cstm-Btn { padding-top: 30px; }
#Gallery_Slider .owl-nav { right: 2pc; }
#Gallery_Slider .owl-nav button { width: 40px; height: 40px; }
#Home-sect4 p br { display: block; }
.services-data { padding-top: 10px; }
#Home-Sect5 { padding-top: 40px; margin-bottom: 0; padding-bottom: 50px; }
#media_image-2 img { width: 65%; } 
#Process_main .vc_col-sm-3 { width: 50%; } 
#Process_main .vc_col-sm-3:nth-child(2) { margin-bottom: 3%; } 
#Process_main .vc_col-sm-3:nth-child(1) { margin-bottom: 3%; } 
#Process_main .vc_col-sm-3:nth-child(2)::before { display: none; }
#footer-widget { padding-top: 35px; padding-bottom: 12px; }
#footer-widget .ft1 { flex: 0 0 95%; max-width: 95%; } 
#media_image-2 img { width: 35%; } 
#footer-widget .ft2 { flex: 0 0 25%; max-width: 25%; } 
#footer-widget .ft3 { flex: 0 0 25%; max-width: 25%; } 
#footer-widget .ft4 { flex: 0 0 50%; max-width: 50%; }
.widget-title { font-size: 25px !important; line-height: 35px; margin: 0 0 20px; }
.widget-title::before { width: 50px; bottom: -6px; }
#footer-widget .nav-link { font-size: 17px; line-height: 34px; }
#nav_menu-3::before { height: 275px; right: 0px; top: 10px; }
#nav_menu-4::before { height: 275px; right: -6px; top: 10px; }
#nav_menu-4 { justify-content: left; }
.row.f-b { margin-top: 10px; padding-top: 12px; }
.breadcrumbs { padding: 12pc 0 4pc; }
.page-id-14 #Home-Sect2 { margin-bottom: 40px !important; }
.page-id-16 #Home-Sect3 { padding-top: 50px; padding-bottom: 60px; }
div#our_wrok_mb { padding-top: 10px !important; padding-bottom: 0 !important; margin-bottom: 0px !important; }
#IW-sect .vc_col-sm-6 { width: 100%; }
.page-id-20 #IW-sect { padding-top: 50px !important; }
.ul-style ul { height: auto; display: block; column-count: 4; padding: 10px 15px 10px 30px; }
.ul-style ul li { color: white; font-size: 17px; padding: 8px 0; }
section#IW-sect { padding-bottom: 10px !important; }
.ul-style h1 { font-size: 25px; }
#Counties_Sect .vc_col-sm-6 { width: 100%; }
div#Videos-inr video { height: 400px; }
div#Videos-inr { padding-top: 2pc; }
#Gallery-Sect { padding-bottom: 1pc; padding-top: 3pc; }
#Cnt-sec-MB { padding-top: 60px; padding-bottom: 60px; }
.single-services .service-description .vc_col-sm-6 { width: 100%; }
.single-services .single-service-custom { padding-top: 3pc; padding-bottom: 1pc; }
}


@media screen and (min-width: 1025px) and (max-width: 1440px) {
#IW-sect { padding-bottom: 20px !important; }
#Home-Sect5 { padding-top: 60px; margin-bottom: 0; padding-bottom: 60px; }
h1 { font-size: 36px; line-height: 46px; color: #000000; padding-bottom: 8px; }
.navbar-brand { width: 25% !important; }
#Home-Sect1 p { width: 92%; }
#Cstm-Btn a { font-size: 17px; padding: 12px 30px; }
#Home-Sect1 { padding-top: 60px; padding-bottom: 60px; }
#Home-Sect3 { padding-top: 60px; padding-bottom: 40px; }
h3 { font-size: 25px; line-height: 32px; }
.services-data .Ser_Excerpt { width: 90%; margin: 0 auto 8px; font-size: 17px; line-height: 26px; }
#Home-Sect3 #Cstm-Btn { padding-top: 35px; }
#Gallery_Slider .owl-nav { right: 5px; gap: 8px; top: -60px; }
#Gallery_Slider .owl-nav button { width: 40px; height: 40px; }
.WorK_Body h4 { font-size: 22px; line-height: 32px; margin: 0 0 10px; }
.WorK_Body p { padding: 0 5px; width: 98%; }
section#text-2 p { width: 98%; font-size: 17px; line-height: 26px; }
.widget-title { font-size: 26px !important; line-height: 34px; margin: 0 0 20px; }
#footer-widget .ft1 { flex: 0 0 30%; max-width: 30%; } 
#footer-widget .ft3 { flex: 0 0 17%; max-width: 17%; }
#nav_menu-5 { display: grid ; justify-content: left; }
#footer-widget .ft4 { flex: 0 0 36%; max-width: 36%; }
#Process_main { padding-top: 25px; }
#nav_menu-3::before { height: 200px; right: -10px; }
#nav_menu-4::before { height: 200px; right: -12px; }
#footer-widget { overflow-x: hidden; padding-top: 45px; padding-bottom: 15px; }
.row.f-b { margin-top: 8px; padding-top: 15px; }
header#masthead { padding: 0 0 0; margin: -5px 0 0; }
.page-id-14 #Home-Sect2 { margin-bottom: 50px !important; }
.breadcrumbs { padding: 15pc 0 5pc; }
#nav_menu-4 { justify-content: left; }
.page-id-16 #Home-Sect3 { padding-top: 60px; padding-bottom: 70px; }
div#our_wrok_mb { padding-top: 10px !important; padding-bottom: 0 !important; margin-bottom: 0px !important; }
.ul-style ul li { color: white; padding: 10px 25px 10px 0px; }
.ul-style ul { column-count: 2; display: block; padding: 10px 10px 10px 50px; }
div#Videos-inr video { height: 560px; }
div#Videos-inr h1 { padding-bottom: 1pc; }
div#Videos-inr { padding-top: 2pc; }
#Gallery-Sect { padding-bottom: 1pc; padding-top: 4pc; }
#Cnt-sec-MB { padding-top: 70px; padding-bottom: 70px; }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
.navbar-brand { left: 0px; margin-top: 2%; width: 20% !important; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { font-size: 18px; margin: 0 15px 0; }
li#menu-item-27 a { padding: 10px 25px !important; font-size: 16px !important; }
#masthead #main-nav { position: relative; top: 20px; }
}


@media screen and (min-width: 1440px) and (max-width: 1600px){
.navbar-brand { width: 22%; position: absolute; left: 0; margin-top: 2%; }
h1 { font-size: 40px; line-height: 52px; }
#Home-Sect1 { padding-top: 70px; padding-bottom: 90px; }
#Home-Sect3 { padding-top: 80px; padding-bottom: 60px; }
#Process_main { padding-top: 35px; }
#Home-Sect5 { padding-top: 50px; margin-bottom: 0; padding-bottom: 80px; }
#footer-widget { padding-top: 50px; padding-bottom: 18px; }
.page-id-14 #Home-Sect2 { margin-bottom: 60px !important; }
.breadcrumbs { padding: 16pc 0 6pc; }
div#our_wrok_mb { padding-top: 20px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }
#Cnt-sec-MB { padding-top: 80px; padding-bottom: 80px; }
}

/* Responsive CSS END */

.single-services .service-thumbnail {
    display: none;
}

.single-services .service-content h1 {
    display: none;
}

h1#inr_txt_h1 {
    display: block;
    padding: 0 0 10px;
}

.single-services .single-service-custom {
    padding-top: 5pc;
    padding-bottom: 2pc;
}

.page-id-18 #Home-Sect5 {
    padding-top: 0;
}