/*!
Theme Name: kennywindows
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kennywindows
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kennywindows is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  font-family: "DM Sans", sans-serif;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
  margin: 0 21px 0;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
.main-navigation ul.menu.nav-menu li a:hover {
  color: #d81921;
}
.main-navigation ul.menu.nav-menu li.current-menu-item a,
.main-navigation ul.menu.nav-menu li.current-menu-ancestor a {
  color: #d81921;
}
.main-navigation ul.menu.nav-menu ul.sub-menu li a:hover {
  color: #fff;
  background: #474c55;
}
.main-navigation ul.menu.nav-menu ul.sub-menu li.current-menu-item a {
  /*color: #000;*/
  color: #fff;
  background: #474c55;
}
.main-navigation ul.menu.nav-menu > li.menu-item-has-children > a:after {
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #000;
  font-size: 14px;
  margin: 0 0 0 7px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-navigation ul.menu.nav-menu li a:hover:after {
  color: #d81921;
  transform: rotate(180deg);
}
.main-navigation ul.menu.nav-menu li.current-menu-ancestor a:after {
  color: #d81921;
  transform: rotate(180deg);
}
.main-navigation ul.menu.nav-menu li.current-menu-item a:after {
  color: #d81921;
}

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/********************************************/

a,
button,
select,
input,
textarea {
  outline: none;
}
a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
}
a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.container {
  max-width: 1630px;
  width: 100%;
}

/***************Header*************/

.hdr-top {
  border-bottom: 1px solid #eee;
  padding: 8.5px 0;
}
.hdr-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hdr-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.hdr-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hdr-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.hdr-info ul li a {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
}
.hdr-info ul li a:hover {
  color: #d81921;
}
.hdr-contact i {
  color: #d81921;
  font-size: 18px;
  margin: 0 13px 0 0;
}
.hdr-contact ul li:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #474c55;
  vertical-align: middle;
  margin: -4px 12px 0 8px;
}
.hdr-contact ul li:last-of-type:after,
.contact-info ul li:last-of-type:after {
  display: none;
}
.hdr-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.hdr-social ul li {
  margin: 0 0px 0 20px;
}
.hdr-social ul li a i {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hdr-social ul li a:hover i {
  background: #d81921;
}
.hdr-social i.fa-facebook {
  background: #1877f2;
}
.hdr-social i.fa-instagram {
  background: #f00073;
}
.headr-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
}
.request-link a {
  border-radius: 60px;
  background: #d81921;
  padding: 13px 25px;
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  /*    text-transform: capitalize;*/
}
.request-link a:hover,
.banner_caption a:hover,
.links-btn a:hover,
.banner-links a:hover,
.request-btn a:hover,
.wlcm-contnt a:hover,
.contact-form form.wpcf7-form input.wpcf7-submit:hover,
.request-form form.wpcf7-form input.wpcf7-submit:hover {
  background: #474c55;
}
.header-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #e9eeef;
  margin: 0 0 -61px;
  position: relative;
  z-index: 2;
}
.strip-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 14px 0;
}
.strip-block p {
  margin: 0 0px 0 12px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 25px;
  text-transform: uppercase;
}
.strip-block:nth-of-type(even) {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.header-strip .strip-block img {
  width: auto;
}
.header-strip.mobi {
  display: none;
}
.header-strip.mobi .owl-nav {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translate(0, -50%);
}
.header-strip.mobi .owl-nav button span {
  line-height: 20px;
  display: inline-block;
  font-size: 32px;
  color: #394a42;
}
.header-strip.mobi button.owl-prev {
  float: left;
}
.header-strip.mobi button.owl-next {
  float: right;
}

/****************Footer****************/

footer.site-footer {
  background: #474c55;
  padding: 80px 0 0;
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-col.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.footer-col {
  width: 25%;
}
.footer-col.information {
  width: 21%;
}
.footer-col.get-touch {
  width: 29%;
  padding: 0 7% 0 0;
}
.footer-col h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
  margin: 0 0 25px;
}
.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-col ul li {
  margin: 0 0 15px;
}
.footer-col ul li a,
.footer-col ul li p {
  color: #fff;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  text-decoration: none;
  margin: 0px;
}
.footer-col.get-touch ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px 0 19px;
  padding: 0px 0 19px;
  border-bottom: 1px solid #3c4351;
}
.footer-col.get-touch ul li:last-of-type {
  border-bottom: 0px;
  padding: 0px;
  margin: 0px;
}
.footer-col.get-touch ul li i {
  font-size: 20px;
  color: #fff;
  margin: 4px 12px 0 0px;
}
.footer-col.get-touch ul li p {
  width: 92%;
}
.footer-col > p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 20px;
}
.footer-col.subscribe form {
  position: relative;
}
.footer-col.subscribe form label {
  width: 100%;
}
.footer-col.subscribe form input {
  background: transparent;
  border-bottom: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 18px 0;
}
.footer-col.subscribe form button {
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  cursor: pointer;
}

.footer-col.subscribe form input::-webkit-input-placeholder {
  color: #fff;
}
.footer-col.subscribe form input:-moz-placeholder {
  color: #fff;
}
.footer-col.subscribe form input::-moz-placeholder {
  color: #fff;
}
.footer-col.subscribe form input:-ms-input-placeholder {
  color: #fff;
}

.copyright {
  border-top: 1px solid #3c4351;
  padding: 20px 0;
  margin: 60px 0 0;
}
.copyright p {
  color: #fff;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  text-align: center;
}
.copyright p a {
  color: #fff;
}

/*****************Home******************/

.hero-section .home_bnr_item img.mob_bnner,
.banner-section img.mob-bnr {
  display: none;
}
.banner_caption {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.hero-heading,
.bannr-heading {
  color: #fff;
  font-family: "Epilogue", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}
.banner_caption .sub-heading {
  color: #fff;
  font-family: "Epilogue", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0 45px;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.banner_caption a {
  display: inline-block;
  border-radius: 60px;
  background: #d81921;
  padding: 15px 35px;
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
}
.strip-wrapper {
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  margin: 0 0 100px;
}
.strip-itms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 14px 0;
  border-right: 1px dashed #cbc8c8;
}
.strip-itms p {
  color: #454545;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  text-transform: capitalize;
  margin: 0 0 0 15px;
}
.strip-itms:last-of-type {
  border-right: 0px;
}
.windows-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 95px;
}
.windws-contnt {
  width: calc(50% - 0px);
  padding: 0 15px 0 0;
}
.windows-image {
  width: calc(50% - 0px);
  text-align: right;
}
.hding-content h1 {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  margin: 0 0 20px;
}
.windws-contnt p {
  color: #747474;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.windws-contnt ul {
  margin: 40px 0 0;
  padding: 0px 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*border-top: 1px solid #E3E3E3;*/
}
.windws-contnt ul li {
  width: calc(33.33%);
  text-align: center;
  margin: 0px;
  /*margin: 0 80px 0 0px;*/
}
.windws-contnt ul li:last-of-type {
  margin: 0px;
}
.count-numbr {
  width: 100px;
  height: 100px;
  border: 6px solid #d81921;
  border-radius: 50%;
  line-height: 85px;
  color: #000;
  text-align: center;
  font-size: 23px !important;
  font-style: normal;
  font-weight: 700;
  position: relative;
  margin: 0 auto 0;
}
.windws-contnt ul li strong {
  display: inline-block;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin: 15px 0 0;
}
.links-btn {
  margin: 48px 0px 0;
}
.links-btn a {
  margin: 0 25px 0 0;
}
.google-revws h2 {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}

.google-revws > img {
  margin-bottom: 20px;
}
.hding-content h2 {
  color: #1a0c01;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 20px;
}
.our-services {
  padding: 90px 0 100px;
}
.srvices-wrappr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.srvice-block {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.09);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.srvic-contnt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
}
.srvic-contnt ul {
  flex-grow: 1;
}
.srvic-contnt {
  padding: 30px 0 40px 28px;
}
.srvic-contnt h3 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 18px;
}
.srvic-contnt p {
  color: #747474;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 25px;
}
.srvic-contnt ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.srvic-contnt ul li {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0 0 0 33px;
}
.srvic-contnt ul li:before {
  content: "";
  display: inline-block;
  background: url(images/check-circle.jpg) no-repeat;
  width: 23px;
  height: 23px;
  background-size: cover;
  vertical-align: middle;
  margin: -4px 10px 0 -33px;
}
.srvic-contnt a {
  display: inline-block;
  border-radius: 60px;
  border: 1px solid #d81921;
  padding: 11px 0px;
  color: #d81921;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin: 10px 0 0;
  text-decoration: none;
  width: 145px;
}
.srvic-contnt a:hover {
  border: 1px solid #474c55;
  color: #474c55;
}
.pick-heading a:hover {
  color: #474c55;
}
.window-itms {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.09);
  margin: 0 15px 20px;
  padding: 0 0 25px;
  text-align: center;
}
.window-itms h4 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 15px 0 15px;
}
.window-itms p {
  color: #747474;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding: 0 4%;
  margin: 0 0 15px;
}
.window-itms a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.window-itms a:after {
  content: "\f101";
  display: inline-block;
  font-size: 16px;
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin: 0 0 0 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.window-itms a:hover {
  color: #d81921;
}
.window-itms a:hover:after {
  color: #d81921;
  margin: 0 0 0 11px;
}
.pick-section {
  margin: 0 0 100px;
}
.pick-heading {
  position: relative;
  margin: 0 0 30px;
}
.pick-heading a {
  color: #d81921;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pick-section .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
.pick-section .owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 60px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: 34px;
  line-height: 0;
}
.pick-section .owl-carousel button.owl-prev {
  float: left;
}
.pick-section .owl-carousel button.owl-next {
  float: right;
}
.request-btn {
  text-align: center;
  margin: 30px 0 0;
}
.welcome-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wlcm-contnt {
  width: calc(51% - 0px);
  background: #e9eeef;
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 0 55px;
}
.wlcm-image {
  width: calc(49% - 0px);
}
.wlcm-image img {
  width: 100%;
}
.wlcm-contnt .hding-content h2 {
  text-align: left;
}
.wlcm-contnt p {
  color: #747474;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 12px 0 48px;
}
.wlcm-contnt a {
  display: inline-block;
  border-radius: 60px;
  background: #d81921;
  padding: 11px 41px;
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
}
.contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 0 100px;
}
.contact-info {
  width: calc(33% - 0px);
  background: #f6f6f6;
  padding: 65px 45px 0;
}
.contact-form {
  width: calc(67% - 0px);
  border: 1px solid #ededed;
  padding: 65px 100px 20px;
}
.contact-info h2,
.contact-form h3,
.request-form h3 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  margin: 0 0 35px;
}
.contact-form h3,
.request-form h3 {
  text-align: center;
}
.contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: start;
}
.contact-info > ul {
  margin-left: 30px;
}
.contact-info > ul > li {
  margin: 52px 0 65px;
}
.info-dtls {
  margin: 0 0 0 25px;
}
.info-dtls h5 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 12px;
}
.info-dtls ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.info-dtls a,
.info-dtls p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  margin: 0px;
}
.info-dtls a:hover,
.footer-col ul li a:hover {
  color: #d81921;
}
.info-dtls ul li:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 13px;
  background: #474c55;
  margin: 4px 12px 0 10px;
}
.contact-form form.wpcf7-form input,
.contact-form form.wpcf7-form textarea,
.request-form form.wpcf7-form input,
.request-form form.wpcf7-form textarea {
  width: 100%;
  border: 1px solid #dee0e0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 18px;
}
.contact-form form.wpcf7-form textarea,
.request-form form.wpcf7-form textarea {
  height: 170px;
}
.contact-form form.wpcf7-form p,
.request-form form.wpcf7-form p {
  margin: 0 0 20px;
}
.contact-form form.wpcf7-form .row + p,
.request-form form.wpcf7-form .row + p {
  text-align: center;
}
.contact-form form.wpcf7-form input.wpcf7-submit,
.request-form form.wpcf7-form input.wpcf7-submit {
  display: inline-block;
  border-radius: 60px;
  background: #d81921;
  padding: 13px 41px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  font-family: "DM Sans", sans-serif;
  border: none;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wpcf7-spinner {
  display: block;
  margin: 0 auto 0;
}

input::-webkit-input-placeholder {
  color: #575757;
  text-shadow: 0px 0px 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
input:-moz-placeholder {
  color: #575757;
  text-shadow: 0px 0px 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
input::-moz-placeholder {
  color: #575757;
  text-shadow: 0px 0px 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
input:-ms-input-placeholder {
  color: #575757;
  text-shadow: 0px 0px 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

textarea::-webkit-input-placeholder {
  color: #575757;
  text-shadow: 0px 0px 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
textarea:-moz-placeholder {
  color: #575757;
  text-shadow: 0px 0px 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
textarea::-moz-placeholder {
  color: #575757;
  text-shadow: 0px 0px 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
textarea:-ms-input-placeholder {
  color: #575757;
  text-shadow: 0px 0px 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/*****************Residential*****************/

.banner-section {
  position: relative;
}
.caption-wrappr {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 43%;
}
.caption-wrappr p {
  color: #fff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  font-family: "Epilogue", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin: 30px 0 45px;
}
.caption-wrappr ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.caption-wrappr ul li {
  color: #fff;
  font-family: "Epilogue", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  margin: 0 0 26px;
  padding: 0 0 0 25px;
}
.caption-wrappr ul li:before {
  content: "";
  display: inline-block;
  background: url(images/banr-check.png) no-repeat;
  width: 32px;
  height: 32px;
  background-size: cover;
  vertical-align: middle;
  margin: -4px 15px 0 -25px;
}
.banner-links {
  margin: 38px 0 0;
}
.banner-links a,
.links-btn a,
.request-btn a {
  display: inline-block;
  border-radius: 60px;
  background: #d81921;
  padding: 13px 35px;
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  /*    text-transform: capitalize;*/
}
.banner-links a.bnr-c-btn {
  border-radius: 60px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  padding: 11px 50px;
  font-weight: 600;
  margin: 0 25px 0 0;
}
.banner-links a.bnr-c-btn:hover,
.links-btn.resines a.bnr-c-btn:hover {
  background: #474c55;
  border: 1px solid #474c55;
  color: #fff;
}
.request-form {
  background: #f6f6f6;
  max-width: 1056px;
  width: 100%;
  margin: 100px auto 100px;
  padding: 65px 130px 20px;
}
.windws-contnt-bottom {
  margin-top: 30px;
}
.windws-contnt-bottom p:last-child {
  margin-bottom: 0;
}
.windws-list ul {
  padding: 0;
  border: none;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.windws-contnt .windws-list ul li {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  margin: 0px 16px 15px;
  display: inline-block;
  width: calc(50% - 32px);
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ececec;
  padding: 0 0 15px 32px;
}
.windws-list ul li:before {
  content: "";
  display: inline-block;
  background: url(images/check-red.jpg) no-repeat;
  width: 28px;
  height: 26px;
  background-size: cover;
  vertical-align: middle;
  margin: -4px 10px 0 -35px;
}
.windws-list ul li:nth-of-type(n + 5) {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.banner-links a.bnr-c-btn {
  border-radius: 60px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  padding: 11px 50px;
  font-weight: 600;
  margin: 0 25px 0 0;
}
.links-btn.resines a.bnr-c-btn {
  background: transparent;
  border: 1px solid #d81921;
  color: #d81921;
  font-size: 22px;
  font-weight: 700;
  padding: 9px 50px;
  margin-right: 25px;
}
.windws-contnt p strong {
  display: block;
  color: #010101;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.pick-section .window-itms img {
  height: 251px;
  object-fit: cover;
  object-position: center;
}
#mg-wprm-wrap li.menu-item-has-children ul.sub-menu a {
  text-transform: capitalize;
}
/******************About******************/

.page-template-about-us .banner-section {
  margin-bottom: 100px;
}
.page-template-about-us .hding-content h1 {
  font-size: 50px;
  line-height: normal;
}
.page-template-about-us .request-form {
  margin-top: 0;
}

/*****************Contact***************/

.map-section {
  text-align: center;
  line-height: 0;
}
.map-section h3 {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  margin: 0 0 30px;
}
.map-section iframe {
  width: 100%;
}

/***************PopUp-Form*****************/

.modal .modal-dialog {
  max-width: 1056px;
  width: 100%;
  margin: 100px auto 100px;
}
.modal .modal-dialog .modal-content {
  background: #d81921;
  border-radius: 0px;
}
.modal .modal-dialog .modal-content .modal-header {
  text-align: center;
  border: none;
  margin: 45px 0 18px;
}
.modal .modal-dialog .modal-header h5 {
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /*    text-transform: capitalize;*/
}
.modal .modal-dialog .modal-body {
  padding: 0px 130px 20px;
}
.modal .modal-dialog .modal-body form.wpcf7-form input,
.modal .modal-dialog .modal-body form.wpcf7-form textarea {
  width: 100%;
  border: 1px solid #dee0e0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 18px;
  border-radius: 2px;
}
.modal .modal-dialog .modal-body form.wpcf7-form textarea {
  height: 170px;
}
.modal .modal-dialog .modal-body form.wpcf7-form p {
  margin: 0 0 20px;
}
.modal .modal-dialog .modal-body form.wpcf7-form .row + p {
  text-align: center;
}
.modal .modal-dialog .modal-body form.wpcf7-form input.wpcf7-submit {
  display: inline-block;
  border-radius: 60px;
  background: #070707;
  padding: 13px 41px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  font-family: "DM Sans", sans-serif;
  border: none;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.modal .modal-dialog .modal-body form.wpcf7-form input.wpcf7-submit:hover {
  background: #474c55;
}
.modal .modal-dialog .modal-header button.close {
  margin: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
  font-weight: 100;
  font-size: 26px;
}
.modal .modal-dialog .modal-header button.close span {
  display: block;
  line-height: 0;
  margin: -2px 0 0;
}

.ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper {
  margin: 0;
  padding: 30px 0 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.ti-widget.ti-goog .ti-reviews-container-wrapper .ti-review-item.source-Google {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
  min-height: 100%;
}
.ti-widget.ti-goog
  .ti-reviews-container-wrapper
  .ti-review-item.source-Google
  .ti-inner {
  border-radius: 5px !important;
  background: #e9eeef !important;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  border: none !important;
  padding: 28px 30px 45px !important;
  height: 100%;
  backdrop-filter: none;
}
.ti-widget.ti-goog
  .ti-reviews-container-wrapper
  .ti-review-item.source-Google
  .ti-inner
  .ti-profile-img {
  margin: 0 20px 0 0 !important;
}
.ti-widget.ti-goog
  .ti-reviews-container-wrapper
  .ti-review-item.source-Google
  .ti-inner
  .ti-profile-img
  img {
  width: 60px !important;
  height: 60px !important;
}
.ti-widget.ti-goog
  .ti-reviews-container-wrapper
  .ti-review-item.source-Google
  .ti-inner
  .ti-name {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding: 0;
  margin: 0 0 10px;
}
.ti-widget.ti-goog
  .ti-reviews-container-wrapper
  .ti-review-item.source-Google
  .ti-inner
  .ti-date {
  color: #808080;
  font-family: "DM Sans", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
}
.ti-widget.ti-goog
  .ti-reviews-container-wrapper
  .ti-review-item.source-Google
  .ti-inner
  .ti-review-content {
  color: #676767;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.ti-widget.ti-goog
  .ti-reviews-container-wrapper
  .ti-review-item.source-Google
  .ti-inner
  .ti-review-header:after,
.ti-widget.ti-goog .ti-widget-container .ti-footer {
  display: none;
}
.ti-widget.ti-goog
  .ti-reviews-container-wrapper
  .ti-review-item.source-Google
  .ti-inner
  span.ti-stars {
  margin-bottom: 12px;
  margin-top: 22px;
}
.ti-widget.ti-goog
  .ti-reviews-container-wrapper
  .ti-review-item.source-Google
  .ti-inner
  span.ti-stars
  span.ti-star.f {
  margin: 0 5px 0 0 !important;
  width: 15.5px;
  height: 16px;
}
.ti-widget.ti-goog .ti-reviews-container .ti-controls-dots {
  display: block;
  margin: 30px 0 0;
}
.ti-widget.ti-goog .ti-reviews-container .ti-controls-dots .dot {
  opacity: 0.6;
  margin: 0 5px 0;
}
.ti-widget.ti-goog .ti-reviews-container .ti-controls-dots .dot.active {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #d81921;
  line-height: 0;
  vertical-align: middle;
}
.window-itms p:empty {
  display: none;
}
.banner-section img {
  width: 100%;
}
.ti-widget.ti-goog .ti-widget-container {
  margin: 0 !important;
}
.google-revws {
  margin-bottom: 95px;
}
.page-template-home .google-revws {
  margin-bottom: 0px;
}

/*****************Thank-You*****************/

.page-template-thank-you header.site-header {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.thanku-sect {
  max-width: 1328px;
  width: 100%;
  margin: 100px auto 100px;
  text-align: center;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}
.thanku-sect img {
  margin: 80px 0 40px;
}
.thanku-sect h1 {
  color: #000;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 134px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px;
  margin: 50px 0 50px;
}
.thanku-sect p {
  color: #d81921;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.contact-soon {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: #d81921;
  margin: 115px 0 0;
  padding: 21px 0;
}
div#exampleModal {
  padding: 0 !important;
}

.modal-open header.site-header,
html body.modal-open div#wprmenu_bar {
  z-index: 1;
}
.main-navigation ul.menu.nav-menu ul.sub-menu {
  width: 250px;
  display: inline-block;
  background: #d81921;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-navigation ul.menu.nav-menu ul.sub-menu li {
  margin: 0;
  border-bottom: 1px solid #fff;
}
.main-navigation ul.menu.nav-menu ul.sub-menu li:last-of-type {
  border: none;
}
.main-navigation ul.menu.nav-menu ul.sub-menu li a {
  font-size: 16px;
  /*text-transform: capitalize;*/
  font-weight: normal;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
}
html body .wprm-overlay.active {
  position: static;
}
.links-btn.resines a {
  margin: 0;
}
.modal .modal-dialog .modal-body .wpcf7 form.invalid .wpcf7-response-output,
.modal .modal-dialog .modal-body .wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
}
.modal .modal-dialog .modal-body .wpcf7-not-valid-tip {
  color: #fff;
}

.hdr-social ul li:last-of-type {
  display: none;
}

.residential-galley button.wplg_gallery_loadmore {
  display: inline-block;
  border-radius: 60px;
  background: #d81921;
  padding: 12px 40px !important;
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px !important;
  font-style: normal;
  text-decoration: none;
  text-transform: capitalize;
  height: auto !important;
  line-height: normal !important;
}

.residential-galley button.wplg_gallery_loadmore:hover {
  display: inline-block;
  border-radius: 60px;
  background: #474c55 !important;
  padding: 12px 40px !important;
  color: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px !important;
  font-style: normal;
  text-decoration: none;
  text-transform: capitalize;
  height: auto !important;
  line-height: normal !important;
}

.residential-galley button.wplg_gallery_loadmore {
  border: none;
}
.widget-review {
  position: fixed;
  right: 0px;
  z-index: 9;
  top: 320px;
}
.widget-review .ti-profile-img {
  display: none;
}

.widget-review .ti-widget-container .ti-profile-details .ti-name {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.widget-review
  .ti-widget[data-layout-id="23"][data-set-id="light-background"]
  a.ti-header {
  border-radius: 5px;
  border: 2px solid #f5c8aa !important;
  background: #fcf1e9 !important;
  padding: 8px 12px;
}
.widget-review
  .ti-widget[data-layout-id="23"][data-set-id="light-background"]
  .ti-rating-text {
  font-size: 12px;
}
.google-revws h2.text-center {
  color: #1a0c01;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 20px;
}
.google-revws {
  margin: 70px 0;
}
.modal-content iframe {
  height: 618px !important;
}
/* .modal .modal-dialog .modal-content {
    height: 724px;
} */
.modal-conten .form-builder--item .error {
  color: #fff !important;
}
.modal .modal-dialog .modal-content .captcha-image label > input:checked + svg,
.modal .modal-dialog .modal-content .captcha-image label > input:focus + svg {
  border: 2px solid #fff;
}
/*******************Responsive********************/

@media (max-width: 1800px) and (min-width: 1441px) {
  .container {
    width: 87%;
  }

  /******************Header*******************/

  .main-navigation li {
    margin: 0 9px 0;
  }
  .hdr-info ul li a {
    font-size: 15.35px;
  }
  .hdr-social ul li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .headr-wrapper {
    padding: 20px 0;
  }
  .header-logo {
    width: 170px;
  }
  .main-navigation a {
    font-size: 16px;
  }
  .request-link a {
    padding: 11px 15px;
    font-size: 14.5px;
  }
  .strip-block p {
    font-size: 15px;
  }
  .strip-block {
    padding: 8px 0;
  }
  .header-strip {
    margin: 0 0 -49px;
  }
  .main-navigation ul.menu.nav-menu ul.sub-menu {
    width: 225px;
  }
  .main-navigation ul.menu.nav-menu > li.menu-item-has-children > a:after {
    font-size: 13px;
    margin: 0 0 0 6px;
  }
  .main-navigation ul.menu.nav-menu ul.sub-menu li a {
    font-size: 15px;
  }

  /*****************Footer*****************/

  footer.site-footer {
    padding: 60px 0 0;
  }
  .footer-col h3 {
    font-size: 21px;
    margin: 0 0 20px;
  }
  .footer-col ul li a,
  .footer-col ul li p {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-col.get-touch ul li i {
    font-size: 18px;
  }
  .copyright p {
    font-size: 15px;
    line-height: 25px;
  }
  .copyright {
    padding: 15px 0;
    margin: 40px 0 0;
  }
  .footer-col {
    width: 16%;
  }
  .footer-col.information {
    width: 24%;
    padding: 0 0 0 4%;
  }
  .footer-col.get-touch {
    width: 35%;
    padding: 0 3% 0 0;
  }
  .footer-col.subscribe {
    width: 23%;
  }
  .footer-col.get-touch ul li {
    margin: 0px 0 15px;
    padding: 0px 0 15px;
  }
  .footer-col > p {
    margin: 0 0 10px;
  }

  /******************Home******************/

  .hero-heading,
  .bannr-heading {
    font-size: 45px;
    line-height: 62px;
  }
  .banner_caption .sub-heading {
    font-size: 34px;
    margin: 20px 0 40px;
  }
  .banner_caption a {
    font-size: 16px;
    padding: 12px 27px;
  }
  .strip-itms {
    padding: 0px;
  }
  .strip-itms p {
    font-size: 14px;
    line-height: 25px;
  }
  .hding-content h1,
  .page-template-about-us .hding-content h1 {
    font-size: 40px;
    line-height: 52px;
    margin: 0 0 15px;
  }
  .windws-contnt p {
    font-size: 15.5px;
    line-height: 28px;
  }
  .count-numbr {
    width: 85px;
    height: 85px;
    border: 4px solid #d81921;
    line-height: 80px;
    font-size: 19px !important;
  }
  .page-template-home .windws-contnt ul {
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
  /*.windws-contnt ul li{margin: 0 50px 0 0px;}*/
  .windws-contnt ul li strong {
    font-size: 16px;
    margin: 12px 0 0;
  }
  .links-btn {
    margin: 35px 0px 0;
  }
  .links-btn a {
    margin: 0 10px 0 0;
  }
  .banner-links a,
  .links-btn a,
  .request-btn a {
    font-size: 16px;
    padding: 12px 28px;
  }
  .windows-image {
    padding: 0 0 0 16px;
  }
  .strip-wrapper {
    margin: 0 0 60px;
  }
  .windows-sect {
    margin: 0 0 60px;
  }
  .google-revws h2 {
    font-size: 28px;
    margin: 0 0 15px;
  }
  .google-revws img {
    width: 245px;
  }
  .our-services {
    padding: 55px 0 60px;
  }
  .srvic-contnt {
    padding: 20px 20px 30px;
  }
  .srvic-contnt h3 {
    font-size: 19px;
    margin: 0 0 12px;
  }
  .hding-content h2 {
    font-size: 40px;
  }
  .srvic-contnt p {
    font-size: 15.5px;
    line-height: 28px;
    margin: 0 0 15px;
  }
  .srvic-contnt ul li {
    font-size: 15.5px;
    margin: 0 0 10px;
    padding: 0 0 0 33px;
  }
  .srvic-contnt ul li:before {
    width: 22px;
    height: 22px;
    margin: -4px 10px 0 -33px;
  }
  .srvic-contnt a {
    padding: 8px 0px;
    font-size: 16px;
  }
  .pick-heading {
    margin: 0 0 23px;
  }
  .pick-heading a {
    font-size: 17px;
  }
  .window-itms h4 {
    font-size: 16.35px;
  }
  .window-itms p {
    font-size: 15.5px;
    line-height: 25px;
  }
  .window-itms a {
    font-size: 16.35px;
  }
  .window-itms a:after {
    font: 14px;
  }
  .request-btn {
    margin: 15px 0 0;
  }
  .pick-section {
    margin: 0 0 60px;
  }
  .wlcm-contnt p {
    font-size: 15.5px;
    line-height: 28px;
    margin: 0 0 25px;
  }
  .wlcm-contnt a {
    font-size: 16px;
    padding: 10px 35px;
  }
  .contact-info {
    padding: 40px 40px 0;
  }
  .contact-info > ul {
    margin-left: 15px;
  }
  .contact-info h2,
  .contact-form h3,
  .request-form h3,
  .map-section h3 {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 25px;
  }
  .contact-info > ul > li {
    margin: 40px 0 45px;
  }
  .info-dtls {
    width: 82%;
  }
  .info-dtls h5 {
    font-size: 18px;
  }
  .info-dtls {
    margin: 0 0 0 18px;
  }
  .contact-info ul li img {
    width: 36px;
  }
  .contact-form {
    padding: 40px 60px 0px;
  }
  .contact-form form.wpcf7-form input,
  .contact-form form.wpcf7-form textarea,
  .request-form form.wpcf7-form input,
  .request-form form.wpcf7-form textarea {
    font-size: 16px;
    padding: 13px 18px;
  }
  .contact-form form.wpcf7-form input.wpcf7-submit,
  .request-form form.wpcf7-form input.wpcf7-submit {
    font-size: 16px;
    padding: 12px 35px;
  }
  .contact-wrapper {
    padding: 60px 0 60px;
  }
  .wlcm-contnt {
    padding: 20px 35px 20px 40px;
  }
  .wlcm-image img {
    height: 100%;
    object-fit: cover;
  }
  .windws-list ul li:before {
    width: 25px;
    height: 23px;
    margin: -4px 10px 0 -35px;
  }
  .ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper {
    padding-top: 25px;
  }
  .ti-widget.ti-goog .ti-reviews-container .ti-controls-dots {
    margin: 18px 0 0;
  }

  /****************Residential*******************/

  .caption-wrappr p {
    font-size: 21px;
    line-height: 30px;
    margin: 20px 0 30px;
  }
  .caption-wrappr ul li {
    font-size: 16.5px;
    margin: 0 0 15px;
  }
  .caption-wrappr ul li:before {
    width: 26px;
    height: 26px;
    margin: -4px 10px 0 -25px;
  }
  .banner-links {
    margin: 30px 0 0;
  }
  .banner-links a.bnr-c-btn {
    font-size: 17px;
    padding: 10px 40px;
    margin: 0 12px 0 0;
  }
  .windws-contnt .windws-list ul li {
    font-size: 16.5px;
    margin: 0px 5px 15px;
    width: calc(50% - 18px);
  }
  .windws-contnt ul {
    margin: 30px 0 0;
  }
  .links-btn.resines a.bnr-c-btn {
    font-size: 17px;
    padding: 10px 35px;
    margin-right: 15px;
  }
  .request-form {
    max-width: 785px;
    margin: 60px auto 60px;
    padding: 50px 85px 15px;
  }
  .page-template-about-us .banner-section {
    margin-bottom: 60px;
  }
  .windws-contnt p strong {
    font-size: 16.5px;
  }
  .map-section iframe {
    height: 500px;
  }

  /****************Residential*******************/

  .google-revws {
    margin-bottom: 60px;
  }

  /******************PopUp-Form******************/

  .modal .modal-dialog {
    width: 55%;
  }
  .modal .modal-dialog .modal-body {
    padding: 0px 80px 15px;
  }
  .modal .modal-dialog .modal-content .modal-header {
    margin: 30px 0 15px;
  }
  .modal .modal-dialog .modal-header h5 {
    font-size: 32px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form input,
  .modal .modal-dialog .modal-body form.wpcf7-form textarea {
    font-size: 16.5px;
    padding: 13px 18px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form textarea {
    height: 150px;
  }
  .modal .modal-dialog .modal-header button.close {
    width: 37px;
    height: 37px;
    font-size: 26px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form input.wpcf7-submit {
    font-size: 15.5px;
    padding: 13px 40px;
  }

  /******************Thank-You*******************/

  .thanku-sect {
    margin: 55px auto 55px;
    width: 60%;
  }
  .thanku-sect img {
    margin: 50px 0 0px;
    width: 180px;
  }
  .thanku-sect h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 35px 0 25px;
  }
  .thanku-sect p {
    font-size: 25px;
  }
  .contact-soon {
    font-size: 17.5px;
    margin: 45px 0 0;
    padding: 15px 0;
  }
  .pick-section .window-itms img {
    height: auto;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1200px) {
  .container {
    width: 90%;
  }

  /******************Header*******************/

  .hdr-info ul li a {
    font-size: 15.35px;
  }
  .hdr-social ul li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .headr-wrapper {
    padding: 20px 0;
  }
  .header-logo {
    width: 140px;
  }
  /*.hdr-menubar {order: 3; width: 100%; margin: 15px 0 0;}*/
  .main-navigation ul.menu.nav-menu {
    justify-content: space-between;
  }
  .main-navigation a {
    font-size: 14.3px;
  }
  .request-link a {
    padding: 11px 12px;
    font-size: 12.2px;
  }
  .strip-block p {
    font-size: 13px;
  }
  .strip-block {
    padding: 8px 0;
  }
  .header-strip {
    margin: 0 0 -49px;
  }
  .hdr-menubar {
    width: 70%;
  }
  .main-navigation li {
    margin: 0 0px 0;
  }
  .main-navigation ul.menu.nav-menu ul.sub-menu {
    width: 220px;
  }
  .main-navigation ul.menu.nav-menu > li.menu-item-has-children > a:after {
    font-size: 13px;
    margin: 0 0 0 6px;
  }
  .main-navigation ul.menu.nav-menu ul.sub-menu li a {
    font-size: 15px;
  }

  /*****************Footer*****************/

  footer.site-footer {
    padding: 60px 0 0;
  }
  .footer-col h3 {
    font-size: 21px;
    margin: 0 0 20px;
  }
  .footer-col ul li a,
  .footer-col ul li p {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-col.get-touch ul li i {
    font-size: 18px;
  }
  .copyright p {
    font-size: 15px;
    line-height: 25px;
  }
  .copyright {
    padding: 15px 0;
    margin: 40px 0 0;
  }
  .footer-col {
    width: 16%;
  }
  .footer-col.information {
    width: 24%;
    padding: 0 0 0 4%;
  }
  .footer-col.get-touch {
    width: 35%;
    padding: 0 3% 0 0;
  }
  .footer-col.subscribe {
    width: 23%;
  }
  .footer-col.get-touch ul li {
    margin: 0px 0 15px;
    padding: 0px 0 15px;
  }
  .footer-col > p {
    margin: 0 0 10px;
  }

  /******************Home******************/

  .hero-heading,
  .bannr-heading {
    font-size: 35px;
    line-height: 50px;
  }
  .banner_caption .sub-heading {
    font-size: 25px;
    margin: 20px 0 35px;
  }
  .banner_caption a {
    font-size: 16px;
    padding: 12px 27px;
  }
  .strip-itms {
    padding: 0px;
  }
  .strip-itms p {
    font-size: 12px;
    line-height: 25px;
  }
  .hding-content h1,
  .page-template-about-us .hding-content h1 {
    font-size: 35px;
    line-height: 50px;
    margin: 0 0 15px;
  }
  .windws-contnt p {
    font-size: 15.5px;
    line-height: 28px;
  }
  .count-numbr {
    width: 80px;
    height: 80px;
    border: 4px solid #d81921;
    line-height: 75px;
    font-size: 18px !important;
  }
  .page-template-home .windws-contnt ul {
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
  /*.windws-contnt ul li{margin: 0 25px 0 0px;}*/
  .windws-contnt ul li strong {
    font-size: 13px;
    margin: 12px 0 0;
  }
  .links-btn {
    margin: 30px 0px 0;
  }
  .links-btn a {
    margin: 0 10px 0 0;
  }
  .banner-links a,
  .links-btn a,
  .request-btn a {
    font-size: 16px;
    padding: 12px 28px;
  }
  .windows-image {
    padding: 0 0 0 16px;
  }
  .strip-wrapper {
    margin: 0 0 60px;
  }
  .windows-sect {
    margin: 0 0 60px;
  }
  .google-revws h2 {
    font-size: 28px;
    margin: 0 0 13px;
  }
  .our-services {
    padding: 55px 0 60px;
  }
  .srvic-contnt {
    padding: 20px 20px 30px;
  }
  .srvic-contnt h3 {
    font-size: 19px;
    margin: 0 0 12px;
  }
  .hding-content h2 {
    font-size: 35px;
  }
  .srvic-contnt p {
    font-size: 15.5px;
    line-height: 28px;
    margin: 0 0 15px;
  }
  .srvic-contnt ul li {
    font-size: 15.5px;
    margin: 0 0 10px;
    padding: 0 0 0 33px;
  }
  .srvic-contnt ul li:before {
    width: 22px;
    height: 22px;
    margin: -4px 10px 0 -33px;
  }
  .srvic-contnt a {
    padding: 8px 0px;
    font-size: 16px;
  }
  .pick-heading {
    margin: 0 0 23px;
  }
  .pick-heading a {
    font-size: 17px;
  }
  .window-itms h4 {
    font-size: 16px;
  }
  .window-itms p {
    font-size: 15px;
    line-height: 25px;
  }
  .window-itms a {
    font-size: 16px;
  }
  .window-itms a:after {
    font: 14px;
  }
  .request-btn {
    margin: 15px 0 0;
  }
  .pick-section {
    margin: 0 0 60px;
  }
  .wlcm-contnt p {
    font-size: 15.5px;
    line-height: 28px;
    margin: 0 0 25px;
  }
  .wlcm-contnt a {
    font-size: 16px;
    padding: 10px 35px;
  }
  .contact-info {
    padding: 40px 40px 0;
  }
  .contact-info > ul {
    margin-left: 15px;
  }
  .contact-info h2,
  .contact-form h3,
  .request-form h3,
  .map-section h3 {
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 25px;
  }
  .contact-info > ul > li {
    margin: 33px 0;
  }
  .info-dtls {
    width: 82%;
  }
  .info-dtls h5 {
    font-size: 18px;
  }
  .info-dtls {
    margin: 0 0 0 18px;
  }
  .contact-info ul li img {
    width: 36px;
  }
  .contact-form {
    padding: 40px 60px 0px;
  }
  .contact-form form.wpcf7-form input,
  .contact-form form.wpcf7-form textarea,
  .request-form form.wpcf7-form input,
  .request-form form.wpcf7-form textarea {
    font-size: 16px;
    padding: 13px 18px;
  }
  .contact-form form.wpcf7-form input.wpcf7-submit,
  .request-form form.wpcf7-form input.wpcf7-submit {
    font-size: 16px;
    padding: 12px 35px;
  }
  .contact-wrapper {
    padding: 60px 0 60px;
  }
  .wlcm-contnt {
    padding: 20px 35px 35px 40px;
  }
  .wlcm-image img {
    height: 100%;
    object-fit: cover;
  }
  .windws-list ul li:before {
    width: 25px;
    height: 23px;
    margin: -4px 10px 0 -35px;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-name {
    font-size: 18px;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-date {
    font-size: 15px !important;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-review-content {
    font-size: 15px;
    line-height: 28px;
  }
  .ti-widget.ti-goog .ti-reviews-container .ti-controls-dots {
    margin: 15px 0 0;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-profile-img
    img {
    width: 52px !important;
    height: 52px !important;
  }
  .google-revws img {
    width: 245px;
  }
  .ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper {
    padding: 23px 0 20px;
  }

  /****************Residential*******************/

  .caption-wrappr p {
    font-size: 19px;
    line-height: 28px;
    margin: 16px 0 26px;
  }
  .caption-wrappr ul li {
    font-size: 16.5px;
    margin: 0 0 15px;
  }
  .caption-wrappr ul li:before {
    width: 26px;
    height: 26px;
    margin: -4px 10px 0 -25px;
  }
  .banner-links {
    margin: 30px 0 0;
  }
  .banner-links a.bnr-c-btn {
    font-size: 17px;
    padding: 10px 40px;
    margin: 0 12px 0 0;
  }
  .windws-contnt .windws-list ul li {
    font-size: 16.5px;
    margin: 0px 5px 15px;
    width: calc(50% - 18px);
  }
  .windws-contnt ul {
    margin: 30px 0 0;
  }
  .links-btn.resines a.bnr-c-btn {
    font-size: 17px;
    padding: 10px 35px;
    margin-right: 15px;
  }
  .request-form {
    max-width: 785px;
    margin: 60px auto 60px;
    padding: 50px 85px 15px;
  }
  .page-template-about-us .banner-section {
    margin-bottom: 60px;
  }
  .windws-contnt p strong {
    font-size: 16.5px;
  }
  .map-section iframe {
    height: 400px;
  }
  .google-revws {
    margin-bottom: 57px;
  }

  /******************PopUp-Form******************/

  .modal .modal-dialog {
    width: 60%;
  }
  .modal .modal-dialog .modal-body {
    padding: 0px 65px 10px;
  }
  .modal .modal-dialog .modal-content .modal-header {
    margin: 25px 0 15px;
  }
  .modal .modal-dialog .modal-header h5 {
    font-size: 30px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form input,
  .modal .modal-dialog .modal-body form.wpcf7-form textarea {
    font-size: 16.5px;
    padding: 13px 18px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form textarea {
    height: 135px;
  }
  .modal .modal-dialog .modal-header button.close {
    width: 37px;
    height: 37px;
    font-size: 26px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form input.wpcf7-submit {
    font-size: 15.5px;
    padding: 12px 37px;
  }

  /******************Thank-You*******************/

  .thanku-sect {
    margin: 55px auto 55px;
    width: 60%;
  }
  .thanku-sect img {
    margin: 50px 0 0px;
    width: 180px;
  }
  .thanku-sect h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 35px 0 25px;
  }
  .thanku-sect p {
    font-size: 25px;
  }
  .contact-soon {
    font-size: 17.5px;
    margin: 45px 0 0;
    padding: 15px 0;
  }
  .pick-section .window-itms img {
    height: auto;
  }
  .google-revws h2.text-center {
    font-size: 30px;
  }
  .google-revws {
    margin: 60px 0;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /***************Header*****************/

  .hdr-info ul li a {
    font-size: 16px;
  }
  .hdr-contact i {
    font-size: 17px;
    margin: 0 10px 0 0;
  }
  .header-logo {
    width: 145px;
  }
  .request-link a {
    padding: 11px 18px;
    font-size: 14.5px;
  }
  .hdr-menubar {
    order: 3;
    width: 100%;
    margin: 13px 0 0;
  }
  .main-navigation ul.menu.nav-menu {
    justify-content: space-between;
  }
  .main-navigation a {
    font-size: 16px;
  }
  .headr-wrapper {
    padding: 15px 0;
  }
  .header-strip {
    margin: 0 0 -49px;
  }
  .strip-block {
    padding: 8px 0;
  }
  .strip-block p {
    font-size: 14.5px;
  }
  .main-navigation li {
    margin: 0px;
  }
  .main-navigation ul.menu.nav-menu ul.sub-menu {
    width: 215px;
  }
  .main-navigation ul.menu.nav-menu > li.menu-item-has-children > a:after {
    font-size: 13px;
    margin: 0 0 0 5px;
  }
  .main-navigation ul.menu.nav-menu ul.sub-menu li a {
    font-size: 15px;
  }

  /**************Footer**************/

  footer.site-footer {
    padding: 55px 0 0;
  }
  .footer-col.logo {
    width: 18%;
  }
  .footer-col.information {
    width: 26%;
    padding: 0 0 0 40px;
  }
  .footer-col.get-touch {
    width: 30%;
    padding: 0 3% 0 0;
  }
  .footer-col {
    width: 25%;
  }
  .footer-col h3 {
    font-size: 21px;
    margin: 0 0 20px;
  }
  .footer-col ul li {
    margin: 0 0 12px;
  }
  .footer-col ul li a,
  .footer-col ul li p {
    font-size: 15.5px;
    line-height: 26px;
  }
  .footer-col.get-touch ul li p {
    width: 88%;
  }
  .footer-col.get-touch ul li {
    margin: 0px 0 13px;
    padding: 0px 0 13px;
  }
  .footer-col.get-touch ul li i {
    font-size: 18.5px;
  }
  .footer-col > p {
    font-size: 15.5px;
    margin: 0 0 10px;
  }
  .footer-col.subscribe form input {
    padding: 15px 0;
  }
  .copyright {
    padding: 13px 0;
    margin: 35px 0 0;
  }
  .copyright p {
    font-size: 15.5px;
  }

  /****************Home****************/

  .hero-heading,
  .bannr-heading {
    font-size: 30px;
    line-height: 42px;
  }
  .banner_caption .sub-heading {
    font-size: 22px;
    margin: 16px 0 35px;
  }
  .banner_caption a {
    padding: 12px 30px;
    font-size: 16px;
  }
  .banner_caption {
    top: 52%;
  }
  .strip-itms p {
    font-size: 12px;
    margin: 0 0 0 12px;
  }
  .strip-itms {
    padding: 2px 0;
  }
  .strip-itms img {
    width: 35px;
  }
  .strip-itms:nth-of-type(3) img {
    width: 29px;
  }
  .strip-wrapper {
    margin: 0 0 55px;
  }
  .hding-content h1,
  .page-template-about-us .hding-content h1 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  .windws-contnt p {
    font-size: 15.5px;
    line-height: 28px;
  }
  .windws-contnt ul {
    margin: 20px 0 0;
    padding: 20px 0 0;
    justify-content: space-between;
  }
  .windws-contnt ul li {
    margin: 0 20px 0 0px;
  }
  .count-numbr {
    width: 85px;
    height: 85px;
    border: 4px solid #d81921;
    line-height: 75px;
    font-size: 19px !important;
  }
  .windws-contnt ul li strong {
    font-size: 15.5px;
  }
  .banner-links a,
  .links-btn a,
  .request-btn a {
    padding: 11px 28px;
    font-size: 16px;
  }
  .links-btn {
    margin: 35px 0px 0;
  }
  .links-btn a {
    margin: 0 10px 0 0;
  }
  .windows-sect {
    margin: 0 0 50px;
  }
  .google-revws h2 {
    font-size: 28px;
    margin: 0 0 12px;
  }
  .google-revws img {
    width: 240px;
  }
  .ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper {
    padding: 20px 0 20px;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-name {
    font-size: 18px;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-date {
    font-size: 15px !important;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-review-content {
    font-size: 15px;
    line-height: 27px;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-profile-img
    img {
    width: 50px !important;
    height: 50px !important;
  }
  .ti-widget.ti-goog .ti-reviews-container .ti-controls-dots {
    margin: 10px 0 0;
  }
  .our-services {
    padding: 50px 0 55px;
  }
  .srvic-contnt {
    padding: 20px 15px 35px 25px;
  }
  .srvic-contnt h3 {
    font-size: 20px;
    margin: 0 0 13px;
  }
  .srvic-contnt p {
    font-size: 15.5px;
    line-height: 28px;
    margin: 0 0 18px;
  }
  .srvic-contnt ul li {
    font-size: 16px;
    margin: 0 0 13px;
    padding: 0 0 0 28px;
  }
  .srvic-contnt ul li:before {
    width: 22px;
    height: 22px;
    margin: -4px 8px 0 -30px;
  }
  .srvic-contnt a {
    padding: 9px 0px;
    font-size: 16px;
    margin: 8px 0 0;
  }
  .hding-content h2 {
    font-size: 28px;
  }
  .pick-heading {
    margin: 0 0 20px;
  }
  .pick-heading a {
    font-size: 17px;
  }
  .window-itms h4 {
    font-size: 16px;
    margin: 15px 0 10px;
  }
  .window-itms p {
    font-size: 15.5px;
    line-height: 26px;
    margin: 0 0 10px;
  }
  .window-itms a {
    font-size: 16.5px;
  }
  .window-itms a:after {
    font-size: 15px;
  }
  .request-btn {
    margin: 15px 0 0;
  }
  .pick-section {
    margin: 0 0 55px;
  }
  .wlcm-contnt {
    padding: 20px 35px 35px;
  }
  .wlcm-contnt .hding-content h2 {
    font-size: 25px;
    margin: 0 0 15px;
  }
  .wlcm-contnt p {
    font-size: 15.5px;
    line-height: 28px;
    margin: 0 0 23px;
  }
  .wlcm-contnt a {
    padding: 10px 35px;
    font-size: 16px;
  }
  .contact-wrapper {
    padding: 55px 0 55px;
  }
  .contact-info {
    padding: 40px 40px 0;
  }
  .contact-info > ul {
    margin-left: 15px;
  }
  .contact-info > ul > li {
    margin: 35px 0 35px;
  }
  .contact-info ul li img {
    width: 38px;
  }
  .info-dtls {
    margin: 0 0 0 15px;
    width: 81%;
  }
  .info-dtls h5 {
    font-size: 18px;
  }
  .contact-form {
    padding: 40px 45px 10px;
  }
  .contact-form form.wpcf7-form input,
  .contact-form form.wpcf7-form textarea,
  .request-form form.wpcf7-form input,
  .request-form form.wpcf7-form textarea {
    font-size: 16.3px;
    padding: 12px 15px;
  }
  .contact-form form.wpcf7-form textarea,
  .request-form form.wpcf7-form textarea {
    height: 130px;
  }
  .contact-form form.wpcf7-form input.wpcf7-submit,
  .request-form form.wpcf7-form input.wpcf7-submit {
    padding: 12px 35px;
    font-size: 16px;
  }

  /*****************Contact****************/

  .contact-info h2,
  .contact-form h3,
  .request-form h3,
  .map-section h3 {
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 25px;
  }
  .map-section iframe {
    height: 330px;
  }

  /****************About*****************/

  .page-template-about-us .banner-section {
    margin-bottom: 50px;
  }
  .page-template-about-us .wlcm-contnt {
    padding-bottom: 15px;
  }
  .request-form {
    margin: 55px auto 55px;
    padding-top: 50px;
  }

  /******************Residential*******************/

  .caption-wrappr {
    width: 52%;
  }
  .caption-wrappr p {
    font-size: 20px;
    margin: 18px 0 25px;
  }
  .caption-wrappr ul li {
    font-size: 17.5px;
    margin: 0 0 12px;
    padding: 0 0 0 22px;
  }
  .caption-wrappr ul li:before {
    width: 25px;
    height: 25px;
    margin: -4px 10px 0 -25px;
  }
  .banner-links a.bnr-c-btn {
    font-size: 16px;
    padding: 10px 35px;
    margin: 0 10px 0 0;
  }
  .banner-links {
    margin: 28px 0 0;
  }
  .links-btn.resines a.bnr-c-btn {
    font-size: 16px;
    padding: 10px 30px;
    margin-right: 10px;
  }
  .windws-contnt .windws-list ul {
    padding: 0;
  }
  .windws-contnt .windws-list ul li {
    font-size: 16px;
    margin: 0px 10px 12px;
    width: calc(50% - 20px);
    padding: 0 0 12px 32px;
  }
  .windws-list ul li:before {
    width: 23px;
    height: 23px;
    margin: -4px 12px 0 -35px;
  }
  .links-btn.resines {
    margin: 10px 0px 0;
  }
  .google-revws {
    margin-bottom: 50px;
  }

  /******************PopUp-Form******************/

  .modal .modal-dialog {
    width: 60%;
  }
  .modal .modal-dialog .modal-body {
    padding: 0px 50px 5px;
  }
  .modal .modal-dialog .modal-content .modal-header {
    margin: 25px 0 10px;
  }
  .modal .modal-dialog .modal-header h5 {
    font-size: 28px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form input,
  .modal .modal-dialog .modal-body form.wpcf7-form textarea {
    font-size: 16px;
    padding: 12px 18px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form textarea {
    height: 120px;
  }
  .modal .modal-dialog .modal-header button.close {
    width: 35px;
    height: 35px;
    font-size: 25px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form input.wpcf7-submit {
    font-size: 15px;
    padding: 12px 35px;
  }

  /******************Thank-You*******************/

  .thanku-sect {
    margin: 45px auto 45px;
    width: 55%;
  }
  .thanku-sect img {
    margin: 40px 0 0px;
    width: 165px;
  }
  .thanku-sect h1 {
    font-size: 37px;
    line-height: 45px;
    margin: 25px 0 15px;
  }
  .thanku-sect p {
    font-size: 20px;
  }
  .contact-soon {
    font-size: 15.5px;
    margin: 30px 0 0;
    padding: 14px 0;
  }
  .pick-section .window-itms img {
    height: auto;
  }
  .google-revws h2.text-center {
    font-size: 25px;
  }
  .google-revws {
    margin: 50px 0;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  /***************Header*****************/

  .hdr-contact i {
    font-size: 17px;
  }
  .hdr-info ul li a {
    font-size: 15.5px;
  }
  .hdr-social ul li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .hdr-menubar {
    order: 3;
    width: 100%;
    margin: 15px 0 0;
  }
  .header-logo {
    width: 170px;
  }
  .request-link a {
    font-size: 15px;
    padding: 12px 20px;
  }
  .main-navigation ul.menu.nav-menu {
    justify-content: space-between;
  }
  .main-navigation li {
    margin: 0;
  }
  .main-navigation a {
    font-size: 14.9px;
  }
  .headr-wrapper {
    padding: 20px 0;
  }
  .header-strip .strip-block img {
    width: 27px;
  }
  .strip-block p {
    font-size: 13.6px;
    margin: 3px 0 0;
    width: 100%;
    text-align: center;
  }
  .strip-block {
    padding: 5px 0;
  }
  .header-strip {
    margin: 0 0 -66px;
  }
  .main-navigation ul.menu.nav-menu ul.sub-menu {
    width: 205px;
  }
  .main-navigation ul.menu.nav-menu > li.menu-item-has-children > a:after {
    font-size: 12px;
    margin: 0 0 0 4px;
  }
  .main-navigation ul.menu.nav-menu ul.sub-menu li a {
    font-size: 14px;
  }

  /*******************Footer*******************/

  footer.site-footer {
    padding: 50px 0 0;
  }
  .footer-col {
    width: 25%;
  }
  .footer-col.information {
    width: 35%;
    padding: 0 0 0 6%;
  }
  .footer-col.get-touch {
    width: 35%;
    padding: 0;
  }
  .footer-col.subscribe {
    width: 50%;
  }
  .footer-col h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .footer-col ul li a,
  .footer-col ul li p {
    font-size: 15px;
    line-height: 26px;
  }
  .footer-col.get-touch ul li p {
    width: 89%;
  }
  .copyright {
    padding: 13px 0;
    margin: 45px 0 0;
  }
  .copyright p {
    font-size: 15px;
  }
  .footer-col.get-touch ul li i {
    font-size: 19px;
  }

  /********************Home*********************/

  .hero-heading,
  .bannr-heading {
    font-size: 25px;
    line-height: 38px;
  }
  .banner_caption .sub-heading {
    font-size: 18px;
    margin: 15px 0 30px;
  }
  .banner_caption a {
    padding: 11px 25px;
    font-size: 15.5px;
  }
  .banner_caption {
    top: 58%;
  }
  .strip-itms img {
    width: 30px;
  }
  .strip-itms:nth-of-type(3) img {
    width: 25px;
  }
  .strip-itms p {
    font-size: 12px;
    margin: 0 0 0 5px;
  }
  .strip-itms {
    padding: 0px;
  }
  .strip-wrapper {
    margin: 0 0 45px;
  }
  .hding-content h1,
  .page-template-about-us .hding-content h1 {
    font-size: 23px;
    line-height: 28px;
    margin: 0 0 15px;
  }
  .windws-contnt p {
    font-size: 15px;
    line-height: 26px;
  }
  .windws-contnt ul {
    margin: 20px -5px 0 -5px;
    padding: 15px 0 0;
    justify-content: space-between;
  }
  .windws-contnt ul li {
    width: calc(33.33% - 10px);
    text-align: center;
    margin: 0 5px;
  }
  .count-numbr {
    width: 75px;
    height: 75px;
    border: 4px solid #d81921;
    line-height: 70px;
    font-size: 17px !important;
  }
  .windws-contnt ul li strong {
    font-size: 14.5px;
  }
  .links-btn {
    margin: 25px 0px 0;
  }
  .links-btn a {
    margin: 0 10px 0 0;
  }
  .banner-links a,
  .links-btn a,
  .request-btn a {
    padding: 12px 24px;
    font-size: 15px;
  }
  .google-revws h2 {
    font-size: 25px;
    margin: 0 0 10px;
  }
  .google-revws img {
    width: 235px;
  }
  .ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper {
    padding: 20px 0 20px;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-profile-img
    img {
    width: 50px !important;
    height: 50px !important;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-name {
    font-size: 17px;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-date {
    font-size: 15px !important;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-review-content {
    font-size: 15px;
    line-height: 27px;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner {
    padding: 25px 25px 30px !important;
  }
  .ti-widget.ti-goog .ti-reviews-container .ti-controls-dots {
    margin: 8px 0 0;
  }
  .windows-sect {
    margin: 0 0 45px;
  }
  .hding-content h2 {
    font-size: 25px;
  }
  .our-services {
    padding: 45px 0 50px;
  }
  .pick-heading a {
    font-size: 16px;
  }
  .pick-heading {
    margin: 0 0 20px;
  }
  .window-itms h4 {
    font-size: 16px;
    margin: 15px 0 10px;
  }
  .window-itms p {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 12px;
  }
  .window-itms a {
    font-size: 16px;
  }
  .window-itms a:after {
    font-size: 14.5px;
  }
  .srvic-contnt {
    padding: 15px 10px 30px 20px;
  }
  .srvic-contnt h3 {
    font-size: 19px;
    margin: 0 0 10px;
  }
  .srvic-contnt p {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 15px;
  }
  .srvic-contnt ul li {
    font-size: 15.5px;
    margin: 0 0 10px;
    padding: 0 0 0 27px;
  }
  .srvic-contnt ul li:before {
    width: 22px;
    height: 22px;
    margin: -4px 8px 0 -29px;
  }
  .srvic-contnt a {
    padding: 9px 0px;
    font-size: 16px;
  }
  .request-btn {
    margin: 15px 0 0;
  }
  .pick-section {
    margin: 0 0 55px;
  }
  .wlcm-contnt {
    padding: 25px 22px 35px;
  }
  .wlcm-contnt .hding-content h2 {
    font-size: 23px;
    margin: 0 0 15px;
  }
  .wlcm-contnt p {
    font-size: 15px;
    line-height: 26px;
    margin: 0px 0 22px;
  }
  .wlcm-contnt a {
    padding: 10px 35px;
    font-size: 15px;
  }
  .contact-wrapper {
    padding: 55px 0 55px;
  }
  .contact-info {
    padding: 30px 22px 0;
  }
  .contact-info h2,
  .contact-form h3,
  .request-form h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 25px;
  }
  .contact-info > ul {
    margin-left: 0;
  }
  .contact-info > ul > li {
    margin: 30px 0 30px;
  }
  .contact-info ul li img {
    width: 35px;
  }
  .info-dtls {
    width: 81%;
    margin: 0 0 0 12px;
  }
  .info-dtls h5 {
    font-size: 18px;
  }
  .info-dtls a,
  .info-dtls p {
    font-size: 15.5px;
  }
  .contact-form {
    padding: 30px 40px 0px;
  }
  .contact-form form.wpcf7-form .row .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-form form.wpcf7-form input,
  .contact-form form.wpcf7-form textarea,
  .request-form form.wpcf7-form input,
  .request-form form.wpcf7-form textarea {
    font-size: 16px;
    padding: 12px 18px;
  }
  .contact-form form.wpcf7-form textarea,
  .request-form form.wpcf7-form textarea {
    height: 115px;
  }
  .contact-form form.wpcf7-form input.wpcf7-submit,
  .request-form form.wpcf7-form input.wpcf7-submit {
    padding: 12px 35px;
    font-size: 15.5px;
  }

  /*****************Contact****************/

  .map-section h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  .map-section iframe {
    height: 310px;
  }

  /****************About*****************/

  .page-template-about-us .banner-section {
    margin-bottom: 45px;
  }
  .srvices-wrappr {
    margin-left: -12px;
    margin-right: -12px;
  }
  .srvice-block {
    width: calc(33.33% - 24px);
    margin: 0 12px 24px;
  }
  .request-form {
    margin: 52px auto 52px;
    padding: 50px 80px 12px;
  }
  .page-template-about-us .wlcm-contnt {
    padding-bottom: 15px;
  }

  /******************Residential*******************/

  .google-revws {
    margin-bottom: 45px;
  }
  .caption-wrappr {
    width: 72%;
  }
  .caption-wrappr p {
    font-size: 18px;
    margin: 15px 0 22px;
  }
  .caption-wrappr ul li {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .caption-wrappr ul li:before {
    width: 24px;
    height: 24px;
    margin: -4px 10px 0 -27px;
  }
  .banner-links {
    margin: 22px 0 0;
  }
  .banner-links a.bnr-c-btn {
    font-size: 15px;
    padding: 11px 35px;
    margin: 0 8px 0 0;
  }
  .windws-contnt .windws-list ul {
    padding: 0;
  }
  .windws-contnt .windws-list ul li {
    font-size: 15px;
    margin: 0px 10px 11px;
    width: calc(50% - 20px);
    padding: 0 0 11px 32px;
  }
  .windws-list ul li:before {
    width: 23px;
    height: 22px;
  }
  .links-btn.resines a.bnr-c-btn {
    font-size: 15px;
    padding: 11px 17px;
    margin: 0 5px 0 0;
  }
  .links-btn.resines {
    margin: 10px 0px 0;
  }

  /******************PopUp-Form******************/

  .modal .modal-dialog {
    width: 60%;
  }
  .modal .modal-dialog .modal-body {
    padding: 0px 50px 5px;
  }
  .modal .modal-dialog .modal-content .modal-header {
    margin: 25px 0 5px;
  }
  .modal .modal-dialog .modal-header h5 {
    font-size: 25px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form input,
  .modal .modal-dialog .modal-body form.wpcf7-form textarea {
    font-size: 16px;
    padding: 12px 18px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form textarea {
    height: 115px;
  }
  .modal .modal-dialog .modal-header button.close {
    width: 35px;
    height: 35px;
    font-size: 25px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form input.wpcf7-submit {
    font-size: 15px;
    padding: 12px 35px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form .row .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /******************Thank-You*******************/

  .thanku-sect {
    margin: 45px auto 45px;
    width: 65%;
  }
  .thanku-sect img {
    margin: 40px 0 0px;
    width: 165px;
  }
  .thanku-sect h1 {
    font-size: 37px;
    line-height: 45px;
    margin: 25px 0 15px;
  }
  .thanku-sect p {
    font-size: 20px;
  }
  .contact-soon {
    font-size: 15.5px;
    margin: 30px 0 0;
    padding: 14px 0;
  }
  .pick-section .window-itms img {
    height: auto;
  }
  .google-revws h2.text-center {
    font-size: 25px;
  }
  .google-revws {
    margin: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .wa__btn_popup_txt {
    display: none !important;
  }

  /***************Header*****************/
  .home .widget-review {
    top: 212px !important;
  }
  .widget-review {
    top: 166px !important;
  }
  .banner-section img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
  }
  /* *********************************************** */
  .ti-widget[data-layout-id="23"][data-set-id="light-background"]
    .ti-widget-container
    .ti-header
    .ti-name {
    font-size: 12px !important;
  }
  .ti-widget[data-layout-id="23"][data-set-id="light-background"]
    .ti-widget-container
    .ti-header
    .ti-rating-text {
    font-size: 10px !important;
  }
  html.js {
    padding: 0 !important;
  }
  html body div#wprmenu_bar {
    top: 70px !important;
    width: auto;
    padding: 0;
    position: absolute;
    background: transparent;
    height: auto;
    left: 15px;
  }
  #wprmenu_bar div.hamburger {
    padding: 0 !important;
    margin-top: 0px !important;
  }
  .wprmenu_bar .hamburger-box {
    width: 24px;
  }
  .wprmenu_bar .hamburger-inner {
    width: 24px;
    top: 0px;
  }
  .hamburger--slider .hamburger-inner::before {
    width: 24px;
    top: 8px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    height: 3px;
  }
  .wprmenu_bar .hamburger-inner::after {
    width: 14px;
  }
  .hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(-2px, 8px, 0px) rotate(45deg);
  }
  .hamburger--slider.is-active .hamburger-inner {
    width: 24px;
  }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
    width: 24px;
  }
  .hamburger--slider .hamburger-inner::after {
    top: 16px;
  }
  #mg-wprm-wrap ul li,
  #mg-wprm-wrap ul li ul.sub-menu li {
    border-bottom: 1px solid #f4f4f4;
  }
  #mg-wprm-wrap ul li:last-of-type,
  #mg-wprm-wrap ul li ul.sub-menu li:last-of-type {
    border-bottom: 0px;
  }
  #wprmenu_bar .menu_title a {
    position: absolute;
    left: 0;
  }
  #wprmenu_bar .menu_title {
    font-size: 0;
  }
  #mg-wprm-wrap.cbp-spmenu-left {
    top: 112px !important;
    height: inherit !important;
    max-width: 100%;
    width: 100%;
    position: absolute;
    z-index: 11111;
  }
  html.wprmenu-body-fixed body {
    position: inherit !important;
  }
  html body div.wprm-overlay {
    background: rgb(0, 0, 0, 0.5);
  }
  html body .wprm-overlay.active {
    position: fixed;
  }
  #wprmenu_menu_ul {
    padding: 0px;
  }

  header.site-header {
    background: #fff;
    position: relative;
    z-index: 11111;
  }
  .hdr-info {
    justify-content: center;
  }
  .headr-wrapper {
    justify-content: center;
    padding: 15px 0 10px;
  }
  .hdr-social,
  .hdr-menubar,
  header.site-header .header-strip {
    display: none;
  }
  .hdr-contact i {
    font-size: 16px;
    margin: 0 10px 0 0;
  }
  .hdr-info ul li a {
    font-size: 16px;
  }
  .header-logo {
    width: 145px;
  }
  .request-link {
    width: 100%;
    margin: 15px 0 0;
  }
  .request-link a {
    display: block;
    font-size: 16px;
    padding: 10px 25px;
  }
  header.site-header .header-strip.mobi {
    display: block;
    margin: 0px;
  }
  .hero-section .home_bnr_item img.dstop_bnner,
  .banner-section img.desktop-bnr {
    display: none;
  }
  .hero-section .home_bnr_item img.mob_bnner,
  .banner-section img.mob-bnr {
    display: block;
  }
  .strip-block {
    padding: 11px 0;
  }
  .strip-block p {
    font-size: 15px;
  }
  .header-strip .strip-block img {
    width: 25px;
  }

  /**************Footer*****************/

  footer.site-footer {
    padding: 35px 0 0;
  }
  .footer-row {
    margin: 0 40px;
  }
  .footer-col {
    width: 100% !important;
  }
  .footer-col.logo img {
    width: 200px;
  }
  .footer-col h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .footer-col ul li {
    margin: 0 0 10px;
  }
  .footer-col ul li a,
  .footer-col ul li p {
    font-size: 15px;
  }
  .footer-col.get-touch ul li p {
    width: 89%;
  }
  .footer-col.get-touch {
    padding: 28px 0 40px;
  }
  .footer-col.information {
    margin: 40px 0 0;
  }
  .footer-col.get-touch ul li {
    margin: 0px 0 12px;
    padding: 0px 0 12px;
  }
  .footer-col > p {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .footer-col.subscribe form input {
    padding: 15px 0;
  }
  .copyright {
    padding: 13px 0;
    margin: 35px 0 0;
  }
  .copyright p {
    font-size: 16px;
    line-height: 25px;
  }

  /***************Home*****************/

  .banner_caption {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .hero-heading,
  .bannr-heading {
    font-size: 26px;
    line-height: 35px;
  }
  .banner_caption .sub-heading {
    font-size: 20px;
    margin: 15px 0 25px;
  }
  .banner_caption a {
    font-size: 16px;
    padding: 11px 27px;
  }
  .strip-wrapper {
    background: transparent;
    padding: 0;
    margin: 5px 0px 30px 0px;
    align-items: inherit;
  }
  .strip-itms {
    background: #f6f6f6;
    padding: 12px 0;
    width: calc(50% - 10px);
    margin: 5px;
    border: none;
    flex: auto;
  }
  .strip-itms img {
    width: 33px;
  }
  .strip-itms p {
    font-size: 12px;
    margin: 0 0 0 10px;
  }
  .strip-itms:nth-of-type(3) img {
    width: 28px;
  }
  .windows-sect {
    flex-direction: column-reverse;
    margin: 0 0 35px;
  }
  .windows-image {
    width: calc(100% / 1);
  }
  .windws-contnt {
    width: calc(100% / 1);
    padding: 0;
  }
  .hding-content h1 {
    font-size: 28px;
    line-height: 35px;
    margin: 15px 0 15px;
  }
  .page-template-about-us .hding-content h1 {
    font-size: 21px;
    line-height: 25px;
    margin: 0px 0 15px;
  }
  .page-template-about-us .wlcm-contnt {
    padding-bottom: 10px;
  }
  .windws-contnt p {
    font-size: 16px;
    line-height: 26px;
  }
  .windws-contnt ul {
    margin: 20px -5px 0 -5px;
    padding: 15px 0 0;
    justify-content: space-between;
  }
  .windws-contnt ul li {
    width: calc(33.33% - 10px);
    text-align: center;
    margin: 0 5px;
  }
  .count-numbr {
    width: 75px;
    height: 75px;
    border: 4px solid #d81921;
    line-height: 70px;
    font-size: 17px !important;
  }
  .windws-contnt ul li strong {
    font-size: 16px;
  }
  .links-btn {
    margin: 20px 0px 0;
    text-align: center;
  }
  .links-btn a {
    margin: 0 10px 0 0;
  }
  .banner-links a,
  .links-btn a,
  .request-btn a {
    padding: 12px 25px;
    font-size: 15px;
  }
  .google-revws {
    text-align: center;
  }
  .google-revws h2 {
    font-size: 23px;
    margin: 0 0 10px;
  }
  .google-revws img {
    width: 230px;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper {
    padding: 18px 0 18px;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner {
    padding: 20px 22px 30px !important;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-profile-img
    img {
    width: 50px !important;
    height: 50px !important;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-profile-img {
    margin: 0 15px 0 0 !important;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-name {
    font-size: 17px;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-date {
    font-size: 14.5px !important;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-review-content {
    font-size: 15px;
    line-height: 27px;
  }
  .ti-widget.ti-goog .ti-reviews-container .ti-controls-dots {
    margin: 0px;
  }
  .hding-content h2 {
    font-size: 25px;
  }
  .srvice-block {
    width: calc(100% / 1);
    margin: 0 15px 23px;
  }
  .srvic-contnt {
    padding: 20px 10px 30px 22px;
  }
  .srvic-contnt h3 {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .srvic-contnt p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px;
  }
  .srvic-contnt ul li {
    font-size: 15px;
    margin: 0 0 10px;
    padding: 0 0 0 33px;
  }
  .srvic-contnt ul li:before {
    width: 21px;
    height: 21px;
  }
  .srvic-contnt a {
    padding: 9px 0px;
    font-size: 15px;
    margin: 10px 0 0;
  }
  .our-services {
    padding: 35px 0 22px;
  }
  .pick-heading {
    margin: 0 0 16px;
    text-align: center;
  }
  .pick-heading .hding-content h2 {
    margin: 0 0 10px;
  }
  .pick-heading a {
    font-size: 16px;
    position: static;
  }
  .window-itms h4 {
    font-size: 15.5px;
    margin: 15px 0 10px;
  }
  .window-itms p:empty {
    display: none;
  }
  .window-itms p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px;
  }
  .window-itms a {
    font-size: 16px;
  }
  .window-itms a:after {
    font-size: 14px;
  }
  .pick-section .owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
  }
  .request-btn {
    margin: 5px 0 0;
  }
  .pick-section {
    margin: 0 0 35px;
  }
  .welcome-sect {
    flex-direction: column-reverse;
  }
  .wlcm-image {
    width: calc(100% / 1);
  }
  .wlcm-contnt {
    width: calc(100% / 1);
    padding: 20px 20px 30px;
  }
  .wlcm-contnt p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0 20px;
  }
  .wlcm-contnt a {
    padding: 10px 33px;
    font-size: 15px;
  }
  .contact-wrapper {
    padding: 35px 0 35px;
  }
  .contact-info {
    width: calc(100% / 1);
    padding: 25px 22px 0;
  }
  .contact-form {
    width: calc(100% / 1);
    padding: 25px 15px 0 22px;
  }
  .contact-info h2,
  .contact-form h3,
  .request-form h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 20px;
  }
  .contact-info > ul {
    margin-left: 0px;
  }
  .contact-info > ul > li {
    margin: 30px 0 30px;
  }
  .contact-info ul li img {
    width: 35px;
  }
  .info-dtls h5 {
    font-size: 17px;
    margin: 0 0 10px;
  }
  .info-dtls a,
  .info-dtls p {
    font-size: 15px;
  }
  .info-dtls {
    margin: 0 0 0 12px;
    width: 80%;
  }
  .contact-form form.wpcf7-form input,
  .contact-form form.wpcf7-form textarea,
  .request-form form.wpcf7-form input,
  .request-form form.wpcf7-form textarea {
    font-size: 16px;
    padding: 11px 15px;
  }
  .contact-form form.wpcf7-form input.wpcf7-submit,
  .request-form form.wpcf7-form input.wpcf7-submit {
    padding: 12px 35px;
    font-size: 15px;
  }
  .srvice-block img {
    width: 100%;
  }

  /*****************Contact****************/

  .map-section h3 {
    font-size: 23px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  .map-section iframe {
    height: 300px;
  }

  /****************About*****************/

  .page-template-about-us .banner-section {
    margin-bottom: 35px;
  }
  .page-template-about-us .banner-section img,
  .page-template-contact-us .banner-section img {
    height: 125px;
    object-fit: cover;
  }
  .request-form {
    margin: 35px auto 40px;
    padding: 30px 22px 5px;
  }
  .contact-form form.wpcf7-form textarea,
  .request-form form.wpcf7-form textarea {
    height: 105px;
  }

  /******************Residential*******************/

  .caption-wrappr {
    left: 15px;
    right: 15px;
    text-align: center;
    width: auto;
  }
  .caption-wrappr p {
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0 22px;
  }
  .caption-wrappr ul {
    width: 230px;
    margin: 0 auto 0;
  }
  .caption-wrappr ul li {
    font-size: 16px;
    margin: 0px 0 13px;
    text-align: left;
  }
  .caption-wrappr ul li:before {
    width: 25px;
    height: 25px;
    margin: -4px 10px 0 -25px;
  }
  .banner-links {
    margin: 30px 0 0;
  }
  .banner-links a.bnr-c-btn {
    font-size: 16px;
    padding: 11px 40px;
    margin: 0 6px 0 0;
  }
  .windws-contnt .windws-list ul li {
    font-size: 15px;
    margin: 0px 10px 11px;
    width: calc(50% - 20px);
    padding: 0 0 11px 32px;
  }
  .windws-list ul li:before {
    width: 23px;
    height: 22px;
  }
  .windws-contnt .windws-list ul {
    margin-top: 0px;
    padding-top: 0px;
  }
  .links-btn.resines {
    margin-top: 15px;
  }
  .links-btn.resines a.bnr-c-btn {
    font-size: 16px;
    padding: 10px 30px;
    margin-right: 10px;
  }
  .google-revws {
    margin-bottom: 35px;
  }

  /******************PopUp-Form******************/

  .modal .modal-dialog .modal-body {
    padding: 0px 22px 0px;
  }
  .modal .modal-dialog {
    margin: 30px auto 30px;
    width: 90%;
  }
  .modal .modal-dialog .modal-content .modal-header {
    margin: 25px 0 5px;
  }
  .modal .modal-dialog .modal-header h5 {
    font-size: 23px;
  }
  .modal .modal-dialog .modal-header button.close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 23px;
  }
  .modal .modal-dialog .modal-header button.close span {
    margin: -3px 0 0;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form input,
  .modal .modal-dialog .modal-body form.wpcf7-form textarea {
    font-size: 15px;
    padding: 11px 15px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form textarea {
    height: 105px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form input.wpcf7-submit {
    padding: 10px 35px;
    font-size: 15px;
  }

  /******************Thank-You*******************/

  .thanku-sect {
    margin: 30px auto 30px;
  }
  .thanku-sect img {
    margin: 30px 0 0px;
    width: 150px;
  }
  .thanku-sect h1 {
    font-size: 35px;
    line-height: 40px;
    margin: 20px 0 10px;
  }
  .thanku-sect p {
    font-size: 19px;
  }
  .contact-soon {
    font-size: 15px;
    margin: 25px 0 0;
    padding: 13px 0;
  }
  .pick-section .window-itms img {
    height: auto;
  }
  .google-revws h2.text-center {
    font-size: 25px;
  }
  .google-revws {
    margin: 40px 0;
  }
  .wa__widget_container .wa__btn_popup .wa__btn_popup_txt {
    display: none !important;
  }
}

@media only screen and (max-width: 479px) {
  .wa__btn_popup_txt {
    display: none !important;
  }

  .hero-heading,
  .bannr-heading {
    font-size: 18px;
    line-height: 30px;
  }
  .banner_caption .sub-heading {
    font-size: 18px;
    margin: 15px 0 22px;
  }
  .caption-wrappr p {
    font-size: 14px;
  }
  .banner_caption a {
    font-size: 14.5px;
    padding: 10px 30px;
  }
  .caption-wrappr ul li {
    font-size: 13px;
  }
  .caption-wrappr ul li:before {
    width: 20px;
    height: 20px;
    margin: -4px 8px 0 -25px;
  }
  .strip-itms {
    padding: 7px 0;
    width: 100%;
  }
  .strip-itms p {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .windws-contnt ul li strong {
    font-size: 13.5px;
    line-height: 18px;
  }
  .links-btn a {
    margin: 0;
  }
  .banner-links a,
  .links-btn a,
  .request-btn a {
    padding: 10px 15px;
    font-size: 14px;
  }
  .footer-row {
    margin: 0;
  }
  .caption-wrappr .banner-links a.bnr-c-btn {
    font-size: 13px;
    padding: 10px 13px;
    margin: 0 2px 0 0;
  }
  .caption-wrappr .banner-links a {
    padding: 11px 12px;
    font-size: 14px;
  }
  .windws-contnt .windws-list ul li {
    width: calc(100% / 1);
    margin: 0px 6px 11px;
  }
  .windws-list ul li:nth-of-type(n + 5) {
    border-bottom: 1px solid #ececec;
    margin-bottom: 11px;
    padding-bottom: 11px;
  }
  .links-btn.resines a.bnr-c-btn {
    font-size: 14px;
    padding: 10px 10px;
    margin: 0 2px 0 0;
  }
  .links-btn.resines a {
    font-size: 14px;
    padding: 11px 12px;
  }
  .contact-soon {
    font-size: 11px;
    margin: 23px 0 0;
    padding: 13px 0;
  }
  .count-numbr {
    width: 65px;
    height: 65px;
    border: 3px solid #d81921;
    line-height: 60px;
    font-size: 15px !important;
  }
  .hdr-info ul li a,
  .hdr-contact i,
  .request-link a,
  .strip-block p,
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-review-content,
  .srvic-contnt p,
  .srvic-contnt ul li,
  .pick-heading a,
  .window-itms h4,
  .window-itms h4,
  .window-itms a,
  .wlcm-contnt p,
  .info-dtls a,
  .info-dtls p,
  .footer-col ul li a,
  .footer-col ul li p,
  .footer-col > p {
    font-size: 14px;
  }
  .header-strip .strip-block img {
    width: 23px;
  }
  .strip-itms img {
    width: 30px;
  }
  .strip-itms:nth-of-type(3) img {
    width: 25px;
  }
  .strip-itms p {
    font-size: 12px;
  }
  .hding-content h1,
  .google-revws h2,
  .hding-content h2,
  .footer-col h3,
  .modal .modal-dialog .modal-header h5 {
    font-size: 25px;
  }
  .windws-contnt p {
    font-size: 18px;
  }
  .google-revws img {
    width: 185px;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-name {
    font-size: 16px;
  }
  .ti-widget.ti-goog
    .ti-reviews-container-wrapper
    .ti-review-item.source-Google
    .ti-inner
    .ti-date {
    font-size: 13.5px !important;
  }
  .srvic-contnt h3 {
    font-size: 17px;
  }
  .srvic-contnt ul li:before {
    width: 20px;
    height: 20px;
  }
  .srvic-contnt a {
    padding: 8px 0px;
    font-size: 14px;
  }
  .window-itms a:after {
    font-size: 13px;
  }
  .wlcm-contnt .hding-content h2 {
    margin-bottom: 12px;
  }
  .wlcm-contnt a {
    padding: 9px 30px;
    font-size: 14px;
  }
  .contact-info h2,
  .contact-form h3,
  .request-form h3,
  .map-section h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 18px;
  }
  .contact-info ul li img {
    width: 30px;
  }
  .info-dtls h5 {
    font-size: 16px;
  }
  .contact-form form.wpcf7-form input,
  .contact-form form.wpcf7-form textarea,
  .request-form form.wpcf7-form input,
  .request-form form.wpcf7-form textarea {
    font-size: 15px;
    padding: 10px 15px;
  }
  .contact-form form.wpcf7-form input.wpcf7-submit,
  .request-form form.wpcf7-form input.wpcf7-submit {
    padding: 11px 30px;
    font-size: 14px;
  }
  .footer-col.logo img {
    width: 160px;
  }
  .copyright p {
    font-size: 14px;
    padding: 0 15px;
  }
  .footer-col.information {
    margin: 30px 0 0;
  }
  .footer-col.get-touch {
    padding: 18px 0 30px;
  }
  .copyright {
    padding: 12px 0;
    margin: 30px 0 0;
  }
  .srvic-contnt {
    padding: 15px 15px 25px;
  }
  .wlcm-contnt {
    padding: 20px 15px 30px;
  }
  .contact-info > ul > li {
    margin: 20px 0 20px;
  }
  .contact-info {
    padding-bottom: 10px;
  }
  .contact-form form.wpcf7-form .row + p,
  .request-form form.wpcf7-form .row + p {
    margin-bottom: 12px;
  }
  .windws-contnt .hding-content h1 {
    margin-bottom: 10px;
  }
  .page-template-about-us .hding-content h1 {
    font-size: 18px;
    margin: 0px 0 10px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form input,
  .modal .modal-dialog .modal-body form.wpcf7-form textarea {
    font-size: 14.5px;
    padding: 10px 15px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form input.wpcf7-submit {
    padding: 10px 30px;
    font-size: 14px;
  }
  .modal .modal-dialog .modal-body form.wpcf7-form .row + p {
    margin-bottom: 5px;
  }
}

.kenny-faq-section .faq-item {
  margin-block-end: 30px;
  border: none;
  padding: 0;
  box-shadow: 0px 0px 30px 0px #0000001a;
  border-radius: 10px;
}

.kenny-faq-section .faq-item:last-child {
  margin-bottom: 0;
}

.kenny-faq-section .faq-question:not(.active) {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e8e8e8;
  border-radius: 10px;
}

.kenny-faq-section .faq-question {
  padding: 25px 30px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-size: clamp(18px, calc(18px + 4 * ((100vw - 320px) / 1600)), 22px);
  font-weight: bold;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  color: #000;
}
.kenny-faq-section .faq-answer {
  transition:
    max-height 0.3s ease-in-out,
    padding 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 30px;
  border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #e8e8e8;
  color: #747474;
}
.kenny-faq-section .faq-question.active {
  background: #d81921;
  color: #fff !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  border-color: #e8e8e8;
}

.kenny-faq-section .faq-answer.active {
  max-height: 500px; /* ya large value */
  padding: 30px;
}

.kenny-faq-section .faq-answer.active p {
  font-size: clamp(16px, calc(16px + 2 * ((100vw - 320px) / 1600)), 18px);
  font-weight: 500;
  margin: 0;
}

.kenny-faq-section .faq-question i.faq-icon:after {
  content: "";
  background-image: url(images/chevron.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}
.kenny-faq-section .faq-question i.faq-icon:before {
  display: none;
}
.kenny-faq-section .faq-question.active i.faq-icon:after {
  content: "";
  background-image: url(images/chevron-white.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}

.kenny-faq-section .faq-question:not(.active):hover,
.kenny-faq-section .faq-question:not(.active):focus {
  background: #d81921;
  color: #fff;
}

.kenny-faq-section .faq-question:not(.active):hover .faq-icon:after,
.kenny-faq-section .faq-question:not(.active):focus .faq-icon:after {
  background-image: url(images/chevron-white.svg);
}

.faq-icon {
  transition: transform 0.3s ease-in-out;
  flex-shrink: 0;
}

.faq-question.active .faq-icon {
  transform: rotate(180deg);
}

.windws-contnt ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.caption-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}

.caption-list .caption-item {
  background: #ededed;
  padding: 10px 20px;
  color: #000;
  width: 100%;
  max-width: max-content;
  font-weight: 600;
}
.kenny-faq-section,
.home-recent-galley {
  margin-bottom: 100px;
}

.kenny-video {
  width: 100%;
  height: 100%;
  position: relative;
  /*background: #e9eeef;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.kenny-video iframe {
  width: 100%;
  /*height: 100%;*/
  aspect-ratio: 16/9;
}

.windws-contnt .hding-content h2 {
  text-align: left;
}
.areas-container {
  text-align: center;
  background: #e9eeef;
  padding: 70px;
}
.areas-container p {
  color: #747474;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.areas-container p:last-child {
  margin-bottom: 0;
}

.location-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.location-list a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.location-list a svg {
  flex-shrink: 0;
}

.free-quote-container {
  padding: 20px;
  position: relative;
}

.free-quote-container:before {
  content: "";
  background: url(images/dots.png) no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 175px;
  height: 154px;
  z-index: -1;
}

.free-quote-container:after {
  content: "";
  background: #d81921;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 180px;
  height: 154px;
  border-bottom-left-radius: 30px;
  z-index: -1;
}

.free-quote-content {
  background: #e9eeef;
  position: relative;
  border-radius: 20px;
  padding: 80px 60px;
}
.free-quote-content .hding-content h2 {
  text-align: left;
  color: #000000;
}
.free-quote-content p {
  font-size: 20px;
  font-weight: 500;
  color: #4b4b4b;
}

.kenny-space-b {
  margin-bottom: 100px;
}

.free-quote-container .links-btn.resines a.bnr-c-btn {
  margin: 0;
}
.free-quote-container .links-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}

.banner-overlay {
  position: relative;
}
.banner-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 19.34%,
    rgba(0, 0, 0, 0.6) 85%
  );
}

.why-choose-item {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.09);
  text-align: center;
  padding: 40px 15px;
}

.why-choose-item img {
  margin: 0 auto 30px;
  display: block;
}
.why-choose-item h4 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.why-choose-item p {
  font-size: 16px;
  color: #747474;
  line-height: 1.588235294;
}
.why-choose-item p:last-child {
  margin-bottom: 0;
}

.banner-overlay .caption-wrappr {
  z-index: 1;
}
@media (min-width: 768px) {
  .windows-sect-img-left .windows-image img {
    width: 100%;
    display: block;
  }

  .windows-sect-img-left .windows-image {
    padding-right: 15px;
  }
  .windows-sect-img-left .windws-contnt {
    padding-left: 15px;
    padding-right: 0;
  }
  .windows-sect-img-left {
    flex-direction: row-reverse;
  }
  .windows-sect-img-left .windws-contnt .windws-list ul {
    margin-left: 0;
    margin-right: 0;
  }
  .windows-sect-img-left .windws-contnt .windws-list ul li {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .windows-sect-img-left .windws-list ul li:nth-of-type(n + 5) {
    padding-bottom: 16px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 16px;
  }
  .windows-sect-img-left .windws-list ul li:last-child {
    border-bottom: none;
  }
}

@media (max-width: 1800px) {
  .kenny-space-b,
  .kenny-faq-section,
  .home-recent-galley {
    margin-bottom: 60px;
  }
  .free-quote-content {
    padding: 70px 50px;
  }
  .areas-container {
    padding: 60px;
  }
}

@media (max-width: 1199px) {
  .kenny-space-b,
  .kenny-faq-section,
  .home-recent-galley {
    margin-bottom: 55px;
  }
  .free-quote-content {
    padding: 60px 40px;
  }
  .areas-container {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .kenny-space-b,
  .kenny-faq-section,
  .home-recent-galley {
    margin-bottom: 35px;
  }
  .kenny-faq-section .faq-item {
    margin-bottom: 20px;
  }
  .kenny-faq-section .faq-answer {
    padding: 0 20px;
  }
  .kenny-faq-section .faq-answer.active {
    padding: 20px;
  }
  .kenny-faq-section .faq-question {
    padding: 20px;
  }
  .kenny-video iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .free-quote-content {
    padding: 30px 15px;
    border-radius: 10px;
  }
  .free-quote-content p {
    font-size: 18px;
  }
  .free-quote-container {
    padding: 15px;
  }
  .free-quote-container:after {
    border-bottom-left-radius: 20px;
    height: 100px;
    width: 100px;
  }
  .free-quote-container .links-btn {
    gap: 10px;
  }
  .areas-container {
    padding: 30px 15px;
  }
  .windows-image {
    margin-bottom: 20px;
  }
}

.list-icon {
  padding-left: 0;
  margin: 0;
  margin-bottom: 30px !important;
}

.list-icon li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.list-icon li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url("images/check-red.jpg") no-repeat center center;
  background-size: contain;
}

/* Window Card  */

.window-card .row {
  display: flex;
  flex-wrap: wrap;
}

.window-card .col-md-4 {
  display: flex;
  margin-bottom: 15px;
}

/* Card */
.window-card .window-itms {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Image Wrapper Ratio */
.window-card .window-itms img {
  width: 100%;
  aspect-ratio: 4/3; /* change to 1/1 if needed */
  object-fit: cover;
  display: block;
}

/* Content spacing only */
.window-card .window-itms h4,
.window-card .window-itms p {
  padding-left: 15px;
  padding-right: 15px;
}

.window-card .window-itms h4 {
  padding-top: 15px;
  margin-bottom: 10px;
}

.window-card .window-itms p {
  margin-bottom: 0;
  flex-grow: 1;
}
