  @import url("https://fonts.googleapis.com/css?family=Montserrat:100,400,500,600,700,800&display=swap");
@font-face {
  font-family: 'nexa_boldregular';
  src: url("/wp-content/themes/nombatch/New_design/fonts/nexa_bold-webfont.eot");
  src: url("/wp-content/themes/nombatch/New_design/fonts/nexa_bold-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/nombatch/New_design/fonts/nexa_bold-webfont.woff2") format("woff2"), url("/wp-content/themes/nombatch/New_design/fonts/nexa_bold-webfont.woff") format("woff"), url("/wp-content/themes/nombatch/New_design/fonts/nexa_bold-webfont.ttf") format("truetype"), url("/wp-content/themes/nombatch/New_design/fonts/nexa_bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'nexa_lightregular';
  src: url("/wp-content/themes/nombatch/New_design/fonts/nexa_light-webfont.eot");
  src: url("/wp-content/themes/nombatch/New_design/fonts/nexa_light-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/nombatch/New_design/fonts/nexa_light-webfont.woff2") format("woff2"), url("/wp-content/themes/nombatch/New_design/fonts/nexa_light-webfont.woff") format("woff"), url("/wp-content/themes/nombatch/New_design/fonts/nexa_light-webfont.ttf") format("truetype"), url("/wp-content/themes/nombatch/New_design/fonts/nexa_light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/*@mixin respond-to($class) {
@if $class == $screen767 {
@media only screen and (max-width: $screen767) {
@content;
}
}

@if $class == $screen991 {
@media only screen and (max-width: $screen991) {
@content;
}
}

@if $class == $screen1024 {
@media only screen and (max-width: $screen1024) {
@content;
}
}

@if $class == $screen1199 {
	@media only screen and (max-width: $screen1199) {
		@content;
	}
}

@if $class == $screen1350 {
@media only screen and (max-width: $screen1350) {
@content;
}
}

@if $class == $screen1480 {
	@media only screen and (max-width: $screen1480) {
		@content;
	}
}

@if $class == $screen1600 {
	@media only screen and (max-width: $screen1600) {
		@content;
	}
}
}*/
a {
  outline: none;
  text-decoration: none; }
  a:focus {
    outline: none; }

ul {
  list-style: none; }

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

*:focus {
  outline: none;
  box-shadow: none; }

/* em, strong, button, blockquote, small, strike, sub, sup, tt, */
*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

h1,
.h1 {
  font-size: 60px;
  line-height: 70px;
  font-family: "nexa_boldregular"; }

h2,
.h2 {
  font-size: 38px;
  line-height: 45px;
  font-family: "nexa_boldregular"; }
  h2:before,
  .h2:before {
    display: none; }
  h2:after,
  .h2:after {
    content: "";
    background: #cf0000;
    display: block;
    height: 6px;
    margin: 25px auto;
    width: 82px; }

h3,
.h3 {
  font-size: 26px;
  line-height: 36px;
  font-family: "nexa_boldregular"; }

h4,
.h4 {
  font-size: 22px;
  line-height: 30px;
  font-family: "nexa_boldregular"; }

h5,
.h5 {
  font-size: 20px;
  line-height: 30px;
  font-family: "nexa_boldregular"; }

h6,
.h6 {
  font-size: 18px;
  line-height: 28px;
  font-family: "nexa_boldregular"; }

.rte h1,
.rte .h1 {
  margin-bottom: 32px;
  color: #252455; }
.rte h2,
.rte .h2 {
  margin-bottom: 28px;
  color: #252455; }
.rte h3,
.rte .h3 {
  margin-bottom: 25px;
  color: #252455; }
.rte h4,
.rte .h4 {
  margin-bottom: 22px;
  color: #252455;
  padding-bottom: 10px; }
.rte h5,
.rte .h5 {
  margin-bottom: 20px;
  color: #252455; }
.rte h6,
.rte .h6 {
  margin-bottom: 15px;
  color: #252455; }
.rte p {
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 400; }
  .rte p:last-child {
    margin-bottom: 0; }
.rte .img {
  margin-top: 100px; }
  .rte .img img {
    margin-bottom: 0; }
.rte img,
.rte p img {
  margin-bottom: 10px;
  max-width: 100%;
  border: 0; }
.rte a {
  color: #2f3130; }
  .rte a:focus {
    outline: none; }
.rte ul {
  padding-left: 30px;
  list-style: disc; }
.rte ul,
.rte ol {
  padding-left: 30px; }
  .rte ul li,
  .rte ol li {
    line-height: 25px; }
    .rte ul li:last-child,
    .rte ol li:last-child {
      margin-bottom: 15px; }
.rte .text-center {
  text-align: center; }
.rte blockquote {
  border-left: 4px solid #ffffff;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px; }
  .rte blockquote footer {
    font-size: 80%;
    line-height: 1.42857143;
    color: #777; }
.rte .blockquote-reverse {
  border-left: 0 solid #ffffff;
  border-right: 4px solid #ffffff;
  text-align: right; }
.rte address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }
.rte mark {
  background-color: #2f3130;
  padding: 0 3px; }
.rte .h1 .small,
.rte .h1 small,
.rte .h2 .small,
.rte .h2 small,
.rte .h3 .small,
.rte .h3 small,
.rte h1 .small,
.rte h1 small,
.rte h2 .small,
.rte h2 small,
.rte h3 .small,
.rte h3 small {
  font-size: 65%;
  color: #7e7e7e; }

button,
input[type="submit"] {
  cursor: pointer; }

body {
  font-family: "nexa_lightregular";
  font-size: 15px;
  counter-reset: section;
  color: #1d1d1d;
  overflow-x: hidden; }
  body.home {
    color: #ffffff; }

.container {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1480px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  box-shadow: none !important; }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    display: table;
    content: ""; }
  .slick-track:after {
    display: table;
    content: "";
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: initial;
  min-height: 1px; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }
.slick-slide.slick-loading img {
  display: none; }
.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  outline: none !important; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.ct-slider:not(.slick-initialized) *:not(:first-child) {
  display: none; }

.hidden {
  display: none; }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 998;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.5s; }
  .overlay.active {
    opacity: 1;
    visibility: visible; }

.full {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.three {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%; }

.half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.four {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.five {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.six {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66%;
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%; }

.cs-popup {
  z-index: 991; }
  .cs-popup[data-popup-type="popup"] {
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 992;
    transition: ease 0.25s;
    border-radius: 7px;
    overflow: hidden;
    background-color: #ffffff;
    display: block;
    min-width: 280px; }
    .cs-popup[data-popup-type="popup"].popup-active {
      opacity: 1;
      visibility: visible; }
    .cs-popup[data-popup-type="popup"] .cs-popup-cover {
      padding: 45px 70px;
      text-align: center; }
  .cs-popup[data-popup-type="sidebar"] {
    position: fixed;
    top: 0;
    bottom: 0;
    border-radius: 0;
    overflow-y: auto;
    background-color: #2f3130;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: ease 0.5s;
    max-width: 100%;
    width: 100%;
    z-index: 991; }
    .cs-popup[data-popup-type="sidebar"]:not([data-sidebar-from="left"]) {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      right: 0; }
    .cs-popup[data-popup-type="sidebar"][data-sidebar-from="left"] {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      left: 0; }
    .cs-popup[data-popup-type="sidebar"].popup-active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .cs-popup[data-popup-type="sidebar"] .cs-popup-cover {
      padding: 42px; }
  .cs-popup .cs-popup-logo {
    margin-bottom: 45px; }

h1:before {
  display: none !important; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.main-header {
  position: relative;
  background: #2f3130;
  padding: 15px 0 0 0;
  line-height: 24px;
  transition: all ease-in-out 0.5s;
  z-index: 99; }
  @media (max-width: 991px) {
    .main-header {
      width: 50%;
      position: fixed;
      z-index: 3;
      height: 100%;
      max-height: 100vh;
      overflow-y: scroll;
      left: -100%;
      z-index: 9999;
      overflow-x: hidden; }
      .main-header.open {
        left: 0; } }
  @media (max-width: 400px) {
    .main-header {
      width: 100%; } }
  .main-header .container {
    max-width: 1115px; }
  .main-header .row {
    margin: 10px 0 15px 0; }
    @media (max-width: 991px) {
      .main-header .row {
        margin: 0; } }
  .main-header .header-phone {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54%;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .main-header .header-phone {
        flex-wrap: wrap;
        padding-bottom: 15px; } }
    @media (max-width: 767px) {
      .main-header .header-phone {
        flex-wrap: wrap; } }
    /*.main-header .header-phone::before {
      content: "";
      height: 20px;
      width: 2px;
      transform: rotate(45deg);
      display: inline-block;
      background: #ffffff;
      margin: 0 0px 5px 65px;
      vertical-align: middle; }*/
      @media (max-width: 991px) {
        .main-header .header-phone::before {
          display: none; } }
    @media (max-width: 991px) {
      .main-header .header-phone {
        justify-content: end; } }
    @media (max-width: 991px) {
      .main-header .header-phone {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .main-header .header-phone .speak-with-expert {
      font-family: "nexa_lightregular";
      text-transform: uppercase;
      display: block;
      padding-right: 15px; }
      @media (max-width: 1480px) {
        .main-header .header-phone .speak-with-expert {
          font-size: 17px; } }
      @media (max-width: 991px) {
        .main-header .header-phone .speak-with-expert {
          margin-right: 15px;
          width: 100%; } }
      @media (max-width: 767px) {
        .main-header .header-phone .speak-with-expert {
          margin-left: 0;
          padding-right: 0; } }
      .main-header .header-phone .speak-with-expert a,
      .main-header .header-phone .speak-with-expert p {
		margin: 0px 0px 3px 30px;
        font-size: 18px;
        font-weight: 400;
        color: #d10d0d;
    font-family: "nexa_boldregular";
	}
        @media (max-width: 1480px) {
          .main-header .header-phone .speak-with-expert a,
          .main-header .header-phone .speak-with-expert p {
            font-size: 17px; } }
        @media (max-width: 991px) {
          .main-header .header-phone .speak-with-expert a,
          .main-header .header-phone .speak-with-expert p {
            margin: 0 0 10px 0; } }
    .main-header .header-phone .speak-on-call {
      font-size: 20px;
      font-family: "nexa_boldregular";
      text-transform: uppercase;
      position: relative;
      display: block; }
      .main-header .header-phone .speak-on-call a {
        transition: all ease-in-out 0.3s; }
        .main-header .header-phone .speak-on-call a:hover {
          color: #e50e0e; }
        .main-header .header-phone .speak-on-call a:before {
          content: '';
          background-image: url("/wp-content/themes/nombatch/New_design/images/phone-icon.png");
          background-size: contain;
          height: 20px;
          width: 25px;
          position: absolute;
          left: -35px;
          top: 3px;
          background-repeat: no-repeat; }
          @media (min-width: 992px) and (max-width: 1200px) {
            .main-header .header-phone .speak-on-call a:before {
              height: 15px;
              width: 25px;
              left: -35px;
              top: 3px; } }
          @media (max-width: 991px) {
            .main-header .header-phone .speak-on-call a:before {
              display: none; } }
    .main-header .header-phone a {
      color: #ffffff;
      font-size: 28px;
      font-weight: bold; }
      @media (max-width: 1480px) {
        .main-header .header-phone a {
          font-size: 20px; } }
      @media (max-width: 400px) {
        .main-header .header-phone a {
          font-size: 12px; } }
  .main-header .top-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%; }
    @media (max-width: 991px) {
      .main-header .top-menu {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .main-header .top-menu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .main-header .top-menu ul {
          display: block; } }
      .main-header .top-menu ul .current-menu-item a {
        color: #d10d0d; }
      .main-header .top-menu ul li {
        position: relative;
        padding-bottom: 10px;
        font-family: "nexa_boldregular"; }
        .main-header .top-menu ul li span {
          position: absolute;
          font-size: 10px;
          font-weight: bold;
          top: -12px;
          right: -15px;
          color: #d10d0d; }
          @media (max-width: 991px) {
            .main-header .top-menu ul li span {
              top: -12px;
              left: 90px; } }
      .main-header .top-menu ul#menu-main-menu li {
        padding-bottom: 0; }
        @media (max-width: 991px) {
          .main-header .top-menu ul#menu-main-menu li {
            padding: 6px 0; } }
    .main-header .top-menu a {
      color: #ffffff;
      font-size: 17px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "nexa_boldregular";
      transition: all ease-in-out 0.3s; }
      .main-header .top-menu a:hover {
        color: #e50e0e; }
      @media (min-width: 992px) and (max-width: 1200px) {
        .main-header .top-menu a {
          font-size: 12px; } }
  .main-header .bottom-menu .menu-main-navigation-container > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .main-header .bottom-menu .menu-main-navigation-container > ul {
        display: block !important; } }
    .main-header .bottom-menu .menu-main-navigation-container > ul li {
      position: relative; }
      @media (max-width: 991px) {
        .main-header .bottom-menu .menu-main-navigation-container > ul li {
          padding-bottom: 10px; } }
      .main-header .bottom-menu .menu-main-navigation-container > ul li.open .sub-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        /*     -webkit-transform: perspective(600px) rotateX(0deg);
             transform: perspective(600px) rotateX(0deg);  */ }
        @media (max-width: 991px) {
          .main-header .bottom-menu .menu-main-navigation-container > ul li.open .sub-menu {
            background-color: transparent;
            color: #fff;
            border-bottom: none;
            box-shadow: none; } }
      .main-header .bottom-menu .menu-main-navigation-container > ul li a {
        color: #ffffff;
        font-size: 15px;
        text-transform: uppercase;
        font-family: "nexa_boldregular";
        transition: all ease-in-out 0.3s; }
        .main-header .bottom-menu .menu-main-navigation-container > ul li a:hover {
          opacity: 0.6; }
        @media (min-width: 992px) {
          .main-header .bottom-menu .menu-main-navigation-container > ul li a {
            font-size: 13px; } }
        @media (max-width: 991px) {
          .main-header .bottom-menu .menu-main-navigation-container > ul li a {
            font-size: 12px;
            letter-spacing: 1px;
            color: #ffffff !important; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          .main-header .bottom-menu .menu-main-navigation-container > ul li a {
            font-size: 12px !important; } }
      .main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu {
        position: absolute;
        list-style: none;
        background: #ffffff;
        box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.25);
        padding: 10px 0;
        text-align: left;
        width: 200px;
        top: 100%;
        z-index: 1;
        /*     -webkit-transform: perspective(600px) rotateX(-90deg);
             transform: perspective(600px) rotateX(-90deg);
             -webkit-transform-origin: top;
             -ms-transform-origin: top;
             transform-origin: top;  */
        opacity: 0;
        visibility: hidden;
        border-bottom: 2px solid #e50e0e;
        -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s; }
        @media (max-width: 991px) {
          .main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu {
            background-color: transparent;
            color: #fff !important;
            box-shadow: none;
            width: 100%;
            border: none;
            width: 100%; }
            .main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu li {
              padding-bottom: 0; } }
        @media (max-width: 370px) {
          .main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu {
            width: 100%  !important; } }
        .main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu a {
          padding: 5px 10px;
          font-size: 14px;
          font-family: "nexa_lightregular";
          color: #2f3130;
          display: block;
          line-height: 24px; }
          .main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu a:hover {
            color: #cf0000; }
        .main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu .menu-item-has-children {
          border-right: 2px solid #e50e0e; }
          @media (max-width: 991px) {
            .main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu .menu-item-has-children {
              border: none; } }
          .main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu .menu-item-has-children .sub-menu {
            position: absolute;
            list-style: none;
            background: #ffffff;
            box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.25);
            padding: 10px 0;
            text-align: left;
            width: 200px;
            top: 0;
            left: 100%;
            z-index: 1;
            /*  -webkit-transform: perspective(600px) rotateX(-90deg);
             transform: perspective(600px) rotateX(-90deg);  */
            -webkit-transform-origin: top;
            -ms-transform-origin: top;
            transform-origin: top;
            opacity: 0;
            visibility: hidden;
            border-bottom: 2px solid #e50e0e;
            -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s; }
            @media (max-width: 991px) {
              .main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu .menu-item-has-children .sub-menu {
                background-color: transparent;
                color: #fff;
                box-shadow: none;
                line-height: 18px;
                font-size: 12px;
                border: none;
                padding: 0 0 0 10px;
                width: 100%; } }
            @media (max-width: 370px) {
              .main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu .menu-item-has-children .sub-menu {
                width: 100%; } }
            @media (max-width: 991px) {
              .main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu .menu-item-has-children .sub-menu a {
                font-size: 12px; } }
          @media (min-width: 992px) {
            .main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu .menu-item-has-children:hover .sub-menu {
              opacity: 1;
              visibility: visible;
              /*  -webkit-transform: perspective(600px) rotateX(0deg);
                transform: perspective(600px) rotateX(0deg); */ } }
          .main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu .menu-item-has-children.open .sub-menu {
            opacity: 1;
            visibility: visible;
            /*  -webkit-transform: perspective(600px) rotateX(0deg);
             transform: perspective(600px) rotateX(0deg);  */
            position: relative;
            left: 0; }
      @media (min-width: 992px) {
        .main-header .bottom-menu .menu-main-navigation-container > ul li:hover .sub-menu {
          opacity: 1;
          visibility: visible;
          /*  -webkit-transform: perspective(600px) rotateX(0deg);
            transform: perspective(600px) rotateX(0deg); */ } }
      .main-header .bottom-menu .menu-main-navigation-container > ul li.current-menu-item {
        color: #d10d0d; }

.bottom-menu-main {
  /* background-color: #cf0000;  */
  padding: 5px 0 25px; }

.calc-form .irs--round .irs-from,
.calc-form .irs--round .irs-to,
.calc-form .irs--round .irs-single {
  background-color: transparent;
  top: 60px; }
  .calc-form .irs--round .irs-from:after,
  .calc-form .irs--round .irs-to:after,
  .calc-form .irs--round .irs-single:after {
    content: 'sq ft';
    display: inline-block;
    padding-left: 5px;
    font-size: 14px;
    color: #fff;
    background-color: transparent; }
  .calc-form .irs--round .irs-from:before,
  .calc-form .irs--round .irs-to:before,
  .calc-form .irs--round .irs-single:before {
    content: '';
    background-color: transparent;
    border: 3px solid transparent;
    border-top-color: transparent; }
.calc-form .range-value {
  display: none; }
.calc-form .irs--round {
  padding-bottom: 20px; }
  .calc-form .irs--round:before {
    height: 20px;
    width: 4px;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: white;
    top: 28px; }
  .calc-form .irs--round:after {
    height: 20px;
    width: 4px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    background-color: white;
    top: 28px; }
  .calc-form .irs--round .irs-bar {
    background-color: #fff; }

.main-footer {
  position: relative;
  background: #1d1d1d;
  font-family: "Montserrat", sans-serif; }
  .main-footer .row {
    margin: 0;
    position: relative; }
    .main-footer .row .footer-logo {
      position: absolute;
      bottom: 0;
      right: 100px;
      max-width: 175px; }
      @media (max-width: 1200px) {
        .main-footer .row .footer-logo {
          right: 17px; } }
      @media (max-width: 767px) {
        .main-footer .row .footer-logo {
          bottom: 10px;
          right: 27px; } }
      .main-footer .row .footer-logo a,
      .main-footer .row .footer-logo img {
        display: block; }
        @media (max-width: 991px) {
          .main-footer .row .footer-logo a,
          .main-footer .row .footer-logo img {
            max-width: 130px; } }
        @media (max-width: 767px) {
          .main-footer .row .footer-logo a,
          .main-footer .row .footer-logo img {
            max-width: 100px; } }
  .main-footer .footer-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    background: #cf0000;
    padding: 25px 0; }
    @media (max-width: 767px) {
      .main-footer .footer-left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .main-footer .footer-left .footer-left-cover {
      max-width: 320px;
      width: 100%;
      padding: 0 50px;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 991px) {
        .main-footer .footer-left .footer-left-cover {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          padding: 0; } }
      @media (max-width: 767px) {
        .main-footer .footer-left .footer-left-cover {
          max-width: unset; } }
  .main-footer .footer-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 76%;
    -ms-flex: 0 0 76%;
    flex: 0 0 76%;
    max-width: 76%;
    padding: 120px 0 0; }
    @media (max-width: 991px) {
      .main-footer .footer-right {
        padding: 50px 0 0; } }
    @media (max-width: 767px) {
      .main-footer .footer-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 50px 0 0; } }
    .main-footer .footer-right .footer-right-cover {
      max-width: 100%;
      padding-left: 6%;
      width: 100%;
      padding-right: 20px; }
      @media (max-width: 1600px) {
        .main-footer .footer-right .footer-right-cover {
          max-width: calc(950px + 19%); } }
      @media (max-width: 1200px) {
        .main-footer .footer-right .footer-right-cover {
          padding-right: 100px; } }
      @media (max-width: 991px) {
        .main-footer .footer-right .footer-right-cover {
          padding: 0 60px 0 10px;
          font-size: 12px; } }
      @media (max-width: 767px) {
        .main-footer .footer-right .footer-right-cover {
          padding: 0 10px; } }
    .main-footer .footer-right .row {
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-right: 100px; }
      @media (max-width: 550px) {
        .main-footer .footer-right .row:not(:last-child) {
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      .main-footer .footer-right .row:first-child {
        margin-bottom: 85px; }
        @media (max-width: 1200px) {
          .main-footer .footer-right .row:first-child {
            padding-right: 17px; } }
        @media (max-width: 991px) {
          .main-footer .footer-right .row:first-child {
            margin-bottom: 35px; } }
        @media (max-width: 767px) {
          .main-footer .footer-right .row:first-child {
            margin-bottom: 25px; } }
      .main-footer .footer-right .row:last-child {
        padding: 23px 0;
        padding-right: 100px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        color: #7e7e7e; }
        @media (max-width: 991px) {
          .main-footer .footer-right .row:last-child {
            padding: 15px 0; } }
        @media (max-width: 767px) {
          .main-footer .footer-right .row:last-child {
            font-size: 12px;
            padding: 10px 0; } }
  .main-footer .footer-left ul {
    text-align: left; }
    @media (max-width: 991px) {
      .main-footer .footer-left ul {
        padding-left: 10px; } }
    @media (max-width: 767px) {
      .main-footer .footer-left ul {
        padding-left: 25px; } }
    .main-footer .footer-left ul li:not(:last-child) {
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .main-footer .footer-left ul li:not(:last-child) {
          margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .main-footer .footer-left ul li:not(:last-child) {
        margin-bottom: 10px; } }
    .main-footer .footer-left ul li a {
      font-size: 24px;
      color: #ffffff;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      transition: all ease-in-out 0.2s; }
      @media (max-width: 991px) {
        .main-footer .footer-left ul li a {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .main-footer .footer-left ul li a {
          font-size: 14px;
          margin-bottom: 0; } }
      .main-footer .footer-left ul li a:hover {
        color: #2f3130;
        opacity: 0.6; }
  .main-footer .footer-col {
    padding: 0 15px; }
    @media (max-width: 991px) {
      .main-footer .footer-col {
        padding: 0 15px 0 0; } }
    @media (max-width: 767px) {
      .main-footer .footer-col {
        padding: 0 15px 15px; } }
    .main-footer .footer-col h4,
    .main-footer .footer-col h3 {
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 25px; }
      @media (max-width: 991px) {
        .main-footer .footer-col h4,
        .main-footer .footer-col h3 {
          font-size: 16px;
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .main-footer .footer-col h4,
        .main-footer .footer-col h3 {
          font-size: 14px;
          margin-bottom: 5px; } }
    .main-footer .footer-col p {
      font-size: 18px;
      font-weight: 100;
      color: #ffffff; }
      .main-footer .footer-col p:not(:last-child) {
        margin-bottom: 40px; }
      @media (max-width: 991px) {
        .main-footer .footer-col p {
          font-size: 12px; } }
      @media (max-width: 767px) {
        .main-footer .footer-col p {
          font-size: 13px; } }
      .main-footer .footer-col p a {
        color: #fff;
        transition: all 0.3s; }
        .main-footer .footer-col p a:hover {
          color: #cf0000; }
    .main-footer .footer-col.phone-col h4 {
      margin-bottom: 0px; }
  .main-footer .social-media-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .main-footer .social-media-icons li {
      margin-right: 20px; }
      .main-footer .social-media-icons li img {
        transition: all ease-in-out 0.3s;
        transform: scale(1); }
        .main-footer .social-media-icons li img:hover {
          transform: scale(1.2); }

@media (max-width: 550px) {
  .two-icon {
    padding-right: 74px; } }
.two-icon a {
  align-items: center;
  transition: all ease-in-out 0.3s; }
.two-icon .hover-logo {
  transition: ease 0.35s;
  -webkit-transition: ease 0.35s;
  opacity: 0;
  width: 0;
  transition: all ease-in-out 0.3s;
  visibility: hidden;
  margin-right: 2px;
  max-height: 15px; }
.two-icon .default-logo {
  max-height: 15px; }
.two-icon:hover .hover-logo {
  opacity: 1;
  visibility: visible;
  width: auto; }

.data-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.home-hero-section {
  text-align: center; }
  @media (max-width: 991px) {
    .home-hero-section {
      height: auto;
      background-position: 30%; } }
  @media (max-width: 767px) {
    .home-hero-section {
      background-position: 30%; } }
  .home-hero-section .hero-cover {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 30px; }
    @media (max-width: 991px) {
      .home-hero-section .hero-cover {
        padding-top: 50px; } }
    @media (max-width: 550px) {
      .home-hero-section .hero-cover {
        padding-top: 40px; } }
    .home-hero-section .hero-cover .stars {
      margin: 10px auto 25px; }
  .home-hero-section h4 {
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 2px; }
    @media (max-width: 991px) {
      .home-hero-section h4 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .home-hero-section h4 {
        font-size: 16px;
        line-height: 24px; } }
  .home-hero-section .logo-wrap {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .home-hero-section .logo-wrap {
        margin-bottom: 15px; } }
    .home-hero-section .logo-wrap a {
      margin: 0 20px;
      padding: 0 5px; }
      @media (max-width: 550px) {
        .home-hero-section .logo-wrap a {
          overflow: hidden;
          padding: 5px 0;
          margin: 0; } }
      .home-hero-section .logo-wrap a img {
        display: block; }
        @media (max-width: 991px) {
          .home-hero-section .logo-wrap a img {
            max-width: 500px; } }
        @media (max-width: 767px) {
          .home-hero-section .logo-wrap a img {
            max-width: 100%; } }
        @media (max-width: 550px) {
          .home-hero-section .logo-wrap a img {
            transform: scale(1.5); } }
    .home-hero-section .logo-wrap::before, .home-hero-section .logo-wrap::after {
      /* content: "";  */
      height: 2px;
      background: #ffffff;
      display: block;
      flex-grow: 1;
      width: 100%; }
    .home-hero-section .logo-wrap::after {
      margin-top: 21px; }
      @media (max-width: 767px) {
        .home-hero-section .logo-wrap::after {
          margin-top: 15px; } }
    .home-hero-section .logo-wrap::before {
      margin-top: 16px; }
      @media (max-width: 767px) {
        .home-hero-section .logo-wrap::before {
          margin-top: 9px; } }
      @media (max-width: 540px) {
        .home-hero-section .logo-wrap::before {
          margin-top: 12px; } }
      @media (max-width: 375px) {
        .home-hero-section .logo-wrap::before {
          margin-top: 9px; } }
  .home-hero-section .hero-title h1 {
    text-transform: uppercase;
    font-family: "nexa_boldregular";
    font-size: 50px;
    line-height: 58px;
    max-width: 100%; }
    @media (max-width: 991px) {
      .home-hero-section .hero-title h1 {
        font-size: 30px;
        line-height: 40px; } }
    @media (max-width: 1080px) {
      .home-hero-section .hero-title h1 {
        left: 41px;
        line-height: normal; } }
    @media (max-width: 767px) {
      .home-hero-section .hero-title h1 {
        font-size: 22px;
        line-height: 35px; } }
    @media (max-width: 550px) {
      .home-hero-section .hero-title h1 {
        font-size: 20px;
        line-height: 25px; } }
    .home-hero-section .hero-title h1 span {
      display: block;
      font-family: "nexa_lightregular";
      font-weight: 100; }
  .nombach-team {
	display: flex;
    justify-content: center;
	}
  @media (max-width: 550px) {
    .home-hero-section .nombach-team {
      left: 0px;
      max-width: 80%;
      margin: 0 auto; } }
  .home-hero-section .nombach-team img {
    display: flex;
    position: relative;
    left: 0px !important; }
    @media (max-width: 550px) {
      .home-hero-section .nombach-team img {
        left: 0px !important; } }

.achievements {
  background: #cf0000;
  padding: 15px 0; }
  .achievements .row {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (max-width: 767px) {
      .achievements .row {
        flex-wrap: nowrap; } }
    @media (max-width: 420px) {
      .achievements .row {
        flex-wrap: wrap; } }
  .achievements .achievement-col {
    padding: 0 33px;
    text-align: center; }
    @media (max-width: 420px) {
      .achievements .achievement-col {
        padding-bottom: 15px; } }
    @media (max-width: 991px) {
      .achievements .achievement-col img {
        max-height: 40px; } }
    @media (max-width: 767px) {
      .achievements .achievement-col img {
        max-height: 35px; } }
    .achievements .achievement-col .icon {
      padding-bottom: 13px; }
      @media (max-width: 550px) {
        .achievements .achievement-col .icon {
          padding-bottom: 5px; } }
    .achievements .achievement-col p {
      font-size: 17px; }
      @media (max-width: 991px) {
        .achievements .achievement-col p {
          font-size: 14px;
          padding-top: 5px; } }
      @media (max-width: 767px) {
        .achievements .achievement-col p {
          font-size: 12px;
          padding-bottom: 10px; }
          .achievements .achievement-col p:last-child {
            padding-bottom: 0; } }

body.home {
  overflow-x: hidden; }
  body.home .main-content {
    background: #1d1d1d; }

.services-section {
  margin: 16px 0 0; }
  @media (max-width: 767px) {
    .services-section {
      margin: 15px 0 0; } }
  .services-section .container {
    max-width: 100%;
    padding: 0 24px; }
    .services-section .container > .row:last-child {
      margin: 0 -8px; }
      @media (max-width: 767px) {
        .services-section .container > .row:last-child {
          margin-bottom: 0px;
          margin-left: -5px;
          margin-right: -5px; } }
  .services-section .row:not(:last-child) {
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .services-section .row:not(:last-child) {
        margin-bottom: 10px; } }
  .services-section .left-col-items {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 67.6%;
    -ms-flex: 0 0 67.6%;
    flex: 0 0 67.6%;
    max-width: 67.6%;
    padding-right: 16px; }
    @media (max-width: 767px) {
      .services-section .left-col-items {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0; } }
    .services-section .left-col-items .row {
      margin: 0 -8px; }
      @media (max-width: 767px) {
        .services-section .left-col-items .row {
          margin: 0 -5px; } }
  .services-section .service-box {
    padding: 0 8px;
    margin-bottom: 16px; }
    @media (max-width: 540px) {
      .services-section .service-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .services-section .service-box {
        padding: 0 5px;
        margin-bottom: 10px; } }
    .services-section .service-box.full {
      margin-bottom: 0; }
    .services-section .service-box .box-img {
      z-index: 1;
      position: relative; }
      .services-section .service-box .box-img a {
        display: block;
        position: relative;
        transition: all ease-in-out 0.3s; }
        .services-section .service-box .box-img a:before {
          content: "";
          position: absolute;
          bottom: 0;
          right: 0;
          left: 0;
          top: 0;
          background: url("/wp-content/themes/nombatch/New_design/images/bottom-shadow.png") repeat-x bottom center transparent;
          background-size: auto;
          z-index: 2;
          transition: all ease-in-out 0.3s; }
        .services-section .service-box .box-img a:hover:before {
          background-size: cover; }
        .services-section .service-box .box-img .review-slider a{color: #fff;}
        .services-section .service-box .box-img .review-slider a:before{content: none;}
    .services-section .service-box img {
      display: block;
      width: 100%;
      z-index: 1; }
  .services-section .right-col-items {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.4%;
    -ms-flex: 0 0 32.4%;
    flex: 0 0 32.4%;
    max-width: 32.4%; }
    @media (max-width: 767px) {
      .services-section .right-col-items {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px; } }
    .services-section .right-col-items .home-calculator {
      padding: 50px;
      text-align: center; }
      @media (max-width: 991px) {
        .services-section .right-col-items .home-calculator {
          padding: 50px 20px; } }
      @media (max-width: 767px) {
        .services-section .right-col-items .home-calculator {
          padding: 50px 30px; } }
    .services-section .right-col-items h4 {
      text-transform: uppercase;
      font-size: 30px; }
      @media (max-width: 991px) {
        .services-section .right-col-items h4 {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .services-section .right-col-items h4 {
          line-height: normal; } }
    .services-section .right-col-items .calc-form {
      max-width: 203px;
      margin: 90px auto 0; }
      @media (max-width: 991px) {
        .services-section .right-col-items .calc-form {
          margin: 20px auto 0; } }
      .services-section .right-col-items .calc-form .form-field:nth-child(2) {
        margin-bottom: 50px; }
  .services-section .service-box-cover {
    position: relative; }
    .services-section .service-box-cover h4 {
      position: absolute;
      bottom: 42px;
      left: 35px;
      right: auto;
      text-transform: uppercase;
      font-size: 30px;
      z-index: 2; }
      @media (min-width: 992px) and (max-width: 1200px) {
        .services-section .service-box-cover h4 {
          font-size: 20px; } }
      @media (max-width: 991px) {
        .services-section .service-box-cover h4 {
          font-size: 20px;
          line-height: 22px;
          left: 15px;
          bottom: 15px; } }
      @media (max-width: 767px) {
        .services-section .service-box-cover h4 {
          bottom: 10px;
          left: 10px;
          line-height: 20px;
          font-size: 14px; } }
      .services-section .service-box-cover h4 a {
        color: #ffffff; }
      .services-section .service-box-cover h4.coupun_cont sup {
        color: #cf0000;
        font-size: 20px;
        padding-left: 5px; }

.review-slider {
  text-align: center; }
  .review-slider .review {
    padding-bottom: 55px; }
    .review-slider .review img {
      margin: 0 auto;
      max-width: 35px;
      height: auto; }
    .review-slider .review h3 {
      font-size: 24px;
      font-style: italic;
      font-weight: lighter;
      letter-spacing: 1px;
      line-height: 30px; }
      @media (max-width: 991px) {
        .review-slider .review h3 {
          line-height: 20px;
          font-size: 18px;
          padding: 15px 15px 0 15px; } }
      @media (max-width: 767px) {
        .review-slider .review h3 {
          font-size: 18px;
          padding: 15px;
          line-height: 20px; } }
    .review-slider .review p {
      font-size: 18px;
      letter-spacing: 1px;
      padding-top: 45px;
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 991px) {
        .review-slider .review p {
          padding-top: 30px;
          font-size: 14px; } }
      @media (max-width: 767px) {
        .review-slider .review p {
          padding-top: 5px; } }
    .review-slider .review .slick-dots {
      display: flex;
      margin: 0 auto;
      text-align: center;
      font-size: 0;
      display: table;
      padding-top: 60px;
      list-style: none; }
      .review-slider .review .slick-dots li {
        display: table-cell; }
        .review-slider .review .slick-dots li button {
          border-radius: 50%;
          height: 10px;
          background-color: #fff;
          width: 10px;
          padding: 0;
          margin: 0 3px;
          transition: all ease-in-out 0.3s;
          font-size: 0;
          border: none; }
        .review-slider .review .slick-dots li.slick-active button {
          background-color: #ac3a2f; }
  .review-slider .awards-img {
    padding: 35px 0 70px 0;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 991px) {
      .review-slider .awards-img {
        max-height: 40px; } }
    @media (max-width: 767px) {
      .review-slider .awards-img {
        padding: 20px 0 50px 0; } }
    .review-slider .awards-img img {
      max-height: 70px;
      width: auto;
      margin: 0 15px;
      height: max-content; }
      @media (max-width: 767px) {
        .review-slider .awards-img img {
          max-height: 35px; } }

.irs--round .irs-handle {
  border: none !important; }

.calc-form .roof_title {
  font-size: 16px;
  padding-bottom: 0px; }
.calc-form .form-field {
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    .calc-form .form-field {
      margin-bottom: 10px !important; } }
  .calc-form .form-field:first-child {
    margin-bottom: 35px; }
  .calc-form .form-field select {
    width: 100%;
    padding: 5px 20px;
    border-radius: 17px;
    line-height: 24px;
    height: 34px;
    border: none;
    text-align: center;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    background-image: url("/wp-content/themes/nombatch/New_design/images/select-caret.svg");
    background-repeat: no-repeat;
    background-position: right 15px center; }
  .calc-form .form-field input {
    width: 100%;
    padding: 5px 20px;
    border-radius: 17px;
    line-height: 24px;
    height: 34px;
    border: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Montserrat", sans-serif;
    font-size: 15px; }
.calc-form button,
.calc-form input[type="submit"] {
  background: #cf0000;
  max-width: 150px;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 24px;
  width: 100%;
  padding: 5px 20px;
  border: none;
  border-radius: 17px;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  transition: ease 0.25s;
  margin-top: 25px; }
  .calc-form button:hover,
  .calc-form input[type="submit"]:hover {
    background: #ffffff;
    color: #cf0000; }

.step-form {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .step-form {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .step-form {
      padding-top: 50px; } }
  .step-form fieldset {
    display: none;
    background-color: rgba(255, 255, 255, 0.4);
    max-width: 760px;
    margin: 0 auto; }
    .step-form fieldset option {
      background-color: #000; }
    .step-form fieldset:nth-child(6) > button {
      display: none; }
    .step-form fieldset:nth-child(6) input[type=submit] {
      min-width: unset;
      border-right: none;
      font-weight: bold; }
    .step-form fieldset:last-child .form-col {
      font-size: 26px;
      padding: 17px;
      font-family: inherit; }
    .step-form fieldset select,
    .step-form fieldset input {
      padding: 20px 35px;
      font-size: 22px;
      background-color: transparent;
      border: none;
      font-family: inherit;
      min-width: 600px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #ffffff; }
      @media (max-width: 991px) {
        .step-form fieldset select,
        .step-form fieldset input {
          min-width: 500px; } }
      @media (max-width: 550px) {
        .step-form fieldset select,
        .step-form fieldset input {
          max-width: 290px; } }
      .step-form fieldset select::placeholder,
      .step-form fieldset input::placeholder {
        color: #282828; }
      .step-form fieldset select:after,
      .step-form fieldset input:after {
        content: '';
        display: inline-block;
        background-size: contain;
        size: 20px;
        background-image: url("/wp-content/themes/nombatch/New_design/images/down-angle.png"); }
      @media (max-width: 767px) {
        .step-form fieldset select,
        .step-form fieldset input {
          padding: 15px;
          font-size: 14px;
          min-width: unset; } }
      @media (max-width: 991px) {
        .step-form fieldset select,
        .step-form fieldset input {
          padding: 10px 30px 10px 10px;
          font-size: 14px; } }
    .step-form fieldset select {
      background-image: url("/wp-content/uploads/2020/02/down-arow.png");
      background-position: top 25px right 9px;
      background-repeat: no-repeat;
      cursor: pointer; }
      @media (max-width: 850px) {
        .step-form fieldset select {
          background-position: right 11px center; } }
      @media (max-width: 400px) {
        .step-form fieldset select {
          font-size: 12px; } }
    .step-form fieldset button {
      padding: 25px 35px;
      font-size: 22px;
      text-transform: uppercase;
      font-weight: 700;
      color: #1d1d1d !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      transition: all 0.3s ease-in-out; }
      .step-form fieldset button.action-button {
        text-align: center  !important; }
        @media (max-width: 550px) {
          .step-form fieldset button.action-button {
            position: absolute;
            top: 103%;
            z-index: 99;
            line-height: 1;
            height: auto;
            height: 42px !important;
            width: 100% !important; } }
        .step-form fieldset button.action-button:hover {
          background-color: #ffffff !important;
          color: #cf0000 !important; }
      .step-form fieldset button:before {
        content: '';
        display: none; }
      .step-form fieldset button:after {
        content: '';
        display: none !important; }
      @media (max-width: 991px) {
        .step-form fieldset button {
          font-size: 14px;
          padding: 27px !important;
          min-width: 150px !important; } }
      @media (max-width: 550px) {
        .step-form fieldset button {
          font-size: 17px !important;
          padding: 11px !important;
          top: 24px; } }
    .step-form fieldset .wpcf7-not-valid-tip {
      position: absolute;
      width: 100%;
      bottom: -50px;
      font-size: 16px; }
    .step-form fieldset .form-submit {
      width: 150px;
      border: none; }
  .step-form:first-child .form-col {
    padding-bottom: 20px; }
    .step-form:first-child .form-col:after {
      content: '';
      display: inline-block;
      background-image: url("/wp-content/themes/nombatch/New_design/images/down-angle.png");
      background-repeat: no-repeat;
      width: 20px;
      height: 18px;
      background-size: contain; }
  .step-form .cf7mls_current_fs {
    display: inline-block; }

.step-form form fieldset {
  border: 2px solid #fff !important; }
  @media (max-width: 991px) {
    .step-form form fieldset {
      min-width: 100%; } }
  .step-form form fieldset .form-col input {
    color: #fff; }
  .step-form form fieldset .type-of-services {
    position: relative;
    display: block;
    /*
            &:after {
              content: '>';
              display: inline-block;
              font-size: 50px;
              color: #cf0000;
              font-weight: 700;
              position: absolute;
              right: 15px;
              margin-top: 0;
              margin-bottom: 0;
              top: 0;
              bottom: 0;
              transform: rotate(90deg);
              @include respond-to(tablet) {
                font-size: $font30;
                right: 10px;
              }
            }
    */ }
  .step-form form fieldset select option:hover {
    box-shadow: 0 0 10px 100px #1882A8 inset;
    background-color: red; }
  .step-form form fieldset input {
    color: #ffffff; }

.featured-on {
  background: #ffffff;
  padding: 70px 0; }
  @media (max-width: 767px) {
    .featured-on {
      padding: 30px 0; } }
  .featured-on .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .featured-on .logo-slide {
    text-align: center; }
    .featured-on .logo-slide img {
      margin: 0 auto;
      max-width: 150px; }
  .featured-on .slick-arrow {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0; }
    .featured-on .slick-arrow.slick-prev {
      background-image: url("/wp-content/themes/nombatch/New_design/images/left-arrow.svg");
      left: 0; }
      .featured-on .slick-arrow.slick-prev:focus {
        outline: 0; }
    .featured-on .slick-arrow.slick-next {
      background-image: url("/wp-content/themes/nombatch/New_design/images/right-arrow.svg");
      right: 0; }
      .featured-on .slick-arrow.slick-next:focus {
        outline: 0; }

.contact-cover {
  padding: 70px 30px 50px;
  position: relative; }
  .contact-cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(47, 49, 48, 0.72);
    z-index: 1; }
  .contact-cover > * {
    position: relative;
    z-index: 2; }

.home-contact-section {
  padding-bottom: 16px; }
  @media (max-width: 767px) {
    .home-contact-section {
      padding-bottom: 15px; } }
  .home-contact-section h2 {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 33px; }
    @media (max-width: 991px) {
      .home-contact-section h2 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .home-contact-section h2 {
        font-size: 24px;
        line-height: normal; } }
    @media (max-width: 550px) {
      .home-contact-section h2 {
        font-size: 18px; }
        .home-contact-section h2:after {
          height: 5px;
          margin: 15px auto; } }
    @media (max-width: 360px) {
      .home-contact-section h2 {
        font-size: 16px; } }
    .home-contact-section h2::first-word {
      color: red; }
  .home-contact-section .form-wrapper {
    max-width: 1220px;
    margin: 0 auto; }
    .home-contact-section .form-wrapper .row {
      margin: 0 -13px;
      margin-bottom: 40px; }
      .home-contact-section .form-wrapper .row:before {
        display: none; }
      @media (max-width: 767px) {
        .home-contact-section .form-wrapper .row {
          margin-bottom: 0; } }
    .home-contact-section .form-wrapper .form-col {
      padding: 0 13px;
      box-sizing: border-box; }
      @media (max-width: 767px) {
        .home-contact-section .form-wrapper .form-col {
          width: 100%;
          max-width: 100%;
          padding-top: 13px;
          flex: 100%; } }
      @media (max-width: 540px) {
        .home-contact-section .form-wrapper .form-col {
          padding: 5px 0; } }
      .home-contact-section .form-wrapper .form-col p {
        padding-bottom: 20px; }
        @media (max-width: 991px) {
          .home-contact-section .form-wrapper .form-col p {
            font-size: 16px; } }
      .home-contact-section .form-wrapper .form-col input:first-letter {
        color: red; }
      .home-contact-section .form-wrapper .form-col lable.active .form_group {
        transition: all 0.5s ease-in-out;
        top: -25px; }
        @media (max-width: 550px) {
          .home-contact-section .form-wrapper .form-col lable.active .form_group {
            top: -18px; } }
    .home-contact-section .form-wrapper input[type="text"],
    .home-contact-section .form-wrapper input[type="tel"],
    .home-contact-section .form-wrapper input[type="email"],
    .home-contact-section .form-wrapper select {
      padding: 10px 0;
      line-height: 25px;
      width: 100%;
      max-width: 100%;
      background-color: transparent !important;
      background-repeat: no-repeat;
      border: 0px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.41);
      color: #ffffff;
      font-family: "nexa_lightregular";
      letter-spacing: 0.3px;
      height: 70px;
      outline: none;
      font-size: 20px;
      appearance: none;
      padding-left: 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0;
      display: inline-block; }
      @media (max-width: 991px) {
        .home-contact-section .form-wrapper input[type="text"],
        .home-contact-section .form-wrapper input[type="tel"],
        .home-contact-section .form-wrapper input[type="email"],
        .home-contact-section .form-wrapper select {
          height: 50px;
          font-size: 16px; } }
      @media (max-width: 767px) {
        .home-contact-section .form-wrapper input[type="text"],
        .home-contact-section .form-wrapper input[type="tel"],
        .home-contact-section .form-wrapper input[type="email"],
        .home-contact-section .form-wrapper select {
          font-size: 14px; } }
      .home-contact-section .form-wrapper input[type="text"]:focus,
      .home-contact-section .form-wrapper input[type="tel"]:focus,
      .home-contact-section .form-wrapper input[type="email"]:focus,
      .home-contact-section .form-wrapper select:focus {
        border-bottom-color: #cf0000;
        outline: none; }
      .home-contact-section .form-wrapper input[type="text"] option,
      .home-contact-section .form-wrapper input[type="tel"] option,
      .home-contact-section .form-wrapper input[type="email"] option,
      .home-contact-section .form-wrapper select option {
        color: #2f3130;
        padding-left: 10px; }
    .home-contact-section .form-wrapper select {
      background-image: url("/wp-content/themes/nombatch/New_design/images/select-caret-white.svg");
      background-position: right center;
      padding-left: 10px; }
      .home-contact-section .form-wrapper select:after {
        content: ''; }
    .home-contact-section .form-wrapper ::-webkit-input-placeholder {
      color: #ffffff;
      font-family: "nexa_lightregular";
      letter-spacing: 0.3px;
      line-height: 25px; }
    .home-contact-section .form-wrapper :-moz-placeholder {
      color: #ffffff;
      font-family: "nexa_lightregular";
      letter-spacing: 0.3px;
      line-height: 25px; }
    .home-contact-section .form-wrapper ::-moz-placeholder {
      color: #ffffff;
      font-family: "nexa_lightregular";
      letter-spacing: 0.3px;
      line-height: 25px; }
    .home-contact-section .form-wrapper :-ms-input-placeholder {
      color: #ffffff;
      font-family: "nexa_lightregular";
      letter-spacing: 0.3px;
      line-height: 25px; }
    .home-contact-section .form-wrapper .form-submit {
      margin-left: auto;
      max-width: 100%;
      margin-right: 13px;
      text-align: right;
      position: relative; }
      .home-contact-section .form-wrapper .form-submit .ajax-loader {
        position: absolute;
        left: -20px; }
        @media (max-width: 440px) {
          .home-contact-section .form-wrapper .form-submit .ajax-loader {
            top: -17px; } }
      @media (max-width: 767px) {
        .home-contact-section .form-wrapper .form-submit {
          margin: 20px auto; } }
      @media (max-width: 767px) {
        .home-contact-section .form-wrapper .form-submit {
          display: flex;
          flex-wrap: wrap; } }
      .home-contact-section .form-wrapper .form-submit input[type="submit"] {
        display: inline-block;
        border-radius: 0;
        padding: 0;
        background-color: #cf0000;
        background-image: url("/wp-content/themes/nombatch/New_design/images/submit-arrow.svg");
        background-repeat: no-repeat;
        background-size: 17px;
        font-size: 20px;
        transition: ease 0.3s;
        padding: 12px 45px 12px 15px;
        font-family: "nexa_lightregular";
        color: #fff;
        transition: all 0.5s;
        background-position: right 18px center;
        line-height: 1.2; }
        @media (max-width: 767px) {
          .home-contact-section .form-wrapper .form-submit input[type="submit"] {
            font-size: 16px; } }
        @media (max-width: 440px) {
          .home-contact-section .form-wrapper .form-submit input[type="submit"] {
            font-size: 13px; } }
        .home-contact-section .form-wrapper .form-submit input[type="submit"]:hover {
          background-color: #7e7e7e;
          background-position: right 13px center; }

.menu-icon,
.close-icon {
  display: none;
  height: 35px;
  width: 35px;
  background-color: #cf0000;
  cursor: pointer; }
  @media (max-width: 991px) {
    .menu-icon,
    .close-icon {
      display: block;
      position: absolute;
      top: 15px; } }
  .menu-icon img,
  .close-icon img {
    max-width: 25px;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    display: block; }

.close-icon {
  position: absolute;
  right: 15px;
  top: 15px; }
  .close-icon img {
    max-width: 15px; }

.back-to-top {
  background-image: url("/wp-content/themes/nombatch/New_design/images/back-top.png");
  width: 120px;
  height: 135px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  text-align: right;
  right: 0;
  justify-content: center;
  z-index: 9; }
  @media (max-width: 767px) {
    .back-to-top {
      width: 103px;
      height: 121px; } }
  .back-to-top p {
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    padding-bottom: 15px;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .back-to-top p {
        font-size: 10px;
        padding-bottom: 6px; } }

.home-hero-section {
  background-position: bottom; }
  @media (min-width: 1080px) {
    .home-hero-section .container .hero-title {
      left: 60px; } }

.innerpageheader .container {
  position: relative;
  min-height: 500px; }
  @media (max-width: 550px) {
    .innerpageheader .container {
      min-height: 200px; } }
.innerpageheader .logo-wrap {
  margin-bottom: 0; }
  .innerpageheader .logo-wrap a {
    max-width: 100%; }
.innerpageheader .hero-title {
  position: absolute;
  bottom: -6px;
  left: 80px;
  text-align: left;
  transform: translateY(35px);
  max-width: 100%; }
  @media (max-width: 1480px) {
    .innerpageheader .hero-title {
      left: 15px;
      width: auto; } }
  @media (max-width: 1450px) {
    .innerpageheader .hero-title {
      left: 24px; } }
  @media (max-width: 991px) {
    .innerpageheader .hero-title {
      bottom: 5px; } }
  @media (max-width: 767px) {
    .innerpageheader .hero-title {
      left: 26px; } }
  @media (max-width: 550px) {
    .innerpageheader .hero-title {
      bottom: 26px;
      left: 16px; } }
  .innerpageheader .hero-title h1,
  .single-post .innerpageheader .hero-title h1 {
    font-weight: 900;
    font-size: 100px;
    line-height: 90px;
    letter-spacing: 1.2px;
    color: #cf0000;
    font-family: "Montserrat", sans-serif;
    text-transform: initial; }
    @media (max-width: 767px) {
      .innerpageheader .hero-title h1 {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .innerpageheader .hero-title h1 {
        font-size: 33px; } }
    @media (max-width: 1480px) {
      .innerpageheader .hero-title h1 {
        font-size: 80px;
        line-height: 80px; } }
    @media (max-width: 991px) {
      .innerpageheader .hero-title h1 {
        font-size: 65px;
        line-height: 1; } }
    @media (max-width: 550px) {
      .innerpageheader .hero-title h1 {
        font-size: 28px;
        line-height: 1; } }
    .innerpageheader .hero-title h1 span {
      display: block;
      font-weight: 800;
      font-family: "Montserrat", sans-serif; }
.innerpageheader .breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-start; }
  .innerpageheader .breadcrumb li:not(:last-child):after {
    content: '/';
    display: inline-block;
    margin: 0 8px;
    color: #ffffff; }
  .innerpageheader .breadcrumb li a {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 767px) {
      .innerpageheader .breadcrumb li a {
        font-size: 14px; } }
    @media (max-width: 540px) {
      .innerpageheader .breadcrumb li a {
        font-size: 12px; } }
    .innerpageheader .breadcrumb li a:hover {
      color: #cf0000; }

.about-certificate {
  padding: 80px 0 88px;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: auto; }
  .about-certificate img {
    display: block;
    margin: 0 auto; }

.page-template:not(.home) {
  font-family: "Montserrat", sans-serif; }

.page-template .innerpageheader .hero-title,
.blog .innerpageheader .hero-title {
  bottom: 0; }
  @media (max-width: 560px) {
    .page-template .innerpageheader .hero-title,
    .blog .innerpageheader .hero-title {
      bottom: 18px; } }
  @media (max-width: 767px) {
    .page-template .innerpageheader .hero-title h1,
    .blog .innerpageheader .hero-title h1 {
      bottom: 17px;
      line-height: 0.9; } }

.about-section {
  background: #fafafa;
  padding: 175px 0 30px; }
  @media (max-width: 991px) {
    .about-section {
      padding: 100px 0 30px; } }
  @media (max-width: 767px) {
    .about-section {
      padding: 80px 0 30px; } }
  .about-section img {
    display: block;
    width: 100%;
    margin: 0 auto; }
  .about-section .about-img {
    flex: 0 0 45%;
    max-width: 45%; }
    @media (max-width: 991px) {
      .about-section .about-img {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .about-section .about-img {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0; } }
  .about-section .about-content {
    padding-left: 35px;
    flex: 0 0 55%;
    max-width: 55%;
    line-height: 1.4; }
    @media (max-width: 767px) {
      .about-section .about-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 50px;
        padding-top: 28px;
        padding-left: 0;
        padding-right: 0; } }
    .about-section .about-content p {
      line-height: 1.2;
      font-weight: 400;
      font-size: 20px; }
      @media (max-width: 1080px) {
        .about-section .about-content p {
          font-size: 18px; } }
      @media (max-width: 991px) {
        .about-section .about-content p {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .about-section .about-content p {
          font-size: 14px; } }

.team-section {
  padding: 120px 0 40px; }
  @media (max-width: 767px) {
    .team-section {
      padding-top: 65px; } }
  .team-section .row {
    margin: 0 -10px; }
  .team-section .team-member {
    padding: 10px; }
    @media (max-width: 767px) {
      .team-section .team-member.three {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 767px) {
      .team-section .team-member.six {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 30px; } }
    @media (max-width: 991px) {
      .team-section .team-member {
        padding: 5px; } }
    .team-section .team-member .team-member-cover {
      position: relative; }
      .team-section .team-member .team-member-cover img {
        display: block;
        width: 100%; }
    .team-section .team-member .member-details {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      background: url("/wp-content/themes/nombatch/New_design/images/team-shadow-bottom.png") repeat-x bottom center transparent;
      padding: 25px 30px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      text-transform: uppercase;
      color: #ffffff; }
      @media (max-width: 991px) {
        .team-section .team-member .member-details {
          padding: 10px 15px; } }
      @media (max-width: 767px) {
        .team-section .team-member .member-details {
          padding: 5px; } }
    .team-section .team-member h3 {
      font-size: 36px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700; }
      @media (max-width: 1480px) {
        .team-section .team-member h3 {
          font-size: 26px; } }
      @media (max-width: 991px) {
        .team-section .team-member h3 {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .team-section .team-member h3 {
          font-size: 16px;
          line-height: 1.5; } }
      .team-section .team-member h3::after {
        content: '-';
        display: inline-block;
        vertical-align: middle; }
    .team-section .team-member h4 {
      font-size: 28px;
      font-family: "Montserrat", sans-serif;
      font-weight: 500; }
      @media (max-width: 1480px) {
        .team-section .team-member h4 {
          font-size: 20px; } }
      @media (max-width: 991px) {
        .team-section .team-member h4 {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .team-section .team-member h4 {
          font-size: 12px;
          line-height: 1.2; } }
  .team-section .team-last .team-last-cover {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .team-section .team-last h3 {
    color: #cf0000;
    font-family: "Montserrat", sans-serif;
    margin-top: 30px; }
    .team-section .team-last h3::after {
      display: none; }
    .team-section .team-last h3 a {
      color: #cf0000;
      font-weight: 500; }

.gutter-top {
  padding-bottom: 95px; }
  @media (max-width: 767px) {
    .gutter-top {
      padding-bottom: 63px; } }

.gutters-gallery {
  padding: 31px 0 35px;
  margin-bottom: 40px; }
  @media (max-width: 550px) {
    .gutters-gallery {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 0; } }
  .gutters-gallery .img-wrap {
    width: 100%; }
    @media (max-width: 550px) {
      .gutters-gallery .img-wrap {
        padding-top: 20px; } }
  .gutters-gallery .row {
    margin: 0 -15px; }
  .gutters-gallery .half {
    padding: 0 15px; }
    @media (max-width: 550px) {
      .gutters-gallery .half {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 20px; } }
  .gutters-gallery img {
    display: block;
    width: 100%; }
  .gutters-gallery .right-half {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }

.blogs-page {
  font-family: "Montserrat", sans-serif;
  padding: 100px 0 0; }
  @media (max-width: 991px) {
    .blogs-page {
      padding: 80px 0 0; } }
  @media (max-width: 550px) {
    .blogs-page {
      padding: 50px 0 0; } }
  .blogs-page .row {
    margin: 0 -15px; }
  .blogs-page .blog-item {
    padding: 0 17px;
    margin-bottom: 67px; }
    @media (max-width: 550px) {
      .blogs-page .blog-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .blogs-page .blog-item .blog_img {
      position: relative;
      background-color: #ffc400;
      padding-bottom: 70%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 10px; }
    .blogs-page .blog-item h4 {
      font-size: 22px;
      text-transform: uppercase;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      margin-bottom: 5px;
      margin-top: 20px; }
      @media (max-width: 1480px) {
        .blogs-page .blog-item h4 {
          font-size: 16px;
          margin-bottom: 0; } }
      .blogs-page .blog-item h4 a {
        color: #a4a4a4; }
    .blogs-page .blog-item h3 {
      font-weight: 900;
      font-family: "Montserrat", sans-serif;
      font-size: 40px;
      margin-bottom: 20px;
      line-height: 42px; }
      @media (max-width: 1480px) {
        .blogs-page .blog-item h3 {
          font-size: 28px; } }
      @media (max-width: 991px) {
        .blogs-page .blog-item h3 {
          font-size: 22px;
          line-height: normal; } }
      .blogs-page .blog-item h3 a {
        color: #cf0000; }
    .blogs-page .blog-item .read_more_btn {
      padding-top: 15px; }
      .blogs-page .blog-item .read_more_btn a {
        padding: 10px 30px;
        background: #cf0000;
        color: #ffffff;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 400; }
        .blogs-page .blog-item .read_more_btn a:hover {
          background: #1d1d1d; }

.contact-form-section {
  padding: 50px 0 0;
  font-size: 20px;
  text-align: center;
  background-color: #fafafa; }
  @media (max-width: 767px) {
    .contact-form-section {
      padding-top: 30px; } }
  .contact-form-section.contact-details {
    background-color: #fff; }
    .contact-form-section.contact-details .container {
      background-color: #fff; }
  .contact-form-section .container {
    background-color: #fafafa;
    padding-bottom: 50px;
    padding-top: 50px; }
    @media (max-width: 767px) {
      .contact-form-section .container {
        padding-top: 15px; } }
  .contact-form-section .text-content {
	/* BLOSSOMLAB.COM CUSTOM CODE - LAST EDIT 03/14/2023 */
    /* padding: 50px 0; */
    padding: 0 0 50px 0;
	/* END BLOSSOMLAB.COM CUSTOM CODE */
	}
    @media (max-width: 767px) {
      .contact-form-section .text-content {
        padding: 0;
        text-align: justify; } }
    .contact-form-section .text-content p {
      font-size: 20px;
      font-weight: 500; }
      @media (max-width: 1080px) {
        .contact-form-section .text-content p {
          font-size: 18px; } }
      @media (max-width: 991px) {
        .contact-form-section .text-content p {
          font-size: 16px;
          line-height: 1.5; } }
  .contact-form-section .form-wrapper {
    padding-top: 0px;
    padding-right: 25px; }
    @media (max-width: 767px) {
      .contact-form-section .form-wrapper {
        padding-top: 50px; } }
    @media (max-width: 550px) {
      .contact-form-section .form-wrapper {
        padding-right: 0; } }
    .contact-form-section .form-wrapper .form-col {
      padding: 25px 15px 11px; }
      @media (max-width: 550px) {
        .contact-form-section .form-wrapper .form-col {
          padding: 7px 0 11px; } }
      .contact-form-section .form-wrapper .form-col.full {
        padding-bottom: 0; }
      @media (max-width: 767px) {
        .contact-form-section .form-wrapper .form-col.three {
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 550px) {
        .contact-form-section .form-wrapper .form-col.three {
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      @media (max-width: 767px) {
        .contact-form-section .form-wrapper .form-col.six {
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 550px) {
        .contact-form-section .form-wrapper .form-col.six {
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      .contact-form-section .form-wrapper .form-col .row:first-child.six {
        padding-left: 25px; }
      .contact-form-section .form-wrapper .form-col .row:first-child.three {
        padding-right: 25px; }
      .contact-form-section .form-wrapper .form-col p {
        text-align: left;
        line-height: 24px;
        font-weight: 700; }
        @media (max-width: 991px) {
          .contact-form-section .form-wrapper .form-col p {
            font-size: 16px; } }
        @media (max-width: 850px) {
          .contact-form-section .form-wrapper .form-col p {
            font-size: 14px; } }
      .contact-form-section .form-wrapper .form-col .wpcf7-form-control-wrap {
        padding-top: 7px; }
        .contact-form-section .form-wrapper .form-col .wpcf7-form-control-wrap select {
          width: 100%;
          -webkit-appearance: none;
          outline: none;
          border: none;
          border-bottom: 1px solid #bcbcbc;
          background-image: url("/wp-content/uploads/2020/02/down-arow.png");
          background-repeat: no-repeat;
          background-size: 12px;
          background-position: right 19px center;
          padding-top: 38px;
          color: #464646;
          font-size: 20px;
          padding-left: 10px;
          padding: 6px 0 0;
          background-color: transparent;
          font-family: "Montserrat", sans-serif;
          line-height: 38px;
          padding-left: 7px; }
          @media (max-width: 991px) {
            .contact-form-section .form-wrapper .form-col .wpcf7-form-control-wrap select {
              font-size: 16px; } }
          @media (max-width: 767px) {
            .contact-form-section .form-wrapper .form-col .wpcf7-form-control-wrap select {
              padding: 8px 0; } }
        .contact-form-section .form-wrapper .form-col .wpcf7-form-control-wrap input {
          -webkit-appearance: none;
          outline: none;
          border: none;
          border-bottom: 1px solid #bcbcbc;
          box-shadow: none;
          width: 100%;
          line-height: 38px;
          font-size: 19px;
          color: #464646;
          background-color: transparent;
          padding: 6px 0 0;
          font-family: "Montserrat", sans-serif; }
          @media (max-width: 991px) {
            .contact-form-section .form-wrapper .form-col .wpcf7-form-control-wrap input {
              font-size: 16px; } }
          @media (max-width: 767px) {
            .contact-form-section .form-wrapper .form-col .wpcf7-form-control-wrap input {
              padding: 7px 0; } }
          @media (max-width: 550px) {
            .contact-form-section .form-wrapper .form-col .wpcf7-form-control-wrap input {
              line-height: 28px; } }
        .contact-form-section .form-wrapper .form-col .wpcf7-form-control-wrap ::-webkit-input-placeholder {
          color: #464646; }
          @media (max-width: 991px) {
            .contact-form-section .form-wrapper .form-col .wpcf7-form-control-wrap ::-webkit-input-placeholder {
              font-size: 16px; } }
        .contact-form-section .form-wrapper .form-col .wpcf7-form-control-wrap :-ms-input-placeholder {
          color: #464646; }
          @media (max-width: 991px) {
            .contact-form-section .form-wrapper .form-col .wpcf7-form-control-wrap :-ms-input-placeholder {
              font-size: 16px; } }
        .contact-form-section .form-wrapper .form-col .wpcf7-form-control-wrap ::placeholder {
          color: #464646; }
          @media (max-width: 991px) {
            .contact-form-section .form-wrapper .form-col .wpcf7-form-control-wrap ::placeholder {
              font-size: 16px; } }
      .contact-form-section .form-wrapper .form-col input[type="submit"] {
        -webkit-appearance: none;
        outline: none;
        padding: 18px 70px;
        border: none;
        font-size: 20px;
        line-height: 20px;
        color: #ffffff;
        text-transform: capitalize;
        font-family: "Montserrat", sans-serif;
        background-color: #cf0000; }
        @media (max-width: 991px) {
          .contact-form-section .form-wrapper .form-col input[type="submit"] {
            padding: 12px 46px; } }
        @media (max-width: 767px) {
          .contact-form-section .form-wrapper .form-col input[type="submit"] {
            padding: 12px 46px; } }
        @media (max-width: 550px) {
          .contact-form-section .form-wrapper .form-col input[type="submit"] {
            padding: 9px 35px;
            font-size: 16px; } }
        .contact-form-section .form-wrapper .form-col input[type="submit"]:hover {
          background-color: #1d1d1d; }
  .contact-form-section .contact-col.three {
    padding-top: 20px; }
    @media (max-width: 767px) {
      .contact-form-section .contact-col.three:last-child {
        border-bottom: none; } }
  .contact-form-section .contact-col.address .col-content p:last-child {
    padding-left: 30px; }

.col-content a {
  color: #292929;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
  -ms-flex-align: center;
  align-items: center; }
  .col-content a span {
    padding-right: 15px; }
  .col-content a svg {
    max-width: 36px;
    width: 100%; }
    .col-content a svg path,
    .col-content a svg polygon {
      fill: #cf0000; }
    .col-content a svg:hover path,
    .col-content a svg:hover polygon {
      fill: #292929; }

.contact-col {
  text-align: left;
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 991px) {
    .contact-col {
      padding: 0 16px; } }
  .contact-col h3 {
    font-size: 36px;
    padding-bottom: 25px; }
  .contact-col:not(:last-child) {
    border-right: 1px solid #d7d7d7; }
    @media (max-width: 767px) {
      .contact-col:not(:last-child) {
        border-right: none; } }
  @media (max-width: 767px) {
    .contact-col {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100;
      flex: 0 0 100%;
      max-width: 100%;
      border-right: none;
      margin-bottom: 20px;
      padding-bottom: 30px;
      border-bottom: 1px solid #d7d7d7;
      padding-left: 0;
      padding-right: 0; } }
  .contact-col.address {
    font-size: 17px; }
  .contact-col.second p {
    padding-top: 0; }
  .contact-col .col-content p:first-child {
    display: flex;
    align-items: flex-start;
    font-weight: 800;
    font-size: 20px; }
    @media (max-width: 767px) {
      .contact-col .col-content p:first-child {
        padding: 7px 0; } }
    .contact-col .col-content p:first-child span {
      margin-right: 15px; }
      .contact-col .col-content p:first-child span svg {
        width: 20px;
        fill: #cf0000; }
        .contact-col .col-content p:first-child span svg polygon {
          fill: #cf0000; }
      .contact-col .col-content p:first-child span:hover svg {
        fill: #131111; }
        .contact-col .col-content p:first-child span:hover svg polygon {
          fill: #131111; }
    .contact-col .col-content p:first-child a {
      width: 100%; }
  .contact-col .col-content p:last-child {
    padding-top: 25px;
    font-size: 20px;
    font-weight: 500; }
    @media (max-width: 991px) {
      .contact-col .col-content p:last-child {
        font-size: 16px; } }
  .contact-col .col-content ul {
    display: flex; }
  .contact-col .col-content.second p:first-child span {
    padding-top: 0; }
  .contact-col h3 {
    text-transform: uppercase;
    color: #cf0000;
    font-weight: 900;
    padding-bottom: 40px;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 991px) {
      .contact-col h3 {
        font-size: 23px; } }
    @media (max-width: 767px) {
      .contact-col h3 {
        padding-bottom: 20px; } }

.single-post .entry-header {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .single-post .entry-header h1 {
    max-width: 50%;
    margin: 0 auto;
    font-size: 60px;
    color: #ffffff;
    font-family: "nexa_boldregular"; }
    @media (max-width: 991px) {
      .single-post .entry-header h1 {
        font-size: 19px; } }
.single-post.postid-1986 .home-hero-section {
  background-position: bottom -280px center; }
  @media (max-width: 991px) {
    .single-post.postid-1986 .home-hero-section {
      background-position: bottom 0px center; } }
  .single-post.postid-1986 .home-hero-section .logo-wrap {
    /*  max-width: 980px; */
    margin: 0 auto; }
    @media (max-width: 767px) {
      .single-post.postid-1986 .home-hero-section .logo-wrap {
        padding-top: 0px; } }
.single-post .entry-content {
  padding-top: 50px;
  padding-bottom: 100px;
  clear: left;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto; }
  .single-post .entry-content h1 {
    font-size: 42px; }
    @media (max-width: 991px) {
      .single-post .entry-content h1 {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .single-post .entry-content h1 {
        font-size: 22px; } }
  .single-post .entry-content strong {
    margin-bottom: 19px;
    display: block; }
  .single-post .entry-content p {
    font-family: "Montserrat", sans-serif;
    line-height: normal;
    font-weight: 500; }
    .single-post .entry-content p:first-child {
      line-height: normal; }
      .single-post .entry-content p:first-child strong {
        font-size: 24px;
        padding-top: 0;
        font-weight: 500; }
        @media (max-width: 991px) {
          .single-post .entry-content p:first-child strong {
            font-size: 22px; } }
        @media (max-width: 767px) {
          .single-post .entry-content p:first-child strong {
            font-size: 20px; } }
    .single-post .entry-content p strong {
      padding-top: 0; }
  .single-post .entry-content h2 {
    font-size: 30px;
    margin-top: 38px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    clear: both; }
    @media (max-width: 991px) {
      .single-post .entry-content h2 {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .single-post .entry-content h2 {
        font-size: 22px; } }
    .single-post .entry-content h2:after {
      display: none; }
  .single-post .entry-content h3 {
    font-size: 28px;
    padding-top: 15px;
    margin-bottom: 18px;
    font-family: "Montserrat", sans-serif;
    line-height: normal; }
    @media (max-width: 767px) {
      .single-post .entry-content h3 {
        font-size: 24px; } }
  .single-post .entry-content h4 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    padding-top: 20px;
    line-height: normal; }
  .single-post .entry-content h5 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 32px;
    line-height: normal; }
  .single-post .entry-content h6 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 26px;
    font-weight: 400;
    padding-top: 15px; }
  .single-post .entry-content img {
    width: auto;
    margin-bottom: 70px;
    max-width: 100%;
    padding-top: 40px;
    display: block;
    margin: 0 auto; }
    .single-post .entry-content img.full_img {
      width: 100%; }
  .single-post .entry-content p {
    margin-bottom: 19px;
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 991px) {
      .single-post .entry-content p {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .single-post .entry-content p {
        font-size: 16px; } }
    @media (max-width: 550px) {
      .single-post .entry-content p {
        font-size: 14px; } }
    .single-post .entry-content p:first-child {
      font-size: 24px;
      padding-top: 0; }
      @media (max-width: 991px) {
        .single-post .entry-content p:first-child {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .single-post .entry-content p:first-child {
          font-size: 20px; } }
    .single-post .entry-content p a {
      color: #2323dc; }
      .single-post .entry-content p a:hover, .single-post .entry-content p a:focus {
        color: #2323dc;
        text-decoration: underline; }
    .single-post .entry-content p.first_heading span {
      padding-top: 25px;
      font-size: 24px; }
  .single-post .entry-content iframe {
    width: 100%; }
    @media (max-width: 767px) {
      .single-post .entry-content iframe {
        height: auto; } }
  @media (max-width: 550px) {
    .single-post .entry-content ul li strong {
      margin-bottom: 0; } }
.single-post img {
  margin-bottom: 20px; }
.single-post .entry-meta {
  font-size: 20px;
  font-size: 16px; }
.single-post .innerpageheader .container {
  min-height: 400px; }

footer.entry-meta {
  display: none; }

.entry-meta a {
  color: #2f3130;
  font-size: 16px; }

.nav-single {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 50px;
  display: none; }
  .nav-single a {
    color: #2f3130;
    font-weight: 600; }

.entry-meta {
  font-size: 20px; }

.entry-meta {
  font-size: 24px; }

.chicago-tuckpointing {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fafafa;
  margin-bottom: 26px; }

.restoration-section {
  background-color: #fff;
  padding-top: 75px; }
  @media (max-width: 991px) {
    .restoration-section {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .restoration-section {
      padding-top: 10px; } }
  .restoration-section .container {
    max-width: 1550px; }
  .restoration-section h2 {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    color: #cf0000; }
    @media (max-width: 991px) {
      .restoration-section h2 {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .restoration-section h2 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .restoration-section h2 {
        padding-bottom: 20px; } }
    .restoration-section h2:after {
      display: none; }
  @media (max-width: 767px) {
    .restoration-section .flexbox {
      flex-wrap: wrap;
      margin-bottom: 50px; } }
  .restoration-section p {
    text-align: center;
    font-size: 20px;
    padding-bottom: 58px;
    margin: 0 auto;
    max-width: 1160px;
    /* font-weight:500;  */ }
    @media (max-width: 1080px) {
      .restoration-section p {
        max-width: 100%;
        font-size: 18px; } }
    @media (max-width: 991px) {
      .restoration-section p {
        font-size: 16px;
        max-width: 100%;
        padding-bottom: 40px; } }
    @media (max-width: 550px) {
      .restoration-section p {
        font-size: 14px; } }
  .restoration-section .befoer_images {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }
    @media (max-width: 550px) {
      .restoration-section .befoer_images {
        width: 100%; } }
    .restoration-section .befoer_images img {
      width: 100%; }
    .restoration-section .befoer_images span {
      font-size: 35px;
      font-weight: bold; }
      @media (max-width: 991px) {
        .restoration-section .befoer_images span {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .restoration-section .befoer_images span {
          font-size: 24px; } }

.befoer_images {
  position: relative; }
  .befoer_images span {
    position: absolute;
    left: 40px;
    bottom: 15px; }

.grinding-section {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #fafafa;
  margin-top: 36px;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .grinding-section {
      padding-top: 35px;
      padding-bottom: 24px; } }
  .grinding-section .row {
    margin: 0 -15px; }
  .grinding-section h3 {
    text-align: center;
    color: #cf0000;
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 30px;
    max-width: 950px;
    font-family: "Montserrat", sans-serif;
    line-height: normal;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .grinding-section h3 {
        font-size: 26px;
        font-weight: bold; } }
    @media (max-width: 767px) {
      .grinding-section h3 {
        font-size: 28px; } }
    @media (max-width: 550px) {
      .grinding-section h3 {
        font-size: 24px; } }
  .grinding-section .col_row {
    max-width: 33.33%;
    padding: 0 15px;
    position: relative; }
    @media (max-width: 767px) {
      .grinding-section .col_row {
        max-width: 100%;
        margin: 0 auto; } }
    .grinding-section .col_row h5 {
      color: #ffffff;
      position: absolute;
      bottom: 25px;
      font-size: 36px;
      left: 25px; }
      @media (min-width: 1200px) {
        .grinding-section .col_row h5 {
          font-size: 27px;
          left: 36px; } }
      @media (max-width: 991px) {
        .grinding-section .col_row h5 {
          bottom: 16px;
          font-size: 20px;
          left: 31px; } }
  .grinding-section p {
    text-align: center;
    max-width: 1160px;
    margin: 0 auto;
    font-size: 20px;
    padding-bottom: 70px; }
    @media (max-width: 1080px) {
      .grinding-section p {
        font-size: 18px; } }
    @media (max-width: 991px) {
      .grinding-section p {
        padding-bottom: 40px;
        font-size: 16px; } }
    @media (max-width: 767px) {
      .grinding-section p {
        max-width: 100%;
        font-size: 16px; } }
    @media (max-width: 550px) {
      .grinding-section p {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .grinding-section .row {
      flex-wrap: wrap; } }

.paratet_section .container {
  max-width: 1550px; }
.paratet_section h2 {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #cf0000;
  font-size: 36px; }
  @media (max-width: 991px) {
    .paratet_section h2 {
      font-size: 26px; } }
  @media only screen and (max-width: 850px) {
    .paratet_section h2 {
      text-align: center;
      line-height: normal; } }
  .paratet_section h2:after {
    display: none; }
.paratet_section p {
  color: #1d1d1d;
  padding-top: 25px;
  font-size: 20px; }
  @media (max-width: 1080px) {
    .paratet_section p {
      font-size: 18px; } }
  @media (max-width: 991px) {
    .paratet_section p {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .paratet_section p {
      font-size: 14px; } }
.paratet_section .flexbox {
  text-align: left; }
  @media (min-width: 1200px) {
    .paratet_section .flexbox {
      align-items: center;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .paratet_section .flexbox {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 850px) {
    .paratet_section .flexbox {
      flex-wrap: wrap; } }
.paratet_section .left_col {
  max-width: 30%;
  flex: 0 0 30%;
  padding: 0 15px; }
  @media only screen and (max-width: 850px) {
    .paratet_section .left_col {
      max-width: 100%;
      flex: 0 0 100%;
      text-align: center; } }
.paratet_section .right_col {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 30px;
  padding-right: 15px; }
  @media only screen and (max-width: 850px) {
    .paratet_section .right_col {
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0px;
      padding-top: 25px;
      text-align: center; } }
.paratet_section .row-reverse {
  flex-direction: row-reverse; }
  .paratet_section .row-reverse .right_col {
    max-width: 60%;
    margin-right: auto; }
    @media only screen and (max-width: 850px) {
      .paratet_section .row-reverse .right_col {
        max-width: 100%; } }

.flexbox {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 15px;
  margin-bottom: 100px; }
  .flexbox:last-child {
    margin-bottom: 20px; }

.construction_licensing_section {
  padding: 80px 0;
  background-color: #fafafa; }
  @media (max-width: 991px) {
    .construction_licensing_section {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .construction_licensing_section {
      padding: 40px 0; } }
  .construction_licensing_section h2 {
    text-align: center;
    color: #cf0000;
    padding-bottom: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .construction_licensing_section h2 {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .construction_licensing_section h2 {
        font-size: 22px;
        line-height: 1.3; } }
    .construction_licensing_section h2:after {
      display: none; }
  .construction_licensing_section p {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    padding-top: 30px; }
    @media (max-width: 1080px) {
      .construction_licensing_section p {
        font-size: 18px; } }
    @media (max-width: 991px) {
      .construction_licensing_section p {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .construction_licensing_section p {
        font-size: 14px; } }

.help_form {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("http://192.168.0.168/nombach2019/wp-content/uploads/2019/08/help_section.jpg");
  background-size: contain; }
  .help_form h2 {
    text-align: center;
    color: #ffffff; }
  .help_form .help_form_first_row {
    display: flex;
    padding-bottom: 25px;
    margin: 0 -15px; }
    .help_form .help_form_first_row .form_fild {
      max-width: 33.33%;
      width: 100%;
      padding-bottom: 25px;
      padding-left: 15px;
      padding-right: 15px; }
      .help_form .help_form_first_row .form_fild input {
        width: 100%;
        background-color: transparent;
        background-repeat: no-repeat;
        -webkit-appearance: none;
        line-height: 25px;
        border: none;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 10px;
        outline: none;
        font-size: 18px;
        color: #ffffff; }
      .help_form .help_form_first_row .form_fild ::-webkit-input-placeholder {
        color: #ffffff;
        line-height: 25px; }
      .help_form .help_form_first_row .form_fild :-ms-input-placeholder {
        color: #ffffff;
        line-height: 25px; }
      .help_form .help_form_first_row .form_fild ::placeholder {
        line-height: 25px;
        color: #ffffff; }

.help_form_second_row {
  padding-top: 25px;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .help_form_second_row .address {
    flex: 0 0 80%;
    max-width: 80%;
    padding-right: 25px; }
  .help_form_second_row .select_box {
    max-width: 20%;
    flex: 0 0 20%; }
  .help_form_second_row .form_fild {
    padding-top: 25px;
    padding-bottom: 25px; }
    .help_form_second_row .form_fild select {
      -webkit-appearance: none;
      outline: none;
      width: 100%;
      border: none;
      border-bottom: 1px solid #ffffff;
      background: url("http://192.168.0.168/nombach2019/wp-content/uploads/2019/08/down_arow.png");
      color: #fff;
      padding-bottom: 20px;
      background-repeat: no-repeat;
      background-position: right;
      background-position: right center;
      line-height: 20px;
      font-size: 20px; }
    .help_form_second_row .form_fild textarea {
      -webkit-appearance: none;
      padding-top: 25px;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #ffffff;
      font-size: 18px;
      color: #ffffff;
      width: 100%;
      max-height: 49px;
      line-height: 25px; }
    .help_form_second_row .form_fild ::-webkit-input-placeholder {
      color: #ffffff;
      line-height: 25px; }
    .help_form_second_row .form_fild :-ms-input-placeholder {
      color: #ffffff;
      line-height: 25px; }
    .help_form_second_row .form_fild ::placeholder {
      line-height: 25px;
      color: #ffffff; }
  .help_form_second_row .submit_button {
    position: relative; }
    .help_form_second_row .submit_button input[type="submit"] {
      -webkit-appearance: none;
      outline: none;
      box-shadow: none;
      background-color: #cf0000;
      color: #ffffff;
      border: none;
      max-width: 100%;
      font-size: 0;
      width: 55px;
      height: 55px;
      display: inline-block; }
      .help_form_second_row .submit_button input[type="submit"]:hover {
        background-color: #1d1d1d; }
    .help_form_second_row .submit_button:after {
      border-style: solid;
      border-width: 0px 1px 1px 0px;
      border-color: #ffffff;
      content: "";
      position: absolute;
      bottom: 0;
      width: 15px;
      height: 15px;
      left: 50%;
      right: 50%;
      transform: rotate(-45deg) translate(-50%, -50%); }

#nav-below h3 {
  display: none; }

.main-numeric {
  display: flex;
  color: #cf0000;
  padding: 15px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px auto;
  justify-content: center; }
  @media (max-width: 767px) {
    .main-numeric {
      padding: 15px 0; } }
  .main-numeric #nav-below {
    display: flex; }
    .main-numeric #nav-below .nav-previous,
    .main-numeric #nav-below .nav-next {
      padding: 10px 15px; }
      .main-numeric #nav-below .nav-previous a,
      .main-numeric #nav-below .nav-next a {
        color: #cf0000; }
  .main-numeric ul {
    display: flex; }
    .main-numeric ul li {
      color: #cf0000;
      transition: all ease-in-out 0.3s; }
      .main-numeric ul li a {
        color: #cf0000;
        padding: 10px 15px;
        display: block; }
        @media (max-width: 550px) {
          .main-numeric ul li a {
            padding: 7px 8px; } }
      .main-numeric ul li.active {
        background-color: #cf0000; }
        .main-numeric ul li.active a {
          color: #fff; }

.maps p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.maps iframe {
  width: 100%; }

.step-form .fieldset-cf7mls div {
  justify-content: flex-end !important;
  width: 100%; }
  @media (max-width: 550px) {
    .step-form .fieldset-cf7mls div {
      flex-wrap: wrap; } }

.step-form .fieldset-cf7mls[data-cf7mls-order="0"] {
  background-color: transparent;
  width: 100%;
  position: relative; }
  .step-form .fieldset-cf7mls[data-cf7mls-order="0"] .nice-select .current {
    width: 100%;
    cursor: pointer;
    display: block;
    height: 70px;
    text-align: left;
    padding-left: 15px;
    padding-top: 19px;
    font-size: 26px; }
    @media (max-width: 991px) {
      .step-form .fieldset-cf7mls[data-cf7mls-order="0"] .nice-select .current {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .step-form .fieldset-cf7mls[data-cf7mls-order="0"] .nice-select .current {
        height: 48px;
        font-size: 18px; } }
    @media (max-width: 540px) {
      .step-form .fieldset-cf7mls[data-cf7mls-order="0"] .nice-select .current {
        height: 59px;
        left: 0; } }
    @media (max-width: 540px) {
      .step-form .fieldset-cf7mls[data-cf7mls-order="0"] .nice-select .current {
        height: 71px; } }
    .step-form .fieldset-cf7mls[data-cf7mls-order="0"] .nice-select .current:after {
      content: "";
      background-image: url(/wp-content/uploads/2020/02/down-arow.png);
      width: 25px;
      height: 25px;
      position: absolute;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      right: 15px; }
  .step-form .fieldset-cf7mls[data-cf7mls-order="0"] .nice-select ul {
    position: absolute;
    width: 100%;
    top: 72px;
    z-index: 999;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    text-align: left; }
    @media (max-width: 767px) {
      .step-form .fieldset-cf7mls[data-cf7mls-order="0"] .nice-select ul {
        top: 62px; } }
    @media (max-width: 540px) {
      .step-form .fieldset-cf7mls[data-cf7mls-order="0"] .nice-select ul {
        top: 46px; } }
    .step-form .fieldset-cf7mls[data-cf7mls-order="0"] .nice-select ul li {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 15px; }
      .step-form .fieldset-cf7mls[data-cf7mls-order="0"] .nice-select ul li:first-child {
        display: none; }
      .step-form .fieldset-cf7mls[data-cf7mls-order="0"] .nice-select ul li:hover {
        background-color: #cf0000; }
  .step-form .fieldset-cf7mls[data-cf7mls-order="0"] .nice-select.open ul {
    opacity: 1;
    visibility: visible; }

.single-post .innerpageheader .hero-title {
  bottom: 30px;
  text-align: center;
  transform: translateY(0);
  left: 0; }
  @media (max-width: 1450px) {
    .single-post .innerpageheader .hero-title {
      left: 0; } }
.single-post .breadcrumb {
  justify-content: center; }
.single-post .innerpageheader .hero-title h1 {
  color: #fff;
  height: auto;
  line-height: 90px; }

.main-numeric ul li {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  font-size: 20px;
  margin: 0 5px;
  color: #393939; }
  @media (max-width: 991px) {
    .main-numeric ul li.p_page_arrow, .main-numeric ul li.n_page_arrow {
      width: 35px;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 991px) and (max-width: 550px) {
    .main-numeric ul li.p_page_arrow, .main-numeric ul li.n_page_arrow {
      width: 28px; } }

  @media (max-width: 767px) {
    .main-numeric ul li {
      font-size: 17px; } }
  @media (max-width: 550px) {
    .main-numeric ul li {
      font-size: 14px; } }
  .main-numeric ul li a {
    color: #393939;
    cursor: pointer; }
  .main-numeric ul li.active, .main-numeric ul li:hover {
    color: #ffffff;
    background-color: #cf0000; }
    .main-numeric ul li.active a, .main-numeric ul li:hover a {
      color: #ffffff; }
      @media (max-width: 767px) {
        .main-numeric ul li.active a, .main-numeric ul li:hover a {
          padding: 7px 11px; } }
  .main-numeric ul li.page_dots {
    border: none;
    line-height: 46px; }
    @media (max-width: 767px) {
      .main-numeric ul li.page_dots {
        line-height: 34px; } }
    @media (max-width: 550px) {
      .main-numeric ul li.page_dots {
        line-height: 25px; } }
    .main-numeric ul li.page_dots:hover {
      background-color: transparent; }

.single-post .entry-meta {
  padding-bottom: 50px; }
.single-post .single_post_cont {
  background-color: #fafafa; }
  .single-post .single_post_cont .container {
    max-width: 1260px; }
.single-post .home-hero-section {
  position: relative; }
  .single-post .home-hero-section:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .single-post .home-hero-section .container {
    z-index: 99;
    line-height: normal; }
  .single-post .home-hero-section .hero-title h1 {
    line-height: 1; }
    @media (max-width: 767px) {
      .single-post .home-hero-section .hero-title h1 {
        font-size: 19px; } }
  .single-post .home-hero-section .innerpageheader h1 {
    font-size: 60px;
    line-height: 1; }

.contact-col.second .col-content p:last-child {
  padding-top: 0; }
.career-form .wpcf7 .wpcf7-response-output{
    color: #fff;
}
.contact-cover .no-absolute lable .form_group{
    position: relative;
}
.contact-cover .no-absolute.attachment span{background-color: #fff;}
.contact-cover textarea{
    width: 100%;
    padding: 10px;
    height: 100px;
    background-color: transparent;
    color: #fff;
}
.contact-cover lable {
  position: relative; }
  .contact-cover lable .form_group {
    position: absolute;
	/* BEGIN CUSTOM CODE - 10/30/2023 - BlossomLab.com */
    /* bottom: 0; */
	top: 5.5em;
	/* END CUSTOM CODE */
    color: #ffffff;
    font-size: 20px;
    left: 10px; }
    @media (max-width: 991px) {
      .contact-cover lable .form_group {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .contact-cover lable .form_group {
        font-size: 14px; } }
    .contact-cover lable .form_group span, .contact-cover lable .form_group p {
      color: #cf0000;
      font-size: 19px !important;
      -webkit-transition: -webkit-transform 500ms;
      padding-bottom: 0 !important;
      line-height: normal;
      -webkit-backface-visibility: hidden !important;
      font-weight: 600 !important;
      display: inline-block; }
.contact-cover select {
  font-size: 20px; }
  @media (max-width: 991px) {
    .contact-cover select {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .contact-cover select {
      font-size: 16px; } }

#comments {
  max-width: 1160px;
  margin: 0 auto; }
  #comments h3 {
    font-size: 36px;
    color: #cf0000;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf1;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900; }
    @media (max-width: 550px) {
      #comments h3 {
        margin-bottom: 10px; } }
  #comments .comment-form {
    display: flex;
    flex-wrap: wrap; }

.comment-form {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .comment-form {
      width: 100%; } }
  .comment-form .comment-notes {
    flex: 0 0 100%;
    max-width: 100%; }
  .comment-form p input,
  .comment-form p textarea {
    border: 1px solid #ebedf1;
    padding: 15px;
    color: #1d1d1d;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 550px) {
      .comment-form p input,
      .comment-form p textarea {
        padding: 10px; } }
    .comment-form p input[name="submit"],
    .comment-form p textarea[name="submit"] {
      -webkit-appearance: none;
      outline: none;
      background-color: #cf0000;
      box-shadow: none;
      border: none;
      color: #ffffff;
      font-size: 18px;
      margin-top: 15px;
      font-family: "Montserrat", sans-serif;
      padding-left: 25px;
      padding-right: 25px; }
      .comment-form p input[name="submit"]:hover,
      .comment-form p textarea[name="submit"]:hover {
        background-color: #2f3130; }
  .comment-form p label {
    padding-top: 25px;
    width: 100%;
    display: block;
    font-size: 18px;
    color: #1d1d1d;
    padding-bottom: 5px;
    font-weight: 600; }
    @media (max-width: 550px) {
      .comment-form p label {
        font-size: 16px;
        padding-top: 15px; } }
  .comment-form p.comment-form-author {
    order: 1;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px; }
    @media (max-width: 550px) {
      .comment-form p.comment-form-author {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0; } }
  .comment-form p.comment-form-email {
    order: 2;
    flex: 0 0 50%;
    padding-left: 15px;
    max-width: 50%; }
    @media (max-width: 550px) {
      .comment-form p.comment-form-email {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0; } }
  .comment-form p.form-submit {
    order: 4;
    margin-left: auto; }
  .comment-form p.comment-notes {
    display: none; }
  .comment-form p.comment-form-cookies-consent {
    display: none; }
  .comment-form p.comment-form-comment {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%; }
  .comment-form p.comment-form-url {
    display: none; }
  .comment-form input,
  .comment-form textarea {
    width: 100%; }
  .comment-form .comment-form-cookies-consent {
    max-width: 100%; }

.contact-col .col-content.second p:first-child span {
  margin-right: 0; }

.staff_section {
  padding-top: 100px;
  background-color: #fafafa; }
  @media (max-width: 991px) {
    .staff_section {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .staff_section {
      padding-top: 35px; } }
  .staff_section .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 10px; }
    @media (max-width: 767px) {
      .staff_section .col {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 400px) {
      .staff_section .col {
        flex: 0 0 100%;
        max-width: 100%; } }
  .staff_section .flexbox {
    flex-wrap: wrap;
    padding: 0 0 18px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .staff_section .flexbox {
        margin-left: -10px;
        margin-right: -10px; } }
  .staff_section .last_full_section {
    flex: 1 1 auto;
    padding: 10px; }
    @media (max-width: 991px) {
      .staff_section .last_full_section {
        padding: 25px 10px; } }
    .staff_section .last_full_section .font_class {
      text-align: center; }
      .staff_section .last_full_section .font_class a {
        display: inline-block;
        max-width: 230px; }
    .staff_section .last_full_section h3 {
      color: #cf0000;
      font-size: 30px;
      padding-top: 25px;
      font-family: "Montserrat", sans-serif;
      font-weight: 400; }
      @media (max-width: 767px) {
        .staff_section .last_full_section h3 {
          font-size: 25px; } }
      @media (max-width: 550px) {
        .staff_section .last_full_section h3 {
          font-size: 22px; } }
      .staff_section .last_full_section h3 a {
        color: #cf0000;
        font-weig: 500; }

.staff_box {
  position: relative; }
  .staff_box img {
    width: 100%; }
  .staff_box h3 {
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    bottom: 34px;
    left: 0;
    z-index: 3;
    line-height: 1;
    padding-left: 28px;
    text-transform: uppercase;
    font-weight: normal; }
    @media (max-width: 1200px) {
      .staff_box h3 {
        font-size: 23px; } }
    @media (max-width: 991px) {
      .staff_box h3 {
        font-size: 20px;
        line-height: normal;
        padding-left: 20px;
        bottom: 20px; } }
    @media only screen and (max-width: 850px) {
      .staff_box h3 {
        font-size: 19px;
        padding-left: 18px;
        bottom: 7px; } }
    .staff_box h3 strong {
      font-weight: bold;
      display: block;
      font-size: 36px; }
      @media (max-width: 1200px) {
        .staff_box h3 strong {
          font-size: 30px; } }
      @media (max-width: 991px) {
        .staff_box h3 strong {
          font-size: 27px; } }
      @media only screen and (max-width: 850px) {
        .staff_box h3 strong {
          font-size: 26px;
          line-height: normal; } }
  .staff_box:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("/wp-content/uploads/2020/02/staff_box_shedow.png");
    background-size: contain;
    z-index: 2;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    left: 0; }

.contact-form-section .contact-col.second.three {
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .contact-form-section .contact-col.second.three {
      justify-content: flex-start; } }
  .contact-form-section .contact-col.second.three p {
    font-weight: 500; }
    .contact-form-section .contact-col.second.three p a {
      align-items: flex-end; }
      .contact-form-section .contact-col.second.three p a:hover {
        color: #cf0000; }
      .contact-form-section .contact-col.second.three p a span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        .contact-form-section .contact-col.second.three p a span svg {
          width: 20px;
          height: 20px; }
  .contact-form-section .contact-col.second.three p:first-child span {
    padding-right: 0; }

@media (max-width: 767px) {
  #col1_int h1 {
    font-size: 48px; } }
@media (max-width: 550px) {
  #col1_int h1 {
    font-size: 38px; } }

.blog h1 span {
  font-weight: 900; }

.coupons_page .menu-icon {
  left: 15px; }
.coupons_page hr {
  margin-bottom: 28px; }

.single-post .innerpageheader .hero-title h1 {
  font-size: 60px; }
  @media (max-width: 1480px) {
    .single-post .innerpageheader .hero-title h1 {
      font-size: 52px; } }
  @media (max-width: 1200px) {
    .single-post .innerpageheader .hero-title h1 {
      font-size: 45px; } }
  @media (max-width: 991px) {
    .single-post .innerpageheader .hero-title h1 {
      font-size: 38px; } }
  @media (max-width: 767px) {
    .single-post .innerpageheader .hero-title h1 {
      font-size: 28px; } }
.single-post .innerpageheader .hero-title {
  width: 100%; }
  @media (max-width: 550px) {
    .single-post .innerpageheader .hero-title {
      left: 0; }
      .single-post .innerpageheader .hero-title h1 {
        font-size: 22px;
        padding-left: 15px;
        padding-right: 15px; } }

.logged-in-as {
  width: 100%; }
  .logged-in-as a {
    font-weight: 400;
    color: #2f3130; }

.wpcf7-form-control-wrap {
  position: relative;
  z-index: 2; }
  .wpcf7-form-control-wrap .form_group {
    position: absolute;
    bottom: 8px;
    z-index: 99;
    color: #000;
    left: 0;
    transition: all 0.5s ease-in-out;
    z-index: 1; }
    @media (max-width: 550px) {
      .wpcf7-form-control-wrap .form_group {
        font-size: 16px; } }
    .wpcf7-form-control-wrap .form_group span {
      color: #cf0000;
      -webkit-transition: -webkit-transform 500ms;
      -webkit-backface-visibility: hidden !important; }
  .wpcf7-form-control-wrap.active .form_group {
    top: -3px;
    font-size: 16px;
    transition: all 0.5s ease-in-out; }
  .wpcf7-form-control-wrap.active .palceholder {
    top: 20px;
    transition: all 0.5s ease-in-out; }
    .wpcf7-form-control-wrap.active .palceholder label {
      font-size: 16px;
      transition: all 0.5s ease-in-out; }

.page-template-meet-the-staff section {
  background-size: cover;
  background-position: bottom center; }

.page-template-contact .home-hero-section {
  background-position: center; }

.step_one_border {
  position: relative; }
  .step_one_border select {
    color: #fff; }
  .step_one_border .wpcf7-form-control-wrap {
    color: #fff; }
  .step_one_border .typewriter {
    display: flex !important;
    align-items: flex-start !important;
    text-align: start !important;
    justify-content: flex-start !important;
    position: relative;
    position: absolute;
    left: 15px;
    top: 19px; }
    @media (max-width: 540px) {
      .step_one_border .typewriter {
        left: 10px;
        font-size: 16px; } }
    @media (max-width: 767px) {
      .step_one_border .typewriter {
        top: 24px; } }
    @media (max-width: 375px) {
      .step_one_border .typewriter {
        top: 18px; } }
    .step_one_border .typewriter h3,
    .step_one_border .typewriter p {
      font-size: 26px;
      width: 100%;
      font-weight: 400;
      display: inline-block; }
      @media (max-width: 991px) {
        .step_one_border .typewriter h3,
        .step_one_border .typewriter p {
          font-size: 23px;
          top: 21px;
          background-size: 17px; } }
      @media (max-width: 767px) {
        .step_one_border .typewriter h3,
        .step_one_border .typewriter p {
          font-size: 18px;
          top: 12px; } }
      @media (max-width: 540px) {
        .step_one_border .typewriter h3,
        .step_one_border .typewriter p {
          top: 15px;
          white-space: pre-wrap;
          font-size: 16px;
          padding-right: 15px; } }

.contact-col h3 {
  padding-bottom: 30px; }

.box_wrap .vc_column-inner {
  display: flex;
  justify-content: center; }
  .box_wrap .vc_column-inner .wpb_text_column {
    margin-left: 0 !important; }
    .box_wrap .vc_column-inner .wpb_text_column p {
      font-weight: 600;
      font-family: "Montserrat", sans-serif; }
.box_wrap .wpb_text_column {
  margin-bottom: 21px; }

.contact-form-section .text-content {
  max-width: 1160px;
  margin: 0 auto; }
.contact-form-section.contact_form p {
  font-weight: 500; }

#adbar_black {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px; }
  #adbar_black .grop_rap {
    padding: 0 15px; }
  #adbar_black #adbar_red {
    width: 100%;
    padding-top: 27px;
    padding-left: 25px;
    display: block;
    padding-top: 25px;
    text-align: center; }

.step-form .cf7mls_next.action-button, .step-form .cf7mls_back.action-button {
  width: auto !important; }
  @media (max-width: 550px) {
    .step-form .cf7mls_next.action-button, .step-form .cf7mls_back.action-button {
      width: 100% !important;
      max-width: 100%;
      height: 46px;
      left: 0; } }

@media (max-width: 550x) {
  .step-form {
    padding-top: 25px;
    padding-bottom: 54px; } }
.step-form .wpcf7-form-control-wrap ::-webkit-input-placeholder {
  color: #fff; }
.step-form .wpcf7-form-control-wrap :-ms-input-placeholder {
  color: #fff; }
.step-form .wpcf7-form-control-wrap ::placeholder {
  color: #fff; }

.step-form fieldset .step_one_border .wpcf7-not-valid-tip {
  bottom: -28px !important; }

.pageDefaultContent.container {
  max-width: 1380px !important; }

.search .type-slide-home {
  max-width: 1440px;
  margin: 0 auto; }

.testimonial {
  padding: 150px 0; }
  @media (max-width: 991px) {
    .testimonial {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .testimonial {
      padding: 100px 0; } }
  .testimonial .entry-title {
    padding: 25px 0; }
    @media (max-width: 540px) {
      .testimonial .entry-title {
        padding: 15px 0; } }
  .testimonial .entry-meta {
    padding: 25px 0; }
    @media (max-width: 540px) {
      .testimonial .entry-meta {
        padding: 15px 0 0; } }
  @media (max-width: 767px) {
    .testimonial .entry-header h1 {
      font-size: 36px;
      line-height: normal; } }
  @media (max-width: 540px) {
    .testimonial .entry-header h1 {
      font-size: 26px;
      line-height: normal; } }

@media (max-width: 540px) {
  .testimonial-template-default .innerpageheader .hero-title {
    bottom: 19px; } }

.single-slide-home .step-form {
  padding-top: 29px;
  margin-bottom: 38px; }

.search .innerpageheader .hero-title h1 {
  display: flex; }
.search .home-hero-section .container {
  padding: 50px 0; }
.search article {
  padding: 0 15px;
  max-width: 49%;
  display: inline-block; }
  @media (max-width: 540px) {
    .search article {
      max-width: 100%; } }
  .search article h1 {
    font-size: 30px;
    line-height: normal;
    padding-bottom: 15px;
    margin: 0;
    padding: 0; }
    .search article h1 a {
      color: #cf0000; }
.search .navigation {
  display: none; }
.search .home-hero-section {
  margin-bottom: 150px; }
  @media (max-width: 991px) {
    .search .home-hero-section {
      margin-bottom: 100px; } }
  @media (max-width: 767px) {
    .search .home-hero-section {
      margin-bottom: 50px; } }
.search #container_wrapper {
  padding-bottom: 50px; }
@media (max-width: 767px) {
  .search #col1_int h1 {
    font-size: 27px; } }
@media (max-width: 767px) {
  .search .home-hero-section .hero-cover {
    padding-top: 0; } }
@media (max-width: 767px) {
  .search .innerpageheader .hero-title {
    bottom: 21px;
    margin: 0 !important; } }
@media (max-width: 767px) {
  .search .innerpageheader .hero-title {
    left: 17px;
    bottom: 20px; } }

form.wpcf7-form fieldset.fieldset-cf7mls {
  position: relative; }

form.wpcf7-form fieldset.fieldset-cf7mls .form-col {
  max-width: 80.5%; }
  @media (max-width: 767px) {
    form.wpcf7-form fieldset.fieldset-cf7mls .form-col {
      width: 100%; } }

div.wpcf7-validation-errors {
  color: #fff; }
  @media (max-width: 767px) {
    div.wpcf7-validation-errors {
      font-size: 13px; } }

.logo-wrap .home-hero-section {
  margin-top: 25px; }

.home-hero-section {
  /*	margin-top:-5px; */
  background-size: cover; }

.page-template-titlecenter-page hr {
  margin: 100px 0; }

@media (max-width: 540px) {
  .letter-animate.place-holder {
    font-size: 13px;
    left: 9px !important; } }
@media (max-width: 440px) {
  .letter-animate.place-holder {
    font-size: 10px;
    top: 9%; } }
@media (max-width: 767px) {
  .letter-animate.place-holder span {
    left: 19px !important;
    font-size: 16px !important; } }
@media (max-width: 540px) {
  .letter-animate.place-holder span {
    left: 19px !important;
    font-size: 14px !important; } }
@media (max-width: 440px) {
  .letter-animate.place-holder span {
    left: 9px !important;
    font-size: 11px !important; } }

@media (max-width: 440px) {
  .step-forms .email_submit input[type="submit"] {
    height: 40px;
    width: 50px;
    font-size: 12px !important; } }

@media (max-width: 440px) {
  .step-forms .email_submit_frm .email_submit input[type="text"] {
    height: 44px; } }

.letter-animate .word10 span {
  color: #cf0000;
  font-weight: bold; }

.page-id-880 hr {
  margin: 100px auto 50px;
  max-width: 1000px;
  height: 2px; }
.page-id-880 h2:after, .page-id-880 .h2:after {
  margin: 11px auto 35px; }
.page-id-880 .Raffle_section_img {
  max-width: 1000px;
  margin: 0 auto; }
@media (max-width: 991px) {
  .page-id-880 .menu-btn {
    left: 15px; } }

.page-id-493 .page-content,
.page-id-518 .page-content,
.page-id-647 .page-content,
.page-id-610 .page-content,
.page-id-658 .page-content,
.page-id-677 .page-content,
.vc_transform .page-content {
  overflow: hidden; }
.page-id-493 .pageDefaultContent p, .page-id-493 .pageDefaultContent span,
.page-id-518 .pageDefaultContent p,
.page-id-518 .pageDefaultContent span,
.page-id-647 .pageDefaultContent p,
.page-id-647 .pageDefaultContent span,
.page-id-610 .pageDefaultContent p,
.page-id-610 .pageDefaultContent span,
.page-id-658 .pageDefaultContent p,
.page-id-658 .pageDefaultContent span,
.page-id-677 .pageDefaultContent p,
.page-id-677 .pageDefaultContent span,
.vc_transform .pageDefaultContent p,
.vc_transform .pageDefaultContent span {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px; }
  .page-id-493 .pageDefaultContent p a, .page-id-493 .pageDefaultContent span a,
  .page-id-518 .pageDefaultContent p a,
  .page-id-518 .pageDefaultContent span a,
  .page-id-647 .pageDefaultContent p a,
  .page-id-647 .pageDefaultContent span a,
  .page-id-610 .pageDefaultContent p a,
  .page-id-610 .pageDefaultContent span a,
  .page-id-658 .pageDefaultContent p a,
  .page-id-658 .pageDefaultContent span a,
  .page-id-677 .pageDefaultContent p a,
  .page-id-677 .pageDefaultContent span a,
  .vc_transform .pageDefaultContent p a,
  .vc_transform .pageDefaultContent span a {
    color: #cf0000; }
    .page-id-493 .pageDefaultContent p a:hover, .page-id-493 .pageDefaultContent span a:hover,
    .page-id-518 .pageDefaultContent p a:hover,
    .page-id-518 .pageDefaultContent span a:hover,
    .page-id-647 .pageDefaultContent p a:hover,
    .page-id-647 .pageDefaultContent span a:hover,
    .page-id-610 .pageDefaultContent p a:hover,
    .page-id-610 .pageDefaultContent span a:hover,
    .page-id-658 .pageDefaultContent p a:hover,
    .page-id-658 .pageDefaultContent span a:hover,
    .page-id-677 .pageDefaultContent p a:hover,
    .page-id-677 .pageDefaultContent span a:hover,
    .vc_transform .pageDefaultContent p a:hover,
    .vc_transform .pageDefaultContent span a:hover {
      color: #1d1d1d; }
.page-id-493 .pageDefaultContent .before_section p,
.page-id-518 .pageDefaultContent .before_section p,
.page-id-647 .pageDefaultContent .before_section p,
.page-id-610 .pageDefaultContent .before_section p,
.page-id-658 .pageDefaultContent .before_section p,
.page-id-677 .pageDefaultContent .before_section p,
.vc_transform .pageDefaultContent .before_section p {
  margin-bottom: 10px; }
.page-id-493 .pageDefaultContent h2, .page-id-493 .pageDefaultContent h3, .page-id-493 .pageDefaultContent h4,
.page-id-518 .pageDefaultContent h2,
.page-id-518 .pageDefaultContent h3,
.page-id-518 .pageDefaultContent h4,
.page-id-647 .pageDefaultContent h2,
.page-id-647 .pageDefaultContent h3,
.page-id-647 .pageDefaultContent h4,
.page-id-610 .pageDefaultContent h2,
.page-id-610 .pageDefaultContent h3,
.page-id-610 .pageDefaultContent h4,
.page-id-658 .pageDefaultContent h2,
.page-id-658 .pageDefaultContent h3,
.page-id-658 .pageDefaultContent h4,
.page-id-677 .pageDefaultContent h2,
.page-id-677 .pageDefaultContent h3,
.page-id-677 .pageDefaultContent h4,
.vc_transform .pageDefaultContent h2,
.vc_transform .pageDefaultContent h3,
.vc_transform .pageDefaultContent h4 {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif; }
.page-id-493 .pageDefaultContent h2:after, .page-id-493 .pageDefaultContent .h2:after,
.page-id-518 .pageDefaultContent h2:after,
.page-id-518 .pageDefaultContent .h2:after,
.page-id-647 .pageDefaultContent h2:after,
.page-id-647 .pageDefaultContent .h2:after,
.page-id-610 .pageDefaultContent h2:after,
.page-id-610 .pageDefaultContent .h2:after,
.page-id-658 .pageDefaultContent h2:after,
.page-id-658 .pageDefaultContent .h2:after,
.page-id-677 .pageDefaultContent h2:after,
.page-id-677 .pageDefaultContent .h2:after,
.vc_transform .pageDefaultContent h2:after,
.vc_transform .pageDefaultContent .h2:after {
  margin-top: 12px;
  margin-bottom: 40px;
  display: none; }
.page-id-493 .pageDefaultContent ul li,
.page-id-518 .pageDefaultContent ul li,
.page-id-647 .pageDefaultContent ul li,
.page-id-610 .pageDefaultContent ul li,
.page-id-658 .pageDefaultContent ul li,
.page-id-677 .pageDefaultContent ul li,
.vc_transform .pageDefaultContent ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 5px 0; }
@media (max-width: 991px) {
  .page-id-493 h2,
  .page-id-518 h2,
  .page-id-647 h2,
  .page-id-610 h2,
  .page-id-658 h2,
  .page-id-677 h2,
  .vc_transform h2 {
    font-size: 30px;
    line-height: normal; } }
@media (max-width: 767px) {
  .page-id-493 h2,
  .page-id-518 h2,
  .page-id-647 h2,
  .page-id-610 h2,
  .page-id-658 h2,
  .page-id-677 h2,
  .vc_transform h2 {
    font-size: 25px; } }
@media (max-width: 550px) {
  .page-id-493 h2,
  .page-id-518 h2,
  .page-id-647 h2,
  .page-id-610 h2,
  .page-id-658 h2,
  .page-id-677 h2,
  .vc_transform h2 {
    font-size: 20px; } }

.page-id-518 .pageDefaultContent p {
  margin-bottom: 25px; }
.page-id-518 .float-middle .float-right {
  position: relative;
  z-index: 99; }
  @media (max-width: 767px) {
    .page-id-518 .float-middle .float-right {
      max-width: 100%; } }
  @media (max-width: 550px) {
    .page-id-518 .float-middle .float-right h3 {
      text-align: center;
      font-size: 16px; } }
  @media (max-width: 375px) {
    .page-id-518 .float-middle .float-right h3 {
      font-size: 14px; } }
@media (max-width: 991px) {
  .page-id-518 .pageDefaultContent h2 {
    font-size: 30px;
    line-height: normal; } }
@media (max-width: 767px) {
  .page-id-518 .pageDefaultContent h2 {
    font-size: 25px; } }
@media (max-width: 550px) {
  .page-id-518 .pageDefaultContent h2 {
    font-size: 20px;
    line-height: normal; } }
@media (max-width: 767px) {
  .page-id-518 .float-middle .float-left > img {
    left: 0;
    position: relative;
    top: 0px; } }

.nombach_roofing_section .wpb_wrapper {
  overflow: hidden;
  padding-top: 25px; }

.noncombat_roofing_heading {
  text-align: center;
  font-weight: 600; }

.home .home-contact-section .container {
  max-width: 100%;
  padding: 0 24px; }

.page-id-610 .wpb_content_element {
  margin-bottom: 9px; }
.page-id-610 .box_wrap .wpb_text_column {
  margin-bottom: 34px; }

.wpb_wrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500; }

.wpb_wrapper a {
  color: #cf0000; }

.coupons_section_heading {
  padding-bottom: 15px; }

.page-template-contact div.wpcf7-validation-errors {
  color: #2f3130; }
.page-template-contact span.wpcf7-not-valid-tip {
  position: absolute; }

.menu-item-has-children .down-arow {
  display: none; }
@media (max-width: 991px) {
  .menu-item-has-children .down-arow {
    content: "";
    background-image: url(/wp-content/themes/nombatch/New_design/images/down-arow.svg);
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: 0;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0; }
  .menu-item-has-children.open:before {
    transform: rotate(180deg); } }

@media (max-width: 991px) {
  .main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu {
    width: 100% !important; } }

@media (max-width: 991px) {
  .menu-main-menu-container {
    padding-bottom: 10px; } }

.contact-cover span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 17px !IMPORTANT;
  font-family: "Montserrat", sans-serif;
  padding-left: 10px;
  display: block;
  -webkit-transition: -webkit-transform 500ms;
  -webkit-backface-visibility: hidden !important; }
  @media (max-width: 767px) {
    .contact-cover span.wpcf7-not-valid-tip {
      font-size: 14px !important; } }

.page-template-contact span.wpcf7-not-valid-tip {
  font-size: 17px; }

div.wpcf7-validation-errors {
  text-align: left;
  font-size: 17px; }
  @media (max-width: 767px) {
    div.wpcf7-validation-errors {
      font-size: 13px; } }

@media (max-width: 540px) {
  .font_wrap {
    text-align: center; } }

.andersen_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .andersen_wrap .andersen_wrap_img {
    width: 100%;
    max-width: 400px; }
    @media (max-width: 991px) {
      .andersen_wrap .andersen_wrap_img {
        max-width: 300px; } }
    @media (max-width: 540px) {
      .andersen_wrap .andersen_wrap_img {
        max-width: 100%; } }
  .andersen_wrap .andersen_wrap_text {
    width: 100%;
    padding-left: 25px;
    max-width: calc(100% - 400px); }
    @media (max-width: 991px) {
      .andersen_wrap .andersen_wrap_text {
        max-width: calc(100% - 300px); } }
    @media (max-width: 540px) {
      .andersen_wrap .andersen_wrap_text {
        max-width: 100%;
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 18px; }
        .andersen_wrap .andersen_wrap_text p {
          text-align: justify; } }

.pageDefaultContent .font_wrap h2 {
  text-align: left;
  margin-bottom: 12px;
  padding-top: 35px; }
  @media (max-width: 991px) {
    .pageDefaultContent .font_wrap h2 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .pageDefaultContent .font_wrap h2 {
      padding-top: 15px; } }
  @media (max-width: 540px) {
    .pageDefaultContent .font_wrap h2 {
      text-align: center;
      font-size: 25px; } }

.quest_signature_section h2 {
  padding-bottom: 30px;
  padding-top: 15px; }
  @media (max-width: 991px) {
    .quest_signature_section h2 {
      font-size: 30px;
      padding-bottom: 20px; } }
  @media (max-width: 540px) {
    .quest_signature_section h2 {
      font-size: 25px;
      padding-bottom: 15px; } }

@media (max-width: 767px) {
  .float-right {
    width: auto !important; } }

@media (max-width: 550px) {
  .page-id-647 .wpb_single_image.vc_align_right {
    text-align: center; } }

@media (max-width: 767px) {
  .downspouts_section .vc_custom_1568356262190 {
    padding-top: 0; } }

.page-template-chicago_tuckpointing .contact-form-section .text-content p {
  font-weight: 400; }

.single-post .entry-content ul li {
  margin-bottom: 5px !important;
  padding-top: 0 !important; }

.clearboth {
  clear: both; }

.images-full-height .images-full-height-col .vc_column-inner {
  -webkit-flex-direction: initial !important;
  -ms-flex-direction: initial !important;
  flex-direction: initial !important; }
  .images-full-height .images-full-height-col .vc_column-inner .wpb_wrapper, .images-full-height .images-full-height-col .vc_column-inner .wpb_single_image, .images-full-height .images-full-height-col .vc_column-inner .wpb_single_image .vc_single_image-wrapper {
    display: flex; }

.page-id-729 .pageDefaultContent h2 {
  text-align: left; }

.custom-row-width {
  max-width: 1150px;
  margin: 0 auto  !important; }

.less-margin .wpb_content_element {
  margin-bottom: 20px; }
.less-margin .vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
  margin-bottom: 2px; }
  .less-margin .vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l span {
    margin: 0; }

@media only screen and (min-width: 767px) {
  .custom-padding-desktop {
    padding-left: 125px;
    padding-right: 125px; } }
@media only screen and (min-width: 991px) {
  .page-id-854 .andersen_wrap_text {
    padding-top: 30px; } }
@media only screen and (max-width: 767px) {
  .wr_page_m_sec .vc_custom_1474466337408 > .wpb_wrapper {
    align-items: flex-end !important;
    flex-wrap: wrap;
    flex-direction: column-reverse; } }

@media only screen and (max-width: 767px) {
  .center-images-mobile .wpb_wrapper.vc_figure, .center-images-mobile .wpb_wrapper {
    margin: 0 auto;
    display: table; } }

.small-container {
  max-width: 1000px;
  margin: 0 auto !important; }

.img-closer-wrap {
  display: flex;
  flex-direction: column;
  max-width: 420px;
  text-align: center; }

.innor-section-left .img-closer-wrap {
  margin-left: auto; }

@media only screen and (max-width: 767px) {
  .mobile-height-unset {
    height: auto; } }

.col-close .vc_col-sm-3 {
  width: 21%; }
  @media only screen and (max-width: 767px) {
    .col-close .vc_col-sm-3 {
      width: 100%; }
      .col-close .vc_col-sm-3 img {
        margin: 0 auto;
        display: table; } }

@media only screen and (max-width: 767px) {
  .mobile-img-less-margin .wpb_single_image.wpb_content_element {
    margin-bottom: 10px; } }

.page-id-863 .vc_sep_border_width_2 {
  margin-top: 35px !important; }

.page-id-863 .vc_sep_border_width_2 .vc_sep_holder_l {
  margin-top: 0px !important; }

.roofing_experts_section .container {
  max-width: calc(100% - 48px);
  padding: 80px 55px 0px;
  background-color: #fafafa;
  margin: 0 auto; }
  @media only screen and (max-width: 1199px) {
    .roofing_experts_section .container {
      padding: 40px 40px 0px; } }
  @media only screen and (max-width: 1080px) {
    .roofing_experts_section .container {
      padding: 40px 30px 0px; } }
.roofing_experts_section h2 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  color: #242424;
  margin-bottom: 30px;
  line-height: 30px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1199px) {
    .roofing_experts_section h2 {
      line-height: normal;
      font-size: 28px; } }
  @media only screen and (max-width: 991px) {
    .roofing_experts_section h2 {
      font-size: 26px; } }
  @media only screen and (max-width: 767px) {
    .roofing_experts_section h2 {
      font-size: 22px;
      margin-bottom: 20px; } }
  .roofing_experts_section h2:after {
    display: none; }
.roofing_experts_section h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #242424;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1080px) {
    .roofing_experts_section h5 {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .roofing_experts_section h5 {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 19px; } }
.roofing_experts_section p {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #242424;
  line-height: 30px; }
  @media only screen and (max-width: 1080px) {
    .roofing_experts_section p {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .roofing_experts_section p {
      font-size: 14px;
      line-height: 20px; } }
.roofing_experts_section a {
  color: #cf0000; }

@media only screen and (max-width: 767px) {
  .roofing_company_section {
    flex-wrap: wrap; } }
.roofing_company_section.container {
  padding-left: 0;
  padding-right: 0;
  align-items: initial;
  padding-bottom: 0; }
  @media only screen and (max-width: 1199px) {
    .roofing_company_section.container {
      margin-top: -1px; } }
.roofing_company_section .left {
  flex: 0 0 66.67%;
  max-width: 66.67%;
  padding-right: 15px; }
  @media only screen and (max-width: 850px) {
    .roofing_company_section .left {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media only screen and (max-width: 767px) {
    .roofing_company_section .left {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0;
      margin-bottom: 15px; } }
  .roofing_company_section .left .col-wrap {
    background-image: url("/wp-content/themes/nombatch/New_design/images/company_chicago.jpg");
    font-family: "Montserrat", sans-serif; }
.roofing_company_section .right {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 15px; }
  @media only screen and (max-width: 850px) {
    .roofing_company_section .right {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media only screen and (max-width: 767px) {
    .roofing_company_section .right {
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0; } }
  .roofing_company_section .right .col-wrap {
    background-image: url("/wp-content/themes/nombatch/New_design/images/company_chicago1.jpg");
    font-family: "Montserrat", sans-serif;
    background-position: bottom; }
.roofing_company_section .col {
  color: #ffffff; }
  .roofing_company_section .col .col-wrap {
    padding: 75px 55px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    @media only screen and (max-width: 1199px) {
      .roofing_company_section .col .col-wrap {
        padding: 75px 40px; } }
    @media only screen and (max-width: 1080px) {
      .roofing_company_section .col .col-wrap {
        padding: 50px 30px; } }
    @media only screen and (max-width: 991px) {
      .roofing_company_section .col .col-wrap {
        padding: 40px 30px; } }
  .roofing_company_section .col h2, .roofing_company_section .col p {
    color: #ffffff; }
  .roofing_company_section .col p {
    line-height: 30px;
    padding-bottom: 25px;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .roofing_company_section .col p {
        font-size: 14px;
        line-height: 20px; } }

.commercial_roofing_section.container {
  padding-bottom: 31px;
  margin-bottom: 20px; }
.commercial_roofing_section a {
  color: #cf0000; }
.commercial_roofing_section p {
  padding-bottom: 25px; }
  @media only screen and (max-width: 991px) {
    .commercial_roofing_section p {
      padding-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    .commercial_roofing_section p {
      font-size: 14px;
      line-height: 20px; } }
.commercial_roofing_section h5 {
  margin: 10px 0; }
.commercial_roofing_section .insurance_claims_btn {
  text-align: right; }
  @media only screen and (max-width: 540px) {
    .commercial_roofing_section .insurance_claims_btn {
      text-align: center;
      padding-top: 10px; } }
  .commercial_roofing_section .insurance_claims_btn a {
    display: inline-block;
    color: #ffffff;
    background-color: #cf0000;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 50px; }
    @media only screen and (max-width: 1080px) {
      .commercial_roofing_section .insurance_claims_btn a {
        font-size: 18px; } }
    @media only screen and (max-width: 991px) {
      .commercial_roofing_section .insurance_claims_btn a {
        font-size: 16px;
        padding: 15px 30px; } }
    .commercial_roofing_section .insurance_claims_btn a:hover {
      background-color: #242424; }

.page-id-888 .back-btn-thank-you-page {
  display: flex;
  align-items: center;
  max-width: 100px;
  padding: 5px 17px !important;
  margin: 0 auto;
  transition: all 0.3s ease-in-out; }
  .page-id-888 .back-btn-thank-you-page:before {
    content: "<<";
    color: #fff;
    margin-right: 11px;
    font-size: 16px;
    line-height: 15px; }
  .page-id-888 .back-btn-thank-you-page:hover {
    background-color: #333; }

.quote-form-blog {
 }
  .quote-form-blog .quote-wrap {
	  position: fixed;
	  right: 0;
	  top: 20%;
	  z-index: 9999;
/*     position: relative; */
    transform: translateX(300px);
    transition: all 0.3s ease-in-out; }
    .quote-form-blog .quote-wrap.active {
      transform: translateX(0px); }
  .quote-form-blog .quote-text {
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    left: -40%;
    top: 42%;
    z-index: 1; }
    .quote-form-blog .quote-text h4 {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 16px;
      cursor: pointer;
      border-top-left-radius: 10px;
      cursor: pointer;
      border-top-right-radius: 10px;
      display: inline-block;
      text-align: center;
      padding: 10px 30px;
      color: #fff;
      background-color: #040404; }
      .quote-form-blog .quote-text h4:hover {
        background-color: #cf0000; }
  .quote-form-blog .quote-form {
    filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.39));
    max-width: 300px;
    background-color: #040404;
    padding: 25px 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    z-index: 2; }
    .quote-form-blog .quote-form .header {
      display: flex;
      align-items: center;
      padding-bottom: 25px; }
      .quote-form-blog .quote-form .header .quote-logo {
        max-width: 45px;
        width: 100%;
        margin-right: 15px; }
      .quote-form-blog .quote-form .header h5 {
        color: #fff;
        font-family: "nexa_boldregular";
        font-size: 16px;
        line-height: 1.3; }
    .quote-form-blog .quote-form .fild-wrap {
      position: relative;
      margin-bottom: 12px; }
      .quote-form-blog .quote-form .fild-wrap input,
      .quote-form-blog .quote-form .fild-wrap select {
        -webkit-appearance: none;
        outline: none;
        font-family: "nexa_boldregular";
        font-size: 14px;
        max-width: 100%;
        width: 100%;
        border: 1px solid #fff;
        background-color: #fff;
        color: #6a6a6a;
        padding-left: 40px;
        height: 32px;
        border-radius: 50px; }
      .quote-form-blog .quote-form .fild-wrap option {
        color: #6a6a6a; }
      .quote-form-blog .quote-form .fild-wrap select {
        cursor: pointer;
        background-image: url(/wp-content/uploads/2020/02/down-arow.png);
        background-repeat: no-repeat;
        background-position: right 25px center; }
      .quote-form-blog .quote-form .fild-wrap .icon-img {
        position: absolute;
        top: 14px;
        display: flex;
        left: 19px;
        align-items: center; }
  .quote-form-blog .fild-submit input {
    -webkit-appearance: none;
    outline: none;
    border: none;
    background-color: #cf0000;
    color: #fff;
    width: 100%;
    font-family: "nexa_boldregular";
    font-size: 18px;
    height: 32px;
    border-radius: 48px; }
    .quote-form-blog .fild-submit input:hover {
      color: #cf0000;
      background-color: #fff; }

.quote-form-blog .quote-form .fild-wrap .help-services:before, .quote-form-blog .quote-form .fild-wrap .names:before, .quote-form-blog .quote-form .fild-wrap .address:before, .quote-form-blog .quote-form .fild-wrap .phno:before, .quote-form-blog .quote-form .fild-wrap .email:before {
  position: absolute;
  content: "";
  top: 0;
  left: 15px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /*transform: translateY(-50%);*/
  display: block; }

.quote-form-blog .quote-form .fild-wrap .help-services:before {
  background-image: url(/wp-content/themes/nombatch/New_design/images/help-you-icon.png); }

.quote-form-blog .quote-form .fild-wrap .names:before {
  background-image: url(/wp-content/themes/nombatch/New_design/images/user-iocn.png); }
.quote-form-blog .quote-form .fild-wrap .address:before {
    top: 4px;
    background-image: url(/wp-content/themes/nombatch/New_design/images/addr.png); }
.quote-form-blog .quote-form .fild-wrap .phno:before {
  background-image: url(/wp-content/themes/nombatch/New_design/images/phone.png); }

.quote-form-blog .quote-form .fild-wrap .email:before {
  background-image: url(/wp-content/themes/nombatch/New_design/images/email.png); }

@media only screen and (max-width: 767px) {
  .quote-form-blog .quote-wrap {
    transform: translateX(275px); }

  .quote-form-blog .quote-form {
    max-width: 275px;
    padding: 20px 10px 15px; }

  .quote-form-blog .quote-text h4 {
    padding: 8px 22px;
    font-size: 15px; }

  .quote-form-blog .quote-form .header .quote-logo {
    margin-right: 10px;
    max-width: 40px; }

  .quote-form-blog .quote-form .header h5 {
    font-size: 16px; }

  .quote-form-blog .quote-form .fild-wrap input, .quote-form-blog .quote-form .fild-wrap select {
    font-size: 14px;
    height: 32px;
    padding-left: 40px; }

  .quote-form-blog .fild-submit input {
    height: 32px;
    font-size: 16px; }

  .quote-form-blog .quote-form .fild-wrap .help-services:before, .quote-form-blog .quote-form .fild-wrap .names:before, .quote-form-blog .quote-form .fild-wrap .address:before .quote-form-blog .quote-form .fild-wrap .phno:before, .quote-form-blog .quote-form .fild-wrap .email:before {
    width: 15px;
    height: 15px; }

  .quote-form-blog .quote-form .header {
    padding-bottom: 18px; } }
.quote-form-blog span.wpcf7-not-valid-tip {
  color: #f00; }

.quote-form-blog .screen-reader-response {
  display: none; }

.quote-form-blog div.wpcf7-validation-errors {
  text-align: left;
  font-size: 14px; }

.quote-form-blog div.wpcf7-response-output {
  margin: 10px; }

/*# sourceMappingURL=custom.css.map */
