* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus {
  -moz-outline-style: none;
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html body {
  font-family: "Open Sans";
  font-weight: normal;
  overflow-x: hidden;
  background: #fff;
  padding: 0;
  overflow: hidden;
}

*::-moz-selection {
  color: #fff;
  background: #ad0c0c;
}

*::selection {
  color: #fff;
  background: #ad0c0c;
}

*::-moz-selection {
  color: #fff;
  background: #ad0c0c;
}

*::-webkit-selection {
  color: #fff;
  background: #ad0c0c;
}

*::-ms-selection {
  color: #fff;
  background: #ad0c0c;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Open Sans";
  border: 0;
  outline: 0;
  font-size: 100%;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  font-family: "Open Sans";
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  outline: none !important;
}

body a:focus {
  outline: none !important;
}

body a:hover {
  color: #ad0c0c;
  outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: "Open Sans";
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Libre Caslon Text";
  font-weight: normal;
  color: #064357;
  margin: 0;
}

body h2 {
  color: #000;
  text-align: center;
  font-family: "Libre Caslon Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.green-sub-titile {
  color: #96d35f;
  font-size: 20px;
  font-weight: 900;
  line-height: 200%;
  letter-spacing: 3px;
  margin: 0;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
  color: #444;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  margin: 0 0 15px 0;
  text-align: left;
  display: block;
}

body p a {
  color: #ce2b2e;
  font-weight: 900;
}

body p:last-of-type {
  margin-bottom: 0;
}

.padding {
  padding: 100px 0;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.gform_wrapper .gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme form {
  position: relative;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  background: transparent;
  height: 60px;
  padding: 0 17px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  color: #c2c2c2;
  font-family: "Open Sans";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.gform_wrapper .gfield textarea {
  height: 100px !important;
  line-height: normal !important;
  padding: 12px 17px 0 !important;
  resize: none;
  overflow-y: auto;
}

.gform_wrapper .gfield div.ginput_container {
  background-color: transparent;
  width: 100%;
}

.gform_wrapper::-webkit-input-placeholder,
.gform_wrapper:-ms-input-placeholder,
.gform_wrapper::placeholder,
input::placeholder,
textarea::placeholder {
  color: #c2c2c2;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin-top: 20px !important;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.gform_wrapper .gfield div.ginput_container {
  position: relative;
}

.gform_wrapper .gform_footer .gform_button {
  text-align: center;
  background: #095169;
  border: 0px;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 11;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 !important;
  width: 100%;
  padding: 9px 50px;
  font-family: "Open Sans";
  font-weight: 900;
  line-height: 250%;
  letter-spacing: 0.48px;
  border-radius: 4px;
}

.gform_wrapper .gform_footer .gform_button:hover {
  background: #96d35f;
}

.gform_wrapper input::-webkit-outer-spin-button,
.gform_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.gform_wrapper input[type=number] {
  -moz-appearance: textfield !important;
}

.gform_validation_errors {
  background: transparent !important;
  border: 1px solid red !important;
  margin: 15px 0 !important;
  padding: 0 !important;
  text-align: center;
  height: auto !important;
  line-height: normal;
  box-shadow: unset !important;
}

.gform_validation_errors h2.gform_submission_error {
  padding: 10px !important;
  font-size: 12px !important;
  line-height: 120% !important;
  background: #fff;
  font-weight: 500 !important;
  margin-top: 0px !important;
  letter-spacing: 0.4px;
  color: red !important;
  text-align: center;
  margin: 0 !important;
}

.gform_validation_errors span.gform-icon.gform-icon--close {
  display: none !important;
}

.gfield_validation_message {
  background: #fff !important;
  border: 0 !important;
  font-size: 13px !important;
  padding: 0 !important;
  color: red !important;
  font-weight: 400;
  letter-spacing: 0.5px !important;
}

.instruction.validation_message {
  display: none;
}

.gform_confirmation_message h3 {
  padding: 20px 0 0;
  font-weight: 600;
}

.gform_confirmation_message p {
  font-size: 18px !important;
  color: #2b3640;
}

.footer-form .gform_wrapper.gravity-theme .gform_fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-gap: 15px 14px !important;
}

.footer-form .gform_wrapper.gravity-theme .gform_fields>div {
  grid-column: unset !important;
}

.footer-form .gform_wrapper.gravity-theme .gform_fields>div:last-child {
  grid-column: span 3 !important;
}

.gform_confirmation_message {
  padding: 30px 0 0;
}

.gform_confirmation_message img {
  margin-left: 0;
}

.gform_confirmation_message h3 {
  padding: 10px 0 0;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
}

.gform_confirmation_message p {
  line-height: normal;
  font-size: 18px;
  color: #2b3640;
}

.gform_confirmation_message {
  margin-top: 10px;
  color: green;
  font-weight: 700;
  font-size: 18px;
}

.fixed {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  padding: 30px 0;
  background: transparent;
  margin: 0 auto;
}

#header::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: all ease 0.3s;
}

#header.fixed::before {
  opacity: 1;
}

#header .container {
  width: 100%;
  padding: 0 50px 0 55px;
}

#header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .wrapper .logo {
  width: 155px;
}

#header .wrapper .header-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#header .wrapper ul#menu-header-menu {
  display: flex;
  align-items: center;
  margin: 0 -22px;
}

#header .wrapper ul#menu-header-menu>li {
  margin: 0 25px;
  position: relative;
}

#header .wrapper ul#menu-header-menu li a {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

#header .wrapper ul#menu-header-menu li a:hover,
#header .wrapper ul#menu-header-menu li.active,
#header .wrapper ul#menu-header-menu li.menu-has-children:hover a {
  color: #ad0c0c;
}

#header .wrapper ul#menu-header-menu li a:hover::before,
#header .wrapper ul#menu-header-menu li.active a::before,
#header .wrapper ul#menu-header-menu li.menu-has-children:hover>a::before {
  opacity: 1;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children a::before {
  content: none;
}

#header .wrapper ul#menu-header-menu li.menu-has-children:hover>a {
  color: #ad0c0c;
}

#header .mobile-info-wrap {
  display: none;
}

#header .wrapper ul#menu-header-menu span.submenu-click-arrow {
  background: url("../images/header-menu-icon.svg") no-repeat;
  display: block;
  width: 13px;
  height: 7px;
  position: absolute;
  left: auto;
  right: -8px;
  top: 8px;
  cursor: pointer;
  background-size: contain;
  pointer-events: none;
}

#header .wrapper ul#menu-header-menu ul.sub-menu {
  width: 220px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: -40px;
  padding: 10px;
  top: 40px;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  transform-origin: top;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

#header .wrapper ul#menu-header-menu span.submenu-click-arrow+ul>li>span {
  filter: brightness(0);
  right: 10px;
  top: 15px;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li:hover>a+.submenu-click-arrow {
  background: url("../images/hader-sub-menu-icon.svg") no-repeat;
  width: 13px;
  height: 13px;
  top: 12px;
  right: 5px;
  filter: none;
}

#header .wrapper ul#menu-header-menu span.submenu-click-arrow+ul>li>ul {
  left: 108%;
  top: -10px;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  position: relative;
  padding: 0px;
  text-align: left;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li a {
  display: block;
  padding: 6px 10px;
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: none;
  cursor: pointer;
  text-align: left;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li:last-child a {
  border: 0;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children {
  padding-right: 20px;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 20px;
  top: auto;
  bottom: -19px;
}

#header .wrapper ul#menu-header-menu>li:hover>a,
#header .wrapper ul#menu-header-menu li.current-menu-item>a,
#header .wrapper ul#menu-header-menu ul.sub-menu li.current-menu-item a {
  color: #ad0c0c !important;
}

body:not(.home) #header .wrapper ul#menu-header-menu>li:hover>a,
body:not(.home) #header .wrapper ul#menu-header-menu li.current-menu-item>a,
body:not(.home) #header .wrapper ul#menu-header-menu ul.sub-menu li.current-menu-item a,
#header .wrapper ul#menu-header-menu ul.sub-menu li:hover>a {
  color: #ad0c0c !important;
}

#header .wrapper .header-btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 29px;
}

#header .wrapper .btn-left a {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0 32px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  display: block;
}

#header .wrapper .btn-left a:hover {
  background: #ad0c0c;
  border-color: #ad0c0c;
}

#header .wrapper .btn-right {
  position: relative;
  padding-left: 62px;
  margin: 0 0 0 29px;
}

#header .wrapper .btn-right p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

#header .wrapper .btn-right a {
  color: #fff;
  font-family: Oswald;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#header .wrapper .btn-right a::before {
  content: "";
  position: absolute;
  background-image: url("../images/header-call.svg");
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  border-radius: 50%;
}

#header .wrapper .btn-right a:hover {
  color: #ad0c0c;
}

#header.fixed .wrapper ul#menu-header-menu>li:hover>a,
#header.fixed .wrapper ul#menu-header-menu li.current-menu-item>a {
  color: #a50d0d !important;
}

/**/
#header .res_navigation {
  cursor: pointer;
  display: none;
}

.res_navigation .nav-toggle {
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 27px;
  height: 22px;
  top: 2px;
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 3px;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  left: auto;
  right: 0;
  top: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:nth-child(2) {
  transition: 0.2s ease-in-out;
  width: 25px;
}

.res_navigation .nav-toggle span:nth-child(2) {
  top: 8px;
}

.res_navigation .nav-toggle span:last-child {
  top: 16px;
  width: 16px;
  transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle.active {
  transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:first-child {
  transform: translateX(-3%) rotate(90deg);
  top: 8px;
}

.res_navigation .nav-toggle.active span:last-child {
  opacity: 0;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children {
  background: url("../images/header-menu-icon.svg") no-repeat;
  background-position: right;
}

#header .header-right .nav-main ul.menu li ul.sub-menu li.menu-item-has-children {
  background: url(../images/right-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}

#header .header-right .nav-main ul.menu li ul.sub-menu li ul.sub-menu {
  width: 200px;
  position: absolute;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  overflow: visible;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  left: auto !important;
  top: 0 !important;
  transition: all 0.25s ease 0s;
  border-radius: 10px !important;
  right: -226px !important;
  float: left !important;
  height: auto !important;
}

/* section css start */
.for-mobile {
  display: none;
}

.container {
  width: 1430px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  float: none;
  padding: 0 15px;
}

.banner .slider-img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner .container {
  position: absolute;
  top: 49.1%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1625px;
  transform: translatey(-50%);
}

.banner .wrap {
  max-width: 670px;
  margin: 0 0 0 88px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.banner .sub-heading {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 7.2px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.banner h1 {
  color: #fff;
  font-family: "Libre Caslon Text";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.5%;
  margin: 0 0 17px 0;
}

.banner .sub-text p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  margin: 0 0 30px 0;
}

.btn-main {
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
  background: #ad0c0c;
  border-radius: 50px;
  padding: 0 89px 0 30px;
  position: relative;
  display: inline-block;
  border: 1px solid #ad0c0c;
}

.btn-main:hover {
  background: #fff;
}

.btn-main::before {
  content: "";
  position: absolute;
  top: 7px;
  left: auto;
  right: 11px;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: url(../images/sprite-img.png) no-repeat;
}

.btn-main:hover::before {
  background-position: 0 -120px;
}

.banner .wrap .right-col {
  display: flex;
  align-items: flex-end;
}

.banner .wrap .left-col {
  padding-bottom: 110px;
}

.car-section {
  position: absolute;
  z-index: 99;
  top: 601px;
  right: -1000px;
  animation: mymove 2s ease-in-out forwards;
  animation-delay: 5s;
}

.car-section .car-image {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  overflow-y: hidden;
}

.car-section .car-image::after {
  position: absolute;
  content: "";
  bottom: -18px;
  left: 0;
  right: 0;
  background: url(../images/shadow.png) no-repeat;
  background-size: contain;
  height: 144px;
  z-index: -1;
}

@keyframes mymove {
  0% {
    right: -1000px;
  }

  100% {
    right: 0px;
  }
}

.logos {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 150px 0;
  margin-top: -80px;
  z-index: 1;
}

.logos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 714px;
  height: 90px;
  background: url(../images/red-bg.png) no-repeat;
  margin-top: -12px;
  z-index: 1;
}

.logo-wrapper-slider {
  padding: 0 30px;
}

.logo-wrapper-slider .slick-slide {
  margin: 0 21px;
}

.logo-wrapper-slider a {
  width: auto;
  height: 151px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}

select#input_1_11 {
  padding-right: 30px !important;
}

.trusted-slidder button.slick-prev {
  position: absolute;
  top: -60px;
  left: auto;
  right: 260px;
  bottom: auto;
  width: 60px;
  height: 60px;
  background: url(../images/arrowlefts.svg) no-repeat;
  background-size: contain;
}

.trusted-slidder button.slick-prev:hover {
  opacity: 0.5;
}

.trusted-slidder button.slick-next {
  position: absolute;
  top: -60px;
  left: auto;
  right: 10%;
  bottom: auto;
  width: 60px;
  height: 60px;
  background: url(../images/arrowright.svg) no-repeat;
  background-size: contain;
}

.trusted-slidder button.slick-next:hover {
  opacity: 0.5;
}

.trusted {
  padding: 59px 0 80px 0;
}

.trusted h2 {
  color: #000;
  text-align: center;
  font-family: "Libre Caslon Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 0 20px;
}

.trusted-slidder {
  padding: 37px 30px 0 30px;
}

.trusted-slidder .slick-slide {
  margin: 0 10px;
}

.trusted-slidder .item a {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.trusted-slidder .item a img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.trusted-slidder .item h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: uppercase;
}

.trusted-slidder .item a>h3 {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 25px 40px 30px;
  background: linear-gradient(rgb(173, 12, 12) 0%, rgb(113, 5, 5) 100%);
  height: 145px;
}

.trusted-slidder .item a:hover>h3 {
  opacity: 0;
}

.trusted-slidder .item .contents {
  border-radius: 0px 0px 10px 10px;
  background: linear-gradient(180deg, #ad0c0c 0%, #710505 100%);
  padding: 38px 37px 40px 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}

.trusted-slidder .item a:hover .contents {
  transform: translateY(36%);
}

.trusted-slidder .item p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  padding: 20px 0 0 0;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: 300ms linear all;
}

.trusted-slidder .item a:hover .contents p {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: 300ms linear all;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.trusted-slidder button.slick-disabled {
  opacity: 1;
}

.about {
  background-repeat: no-repeat;
  min-height: 1100px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 110px 0 116px 0;
}

.about::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0px;
  right: 0;
  bottom: -4px;
  width: 714px;
  height: 90px;
  background: url(../images/about-red-bg.png) no-repeat;
  z-index: 1;
}

.about .wrap {
  display: grid;
  grid-template-columns: 47.8% auto;
  grid-gap: 22px;
  align-items: center;
}

.about h2 {
  color: #fff;
  font-family: "Libre Caslon Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}

.about p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 222.222%;
  text-transform: none;
  margin: 22px 0 25px 0 !important;
}

.about ul li {
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 21px 35px 22px 25px;
}

.about ul li:not(:last-child) {
  margin-bottom: 29px;
}

.about ul li h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.about ul li p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  margin: 10px 0 0 0 !important;
  text-transform: none;
}

.about .right {
  margin: 120px -240px 0 0;
}

.video {
  padding: 83px 0 100px 0;
}

.video .wrap {
  display: grid;
  grid-template-columns: 31.9% 66.1%;
  justify-content: space-between;
}

.video h2 {
  color: #000;
  font-family: "Libre Caslon Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  position: relative;
}

.video .wrap .left {
  position: relative;
}

.video .wrap .left::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 120px;
  width: 450px;
  height: 197px;
  background: url(../images/about-arrow.svg) no-repeat;
}

.video .right.play .youtube-video,
.video .right.play .button {
  display: none;
}

.video .right.play #banner-video-yt {
  display: block !important;
}

.video .right {
  position: relative;
}

.video .right .youtube-video {
  border-radius: 5px;
  overflow: hidden;
}

.video .wrap .right iframe {
  height: 537px;
  border-radius: 5px;
  overflow: hidden;
}

.video #playButton {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 79px;
  letter-spacing: -0.4px;
  padding: 0 50px 0 77px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 79px;
  cursor: pointer;
  pointer-events: all;
}

.video #playButton::before {
  content: "\f04b";
  position: absolute;
  top: 2px;
  left: 48px;
  right: auto;
  bottom: 0;
  width: 19px;
  height: 79px;
  font-family: "fontawesome";
}

.video #playButton:hover {
  color: #a50d0d;
}

.work-hard {
  position: relative;
}

.work-hard .work-hard-img {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -15px;
  left: 250px;
  right: auto;
  z-index: 9;
}

.work-hard .top {
  background-repeat: no-repeat;
  min-height: 655px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.work-hard .wrap {
  margin-left: auto;
  max-width: 710px;
}

.work-hard .wrap h2 {
  text-align: left;
  color: #fff8f8;
  font-family: "Libre Caslon Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 26px 0;
}

.work-hard .btn-main {
  background: #fff;
  color: #000;
}

.work-hard .btn-main:hover {
  background: #000;
  color: #fff;
}

.work-hard .btn-main::before {
  background-position: 0 -120px;
}

.work-hard .btn-main:hover::before {
  background-position: 0 0px;
}

.work-hard .bottom {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 235px 0 113px 0;
  margin-top: 0;
  z-index: 1;
  top: -85px;
  min-height: 597px;
}

.work-hard .work-hard-car {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 405px;
  left: auto;
  right: 30px;
  z-index: 9;
}

.residential-type h2 {
  color: #000;
  text-align: center;
  font-family: "Libre Caslon Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 37px 0;
}

.residential-type ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.residential-type ul li {
  position: relative;
}

.residential-type ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(210, 23, 23);
  background: radial-gradient(circle, rgb(210, 23, 23) 58%, rgb(173, 12, 12) 74%);
  opacity: 0;
  transition: 300ms linear all;
  border-radius: 10px;
}

.residential-type ul li a:hover::before {
  opacity: 0.5;
}

.residential-type ul li .content {
  position: absolute;
  top: auto;
  left: 17px;
  right: 17px;
  bottom: 17px;
}

.residential-type ul li .img-wrap {
  overflow: hidden;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.04);
}

.residential-type ul li p {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  border-radius: 10px;
  background: #fff;
  padding: 28px;
  text-align: center;
  transition: 300ms linear all;
}

.residential-type ul li a:hover p {
  background: #a50d0d;
  color: #fff;
}

.residential-type .call {
  margin: 97px 0 65px 0;
}

.residential-type .call .call-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 949px;
  margin: 0 auto;
  border-radius: 100px;
  border: 1px solid #a50d0d;
  padding: 10px 15px 10px 56px;
}

.residential-type .call p {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  max-width: 500px;
}

.residential-type .call a.call-btn {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 92px;
  border-radius: 100px;
  background: #a50d0d;
  padding: 0 53px 0 58px;
  position: relative;
  border: 1px solid #a50d0d;
}

.residential-type .call a.call-btn:hover {
  color: #a50d0d;
  background: transparent;
}

.residential-type .call a.call-btn::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -28px;
  right: auto;
  background: #fff url(../images/sprite-img.png) no-repeat;
  width: 56px;
  height: 56px;
  background-position: 11px -354px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.clients {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 156px 0 116px 0;
  min-height: 760px;
}

.clients::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0px;
  right: 0;
  bottom: -5px;
  width: 714px;
  height: 90px;
  background: url(../images/about-red-bg.png) no-repeat;
  z-index: 1;
}

.clients h2 {
  color: #fff8f8;
  text-align: center;
  font-family: "Libre Caslon Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 40px 0;
}

.clients ul {
  max-width: 1105px;
  margin: 0 auto;
}

.clients ul li {
  border-radius: 5px;
  border: 1px solid #b8b7b7;
  padding: 58px 59px 47px 83px;
}

.clients ul li .content {
  margin-left: 30px;
  float: left;
  height: 210px;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.clients ul li p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 166.667%;
  margin: 0 0 9px 0;
  min-height: 130px;
}

.clients ul li p::-webkit-scrollbar-thumb {
  background-color: #d62929;
}

.clients ul li span {
  color: #fff;
  text-align: center;
  font-family: "Avenir Next LT Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 225%;
}

.clients ul li .img-wrap {
  width: -moz-fit-content;
  width: fit-content;
}

.clients ul.client-review button {
  width: 50px;
  height: 50px;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: 0 -120px;
  right: -115px;
}

.clients ul.client-review button:hover {
  opacity: 0.5;
}

.clients ul.client-review button.slick-prev {
  background-position: 0 -248px;
  left: -115px;
}

.faq-section {
  padding: 60px 0 98px 0;
}

.faq-section h2 {
  color: #000;
  text-align: center;
  font-family: "Libre Caslon Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 36px 0;
}

.faq-section ul.faq {
  display: block;
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-gap: 43px;
  column-gap: 43px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

ul.faq li {
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  background: #fff;
  margin-bottom: 20px;
}

ul.faq li:last-child {
  margin-bottom: 0;
}

ul.faq li.open {
  background: #fff;
  stroke-width: 1px;
  border-color: #ad0c0c;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
  padding-bottom: 5px;
}

ul.faq li .faq-question {
  color: #131313;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 18px 40px 22px 64px;
  cursor: pointer;
  position: relative;
}

ul.faq li .faq-question strong {
  color: #131313;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

ul.faq li .faq-question[data-status=open] strong {
  color: #ad0c0c;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

ul.faq li.open .answer_faq {
  margin: -17px 0 0 0;
}

ul.faq li .answer_faq .faq-answer {
  padding: 0px 64px 22px;
  background: #fff;
}

ul.faq li .answer_faq p {
  color: #333;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}

ul.faq li .faq-question::before {
  position: absolute;
  content: "";
  left: 21px;
  right: auto;
  top: 20px;
  background-image: url(../images/white-que.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 29px;
  height: 29px;
}

ul.faq li .faq-question[data-status=open]::before {
  background-image: url(../images/red-qes.svg);
}

ul.faq li .faq-question::after {
  position: absolute;
  content: "";
  right: 20px;
  left: auto;
  top: 26px;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

ul.faq li .faq-question[data-status=open]::after {
  background-image: url(../images/minus.svg);
  height: 4px;
  top: 38px;
}

.hiring-banner {
  min-height: 960px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.hiring-banner::before,
.hiring-banner::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -100px;
  background: url(../images/brown-before.png) no-repeat;
  height: 157px;
}

.hiring-banner::after {
  width: 714px;
  height: 90px;
  background: url(../images/red-bg.png) no-repeat;
  bottom: -28px;
}

.hiring-banner .container {
  position: absolute;
  top: 42.5%;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translatey(-45%);
}

.hiring-banner .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hiring-banner .wrap a.btn-main {
  margin: 33px 0 0 0;
  padding: 0 98px 0 54px;
}

.hiring-banner h1 {
  color: #fff;
  text-align: center;
  font-family: "Libre Caslon Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 146%;
  margin: 0 0 13px 0;
}

.hiring-passinate-section {
  padding: 185px 0px 100px;
  background: rgb(255, 255, 255);
}

.hiring-passinate-section .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hiring-passinate-section p {
  color: #131313;
  text-align: center;
  font-family: "Open Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 153.846%;
  text-transform: capitalize;
  display: block;
  padding: 0 0 18px 0;
}

.hiring-passinate-section span {
  color: #131313;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 222.222%;
  text-transform: capitalize;
  display: block;
  padding: 0 0 38px 0;
}

.hiring-passinate-section a.btn-main {
  padding: 0 98px 0 54px;
}

.hiring-res-section {
  background-repeat: no-repeat;
  min-height: 690px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.hiring-res-section::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -5px;
  background: url(../images/hiring-resp-bef.png) no-repeat;
  width: 714px;
  height: 90px;
}

.hiring-res-section .container {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translatey(-45%);
}

.hiring-res-section h2 {
  color: #fff;
  text-align: center;
  font-family: "Libre Caslon Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 26px 0;
}

.hiring-res-section ul {
  display: block;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 46px;
  column-gap: 46px;
}

.hiring-res-section ul li {
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  padding: 15px 0 14px 42px;
  display: block;
}

.hiring-res-section ul li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 16px;
  right: auto;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url(../images/check-img.png) no-repeat;
}

.hiring-req-section {
  padding: 80px 0 100px 0;
}

.hiring-req-section h2 {
  color: #000;
  text-align: center;
  font-family: "Libre Caslon Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 35px 0;
}

.hiring-req-section ul.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 66px 121px;
  align-items: center;
}

.hiring-req-section ul.steps p.dark {
  color: #131313;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 144.444%;
  text-transform: capitalize;
  margin: 20px 0 4px 0;
}

.hiring-req-section ul.steps span {
  color: #131313;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
  display: block;
}

.hiring-benef-section {
  background-repeat: no-repeat;
  height: 687px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.hiring-benef-section .wrap {
  display: grid;
  grid-template-columns: 51.5% 41.9%;
  align-items: center;
  justify-content: space-between;
  max-width: 1170px;
}

.hiring-benef-section h2 {
  color: #fff;
  font-family: "Libre Caslon Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  margin: 0 0 17px 0;
}

.hiring-benef-section .img-wrap {
  margin-top: 20px;
}

.hiring-benef-section .right {
  text-align: left;
}

.hiring-benef-section .img-wrap img {
  overflow: hidden;
  border-radius: 10px;
  background: #d9d9d9;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.hiring-benef-section .right ul {
  margin: 0 0 35px 0;
}

.hiring-benef-section ul li {
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 222.222%;
  text-transform: capitalize;
  text-align: left;
  position: relative;
  padding: 0 0 0 27px;
}

.hiring-benef-section ul li:not(:last-child) {
  margin: 0 0 9px 0;
}

.hiring-benef-section ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url(../images/check-img.png) no-repeat;
  background-position: 0 -83px;
}

.hiring-benef-section a.btn-main {
  background: #fff;
  color: #a50d0d;
  padding: 0px 98px 0 54px;
  border: 1px solid #fff;
}

.hiring-benef-section a.btn-main:hover {
  background: transparent;
  color: #fff;
}

.hiring-benef-section a.btn-main::before {
  background-position: 0 -120px;
}

.hiring-benef-section a.btn-main:hover::before {
  background-position: 0 0;
}

.hiring-mot-section {
  padding: 140px 0 100px 0;
}

.hiring-mot-section h2 {
  color: #333;
  text-align: center;
  font-family: "Libre Caslon Text";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 1px 0 39px 0;
}

.hiring-mot-section .mail-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #a50d0d;
  padding: 10px 15px 10px 56px;
  max-width: 949px;
  margin: 0 auto;
}

.hiring-mot-section .mail-wrap p {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.hiring-mot-section .mail-wrap a.mail-btn {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  background: #a50d0d;
  padding: 0 30px 0 41px;
  border-radius: 100px;
  border: 1px solid #a50d0d;
  position: relative;
}

.hiring-mot-section .mail-wrap a.mail-btn:hover {
  background: transparent;
  color: #a50d0d;
}

.hiring-mot-section .mail-wrap a.mail-btn::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -32px;
  right: 0px;
  bottom: 0;
  width: 56px;
  height: 56px;
  background: #fff url(../images/sprite-img.png) no-repeat;
  background-position: 13px -556px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.grw-header {
  display: none !important;
}

select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.banner ul.slick-dots {
  position: absolute;
  top: auto;
  bottom: 50%;
  left: auto;
  right: 40px;
  text-align: right;
  bottom: 50%;
  width: auto;
  display: flex;
  flex-direction: column;
}

.banner ul.slick-dots li button {
  padding: 0;
}

.banner ul.slick-dots li button::before {
  color: #fff;
  font-size: 10px;
}

.banner ul.slick-dots li.slick-active button::before {
  color: #ad0c0c;
  opacity: 1;
}

.banner .banner-slider {
  margin-bottom: 0 !important;
}

.about-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 190px 0 200px 0;
  position: relative;
  overflow: hidden;
}

.about-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 6.27%, rgba(0, 0, 0, 0) 37.54%);
  top: 0;
  left: 0;
}

.about-banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.76);
  top: 0;
  left: 0;
}

.about-banner .container {
  position: relative;
  z-index: 1;
}

.about-banner .wrap {
  max-width: 856px;
  margin: 0 auto;
}

.about-banner .wrap h2 {
  color: #fff;
  text-align: center;
}

.about-banner .before-img::before {
  position: absolute;
  content: "";
  background: url(../images/main-before-about-banner.png) no-repeat;
  background-position: center center;
  background-size: contain;
  width: 716px;
  height: 568px;
  z-index: 1;
  top: 0;
  right: 0;
}

.about-car-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 175px;
  position: relative;
  margin-top: -65px;
  z-index: 1;
}

.about-car-section::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 714px;
  height: 90px;
  background: url(../images/red-bg.png) no-repeat;
  margin-top: -12px;
  z-index: 1;
}

.about-car-section .wrap {
  width: 100%;
  max-width: 650px;
  position: absolute;
  right: 30px;
  z-index: 11;
  bottom: 70px;
}

.only-roof-section {
  padding: 100px 0;
}

.only-roof-section .wrap {
  display: grid;
  grid-template-columns: 670px auto;
  gap: 240px;
}

.only-roof-section .wrap h2 {
  text-align: left;
}

.only-roof-section .wrap .heading {
  color: #000;
  font-family: "Libre Caslon Text";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 12px;
  margin-top: 30px;
}

.only-roof-section .wrap .right .gform_confirmation_message {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
}

.validation_message {
  text-align: left;
  padding: 3px 8px !important;
}

.only-roof-section .wrap .right .form-heading {
  display: grid;
  grid-template-columns: 62% 30%;
  gap: 30px;
  margin-bottom: 40px;
}

.only-roof-section .wrap .right::before {
  position: absolute;
  content: "";
  background: url(../images/form-bg-about.png) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 260px;
  left: 0;
  top: -90px;
}

.only-roof-section .wrap .right::after {
  position: absolute;
  content: "";
  background: url(../images/form-bg-about-before.png) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 216px;
  height: 28px;
  top: 102px;
  right: 0;
  left: auto;
}

.only-roof-section .wrap .right .form-heading p {
  color: #fff;
  font-family: "Libre Caslon Text";
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.only-roof-section .wrap .right {
  background: linear-gradient(213deg, #ad0c0c 14.43%, #710505 103.32%);
  padding: 40px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.only-roof-section .wrap .right .form-box {
  position: relative;
  z-index: 1;
}

.only-roof-section .wrap .right .form-box input,
.only-roof-section .wrap .right .form-box textarea,
.only-roof-section .wrap .right .form-box select {
  background: #fff;
  border: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
}

.only-roof-section .wrap .right .form-box input::-moz-placeholder,
.only-roof-section .wrap .right .form-box textarea::-moz-placeholder,
.only-roof-section .wrap .right .form-box select::-moz-placeholder {
  color: #666;
}

.only-roof-section .wrap .right .form-box input::placeholder,
.only-roof-section .wrap .right .form-box textarea::placeholder,
.only-roof-section .wrap .right .form-box select::placeholder {
  color: #666;
}

.only-roof-section .wrap .right .form-box .gform_fields {
  display: flex;
  flex-wrap: wrap;
}

.only-roof-section .wrap .right .form-box .gform_fields .gfield {
  width: 48%;
}

.only-roof-section .wrap .right .form-box .gform_fields .gfield:nth-child(5),
.only-roof-section .wrap .right .form-box .gform_fields .gfield:nth-child(6),
.only-roof-section .wrap .right .form-box .gform_fields .gfield:nth-child(7) {
  width: 100%;
}

.only-roof-section .wrap .right .form-box .gform_footer.top_label {
  width: 100%;
  justify-content: flex-start;
  position: relative;
}

.only-roof-section .wrap .right .form-box .gform_footer.top_label input {
  max-width: 207px;
  color: #a50d0d;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 67px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0 115px 0 30px;
  border-radius: 50px;
  border: 1px solid #fff;
  background-image: url(../images/sprite-img.png);
  background-repeat: no-repeat;
  background-position: 95% 21.3%;
}

.only-roof-section .wrap .right .form-box .gform_footer.top_label input:hover {
  background-position: 95% 8px;
  background-color: #a50d0d;
  color: #fff;
}

.only-roof-section .logo-page {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}

.only-roof-section .logo-page img {
  margin: 0;
}

.only-roof-section .logo-page p {
  color: #131313;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}

.our-proces .wrap {
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.our-proces .wrap .proces-box .img-box {
  border-radius: 73px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  width: 145px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-proces .wrap .proces-box p {
  color: #131313;
  text-align: center;
  font-family: "Open Sans";
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  text-transform: capitalize;
  margin-top: 16px;
}

.our-proces .bg-img {
  margin-top: -140px;
}

.jake-mullin-section {
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -300px;
  position: relative;
  padding-top: 200px;
  padding-bottom: 280px;
  min-height: 1100px;
}

.jake-mullin-section .wrap .left {
  padding-top: 130px;
}

.jake-mullin-section .main-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.jake-mullin-section .bottom-text {
  position: relative;
  top: 120px;
}

.jake-mullin-section .container {
  z-index: 1;
}

.jake-mullin-section .wrap {
  display: grid;
  grid-template-columns: auto 456px;
  gap: 150px;
  position: relative;
}

.jake-mullin-section .wrap h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.jake-mullin-section .wrap p {
  color: #fff;
  margin-bottom: 10px;
}

.jake-mullin-section .wrap .sub-heading {
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}

.about-slider {
  padding: 70px 0 100px 0;
}

.about-slider .wrap .box {
  display: grid !important;
  grid-template-columns: 456px auto;
  gap: 140px;
}

.about-slider .wrap .box .img-box img {
  border-radius: 10px;
}

.about-slider .wrap .box h2 {
  text-align: left;
  padding-right: 100px;
}

.about-slider .wrap .box .sub-heading {
  color: #ad0c0c;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-transform: capitalize;
  margin-bottom: 30px;
  margin-top: 8px;
}

.about-slider .wrap .box p {
  color: #131313;
}

.about-slider .wrap .box .right div {
  max-height: 500px;
  overflow: auto;
  padding-right: 10px;
}

.about-slider .wrap .box .right div::-webkit-scrollbar {
  width: 14px;
  background-color: #f5f5f5;
}

.about-slider .wrap .box .right div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, #ad0c0c 0%, #710505 100%);
}

.about-slider .wrap .box .right div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.about-slider .wrap .slick-arrow,
.testimonial-section .slick-arrow {
  background: #a50d0d;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url(../images/../images/slider-right-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.about-slider .wrap .slick-arrow.slick-prev,
.testimonial-section .slick-arrow.slick-prev {
  background-image: url(../images/../images/slider-left-icon.png);
  left: -65px;
}

.about-slider .wrap .slick-arrow.slick-next {
  right: -65px;
}

.video .wrap .left p {
  color: #131313;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: capitalize;
  margin-top: 14px;
}

.page-template-about-us .video .wrap .left::before {
  bottom: 80px;
}

.testimonial-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 180px 0;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0px;
  right: 0;
  bottom: -4px;
  width: 714px;
  height: 90px;
  background: url(../images/about-red-bg.png) no-repeat;
  z-index: 1;
}

.testimonial-section .slick-slide {
  text-align: center;
}

.testimonial-section .slick-prev {
  left: 0 !important;
}

.testimonial-section .slick-next {
  right: 0 !important;
}

.testimonial-section .container {
  z-index: 1;
  position: relative;
}

.testimonial-section h2 {
  color: #fff;
  margin-bottom: 40px;
}

.testimonial-section .testimonial-slider .box {
  border-radius: 5px;
  border: 1px solid #b8b7b7;
  padding: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-section .testimonial-slider .box p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-section .testimonial-slider .box .heading {
  color: #fff;
  font-family: "Avenir Next LT Pro";
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 10px;
}

.testimonial-section .testimonial-slider .box img {
  margin: 0;
}

.past-project {
  padding: 70px 0 0 0;
}

.past-project .slick-slide {
  margin: 0 22px;
  background: #d9d9d9;
  opacity: 0.4 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-height: 350px;
}

.past-project .project-slider .img-box img {
  margin: 0;
  width: 600px;
  max-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

.past-project .slick-track {
  opacity: 1 !important;
  display: flex;
  padding: 90px 0 100px;
}

.past-project .slick-slide.slick-active.slick-current {
  opacity: 1 !important;
  scale: 1.1;
}

.financing-option {
  padding: 100px 0;
}

.financing-option p {
  text-align: center;
}

.financing-option .sub-heading {
  font-weight: 600;
  margin-top: 20px;
  color: #131313;
  margin-bottom: 5px;
}

.contact-box-main {
  padding: 0 16px;
}

.contact-box {
  padding: 15px;
  border: 1px solid #a50d0d;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 65px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 35px !important;
}

.contact-box .left {
  padding-left: 50px;
}

.contact-box .left p {
  color: #000;
  font-family: "Oswald";
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 8px;
}

.contact-box .left p a {
  color: #a50d0d;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 15px;
}

.contact-box .right {
  position: relative;
}

.contact-box .right img {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.financing-option .wrap {
  padding-bottom: 30px;
}

.contact-box .right a {
  color: #fff;
  font-family: "Oswald";
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  background: #a50d0d;
  padding: 25px 55px;
  border: 1px solid #a50d0d;
}

.contact-box .right a:hover {
  color: #a50d0d;
  border: 1px solid #a50d0d;
  background: #fff;
}

.financing-list {
  padding: 155px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.financing-list .wrap {
  width: 588px;
  margin: 0 auto;
  position: relative;
}

.financing-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  width: 714px;
  height: 90px;
  background: url(../images/red-bg.png) no-repeat;
  margin-top: -12px;
  z-index: 1;
}

.financing-list .list-two li {
  text-align: left;
}

.financing-list ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  text-align: right;
}

.financing-list ul li span {
  line-height: 25px;
}

.financing-list ul li img {
  margin: 0;
}

.financing-list ul li strong {
  font-weight: 700;
}

.financing-list .mobile-list {
  display: none;
}

.financing-list .list-one li:nth-child(1) {
  position: absolute;
  top: 24px;
  left: 40px;
}

.financing-list .list-one li:nth-child(2) {
  position: absolute;
  top: 140px;
  left: -105px;
}

.financing-list .list-one li:nth-child(3) {
  position: absolute;
  bottom: 130px;
  left: -130px;
}

.financing-list .list-one li:nth-child(4) {
  position: absolute;
  bottom: 20px;
  left: -190px;
}

.financing-list .list-two li:nth-child(1) {
  position: absolute;
  top: 24px;
  right: 55px;
}

.financing-list .list-two li:nth-child(2) {
  position: absolute;
  top: 145px;
  right: -37px;
}

.financing-list .list-two li:nth-child(3) {
  position: absolute;
  bottom: 130px;
  right: -100px;
}

.financing-list .list-two li:nth-child(4) {
  position: absolute;
  bottom: 20px;
  right: -170px;
}

.why-choose-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 1000px;
  margin-top: -55px;
}

.why-choose {
  margin-top: -340px;
  margin-bottom: 230px;
}

.why-choose .wrap {
  display: grid;
  grid-template-columns: 530px auto;
  gap: 100px;
  background: #fff;
  padding: 40px 80px;
  border-radius: 10px;
}

.why-choose .wrap .left {
  position: absolute;
  max-width: 530px;
  max-height: 554px;
  top: 50%;
  transform: translateY(-50%);
}

.why-choose .wrap .left h2 {
  display: none;
}

.why-choose .wrap .right h2 {
  text-align: left;
  margin-bottom: 28px;
}

.why-choose .wrap .right ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
  text-align: left;
}

.why-choose .wrap .right ul li::before {
  position: absolute;
  content: "";
  background-image: url("../images/check-icon.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2;
}

.how-to-apply {
  padding: 190px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.how-to-apply .wrap {
  display: grid;
  grid-template-columns: 744px auto;
  gap: 200px;
  align-items: center;
}

.how-to-apply .wrap .right img {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.how-to-apply .wrap .left h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 28px;
}

.how-to-apply .wrap .left ul li {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}

.how-to-apply .wrap .left ul li a {
  color: #fff;
}

.how-to-apply .wrap .left ul li strong a {
  font-weight: 600;
}

.how-to-apply .wrap .left ul li::before {
  position: absolute;
  content: "";
  background-image: url("../images/check-icon.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2;
}

.about-enhancify {
  padding: 44px 0 100px;
}

.about-enhancify .wrap {
  display: grid;
  grid-template-columns: auto 634px;
  gap: 90px;
  align-items: center;
}

.about-enhancify .wrap .right h2 {
  margin-bottom: 30px;
  text-align: left;
}

.about-enhancify .wrap .left {
  display: grid;
  grid-template-columns: auto auto;
  gap: 22px;
}

.about-enhancify .wrap .left .box-1,
.about-enhancify .wrap .left .box-2,
.about-enhancify .wrap .left .box-3,
.about-enhancify .wrap .left .box-4 {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 10px;
}

.about-enhancify .wrap .left .box-1 .text,
.about-enhancify .wrap .left .box-2 .text,
.about-enhancify .wrap .left .box-3 .text,
.about-enhancify .wrap .left .box-4 .text {
  line-height: 36px;
}

.about-enhancify .wrap .left .box-2 {
  background: #ad0c0c;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  padding: 30px 30px 75px 30px;
}

.about-enhancify .wrap .left .box-2 .heading {
  color: #000;
}

.about-enhancify .wrap .left .box-2 .sub-heading,
.about-enhancify .wrap .left .box-2 .text,
.about-enhancify .wrap .left .box-3 .sub-heading,
.about-enhancify .wrap .left .box-3 .text {
  color: #fff;
}

.about-enhancify .wrap .left .box-3 {
  background: #333333;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  padding: 30px 30px 39px 30px;
}

.about-enhancify .wrap .left .box-1,
.about-enhancify .wrap .left .box-3 {
  margin-bottom: 22px;
}

.about-enhancify .wrap .left .heading {
  color: #ad0c0c;
  font-family: "Libre Caslon Text";
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}

.about-enhancify .wrap .left .sub-heading {
  color: #131313;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.about-enhancify .wrap .right-box {
  margin-top: 55px;
}

.gallery-tab {
  padding: 40px 0 100px 0;
}

.gallery-tab .tab-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-bottom: 100px;
}

.gallery-tab .tab-wrap .current.tab-box {
  border-radius: 10px;
  background: #a50d0d;
  color: #fff;
  font-family: "Oswald";
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  padding: 28px 46px;
  border: 1px solid #a50d0d;
}

.gallery-tab .tab-wrap .tab-box {
  border-radius: 10px;
  background: #fff;
  color: #000000;
  font-family: "Oswald";
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  padding: 28px 46px;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  cursor: pointer;
}

.gallery-tab .tab-wrap .tab-box:hover {
  border: 1px solid #a50d0d;
  background: #a50d0d;
  color: #fff;
}

.gallery-tab .main-box {
  display: none;
}

.gallery-tab .main-box.current {
  display: block;
}

.gallery-tab .main-box h2 {
  margin-bottom: 55px;
}

.gallery-tab .main-box .wrap:first-child {
  margin-top: 0;
}

.gallery-tab .main-box .wrap:nth-child(even) {
  display: grid;
  grid-template-columns: 830px auto;
  gap: 45px;
  margin-top: 50px;
}

.gallery-tab .main-box .wrap:nth-child(odd) {
  display: grid;
  grid-template-columns: auto 830px;
  gap: 45px;
  margin-top: 50px;
}

.gallery-tab .main-box .wrap .heading {
  color: #000;
  font-family: "Open Sans";
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  margin-top: 15px;
}

.gallery-tab .main-box .wrap .date {
  color: #333;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}

.gallery-tab .main-box .wrap .left-box-1 img {
  max-height: 718px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-tab .main-box .wrap .right-box-1 img,
.gallery-tab .main-box .wrap .right-box-2 img {
  width: 100%;
  max-height: 310px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-tab .main-box .wrap .right-box-2 {
  margin-top: 30px;
}

.gallery-tab .main-box .wrap .slick-carousel a,
.gallery-tab .main-box .wrap .slick-current,
.gallery-tab .main-box .wrap .slick-track,
.gallery-tab .main-box .wrap .slick-current>div {
  height: 100%;
}

.gallery-tab .main-box .wrap .slick-list.draggable,
.gallery-tab .main-box .wrap .slick-carousel {
  max-height: 718px;
  height: 100%;
}

.fancybox-content {
  width: 600px;
  padding: 25px;
  line-height: 0;
  overflow: hidden;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 8px;
  right: -9px;
  top: -7px;
}

.fancybox__image {
  width: 500px;
}

.slick-carousel {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

.page-template-testimonial #header {
  background: #000000;
}

.testimonial-heading {
  padding-top: 190px;
}

.google-review-section {
  padding: 0 0 100px 0;
}

.google-review-section .grw-reviews {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.google-review-section .google-review {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 34px;
}

.google-review-section .google-review .google-box {
  padding: 36px;
  border-radius: 10px;
}

.google-review-section .google-review .google-box:nth-child(odd) {
  background: #333333;
}

.google-review-section .google-review .google-box:nth-child(even) {
  background: #ad0c0c;
}

.google-review-section .google-review .google-box p {
  color: #ffffff;
}

.google-review-section .google-review .google-box .heading {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: left;
}

.google-review-section .google-review .google-box img {
  margin: 0;
}

.roofing-material-section {
  padding: 100px 0;
}

.roofing-material-section .wrap {
  display: grid;
  grid-template-columns: 738px auto;
  gap: 78px;
  align-items: center;
}

.roofing-material-section .wrap .left .logo-page {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}

.roofing-material-section .wrap .left .logo-page p {
  color: #131313;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-transform: capitalize;
}

.roofing-material-section .wrap .left .logo-page img {
  margin: 0;
}

.offered-section {
  padding-bottom: 40px;
}

.offered-section .wrap {
  max-width: 1070px;
  margin: 0 auto;
}

.offered-section .wrap p {
  color: #131313;
  margin-top: 15px;
  text-align: center;
}

.dark-box-section {
  padding: 130px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.dark-box-section::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0px;
  right: 0;
  bottom: 14px;
  width: 714px;
  height: 90px;
  background: url(../images/about-red-bg.png) no-repeat;
  z-index: 1;
}

.dark-box-section.dark-box-2 {
  padding: 140px 0;
}

.dark-box-section.dark-box-2::before {
  bottom: 4px !important;
}

.dark-box-section.dark-box-3::before {
  bottom: 6px !important;
}

.dark-box-section .wrap {
  display: grid;
  grid-template-columns: 544px auto;
  gap: 100px;
  align-items: center;
}

.dark-box-section .wrap img {
  border-radius: 10px;
}

.dark-box-section .wrap p {
  color: #fff;
}

.dark-box-section .wrap h2 {
  color: #fff;
  font-family: "Libre Caslon Text";
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 30px;
}

.dark-box-section .wrap a {
  color: #ad0c0c;
}

.dark-box-section .wrap .read-more {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 30px;
}

.dark-box-section .wrap .read-more img {
  margin: 0;
}

.light-box-section {
  padding: 100px 0 50px 0;
}

.light-box-section .wrap {
  display: grid;
  grid-template-columns: auto 544px;
  gap: 100px;
  align-items: center;
}

.light-box-section .wrap h2 {
  color: #131313;
  font-family: "Libre Caslon Text";
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 30px;
}

.light-box-section .wrap p {
  color: #131313;
}

.light-box-section .wrap .read-more {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #a50d0d;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 30px;
}

.light-box-section .wrap .read-more img {
  margin: 0;
}

.light-box-section .wrap img {
  border-radius: 10px;
}

.contact-section {
  background: #f9f9f9;
  padding: 120px 0;
  margin-top: -60px;
}

.contact-section .wrap {
  max-width: 845px;
  margin: 0 auto;
}

.contact-section .wrap p {
  text-align: center;
  margin-top: 10px;
  color: #131313;
}

.page-template-roofing-material .faq-section ul.faq {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 43px;
}

.page-template-roofing-material .faq-section ul li {
  margin: 0;
}

.page-template-blog .about-car-section::before {
  top: 13px;
}

.blog-banner {
  background: #222222;
  padding: 200px 0 135px 0;
  position: relative;
}

.blog-banner::before {
  position: absolute;
  content: "";
  background: url(../images/main-before-about-banner.png) no-repeat;
  background-position: center center;
  background-size: contain;
  width: 716px;
  height: 568px;
  z-index: 1;
  top: 50%;
  right: -380px;
  transform: translateY(-50%);
}

.blog-banner .wrap {
  display: grid;
  grid-template-columns: 647px auto;
  gap: 85px;
  align-items: center;
  z-index: 1;
  position: relative;
}

.blog-banner .wrap .left img {
  border-radius: 10px;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-banner .wrap .right .date {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 15px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.blog-banner .wrap .right h2 {
  text-align: left;
  line-height: 0;
}

.blog-banner .wrap .right h2 a {
  color: #fff;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px;
  text-align: left;
}

.blog-banner .wrap .right h2 a:hover {
  color: #ad0c0c;
}

.blog-banner .wrap .right p {
  color: #fff;
}

.blog-banner .wrap .right .read-more {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #a50d0d;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 25px;
}

.blog-banner .wrap .right .read-more img,
.blog-banner .wrap .right .date img {
  margin: 0;
}

.roofing-blog {
  padding: 100px 0;
}

.roofing-blog .logo-page {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.roofing-blog .logo-page img {
  margin: 0;
}

.roofing-blog .logo-page p {
  color: #131313;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-transform: capitalize;
}

.roofing-blog .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.roofing-blog .wrap h2 {
  text-align: left;
}

.roofing-blog .wrap .right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.roofing-blog .wrap .right p {
  color: #000;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

.roofing-blog .wrap .right select {
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #666;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  padding: 16px 26px;
  width: 272px;
}

.roofing-blog .wrap .right.down-main .right {
  position: relative;
}

.roofing-blog .wrap .right.down-main .right::before {
  position: absolute;
  content: "";
  background: url(../images/down-arrow.png) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  height: 8px;
  right: 26px;
}

.roofing-blog .wrap-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px;
  margin-top: 48px;
}

.roofing-blog .wrap-box .wrap-post {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.roofing-blog .wrap-box .wrap-post .img-box {
  height: 100%;
  max-height: 172px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.roofing-blog .wrap-box .wrap-post .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.roofing-blog .wrap-box .wrap-post .date,
.roofing-blog .wrap-box .wrap-post .read-more {
  display: flex;
  align-items: center;
  gap: 6px;
}

.roofing-blog .wrap-box .wrap-post .date img,
.roofing-blog .wrap-box .wrap-post .read-more img {
  margin: 0;
}

.roofing-blog .wrap-box .wrap-post .content-box {
  padding: 38px 30px 30px 30px;
  position: relative;
}

.roofing-blog .wrap-box .wrap-post .content-box p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  border-radius: 5px;
  background: linear-gradient(180deg, #ad0c0c 0%, #710505 100%);
  padding: 7px;
  position: absolute;
  top: -17px;
  left: 30px;
}

.roofing-blog .wrap-box .wrap-post .date {
  color: #131313;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
}

.roofing-blog .wrap-box .wrap-post .read-more {
  color: #a50d0d;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 20px;
}

.roofing-blog .wrap-box .wrap-post .heading {
  color: #131313;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.roofing-blog .wrap-box .wrap-post .heading:hover {
  color: #ad0c0c;
}

.page-template-blog .paginations {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-top: 100px;
}

.page-template-blog .paginations .page-numbers.current {
  border: 1px solid #ce2b2e;
  background: #ce2b2e;
  color: #fff;
}

.page-template-blog .paginations .page-numbers {
  border-radius: 4px;
  border: 1px solid #ce2b2e;
  background: #ffffff;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-blog .paginations .prev,
.page-template-blog .paginations .next {
  width: unset;
  height: unset;
  background: transparent;
  border: transparent;
}

.single-post #header {
  background: #000000;
}

.single-post .single-post-text {
  margin-top: 240px;
  padding-bottom: 100px;
}

.single-post .single-post-text .wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.single-post .single-post-text .wrap h2 {
  margin-bottom: 30px;
}

.single-post .single-post-text .wrap .date {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #131313;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.0705882353);
  border-left: 0;
  border-right: 0;
  padding: 15px 30px;
  margin-bottom: 40px !important;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.single-post .single-post-text .wrap .date img {
  margin: 0;
}

.single-post .single-post-text .wrap .img-box img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
}

.single-post .single-post-text .wrap a {
  color: #ad0c0c;
  font-weight: 700;
}

.single-post .single-post-text .wrap p {
  color: #131313;
}

.single-post .single-post-text .wrap .main-box h2 {
  text-align: left;
}

.single-post .single-post-text .wrap .main-box h2,
.single-post .single-post-text .wrap .main-box h3,
.single-post .single-post-text .wrap .main-box h4,
.single-post .single-post-text .wrap .main-box h5 {
  margin: 35px 0 12px 0;
}

.single-post .single-post-text .wrap .main-box h3 {
  color: #000;
  font-family: "Libre Caslon Text";
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.single-post .single-post-text .wrap .main-box h4 {
  color: #000;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.single-post .single-post-text .wrap .main-box img {
  border-radius: 10px;
  margin: 30px auto;
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-post .single-post-text .wrap .main-box ul,
.single-post .single-post-text .wrap .main-box ol {
  padding-left: 30px;
  margin: 15px 0;
}

.single-post .single-post-text .wrap .main-box ul li,
.single-post .single-post-text .wrap .main-box ol li {
  color: #131313;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 17px;
  position: relative;
}

.single-post .single-post-text .wrap .main-box ul li::before,
.single-post .single-post-text .wrap .main-box ol li::before {
  position: absolute;
  content: "";
  background: url(../images/check-icon.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 3px;
}

.single-post .single-post-text .wrap .main-box ul li:last-child {
  margin: 0;
}

.gform_ajax_spinner {
  margin: 0 10px;
}

.owl-nav>button.disabled {
  opacity: 0.5;
}

.gallery-tab .main-box .wrap .left-box-1 a,
.gallery-tab .main-box .wrap .right-box-1 a {
  position: relative;
}

.gallery-tab .main-box .wrap .left-box-1 a span,
.gallery-tab .main-box .wrap .right-box-1 a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5411764706);
}

.gallery-tab .main-box .wrap .left-box-1 a h2,
.gallery-tab .main-box .wrap .right-box-1 a h2 {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 0 50px;
}

.gallery-tab .main-box .wrap .right-box-1 {
  margin-bottom: 20px;
}

.gallery-tab div#residential .wrap .right-box-1 a h2 {
  font-size: 20px;
}

.gallery-tab #commercial .wrap .right-box-1 img {
  max-height: -moz-max-content;
  max-height: max-content;
}

.page-template-location .only-roof-section .logo-page a {
  color: #666;
}

.herobanner {
  padding-top: 198px;
  padding-bottom: 286px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
}

.herobanner .vector {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.herobanner .vector img {
  position: relative;
  z-index: 2;
  margin-right: 0;
}

.herobanner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.76);
  width: 100%;
  height: 100%;
}

.herobanner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 6.27%, rgba(0, 0, 0, 0) 37.54%);
  top: 0;
  left: 0;
}

.herobanner .innner {
  position: relative;
  z-index: 2;
}

.herobanner .innner h1 {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 146%;
  /* 146% */
  max-width: 670px;
}

.herobanner .bg {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
}

.herobanner .bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  width: 100%;
  height: 100px;
  top: auto;
}

.herobanner .bg img {
  width: 100%;
}

.location-txt .wrap {
  display: grid;
  grid-template-columns: 792px auto !important;
  gap: 126px !important;
}

.location-txt .wrap .left {
  display: flex;
  flex-direction: column;
}

.location-txt .wrap .left .logo-page p {
  color: #131313;
}

.location-txt .wrap .left .innertext .content {
  margin-top: 50px;
}

.location-txt .wrap .left .innertext .content img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}

.location-txt .wrap .left .innertext .content h2 {
  font-size: 30px;
  padding-bottom: 10px;
  line-height: 166.667%;
}

.location-txt .wrap .left .innertext .content h3 {
  color: #000;
  font-family: "Open Sans";
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 166.667%;
}

.location-txt .wrap .innerirght {
  position: relative;
  top: -560px;
  z-index: 8;
}

.location-txt .faq-section .wrap {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}

.only-roof-section iframe {
  height: 400px;
}

.sidecta h2,
.service h2 {
  line-height: 180% !important;
}

.cta {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #a50d0d;
  border-radius: 10px;
  padding: 48px;
  margin-top: 42px;
  align-items: flex-start;
  position: relative;
  margin-bottom: 25px;
}

.cta:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  height: 100%;
  background-image: url("../images/black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 343px;
  z-index: 1;
}

.cta h3 {
  color: #fff !important;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333% !important;
  /* 133.333% */
  padding-bottom: 14px !important;
  position: relative;
  z-index: 2;
}

.cta p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}

.cta p a {
  font-weight: 700;
  color: #fff;
}

.cta a.btn-main {
  background: #fff;
  color: #000;
  position: relative;
  z-index: 2;
  height: 67px;
  line-height: 67px;
}

.cta a.btn-main:hover {
  color: #fff;
  background-color: #000;
}

.cta a.btn-main:hover:before {
  background-position: 0 0px;
}

.cta a.btn-main:before {
  background-position: 0 -120px;
}

.cta img {
  position: absolute;
  right: 40px;
  bottom: -66px;
  z-index: 2;
  width: auto !important;
}

.ulli ul li,
.ulli ol li {
  position: relative;
  color: #131313;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  text-transform: capitalize;
  padding-left: 28px;
  padding-bottom: 18px;
}

.ulli ul li:before,
.ulli ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url("../images/check.svg");
  background-position: left center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.sidecta {
  display: flex;
  flex-direction: column;
  background-image: url("../images/backbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 37px 35px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 50px;
  padding-bottom: 105px;
  align-items: flex-start;
  position: relative;
}

.sidecta:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -160px;
  background-image: url("../images/sidecar.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 552px;
  height: 214px;
  z-index: 2;
  left: -37px;
}

.sidecta:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -60px;
  background-image: url("../images/shape.svg");
  width: 386px;
  height: 118px;
}

.sidecta h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 29px;
}

.sidecta .btn-main {
  height: 51px;
  background-color: #fff;
  color: #a50d0d;
  line-height: 51px;
  padding: 0 60px 0 30px;
}

.sidecta .btn-main:before {
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  top: 5px;
  background-size: contain;
}

.sidecta .btn-main:hover {
  color: #fff;
  background-color: #a50d0d;
}

.sidecta .btn-main:hover:before {
  background-image: url("../images/color-arrow.svg");
}

.page-template-location,
.page-template-insurance,
.page-template-roofing-material-inner {
  overflow: visible;
}

.service {
  margin-top: 210px;
  background: #ad0c0c;
  padding: 42px;
  border-radius: 10px;
  position: sticky;
  top: 11rem;
}

.service h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 28px;
}

.service ul {
  display: flex;
  flex-direction: column;
}

.service ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.service ul li a {
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 150% */
  background-color: #333;
  padding: 23px;
  border-radius: 10px;
  display: flex;
}

.service ul li a img {
  margin-right: 0;
}

.service ul li a:hover {
  background-color: #000;
}

.youtube {
  display: flex;
  flex-direction: column;
  padding: 170px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.youtube .inner {
  display: grid;
  grid-template-columns: 444px auto;
  gap: 40px;
}

.youtube .inner .left h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 54px;
}

.youtube .inner .right iframe {
  width: 100%;
  height: 524px;
  border: none;
}

.insurance-cta {
  display: flex;
  flex-direction: column;
  padding: 70px 0;
}

.insurance-cta .inner {
  display: flex;
  flex-direction: column;
}

.insurance-cta .inner h2 {
  color: #333;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 125% */
  max-width: 1137px;
  margin: auto;
  padding-bottom: 40px;
}

.insurance-cta .inner .innerbox {
  border-radius: 100px;
  border: 1px solid #a50d0d;
  max-width: 960px;
  margin: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 100px;
  column-gap: 100px;
  padding: 10px;
}

.insurance-cta .inner .innerbox p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 125% */
  letter-spacing: -0.48px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  padding-left: 50px;
}

.insurance-cta .inner .innerbox a {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: #a50d0d;
  padding: 26px 30px;
  border-radius: 100px;
  padding-left: 50px !important;
  position: relative;
}

.insurance-cta .inner .innerbox a:hover {
  background-color: #000;
}

.insurance-cta .inner .innerbox a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background-image: url("../images/mailto.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 116px;
  height: 116px;
}

.page-template-insurance .location-txt .wrap .left .innertext .content {
  margin-top: 0;
}

.phone_call_cta {
  padding: 36px 0;
}

.phone_call_cta .inner .innerbox {
  max-width: 100%;
  -moz-column-gap: 0;
  column-gap: 0;
  justify-content: space-between;
  width: 100%;
}

.phone_call_cta .inner .innerbox p {
  max-width: 421px;
  padding-left: 40px;
}

.phone_call_cta .inner .innerbox a:before {
  background-image: url(../images/call.png);
}

.location-txt .wrap .left .innertext .content img.alignright {
  margin-bottom: 20px;
  margin-top: 20px;
}

.page-template-roofing-material-inner .location-txt .wrap .left .innertext .content {
  margin-top: 0 !important;
}

.page-template-connect .footer-form,
.error404 .footer-form {
  display: none;
}

.page-template-connect #footer,
.error404 #footer {
  min-height: 769px;
  margin-top: -299px;
}

.page-template-connect header,
.error404 header {
  background-color: #000 !important;
}

.page-template-connect .lets-connect,
.error404 .lets-connect {
  margin-top: 153px;
  padding-top: 50px;
}

.page-template-connect .lets-connect .banner-heading h1,
.error404 .lets-connect .banner-heading h1 {
  color: #000;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 146%;
  /* 146% */
}

.page-template-connect .lets-connect .banner-heading p,
.error404 .lets-connect .banner-heading p {
  margin-top: 12px;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  /* 200% */
  text-transform: capitalize;
  max-width: 762px;
  margin: auto;
}

.page-template-connect .lets-connect .forms,
.error404 .lets-connect .forms {
  max-width: 1047px;
  margin: auto;
  margin-top: 50px;
  border-radius: 40px;
  padding: 50px;
  background: url(../images/contactbg.svg) #a50d0d;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-template-connect .gform_wrapper.gravity-theme .gfield input.large,
.page-template-connect .gform_wrapper.gravity-theme .gfield select.large,
.page-template-connect .gform_wrapper.gravity-theme .gfield textarea,
.error404 .gform_wrapper.gravity-theme .gfield input.large,
.error404 .gform_wrapper.gravity-theme .gfield select.large,
.error404 .gform_wrapper.gravity-theme .gfield textarea {
  background-color: #fff;
  color: #333;
}

.page-template-connect .gform_wrapper.gravity-theme .gfield input.large::-moz-placeholder,
.page-template-connect .gform_wrapper.gravity-theme .gfield select.large::-moz-placeholder,
.page-template-connect .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder,
.error404 .gform_wrapper.gravity-theme .gfield input.large::-moz-placeholder,
.error404 .gform_wrapper.gravity-theme .gfield select.large::-moz-placeholder,
.error404 .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
  color: #333;
}

.page-template-connect .gform_wrapper.gravity-theme .gfield input.large::placeholder,
.page-template-connect .gform_wrapper.gravity-theme .gfield select.large::placeholder,
.page-template-connect .gform_wrapper.gravity-theme .gfield textarea::placeholder,
.error404 .gform_wrapper.gravity-theme .gfield input.large::placeholder,
.error404 .gform_wrapper.gravity-theme .gfield select.large::placeholder,
.error404 .gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color: #333;
}

.page-template-connect .gform_wrapper.gravity-theme .gform_fields,
.error404 .gform_wrapper.gravity-theme .gform_fields {
  grid-template-columns: repeat(12, 1fr) !important;
}

.page-template-connect .gform_wrapper.gravity-theme .gfield.gfield--width-full,
.error404 .gform_wrapper.gravity-theme .gfield.gfield--width-full {
  grid-column: 1/-1 !important;
}

.page-template-connect textarea#input_3_9,
.error404 textarea#input_3_9 {
  height: 115px !important;
}

.page-template-connect textarea#input_3_12,
.error404 textarea#input_3_12 {
  height: 137px !important;
}

.page-template-connect .gform_wrapper.gravity-theme .gfield select,
.error404 .gform_wrapper.gravity-theme .gfield select {
  background: url("../images/dropdownicon.svg") #fff;
  background-position: right 20px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.page-template-connect input#gform_submit_button_3,
.error404 input#gform_submit_button_3 {
  max-width: 207px;
  color: #a50d0d;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 67px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0 115px 0 30px;
  border-radius: 50px;
  background-image: url(../images/sprite-img.png);
  background-repeat: no-repeat;
  background-position: 95% 21.3%;
}

.page-template-connect input#gform_submit_button_3:hover,
.error404 input#gform_submit_button_3:hover {
  color: #fff;
  background-color: #000;
}

.locationtab {
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

.locationtab .location-info h2 {
  color: #000;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  /* 136% */
  margin-bottom: 29px;
}

.locationtab .location-info .innertab {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  display: flex;
  -moz-column-gap: 38px;
  column-gap: 38px;
}

.locationtab .location-info .innertab .tab {
  max-width: 380px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.locationtab .location-info .innertab .tab button {
  color: #fff;
  font-family: "Libre Caslon Text";
  border: 0;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 178.947%;
  background-color: #333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  text-align: left;
  padding: 14px 29px;
  cursor: pointer;
  position: relative;
}

.locationtab .location-info .innertab .tab button:first-child {
  border-radius: 10px 10px 0 0;
}

.locationtab .location-info .innertab .tab button:last-child {
  border-radius: 0 0 10px 10px;
}

.locationtab .location-info .innertab .tab button.active {
  background-color: #f0f0f4;
  color: #000;
}

.locationtab .location-info .innertab .tab button.active:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: -34px;
  width: 11px;
  height: 18px;
  background-image: url("../images/arrowleft.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.locationtab .location-info .innertab .innertabs {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.locationtab .location-info .innertab .innertabs .tabcontent {
  height: 100%;
}

.locationtab .location-info .innertab .innertabs .tabcontent .tabcontents {
  display: flex;
  height: 100%;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left {
  max-width: 398px;
  width: 100%;
  padding: 47px 56px;
  display: flex;
  flex-direction: column;
  background: url("../images/redbg.png") no-repeat #ad0c0c;
  background-position: center bottom;
  background-size: contain;
}

.locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left h3 {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 107.143%;
  /* 107.143% */
  margin-bottom: 32px;
}

.locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left a {
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left a img {
  width: 30px;
  margin: 0;
}

.locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left .address {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  /* 133.333% */
  letter-spacing: 0.36px;
  margin-bottom: 23px;
  display: flex;
  align-items: flex-start;
}

.locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left .call {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.42px;
  display: flex;
}

.locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .right {
  width: 100%;
}

div#field_1_12 {
  grid-column: 1/-1 !important;
}

.error404 footer#footer {
  margin-top: 0 !important;
  min-height: auto !important;
  padding-top: 50px;
}

.error404 h1.center {
  font-size: 40px;
  margin-bottom: 20px;
}

.error404 .inner-banner {
  margin-top: 210px;
  margin-bottom: 80px;
}

.error404 .padding {
  padding: 0 !important;
}

.standing-seam-about {
  padding: 100px 0;
}

.standing-seam-about .wrap {
  display: grid;
  grid-template-columns: 670px auto;
  gap: 90px;
}

.standing-seam-about .wrap .left .logo-page {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}

.standing-seam-about .wrap .left .logo-page img {
  margin: 0;
}

.standing-seam-about .wrap .left .logo-page p {
  color: #131313;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}

.standing-seam-about .wrap .left h2 {
  text-align: left;
}

.standing-seam-about .wrap .left .sub-heading {
  color: #131313;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin: 20px 0;
}

.standing-seam-about .btn-main {
  line-height: 49px !important;
}

.standing-seam-about .wrap .left .btn-box {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.standing-seam-about .wrap .left .btn-box .btn-logo {
  display: flex;
  align-items: center;
  gap: 20px;
}

.standing-seam-about .wrap .left .btn-box .btn-logo img {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 20px;
}

.standing-seam-about .wrap .left .btn-box .btn-logo img:last-child {
  border: 0 !important;
  padding: 0 !important;
}

.standing-seam-about .wrap .left .btn-main:hover:before {
  background-image: url("../images/arrow.svg");
}

.standing-seam-about .wrap .left .btn-main:hover::before {
  background-position: 0;
}

.standing-seam-about .wrap .left .btn-main:before {
  background-image: url("../images/color-arrow.svg");
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  top: 5px;
  background-size: contain;
}

.standing-seam-about .wrap .right {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.standing-seam-about .wrap .right::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  height: 120px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.standing-seam-about .wrap .right .text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}

.standing-seam-about .wrap .right .text-box p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  max-width: 305px;
}

.smart-solution {
  padding: 178px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.smart-solution:after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 2px;
  width: 377px;
  height: 422px;
  background: url(../images/before-logo.png) no-repeat;
  z-index: 1;
}

.smart-solution::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0px;
  right: 0;
  bottom: -15px;
  width: 714px;
  height: 90px;
  background: url(../images/about-red-bg.png) no-repeat;
  z-index: 1;
}

.smart-solution .container {
  position: relative;
  z-index: 2;
}

.smart-solution .wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 50px;
}

.smart-solution .wrap div {
  max-width: 560px;
}

.smart-solution .wrap h2 {
  text-align: left;
  color: #fff;
}

.smart-solution .wrap p {
  color: #fff;
}

.smart-solution .smart-solution-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-bottom: 60px;
}

.smart-solution .smart-solution-wrap .smart-solution-logo {
  border-radius: 10px;
  background: #ce2b2e;
  padding: 30px 25px;
}

.smart-solution .smart-solution-wrap .smart-solution-logo img {
  margin-bottom: 20px;
}

.smart-solution .smart-solution-wrap .smart-solution-logo p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  max-width: 246px;
  margin: 0 auto;
}

.smart-solution .bottom-text p {
  color: #fff;
}

.smart-solution .bottom-text .heading {
  color: #fff;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 36px;
  text-transform: capitalize;
  margin-top: 40px;
}

.metal-roof {
  padding: 100px 0;
}

.metal-roof .wrap {
  display: grid;
  grid-template-columns: auto 670px;
  gap: 90px;
  align-items: center;
  padding-top: 50px;
}

.metal-roof .wrap .left {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.metal-roof .wrap .left::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  height: 120px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.metal-roof .wrap .left .text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}

.metal-roof .wrap .left .text-box p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  max-width: 305px;
}

.metal-roof .wrap .right .heading {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.metal-roof .wrap .right .sub-heading {
  color: #131313;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin: 20px 0;
}

.power-kynar {
  padding: 200px 0 146px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.power-kynar .wrap {
  display: grid;
  grid-template-columns: 440px auto;
  gap: 60px;
}

.power-kynar .wrap .heading {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.power-kynar .wrap .heading sup {
  font-size: 20px;
}

.power-kynar .wrap .sub-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
  margin: 20px 0;
}

.power-kynar .wrap p {
  color: #fff;
}

.power-kynar .wrap .right {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.power-kynar .wrap .right::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/power-of-Kynar-logo.png) no-repeat;
  width: 80px;
  height: 80px;
  z-index: 1;
}

.power-kynar .wrap .right .img-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.power-kynar .wrap .right .img-box::before {
  position: absolute;
  content: "";
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 97.24%);
  height: 130px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.power-kynar .wrap .right .img-box p {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.power-kynar .bottom-section {
  padding-top: 30px;
}

.power-kynar .bottom-section .wrap-bottom {
  display: grid;
  grid-template-columns: auto 740px;
  gap: 80px;
  align-items: end;
}

.power-kynar .bottom-section .wrap-bottom .left p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.power-kynar .bottom-section .wrap-bottom .left ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: left;
  list-style: disc;
}

.power-kynar .bottom-section .wrap-bottom .left ul li:last-of-type,
.power-kynar .bottom-section .wrap-bottom .right ul li:last-of-type {
  margin-bottom: 0;
}

.power-kynar .bottom-section .wrap-bottom .right .wrap-box {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, #a50d0d 100%);
  padding: 30px;
  border-radius: 20px;
}

.power-kynar .bottom-section .wrap-bottom .right p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.power-kynar .bottom-section .wrap-bottom .right ul,
.power-kynar .bottom-section .wrap-bottom .left ul {
  padding-left: 20px;
}

.power-kynar .bottom-section .wrap-bottom .right ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: left;
  list-style: disc;
}

.power-kynar .bottom-text {
  color: #fff;
  margin-top: 50px;
}

.two-project.padding {
  padding: 100px 0;
}

.two-project .one-project {
  display: grid;
  grid-template-columns: 640px auto;
  align-items: center;
  gap: 120px;
}

.two-project .two-project {
  display: grid;
  grid-template-columns: auto 640px;
  align-items: center;
  gap: 120px;
  margin-top: 80px;
}

.two-project .one-project .right .heading,
.two-project .two-project .left .heading {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.two-project .one-project .right .sub-heading,
.two-project .two-project .left .sub-heading {
  color: #131313;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin: 20px 0;
}

.two-project .one-project .left,
.two-project .two-project .right {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.two-project .one-project .left::before,
.two-project .two-project .right::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  height: 120px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.two-project .one-project .left .text-box,
.two-project .two-project .right .text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}

.two-project .one-project .left .text-box p,
.two-project .two-project .right .text-box p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  max-width: 305px;
}

.roofs-made {
  padding: 165px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.roofs-made::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0px;
  right: 0;
  bottom: -5px;
  width: 714px;
  height: 90px;
  background: url(../images/about-red-bg.png) no-repeat;
  z-index: 1;
}

.roofs-made::before {
  position: absolute;
  content: "";
  background: url(../images/roofs-made-logo.png) no-repeat;
  width: 273px;
  height: 227px;
  right: 50px;
  bottom: 50px;
}

.roofs-made .wrap {
  display: grid;
  grid-template-columns: 640px auto;
  align-items: center;
  gap: 100px;
}

.roofs-made .wrap .left {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.roofs-made .wrap .left::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  height: 120px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.roofs-made .wrap .left .text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}

.roofs-made .wrap .left .text-box p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  max-width: 305px;
}

.roofs-made .wrap .right h2 {
  margin-bottom: 30px;
  text-align: left;
}

.roofs-made .wrap .right h2,
.roofs-made .wrap .right p {
  color: #fff;
}

.save-money {
  padding: 180px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.save-money::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0px;
  right: 0;
  bottom: -4px;
  width: 714px;
  height: 90px;
  background: url(../images/about-red-bg.png) no-repeat;
  z-index: 1;
}

.save-money .wrap {
  display: grid;
  grid-template-columns: auto 640px;
  gap: 100px;
  justify-content: space-between;
}

.save-money .wrap .left h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 24px;
  text-align: left;
}

.save-money .wrap .left ul {
  padding-left: 20px;
}

.save-money .wrap .left ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 20px;
  list-style: disc;
}

.save-money .wrap .left p {
  color: #fff;
}

.save-money .wrap .right {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.save-money .wrap .right::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  height: 120px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.save-money .wrap .right .text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}

.save-money .wrap .right .text-box p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  max-width: 305px;
}

.transforming-section {
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 1400px;
  margin-top: -100px;
}

.transforming-section .wrap {
  max-width: 990px;
  margin: 0 auto;
  top: 200px;
  position: relative;
}

.transforming-section .wrap h2 {
  margin-bottom: 20px;
}

.transforming-section .wrap p {
  color: #131313;
  text-align: center;
}

.transforming-section .wrap .btn-main {
  margin-top: 40px;
  line-height: 49px;
}

.transforming-section .wrap .btn-main:before {
  background-image: url("../images/color-arrow.svg");
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  top: 5px;
  background-size: contain;
}

.transforming-section .wrap .btn-main:hover::before {
  background-position: 0;
}

.transforming-section .wrap .btn-main:hover:before {
  background-image: url("../images/arrow.svg");
}

.consultation-installation {
  border-radius: 10px;
  background: #fff;
  padding: 80px 60px;
  margin-top: -250px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px -20px 20px 0px;
}

.consultation-installation .wrap-box {
  max-width: 660px;
  margin: 0 auto;
}

.consultation-installation h2 {
  margin-bottom: 18px;
}

.consultation-installation p {
  color: #131313;
}

.consultation-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 30px;
}

.consultation-wrap .consultation-box {
  border-radius: 10px;
  background: #ce2b2e;
  padding: 30px;
}

.consultation-wrap .consultation-box img {
  margin: 0 auto;
  margin-bottom: 20px;
}

.consultation-wrap .consultation-box .heading {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  max-width: 305px;
  margin: 0 auto;
}

.consultation-wrap .consultation-box p {
  color: #fff;
  max-width: 305px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}

.consultation-installation .bottom-text {
  color: #131313;
  margin-top: 30px;
}

.page-template-standing-seam .faq-section {
  padding: 100px 0 !important;
}

.sidecta .btn-main:hover::before {
  background-position: 0;
}

.home-banner {
  overflow: hidden;
}

.location-txt .faq-section {
  padding-bottom: 0;
}

.footer-form .wrap {
  height: 676px;
}

.footer-form .wrap .form .gform_confirmation_message {
  margin: 0;
  padding: 0;
  color: #fff;
}

.footer-form .wrap .gform_validation_errors {
  display: none;
}

.footer-form .wrap .validation_message {
  text-align: left;
  padding: 0px 8px !important;
  margin-top: 3px !important;
}

#footer {
  background: url(../images/footer-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 0 0 48px;
  min-height: 979px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer-form {
  margin-bottom: -409px;
  position: relative;
  z-index: 9;
}

.footer-form .wrap .map {
  padding: 15px;
  background: #fff;
  box-shadow: 0 6px 100px rgba(0, 0, 0, 0.09);
  position: relative;
}

.map-select {
  position: absolute;
  top: 60px;
  left: 24px;
  right: 38px;
  z-index: 9;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #C2C2C2;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

input::placeholder,
textarea::placeholder {
  color: #C2C2C2;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#map-container,
#map-container>div {
  height: 100%;
  width: 100%;
}

.footer-form .wrap .map .gm-style-iw.gm-style-iw-c {
  width: 266px;
  border-radius: 0;
}

.footer-form .wrap .map .gm-ui-hover-effect {
  left: auto;
  right: 17px;
  top: -14px;
  width: 20px !important;
  height: 20px !important;
}

.footer-form .wrap .map p.wpgmza_infowindow_address {
  color: var(--333333, #333);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.36px;
}

.footer-form .wrap .map .wpgmza_infowindow_description p {
  text-align: center;
  padding: 14px 0 5px 0;
}

.footer-form .wrap .map .wpgmza_infowindow_description p a {
  color: #010105;
  font-family: Oswald;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.42px;
  padding: 0 0 0 38px;
  position: relative;
}

.footer-form .wrap .map .wpgmza_infowindow_description p a::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: 0 -292px;
  filter: brightness(0);
  background-size: 40px;
}

.footer-form .wrap .map .wpgmza_infowindow_description .location-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-form .wrap .map .wpgmza_infowindow_description .location-wrap p {
  margin: 0;
  padding: 0;
}

.footer-form .wrap .map .wpgmza_infowindow_description .location-wrap p a::before {
  display: none;
}

.footer-form .wrap .map .wpgmza_infowindow_description .location-wrap p a {
  padding: 0;
  color: #CE2B2E;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.footer-form .wrap .map .map-select select {
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  background-color: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  height: 64px;
  color: #666;
  font-family: "Avenir Next LT Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  padding: 5px 0px 5px 30px;
  background-image: url(../images/drop-down.svg);
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  background-position: right 0.75rem center;
}

.footer-form .wrap {
  width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 38.7% 61.3%;
}

.footer-form .wrap .form {
  padding: 58px 61px;
  background: #A50D0D;
}

.footer-form .wrap h3 {
  color: #FFF;
  font-family: "Libre Caslon Text";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
  margin: 0 0 23px 0;
}

.footer-form .gform_wrapper.gravity-theme .gform_footer.top_label {
  width: 100%;
  justify-content: flex-start;
  position: relative;
}

.footer-form .gform_wrapper.gravity-theme .gform_footer.top_label input {
  max-width: 207px;
  color: #A50D0D;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 67px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0 115px 0 30px;
  border-radius: 50px;
  border: 1px solid #fff;
  background-image: url(../images/sprite-img.png);
  background-repeat: no-repeat;
  background-position: 95% 21.3%;
}

.footer-form .gform_wrapper.gravity-theme .gform_footer.top_label input:hover {
  background-position: 95% 8px;
  background-color: #A50D0D;
  color: #fff;
}

.gform_wrapper.gravity-theme .gform_fields>div#field_1_11 select {
  font-size: 14px !important;
}

.gform_wrapper.gravity-theme .gform_fields>div#field_1_11 {
  position: relative;
}

.gform_wrapper.gravity-theme .gform_fields>div#field_1_11::before {
  content: "\f107";
  position: absolute;
  top: 20px;
  left: auto;
  right: 7px;
  bottom: 0;
  font-size: 18px;
  font-family: "fontawesome";
  color: #fff;
}

#footer .footer-wrap .top {
  display: grid;
  grid-template-columns: 27.2% 19% 43.6% 10.2%;
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 50px;
}

#footer .footer-wrap .top::before {
  position: absolute;
  content: "";
  bottom: 0;
  opacity: 0.5;
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
  width: 100%;
}

#footer .footer-wrap .top .logo {
  width: 155px;
}

#footer .footer-wrap .top ul.social {
  display: flex;
  align-items: center;
  padding: 33px 0 37px 0;
}

#footer .footer-wrap .top ul.social li:not(:last-child) {
  margin-right: 20px;
}

#footer .footer-wrap .top ul.social li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url(../images/facebook.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  background-color: #383838;
  stroke-width: 1px;
  stroke: rgba(206, 43, 46, 0);
  transition: none;
}

#footer .footer-wrap .top ul.social li a:hover {
  background-color: #A50D0D;
}

#footer .footer-wrap .top ul.social li.insta a {
  background-image: url(../images/instagram.svg);
  background-size: 22px;
}

#footer .footer-wrap .top ul.social li.linkdin a {
  background-image: url(../images/linkdin.svg);
  background-size: 20px;
}

#footer .footer-wrap .top ul.social li.gmail a {
  background-image: url(../images/gmail.svg);
  background-size: 22px;
}

#footer .footer-wrap .btn-wrap {
  position: relative;
  padding-left: 80px;
}

#footer .footer-wrap .btn-wrap p {
  color: #FFF;
  font-family: "Avenir Next LT Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 0 3px 0;
}

#footer .footer-wrap .btn-wrap a {
  color: #FFF;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#footer .footer-wrap .btn-wrap::before {
  content: "";
  position: absolute;
  background-image: url("../images/sprite-img.png");
  background-repeat: no-repeat;
  width: 59px;
  height: 59px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-position: 13px -352px;
  background-color: #fff;
}

#footer .footer-wrap .top h3 {
  color: #CE2B2E;
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 22px;
}

#footer .footer-wrap .top .second-wrap,
#footer .footer-wrap .top .third-wrap {
  padding-right: 78px;
  position: relative;
}

#footer .footer-wrap .top .second-wrap::before,
#footer .footer-wrap .top .third-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 39px;
  bottom: 0;
  height: 100%;
  width: 1px;
  opacity: 0.5px;
  background: rgba(255, 255, 255, 0.1);
}

#footer .footer-wrap .top .third-wrap ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 0 42px;
}

#footer .footer-wrap .top .second-wrap ul li,
#footer .footer-wrap .top .third-wrap ul li {
  width: -moz-max-content;
  width: max-content;
}

#footer .footer-wrap .top ul li.menu-item:not(:last-child) {
  margin: 0 0 26px 0;
}

#footer .footer-wrap .top ul li a {
  color: #C3BFBF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

#footer .footer-wrap .top a:hover {
  color: #AD0C0C;
}

#footer .footer-wrap .top .forth-wrap .phone::before {
  background-image: url(../images/contact-call.svg);
  width: 22px;
  height: 22px;
  top: 0px;
}

#footer .footer-wrap .top .forth-wrap .mail::before {
  background-image: url(../images/mail.svg);
  width: 22px;
  height: 19px;
  top: 2px;
}

#footer .footer-wrap .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-wrap .bottom p.copyright {
  color: #C3BFBF;
  font-family: "Avenir Next LT Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

#footer .footer-wrap .bottom ul.links {
  display: flex;
  align-items: center;
  margin-left: 50px;
}

#footer .footer-wrap .bottom ul.links li {
  margin-left: 7px;
  padding-left: 7px;
  position: relative;
}

#footer .footer-wrap .bottom ul.links li:first-child::before {
  content: none;
}

#footer .footer-wrap .bottom ul.links li::before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: 100%;
}

#scroll {
  position: fixed;
  left: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #96D35F;
  text-indent: -9999px;
  display: none;
  border-radius: 60px;
  z-index: 99;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

#scroll:hover {
  background-color: #095169;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/*New css*/
@media only screen and (min-width: 1751px) and (max-width: 1899px) {
  .error404 .inner-banner {
    margin-top: 170px;
  }

  .insurance-cta .inner h2 {
    font-size: 30px;
  }

  .insurance-cta .inner .innerbox p {
    font-size: 21px;
    padding-left: 30px;
  }

  .insurance-cta .inner .innerbox a {
    font-size: 23px;
    padding: 18px 30px;
  }

  /*contact page*/
  .locationtab .location-info .innertab .tab button {
    font-size: 34px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left .address {
    font-size: 16px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left .call {
    font-size: 19px;
  }

  .locationtab .location-info h2 {
    font-size: 42px;
  }

  .page-template-connect .lets-connect .banner-heading h1 {
    font-size: 44px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left h3 {
    font-size: 25px;
    margin-bottom: 26px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left {
    padding: 40px;
  }

  .page-template-connect .lets-connect {
    margin-top: 123px;
    padding-top: 50px;
  }

  .page-template-connect .lets-connect .forms {
    padding: 40px;
  }

  .trusted-slidder button.slick-prev {
    right: 160px;
  }

  .save-money::after {
    bottom: -5px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  .error404 .inner-banner {
    margin-top: 170px;
  }

  .insurance-cta .inner h2 {
    font-size: 30px;
    max-width: 857px;
  }

  .insurance-cta .inner .innerbox p {
    font-size: 21px;
    padding-left: 30px;
  }

  .insurance-cta .inner .innerbox a {
    font-size: 23px;
    padding: 18px 30px;
  }

  .youtube .inner .right iframe {
    height: 464px;
  }

  /*contact page*/
  .locationtab .location-info .innertab .tab button {
    font-size: 28px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left .address {
    font-size: 16px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left .call {
    font-size: 19px;
  }

  .locationtab .location-info h2 {
    font-size: 45px;
  }

  .page-template-connect .lets-connect .banner-heading h1 {
    font-size: 47px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left h3 {
    font-size: 25px;
    margin-bottom: 26px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left {
    padding: 40px;
  }

  .page-template-connect #footer {
    min-height: 699px;
    margin-top: -259px;
  }

  .page-template-connect .lets-connect .forms {
    padding: 40px;
  }

  .trusted-slidder button.slick-prev {
    right: 148px;
  }

  .smart-solution::before {
    bottom: -23px;
  }

  .power-kynar {
    padding: 200px 0;
  }

  .roofs-made::after {
    bottom: -10px;
  }

  .transforming-section {
    height: 1200px;
  }

  .metal-roof {
    padding: 60px 0 20px 0;
  }

  .two-project.padding {
    padding: 70px 0;
  }

  .page-template-standing-seam .faq-section {
    padding: 60px 0 !important;
  }

  .save-money::after {
    bottom: -9px;
  }
}

@media only screen and (min-width: 1350px) and (max-width: 1599px) {
  .error404 .inner-banner {
    margin-top: 170px;
  }

  .herobanner .bg:after {
    bottom: -15px;
  }

  .insurance-cta .inner h2 {
    font-size: 25px;
    max-width: 857px;
  }

  .insurance-cta .inner .innerbox p {
    font-size: 21px;
    padding-left: 30px;
  }

  .insurance-cta .inner .innerbox a {
    font-size: 23px;
    padding: 18px 30px;
  }

  .youtube .inner .right iframe {
    height: 464px;
  }

  .youtube {
    padding: 130px 0;
  }

  /*contact page*/
  .locationtab .location-info .innertab .tab button {
    font-size: 28px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left .address {
    font-size: 16px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left .call {
    font-size: 19px;
  }

  .locationtab .location-info h2 {
    font-size: 38px;
  }

  .page-template-connect .lets-connect .banner-heading h1 {
    font-size: 41px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left h3 {
    font-size: 25px;
    margin-bottom: 26px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left {
    padding: 40px;
  }

  .page-template-connect #footer {
    min-height: 699px;
    margin-top: -259px;
  }

  .page-template-connect .lets-connect .forms {
    margin-top: 20px;
  }

  .page-template-connect .lets-connect .forms {
    padding: 40px;
  }

  .page-template-connect .lets-connect {
    margin-top: 120px;
  }

  .lets-connect .gform_wrapper.gravity-theme .gform_fields>div:nth-child(5),
  .lets-connect .gform_wrapper.gravity-theme .gform_fields>div:nth-child(6) {
    grid-column: span 4 !important;
  }

  .trusted-slidder button.slick-prev {
    right: 118px;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }

  .standing-seam-about .wrap,
  .metal-roof .wrap,
  .two-project .one-project,
  .two-project .two-project,
  .roofs-made .wrap,
  .save-money .wrap {
    gap: 50px;
  }

  .standing-seam-about {
    padding: 60px 0;
  }

  .smart-solution {
    padding: 140px 0;
  }

  .smart-solution .bottom-text .heading {
    font-size: 22px;
    margin-top: 30px;
  }

  .consultation-wrap {
    gap: 20px;
  }

  .consultation-installation {
    padding: 50px;
  }

  .smart-solution::before {
    bottom: -26px;
  }

  .smart-solution .smart-solution-wrap .smart-solution-logo {
    padding: 20px;
  }

  .smart-solution .smart-solution-wrap .smart-solution-logo p {
    font-size: 18px;
  }

  .smart-solution .smart-solution-wrap {
    gap: 20px;
  }

  .metal-roof {
    padding: 60px 0 20px 0;
  }

  .two-project .two-project {
    margin-top: 60px;
  }

  .roofs-made {
    padding: 100px 0;
  }

  .metal-roof .wrap .right .heading,
  .power-kynar .wrap .heading,
  .two-project .one-project .right .heading,
  .two-project .two-project .left .heading {
    font-size: 30px;
    margin: 0;
  }

  .metal-roof .wrap .right .sub-heading {
    margin: 10px 0;
  }

  .power-kynar {
    padding: 140px 0;
  }

  .power-kynar .wrap .right .img-box p {
    font-size: 20px;
    line-height: 20px;
  }

  .two-project.padding {
    padding: 60px 0;
  }

  .roofs-made::after {
    bottom: -18px;
  }

  .transforming-section {
    height: 1100px;
  }

  .save-money::after {
    bottom: -9px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1349px) {
  .error404 .inner-banner {
    margin-top: 170px;
  }

  .insurance-cta .inner h2 {
    font-size: 22px;
    max-width: 857px;
  }

  .insurance-cta .inner .innerbox p {
    font-size: 20px;
    padding-left: 30px;
  }

  .insurance-cta .inner .innerbox a {
    font-size: 20px;
    padding: 18px 30px;
  }

  .youtube .inner .right iframe {
    height: 394px;
  }

  .youtube {
    padding: 130px 0;
  }

  .insurance-cta {
    padding: 60px 0;
  }

  .insurance-cta .inner .innerbox {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  /*contact page*/
  .locationtab .location-info .innertab .tab button {
    font-size: 25px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left .address {
    font-size: 15px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left .call {
    font-size: 17px;
  }

  .locationtab .location-info h2 {
    font-size: 38px;
  }

  .page-template-connect .lets-connect .banner-heading h1 {
    font-size: 40px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left h3 {
    font-size: 25px;
    margin-bottom: 26px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left {
    padding: 40px;
  }

  .page-template-connect #footer {
    min-height: 699px;
    margin-top: -259px;
  }

  .page-template-connect .lets-connect .forms {
    margin-top: 20px;
  }

  .page-template-connect .lets-connect .forms {
    padding: 40px;
  }

  .page-template-connect .lets-connect {
    margin-top: 120px;
  }

  .lets-connect .gform_wrapper.gravity-theme .gform_fields>div:nth-child(5),
  .lets-connect .gform_wrapper.gravity-theme .gform_fields>div:nth-child(6) {
    grid-column: span 4 !important;
  }

  .trusted-slidder button.slick-prev {
    right: 118px;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }

  .standing-seam-about .wrap .left .logo-page {
    margin-bottom: 20px;
  }

  .standing-seam-about .wrap .left .btn-box {
    margin-top: 30px;
  }

  .standing-seam-about .wrap {
    gap: 40px;
  }

  .standing-seam-about {
    padding: 60px 0;
  }

  .smart-solution {
    padding: 100px 0;
  }

  .smart-solution:after {
    bottom: 5px;
  }

  .smart-solution::before {
    bottom: -31px;
  }

  .smart-solution .bottom-text .heading {
    font-size: 22px;
    line-height: 30px;
    margin-top: 30px;
  }

  .metal-roof .wrap .right .heading,
  .power-kynar .wrap .heading,
  .two-project .one-project .right .heading,
  .two-project .two-project .left .heading {
    font-size: 30px;
    margin: 0;
  }

  .metal-roof .wrap .right .sub-heading {
    margin: 10px 0;
  }

  .metal-roof .wrap {
    gap: 40px;
    padding-top: 40px;
  }

  .metal-roof {
    padding: 60px 0 20px 0;
  }

  .power-kynar {
    padding: 140px 0;
  }

  .power-kynar .wrap .right .img-box p {
    font-size: 20px;
    line-height: 20px;
  }

  .two-project .one-project,
  .two-project .two-project {
    gap: 40px;
  }

  .two-project.padding {
    padding: 60px 0;
  }

  .roofs-made .wrap {
    grid-template-columns: 560px auto;
    align-items: center;
    gap: 50px;
  }

  .roofs-made {
    padding: 100px 0;
  }

  .roofs-made::after {
    bottom: -27px;
  }

  .save-money .wrap {
    grid-template-columns: auto 600px;
    gap: 40px;
  }

  .save-money::after {
    bottom: -18px;
  }

  .page-template-standing-seam .faq-section {
    padding: 60px 0 !important;
  }

  .consultation-installation {
    padding: 50px;
  }

  .transforming-section {
    height: 1000px;
  }
}

@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .error404 .inner-banner {
    margin-top: 150px;
  }

  .herobanner .bg:after {
    bottom: -8px;
  }

  .insurance-cta .inner h2 {
    font-size: 22px;
    max-width: 857px;
  }

  .insurance-cta .inner .innerbox p {
    font-size: 20px;
    padding-left: 30px;
  }

  .insurance-cta .inner .innerbox a {
    font-size: 20px;
    padding: 18px 30px;
  }

  .youtube .inner .right iframe {
    height: 314px;
  }

  .youtube {
    padding: 100px 0;
  }

  .insurance-cta {
    padding: 60px 0;
  }

  .insurance-cta .inner .innerbox {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .youtube .inner .left h2 {
    margin-bottom: 24px;
  }

  /*contact page*/
  .locationtab .location-info .innertab .tab button {
    font-size: 22px;
    padding: 14px 14px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left .address {
    font-size: 15px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left .call {
    font-size: 17px;
  }

  .locationtab .location-info h2 {
    font-size: 34px;
    margin-bottom: 19px;
  }

  .page-template-connect .lets-connect .banner-heading h1 {
    font-size: 40px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left h3 {
    font-size: 25px;
    margin-bottom: 26px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left {
    padding: 40px;
  }

  .page-template-connect #footer {
    min-height: 699px;
    margin-top: -259px;
  }

  .page-template-connect .lets-connect .forms {
    margin-top: 20px;
  }

  .page-template-connect .lets-connect .forms {
    padding: 40px;
  }

  .page-template-connect .lets-connect {
    margin-top: 104px;
  }

  .lets-connect .gform_wrapper.gravity-theme .gform_fields>div:nth-child(5),
  .lets-connect .gform_wrapper.gravity-theme .gform_fields>div:nth-child(6) {
    grid-column: span 4 !important;
  }

  .locationtab .location-info .innertab .tab {
    max-width: 250px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left {
    max-width: 278px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left {
    padding: 25px;
  }

  .trusted-slidder button.slick-prev {
    right: 118px;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }

  .standing-seam-about .wrap {
    grid-template-columns: 610px auto;
    gap: 30px;
  }

  .standing-seam-about .wrap .left .btn-box {
    margin-top: 30px;
  }

  .standing-seam-about .wrap .left .logo-page {
    margin-bottom: 20px;
  }

  .standing-seam-about .wrap .left .btn-box {
    gap: 30px;
  }

  .standing-seam-about {
    padding: 60px 0;
  }

  .smart-solution {
    padding: 80px 0;
  }

  .smart-solution::before {
    bottom: -34px;
  }

  .smart-solution:after {
    bottom: 4px;
  }

  .smart-solution .bottom-text .heading {
    font-size: 20px;
    line-height: 30px;
    margin-top: 25px;
  }

  .smart-solution .smart-solution-wrap,
  .smart-solution .wrap {
    padding-bottom: 30px;
  }

  .smart-solution .smart-solution-wrap .smart-solution-logo {
    padding: 20px;
  }

  .metal-roof .wrap .right .heading,
  .power-kynar .wrap .heading,
  .two-project .one-project .right .heading,
  .two-project .two-project .left .heading {
    font-size: 30px;
    margin: 0;
  }

  .metal-roof .wrap .right .sub-heading {
    margin: 10px 0;
  }

  .metal-roof .wrap {
    gap: 40px;
    padding-top: 40px;
    grid-template-columns: auto 600px;
  }

  .metal-roof {
    padding: 60px 0 20px 0;
  }

  .power-kynar {
    padding: 140px 0;
  }

  .power-kynar .wrap .right .img-box p {
    font-size: 20px;
    line-height: 20px;
  }

  .power-kynar .bottom-section .wrap-bottom {
    grid-template-columns: auto 600px;
    gap: 40px;
  }

  .two-project .one-project,
  .two-project .two-project {
    gap: 40px;
    grid-template-columns: 500px auto;
  }

  .two-project.padding {
    padding: 60px 0;
  }

  .roofs-made .wrap {
    grid-template-columns: 560px auto;
    align-items: center;
    gap: 50px;
  }

  .roofs-made .wrap .right h2 {
    margin-bottom: 20px;
  }

  .roofs-made {
    padding: 100px 0;
  }

  .roofs-made::after {
    bottom: -27px;
  }

  .save-money .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .save-money {
    padding: 100px 0;
  }

  .save-money::after {
    bottom: -26px;
  }

  .page-template-standing-seam .faq-section {
    padding: 60px 0 !important;
  }

  .consultation-installation {
    padding: 50px;
  }

  .transforming-section {
    height: 900px;
  }
}

/*Old css*/
@media only screen and (min-width: 1800px) and (max-width: 1899px) {
  .logos::before {
    margin-top: -8px;
  }

  .about::before {
    bottom: -6px;
  }

  .clients::before {
    bottom: -6px;
  }

  .single-post .single-post-text {
    margin-top: 200px;
  }
}

@media only screen and (min-width: 1700px) and (max-width: 1799px) {
  .logos::before {
    margin-top: -9px;
  }

  .about::before {
    bottom: -8px;
  }

  .clients::before {
    bottom: -8px;
  }

  .only-roof-section .wrap {
    gap: 130px;
    grid-template-columns: 600px auto;
  }

  .testimonial-section::before {
    bottom: -8px;
  }

  .single-post .single-post-text {
    margin-top: 200px;
  }
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  #header {
    padding: 15px 0;
  }

  #header .container {
    padding: 0 20px;
  }

  #header .wrapper .logo {
    width: 155px;
  }

  #header .wrapper ul#menu-header-menu>li {
    margin: 0 16px;
  }

  #header .wrapper ul#menu-header-menu {
    margin: 0 -16px;
  }

  #header .wrapper .header-btn::before {
    height: 114px;
  }

  #header .wrapper .btn-right a {
    font-size: 24px;
  }

  #header .wrapper .btn-right a::before {
    width: 50px;
    height: 50px;
  }

  .car-section {
    top: 530px;
  }

  .about .right {
    margin: 120px -170px 0 0;
  }

  .work-hard .work-hard-img {
    left: 150px;
  }

  .trusted-slidder .item a:hover .contents {
    transform: translateY(32%);
  }

  .trusted-slidder button.slick-next {
    right: 90px;
  }

  #footer .footer-wrap .btn-wrap {
    padding-left: 65px;
  }

  #footer .footer-wrap .btn-wrap a {
    font-size: 25px;
  }

  #footer .footer-wrap .btn-wrap::before {
    width: 50px;
    height: 50px;
    background-position: 10px -311px;
    background-size: 44px;
  }

  .hiring-res-section {
    min-height: 670px;
  }

  .hiring-res-section::before {
    bottom: -11px;
  }

  /*location page*/
  .herobanner .innner h1 {
    font-size: 43px;
    max-width: 510px;
  }

  .herobanner {
    padding-top: 178px;
    padding-bottom: 236px;
  }

  .herobanner .bg:after {
    height: 90px;
  }

  .location-txt .wrap .innerirght {
    top: -470px;
  }

  .sidecta h2,
  .service h2 {
    font-size: 36px;
  }

  .ulli ul li,
  .ulli ol li {
    font-size: 17px;
  }

  .location-txt .wrap .left .innertext .content p,
  .cta p {
    font-size: 17px;
  }

  .location-txt .wrap .left .innertext .content h2 {
    font-size: 27px;
  }

  .service {
    padding: 32px;
    top: 9rem;
  }

  .service ul li a {
    font-size: 18px;
    padding: 17px;
  }

  .faq-section h2 {
    font-size: 43px;
  }

  .location-txt .wrap .left .faq-section {
    padding-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .logos::before {
    margin-top: -12px;
  }

  .about::before {
    bottom: -12px;
  }

  .clients::before {
    bottom: -10px;
  }

  .only-roof-section .wrap {
    gap: 130px;
    grid-template-columns: 600px auto;
  }

  .jake-mullin-section .bottom-text {
    top: 140px;
  }

  .testimonial-section::before {
    bottom: -9px;
  }

  .financing-list::before {
    bottom: 19px;
  }

  .about-enhancify .wrap {
    grid-template-columns: auto 580px;
    gap: 40px;
  }

  .single-post .single-post-text {
    margin-top: 200px;
  }

  /*location page*/
  .herobanner .innner h1 {
    font-size: 43px;
    max-width: 510px;
  }

  .herobanner {
    padding-top: 178px;
    padding-bottom: 236px;
  }

  .herobanner .bg:after {
    height: 90px;
  }

  .location-txt .wrap .innerirght {
    top: -470px;
  }

  .sidecta h2,
  .service h2 {
    font-size: 30px;
  }

  .ulli ul li,
  .ulli ol li {
    font-size: 16px;
  }

  .sidecta:before {
    bottom: -140px;
    width: 472px;
  }

  .location-txt .wrap .left .innertext .content p,
  .cta p {
    font-size: 16px;
  }

  .location-txt .wrap .left .innertext .content h2 {
    font-size: 27px;
  }

  .service {
    padding: 32px;
    top: 9rem;
    margin-top: 150px;
  }

  .service ul li a {
    font-size: 16px;
    padding: 17px;
  }

  .faq-section h2 {
    font-size: 43px;
  }

  .location-txt .wrap .left .faq-section {
    padding-bottom: 0 !important;
  }

  .location-txt .wrap .innerirght .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 15px 11px !important;
  }
}

@media (max-width: 1600px) {
  .about-slider .wrap .box {
    gap: 100px;
  }

  .only-roof-section .wrap {
    gap: 130px;
    grid-template-columns: 600px auto;
  }

  .about-enhancify .wrap {
    grid-template-columns: auto 580px;
    gap: 40px;
  }

  .dark-box-section.dark-box-3::before {
    bottom: -4px !important;
  }

  .dark-box-section.dark-box-2::before {
    bottom: -6px !important;
  }

  .single-post .single-post-text {
    margin-top: 200px;
  }

  /*location page*/
  .herobanner .innner h1 {
    font-size: 43px;
    max-width: 510px;
  }

  .herobanner {
    padding-top: 178px;
    padding-bottom: 236px;
  }

  .herobanner .bg:after {
    height: 90px;
  }

  .location-txt .wrap .innerirght {
    top: -470px;
  }

  .sidecta h2,
  .service h2 {
    font-size: 30px;
  }

  .ulli ul li,
  .ulli ol li {
    font-size: 16px;
  }

  .sidecta:before {
    bottom: -140px;
    width: 472px;
  }

  .location-txt .wrap .left .innertext .content p,
  .cta p {
    font-size: 16px;
  }

  .location-txt .wrap .left .innertext .content h2 {
    font-size: 27px;
  }

  .service {
    padding: 32px;
    top: 9rem;
    margin-top: 150px;
  }

  .service ul li a {
    font-size: 16px;
    padding: 17px;
  }

  .faq-section h2 {
    font-size: 43px;
  }

  .location-txt .wrap .left .faq-section {
    padding-bottom: 0 !important;
  }

  .location-txt .wrap .innerirght .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 15px 11px !important;
  }
}

@media (max-width: 1500px) {
  .about-slider .wrap .box {
    gap: 60px;
  }

  .testimonial-section .slick-list.draggable {
    padding: 0 !important;
    max-width: 1120px;
    margin: 0 auto;
  }

  .financing-list::before {
    bottom: 15px;
  }

  .why-choose .wrap .left {
    max-width: 430px;
    max-height: 454px;
  }

  .why-choose .wrap {
    gap: 0px;
  }

  .gallery-tab .main-box .wrap:nth-child(even) {
    grid-template-columns: 700px auto;
    gap: 35px;
  }

  .gallery-tab .main-box .wrap:nth-child(odd) {
    grid-template-columns: auto 700px;
    gap: 35px;
  }

  .gallery-tab .main-box .wrap .heading {
    font-size: 22px;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .gallery-tab .main-box .wrap .date {
    font-size: 16px;
  }

  .gallery-tab .main-box .wrap .left-box-1 img {
    max-height: 700px;
  }

  .dark-box-section .wrap,
  .light-box-section .wrap {
    gap: 50px;
  }

  .roofing-material-section .wrap {
    gap: 50px;
  }

  .dark-box-section::before {
    bottom: 3px;
  }

  .dark-box-section.dark-box-2::before {
    bottom: -9px !important;
  }

  .dark-box-section.dark-box-3::before {
    bottom: -4px !important;
  }

  .roofing-blog .wrap-box {
    gap: 50px;
    margin-top: 40px;
  }

  .blog-banner {
    padding: 140px 0 130px 0;
  }

  .single-post .single-post-text .wrap .main-box ul li {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1400px) {
  .about-slider .wrap .box {
    gap: 30px;
  }

  .about-slider .wrap .slick-arrow.slick-next {
    right: 0;
    top: 30px;
    width: 40px;
    height: 40px;
  }

  .about-slider .wrap .slick-arrow.slick-prev {
    left: auto;
    z-index: 1;
    right: 55px;
    top: 30px;
    width: 40px;
    height: 40px;
  }

  .testimonial-section .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .testimonial-section .testimonial-slider .box {
    padding: 40px;
  }

  .how-to-apply .wrap {
    gap: 100px;
  }

  .dark-box-section {
    padding: 100px 0;
  }

  .dark-box-section.dark-box-3::before {
    bottom: -11px !important;
  }

  .dark-box-section.dark-box-2::before {
    bottom: -13px !important;
  }

  .dark-box-section::before {
    bottom: -4px;
  }

  .roofing-blog .wrap-box {
    gap: 40px;
    margin-top: 35px;
  }

  .single-post .single-post-text {
    margin-top: 180px;
  }

  .gallery-tab .main-box .wrap .left-box-1 a h2,
  .gallery-tab .main-box .wrap .right-box-1 a h2 {
    font-size: 40px;
  }

  /**/
  .location-txt .wrap {
    grid-template-columns: 692px auto !important;
    gap: 86px !important;
  }

  .sidecta h2,
  .service h2 {
    font-size: 30px !important;
  }

  .sidecta:before {
    bottom: -140px;
    width: 512px;
  }

  .cta {
    padding: 28px;
  }

  .cta h3 {
    font-size: 21px;
  }

  .cta a.btn-main:before {
    background-position: 0 -96px;
  }

  .cta:before {
    background-size: cover;
  }

  .cta img {
    bottom: -96px;
    z-index: 2;
  }

  .herobanner .bg:after {
    height: 70px;
  }

  .herobanner .innner h1 {
    font-size: 34px;
    max-width: 420px;
  }

  .herobanner {
    padding-top: 158px;
    padding-bottom: 176px;
  }

  .location-txt .wrap .innerirght {
    top: -340px;
  }

  .only-roof-section {
    padding: 60px 0;
  }
}

@media (max-width: 1300px) {
  .about-slider .wrap .box {
    grid-template-columns: 400px auto;
  }

  .about-slider .wrap .box .right div {
    max-height: 430px;
  }

  .testimonial-section .slick-next {
    right: 10px !important;
  }

  .testimonial-section .slick-prev {
    left: 10px !important;
  }

  .testimonial-section .slick-prev {
    left: 50% !important;
    top: auto;
    bottom: -70px;
    transform: translateX(-120%);
  }

  .testimonial-section .slick-next {
    right: 50% !important;
    transform: translateX(120%);
    top: auto;
    bottom: -70px;
  }

  .past-project .slick-slide {
    margin: 0 12px;
  }

  .financing-list::before {
    bottom: 11px;
  }

  .why-choose {
    margin-bottom: 130px;
  }

  .gallery-tab .tab-wrap .tab-box {
    font-size: 20px !important;
    font-weight: 500 !important;
    padding: 20px 36px !important;
  }

  .gallery-tab .tab-wrap {
    gap: 15px;
  }

  .offered-section {
    padding-bottom: 0px;
  }

  .blog-banner .wrap {
    grid-template-columns: 600px auto;
    gap: 40px;
  }

  .blog-banner {
    padding: 130px 0 120px 0;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .logos::before {
    margin-top: -15px;
  }

  .about::before {
    bottom: -15px;
  }

  .clients::before {
    bottom: -12px;
  }

  .about-car-section::before {
    top: 0;
  }

  .only-roof-section .wrap {
    gap: 130px;
  }

  .jake-mullin-section .bottom-text {
    top: 170px;
  }

  .jake-mullin-section .wrap {
    gap: 100px;
  }

  .testimonial-section::before {
    bottom: -13px;
  }

  .about-car-section {
    padding-top: 160px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .btn-main {
    padding: 0 75px 0 20px;
  }

  .footer-form .wrap {
    height: 676px;
  }

  .container {
    width: 1350px;
  }

  body p,
  body a {
    font-size: 16px;
  }

  body h2 {
    font-size: 45px;
  }

  .padding {
    padding: 80px 0;
  }

  #header {
    padding: 15px 0;
  }

  #header .container {
    padding: 0 20px;
  }

  #header .wrapper .logo {
    width: 155px;
  }

  #header .wrapper ul#menu-header-menu>li {
    margin: 0 16px;
  }

  #header .wrapper ul#menu-header-menu {
    margin: 0 -16px;
  }

  #header .wrapper .header-btn::before {
    height: 114px;
  }

  #header .wrapper .btn-right a {
    font-size: 24px;
  }

  #header .wrapper ul#menu-header-menu li a,
  #header .wrapper .btn-left a,
  #header .wrapper .btn-right p,
  #header .wrapper ul#menu-header-menu ul.sub-menu li a {
    font-size: 15px;
  }

  #header .wrapper .btn-right {
    padding-left: 50px;
  }

  #header .wrapper .btn-right a::before {
    width: 40px;
    height: 40px;
  }

  .banner .wrap {
    max-width: 600px;
  }

  .banner .slider-img-wrap img {
    min-height: 850px;
  }

  .banner .sub-heading {
    font-size: 18px;
  }

  .banner h1 {
    font-size: 65px;
  }

  .banner .sub-text p {
    font-size: 18px;
  }

  .car-section .car-image img {
    height: 250px;
  }

  .car-section .car-image::after {
    top: auto;
    bottom: -6px;
    height: 110px;
  }

  .logo-wrapper-slider .slick-slide {
    margin: 0 20px;
  }

  .logo-wrapper-slider a {
    height: 140px;
  }

  .trusted-slidder button.slick-next {
    right: 4.8%;
  }

  .trusted-slidder .item a img {
    height: 550px;
  }

  .trusted-slidder .item a:hover .contents {
    transform: translateY(28%);
  }

  .trusted-slidder .item .contents {
    padding: 20px 25px;
  }

  .trusted-slidder .item a>h3 {
    height: 125px;
    padding: 20px 25px;
  }

  .trusted-slidder .item h3 {
    font-size: 28px;
  }

  .trusted-slidder .item p {
    font-size: 18px;
  }

  .about .right {
    margin: 150px -110px 0 0;
  }

  .about {
    min-height: 1000px;
  }

  .about ul li h3 {
    font-size: 28px;
  }

  .video .wrap {
    grid-template-columns: 31.9% 60.1%;
  }

  .video .wrap .left::before {
    bottom: 50px;
  }

  .video .wrap .right iframe {
    height: 445px;
  }

  .work-hard .work-hard-img {
    left: 110px;
    height: 650px;
    top: 0;
  }

  .work-hard .work-hard-car {
    top: 415px;
    height: 250px;
  }

  .work-hard .bottom {
    padding: 155px 0 100px 0;
    min-height: 510px;
  }

  .residential-type ul li p {
    font-size: 22px;
  }

  .clients ul li p {
    font-size: 25px;
  }

  .clients ul li span {
    font-size: 18px;
  }

  .residential-type .call p {
    font-size: 22px;
  }

  .residential-type .call a.call-btn {
    font-size: 24px;
  }

  .trusted h2,
  .about h2,
  .video h2,
  .residential-type h2,
  .clients h2,
  .work-hard .wrap h2,
  .faq-section h2,
  .footer-form .wrap h3 {
    font-size: 45px;
  }

  .footer-form .wrap {
    width: 1300px;
  }

  #footer .footer-wrap .top {
    grid-template-columns: 25.2% 19% 45.6% 10.2%;
  }

  #footer .footer-wrap .top ul.social li a {
    width: 45px;
    height: 45px;
    background-size: 11px;
  }

  #footer .footer-wrap .top ul.social li:not(:last-child) {
    margin-right: 10px;
  }

  #footer .footer-wrap .top ul.social li.insta a,
  #footer .footer-wrap .top ul.social li.gmail a {
    background-size: 20px;
  }

  #footer .footer-wrap .top ul.social li.linkdin a {
    background-size: 18px;
  }

  #footer .footer-wrap .btn-wrap {
    padding-left: 65px;
  }

  #footer .footer-wrap .btn-wrap a {
    font-size: 25px;
  }

  #footer .footer-wrap .top h3 {
    font-size: 22px;
  }

  #footer .footer-wrap .top ul li.menu-item:not(:last-child) {
    margin: 0 0 15px 0;
  }

  #footer .footer-wrap .top ul li a {
    font-size: 15px;
  }

  #footer .footer-wrap .btn-wrap::before {
    width: 50px;
    height: 50px;
    background-position: 10px -311px;
    background-size: 44px;
  }

  .hiring-banner {
    min-height: 900px;
  }

  .hiring-banner h1,
  .hiring-res-section h2,
  .hiring-req-section h2,
  .hiring-benef-section h2 {
    font-size: 45px;
  }

  .hiring-passinate-section p {
    font-size: 24px;
  }

  .hiring-res-section {
    min-height: 600px;
  }

  .hiring-res-section::before {
    bottom: -19px;
  }

  .hiring-mot-section h2 {
    font-size: 35px;
    max-width: 1000px;
  }

  .hiring-mot-section .mail-wrap p {
    font-size: 22px;
  }

  .hiring-mot-section .mail-wrap a.mail-btn {
    font-size: 24px;
  }

  .footer-form .wrap .form {
    padding: 30px;
  }

  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select {
    padding: 0 10px !important;
  }

  .gform_wrapper .gfield textarea {
    padding: 11px 10px 0 !important;
  }

  .gform_wrapper.gravity-theme .gform_fields>div#field_1_11::before {
    right: 5px;
  }
}

@media only screen and (min-width: 1350px) and (max-width: 1499px) {
  .logos::before {
    margin-top: -5px;
    background-size: 81%;
    width: 680px;
    height: 70px;
  }

  .about::before {
    bottom: 1px;
    background-size: 81%;
    width: 680px;
    height: 70px;
  }

  .clients::before {
    bottom: -3px;
    background-size: 81%;
    width: 680px;
    height: 70px;
  }

  .about-car-section::before {
    top: -2px;
  }

  .only-roof-section .wrap {
    gap: 130px;
  }

  .jake-mullin-section .wrap {
    grid-template-columns: auto 400px;
    gap: 70px;
  }

  .jake-mullin-section .bottom-text {
    top: 170px;
  }

  .testimonial-section::before {
    bottom: -14px;
  }

  .about-car-section {
    padding-top: 160px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1399px) {
  .logos::before {
    margin-top: -6px;
    background-size: 80%;
    width: 680px;
    height: 70px;
  }

  .about::before {
    bottom: -1px;
    background-size: 80%;
    width: 680px;
    height: 69px;
  }

  .clients::before {
    bottom: -6px;
    background-size: 80%;
    width: 680px;
    height: 70px;
  }

  .about-car-section::before {
    top: -5px;
  }

  .only-roof-section .wrap {
    gap: 70px;
  }

  .jake-mullin-section .wrap {
    grid-template-columns: auto 400px;
    gap: 70px;
  }

  .jake-mullin-section .bottom-text {
    top: 170px;
  }

  .testimonial-section::before {
    bottom: -16px;
  }

  .how-to-apply {
    padding: 130px 0;
  }

  .about-car-section {
    padding-top: 160px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .btn-main {
    padding: 0 75px 0 20px;
  }

  .footer-form .wrap {
    height: 610px;
  }

  .container {
    width: 1250px;
  }

  body p,
  body a {
    font-size: 16px;
  }

  body h2 {
    font-size: 40px;
  }

  .padding {
    padding: 60px 0;
  }

  .green-sub-titile {
    font-size: 16px;
  }

  #header {
    padding: 15px 0;
  }

  #header .container {
    padding: 0 20px;
  }

  #header .wrapper ul#menu-header-menu ul.sub-menu {
    width: 200px;
    left: -20px;
  }

  #header .wrapper ul#menu-header-menu>li .sub-menu li .sub-menu {
    left: 196px !important;
  }

  #header .wrapper .logo {
    width: 155px;
  }

  #header .wrapper ul#menu-header-menu li.menu-item-has-children {
    padding-right: 18px;
  }

  #header .wrapper ul#menu-header-menu>li {
    margin: 0 10px;
  }

  #header .wrapper ul#menu-header-menu {
    margin: 0 -16px;
  }

  #header .wrapper .header-btn::before {
    height: 114px;
  }

  #header .wrapper .btn-right a {
    font-size: 22px;
  }

  #header .wrapper ul#menu-header-menu li a,
  #header .wrapper .btn-left a,
  #header .wrapper .btn-right p,
  #header .wrapper ul#menu-header-menu ul.sub-menu li a {
    font-size: 14px;
  }

  #header .wrapper .btn-left a {
    padding: 0 20px;
    line-height: 40px;
  }

  #header .wrapper .btn-right {
    padding-left: 50px;
  }

  #header .wrapper .btn-right a::before {
    width: 40px;
    height: 40px;
  }

  .banner .slider-img-wrap img {
    min-height: 750px;
  }

  .banner .wrap {
    max-width: 510px;
  }

  .banner .sub-heading {
    font-size: 17px;
    letter-spacing: 6px;
  }

  .banner h1 {
    font-size: 55px;
  }

  .banner .sub-text p {
    font-size: 16px;
  }

  .btn-main {
    padding: 0 65px 0 15px;
    font-size: 14px;
  }

  .btn-main::before {
    top: 13px;
    right: 11px;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .btn-main:hover::before {
    background-position: 0 -96px;
  }

  .car-section {
    top: 540px;
  }

  .car-section .car-image img {
    height: 200px;
  }

  .car-section .car-image::after {
    top: auto;
    bottom: -8px;
    height: 100px;
  }

  .logos {
    padding: 120px 0;
  }

  .logo-wrapper-slider {
    padding: 0 20px;
  }

  .logo-wrapper-slider .slick-slide {
    margin: 0 15px;
  }

  .trusted-slidder {
    padding: 37px 20px 0 20px;
  }

  .logo-wrapper-slider a {
    height: 120px;
  }

  .trusted-slidder button,
  .trusted-slidder button:hover,
  .trusted-slidder button:focus,
  .trusted-slidder button.slick-next,
  .trusted-slidder button.slick-next:hover,
  .trusted-slidder button.slick-next:focus {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }

  .trusted-slidder button.slick-next {
    right: 60px;
  }

  .trusted-slidder .slick-slide {
    margin: 0 7.5px;
  }

  .trusted-slidder .item a img {
    height: 500px;
  }

  .trusted-slidder .item .contents {
    padding: 20px 15px;
  }

  .trusted-slidder .item a:hover .contents {
    transform: translateY(26%);
  }

  .trusted-slidder .item a>h3 {
    height: 110px;
    padding: 25px 15px 25px 15px;
  }

  .trusted-slidder .item h3 {
    font-size: 24px;
  }

  .trusted-slidder .item p {
    font-size: 17px;
  }

  .about .right {
    margin: 120px -50px 0 0;
  }

  .about {
    min-height: 900px;
  }

  .about ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .about p,
  .about ul li p {
    font-size: 17px;
  }

  .about ul li h3 {
    font-size: 25px;
  }

  .video .wrap {
    grid-template-columns: 31.9% 60.1%;
  }

  .video .wrap .left::before {
    bottom: 30px;
  }

  .video .wrap .right iframe {
    height: 400px;
  }

  .video #playButton {
    font-style: normal;
    line-height: 60px;
    padding: 0 40px 0 64px;
    border-radius: 50px;
    height: 60px;
  }

  .video #playButton::before {
    top: 0;
    left: 35px;
    height: 60px;
  }

  .work-hard .wrap {
    max-width: 560px;
  }

  .work-hard .work-hard-img {
    left: 90px;
    height: 630px;
    top: 0;
  }

  .work-hard .work-hard-car {
    top: 455px;
    height: 250px;
  }

  .work-hard .bottom {
    padding: 160px 0 60px 0;
    min-height: 420px;
  }

  .work-hard .btn-main::before {
    background-position: 0 -96px;
  }

  .residential-type ul li p {
    font-size: 20px;
    padding: 25px;
  }

  .clients {
    min-height: 600px;
    padding: 100px 0 105px 0;
  }

  .clients ul li {
    padding: 25px;
  }

  .clients ul li p {
    font-size: 25px;
  }

  .clients ul li span {
    font-size: 17px;
  }

  .clients ul.client-review button {
    right: -65px;
  }

  .clients ul.client-review button.slick-prev {
    left: -65px;
  }

  .residential-type .call .call-wrap {
    max-width: 900px;
  }

  .residential-type .call p {
    font-size: 20px;
    max-width: 420px;
  }

  .residential-type .call a.call-btn {
    font-size: 22px;
    line-height: 80px;
  }

  ul.faq li .faq-question strong {
    font-size: 17px;
  }

  ul.faq li .faq-question[data-status=open] strong {
    font-size: 20px;
  }

  ul.faq li .faq-question[data-status=open]::after {
    top: 30px;
  }

  .trusted h2,
  .about h2,
  .video h2,
  .residential-type h2,
  .clients h2,
  .work-hard .wrap h2,
  .faq-section h2,
  .footer-form .wrap h3 {
    font-size: 40px;
  }

  .footer-form .wrap {
    width: 1100px;
  }

  .footer-form .wrap .form {
    padding: 25px 30px;
  }

  #footer .footer-wrap .top {
    grid-template-columns: 25.2% 19% 45.6% 10.2%;
  }

  #footer .footer-wrap .top ul.social li a {
    width: 45px;
    height: 45px;
    background-size: 11px;
  }

  #footer .footer-wrap .top ul.social li:not(:last-child) {
    margin-right: 10px;
  }

  #footer .footer-wrap .top ul.social li.insta a,
  #footer .footer-wrap .top ul.social li.gmail a {
    background-size: 20px;
  }

  #footer .footer-wrap .top ul.social li.linkdin a {
    background-size: 18px;
  }

  #footer .footer-wrap .btn-wrap {
    padding-left: 65px;
  }

  #footer .footer-wrap .btn-wrap a {
    font-size: 25px;
  }

  #footer .footer-wrap .top h3 {
    font-size: 20px;
  }

  #footer .footer-wrap .top ul li.menu-item:not(:last-child) {
    margin: 0 0 15px 0;
  }

  #footer .footer-wrap .top ul li a {
    font-size: 14px;
  }

  #footer .footer-wrap .btn-wrap::before {
    width: 50px;
    height: 50px;
    background-position: 10px -311px;
    background-size: 44px;
  }

  .hiring-banner {
    min-height: 900px;
  }

  .hiring-banner .wrap a.btn-main {
    margin: 33px 0 0 0;
    padding: 0 65px 0 15px;
  }

  .about-banner .wrap h2,
  .only-roof-section .wrap h2,
  .our-proces h2,
  .about-slider .wrap .box h2,
  .jake-mullin-section .wrap h2,
  .testimonial-section h2,
  .past-project h2,
  .financing-option h2,
  .why-choose .wrap .right h2,
  .how-to-apply .wrap .left h2,
  .about-enhancify .wrap .right h2,
  .about-enhancify .wrap .left .heading,
  .gallery-tab .main-box h2,
  .offered-section .wrap h2,
  .contact-section .wrap h2,
  .roofing-blog .wrap h2,
  .single-post .single-post-text .wrap h2,
  .single-post .single-post-text .wrap .main-box h2 {
    font-size: 40px;
  }

  .hiring-passinate-section {
    padding: 167px 0px 70px;
  }

  .hiring-passinate-section p {
    font-size: 22px;
  }

  .hiring-passinate-section span,
  .hiring-req-section ul.steps p.dark,
  .hiring-req-section ul.steps span,
  .hiring-res-section ul li,
  .hiring-benef-section ul li {
    font-size: 17px;
  }

  .hiring-passinate-section a.btn-main,
  .hiring-benef-section a.btn-main {
    padding: 0 65px 0 15px;
  }

  .hiring-res-section {
    min-height: 600px;
  }

  .hiring-res-section::before {
    bottom: -24px;
  }

  .hiring-req-section {
    padding: 80px 0 80px 0;
  }

  .hiring-req-section ul.steps {
    grid-gap: 50px 80px;
  }

  .hiring-benef-section .wrap {
    grid-template-columns: 51.5% 42.9%;
    max-width: 1100px;
  }

  .hiring-benef-section ul li:not(:last-child) {
    margin: 0 0 5px 0;
  }

  .hiring-benef-section a.btn-main::before {
    background-position: 0 -96px;
  }

  .hiring-mot-section {
    padding: 80px 0 80px 0;
  }

  .hiring-mot-section h2 {
    font-size: 35px;
    max-width: 1000px;
  }

  .hiring-mot-section .mail-wrap {
    max-width: 900px;
  }

  .hiring-mot-section .mail-wrap p {
    font-size: 20px;
  }

  .hiring-mot-section .mail-wrap a.mail-btn {
    font-size: 22px;
    line-height: 80px;
  }

  .footer-form .wrap .map p.wpgmza_infowindow_address {
    font-size: 17px;
  }

  .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 15px 10px !important;
  }

  .footer-form .wrap .form {
    padding: 30px;
  }

  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select {
    padding: 0 10px !important;
  }

  .gform_wrapper .gfield textarea {
    padding: 11px 10px 0 !important;
  }

  .gform_wrapper.gravity-theme .gform_fields>div#field_1_11::before {
    right: 15px;
  }

  .gform_wrapper.gravity-theme .gform_fields {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 12px 10px !important;
  }

  .gform_wrapper.gravity-theme .gform_fields>div:nth-child(5),
  .gform_wrapper.gravity-theme .gform_fields>div:nth-child(6) {
    grid-column: span 1 !important;
  }

  .gform_wrapper.gravity-theme .gform_fields>div:last-child {
    grid-column: span 2 !important;
  }

  .testimonial-section .testimonial-slider .box p {
    font-size: 24px;
    line-height: 34px;
  }

  .testimonial-section .testimonial-slider .box .heading {
    font-weight: 500;
    margin-top: 20px;
  }

  .financing-option .sub-heading {
    margin-top: 10px;
  }

  .gallery-tab .main-box h2 {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .btn-main {
    padding: 0 75px 0 20px;
  }

  #header .wrapper ul#menu-header-menu>li .sub-menu li .sub-menu {
    left: 166px !important;
  }

  .footer-form .wrap {
    height: 586px;
  }

  .container {
    width: 100%;
  }

  body p,
  body a {
    font-size: 16px;
  }

  body h2 {
    font-size: 40px;
  }

  .padding {
    padding: 60px 0;
  }

  .green-sub-titile {
    font-size: 16px;
  }

  #header {
    padding: 15px 0;
  }

  #header .container {
    padding: 0 20px;
  }

  #header .wrapper ul#menu-header-menu ul.sub-menu {
    width: 170px;
    left: -10px;
  }

  #header .wrapper .logo {
    width: 125px;
  }

  #header .wrapper ul#menu-header-menu>li {
    margin: 0 8px;
  }

  #header .wrapper ul#menu-header-menu li.menu-item-has-children {
    padding-right: 18px;
  }

  #header .wrapper .header-btn-wrap {
    margin: 0 0 0 15px;
  }

  #header .wrapper ul#menu-header-menu {
    margin: 0 -16px;
  }

  #header .wrapper .header-btn::before {
    height: 114px;
  }

  #header .wrapper .btn-right a {
    font-size: 20px;
  }

  #header .wrapper ul#menu-header-menu li a,
  #header .wrapper .btn-left a,
  #header .wrapper .btn-right p,
  #header .wrapper ul#menu-header-menu ul.sub-menu li a {
    font-size: 14px;
  }

  #header .wrapper .btn-left a {
    padding: 0 15px;
    line-height: 40px;
  }

  #header .wrapper .btn-right {
    padding-left: 50px;
    margin: 0 0 0 15px;
  }

  #header .wrapper .btn-right a::before {
    width: 40px;
    height: 40px;
  }

  .banner .wrap {
    max-width: 460px;
    margin: 0 0 0 128px;
  }

  .banner .slider-img-wrap img {
    min-height: 750px;
  }

  .banner .sub-heading {
    font-size: 16px;
    letter-spacing: 5px;
  }

  .banner h1 {
    font-size: 50px;
  }

  .banner .sub-text p {
    font-size: 16px;
  }

  .btn-main {
    padding: 0 65px 0 15px;
    font-size: 14px;
    line-height: 55px;
  }

  .btn-main::before {
    top: 6px;
    right: 9px;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .btn-main:hover::before {
    background-position: 0 -96px;
  }

  .car-section {
    top: 540px;
  }

  .car-section .car-image img {
    height: 200px;
  }

  .car-section .car-image::after {
    top: auto;
    bottom: -8px;
    height: 100px;
  }

  .logos {
    padding: 120px 0;
  }

  .logo-wrapper-slider {
    padding: 0 20px;
  }

  .logo-wrapper-slider .slick-slide {
    margin: 0 10px;
  }

  .logo-wrapper-slider a {
    height: 120px;
  }

  .trusted-slidder {
    padding: 37px 20px 0 20px;
  }

  .trusted-slidder button,
  .trusted-slidder button:hover,
  .trusted-slidder button:focus,
  .trusted-slidder button.slick-next,
  .trusted-slidder button.slick-next:hover,
  .trusted-slidder button.slick-next:focus {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }

  .trusted-slidder button.slick-next {
    right: 50px;
  }

  .trusted-slidder .slick-slide {
    margin: 0 7.5px;
  }

  .trusted-slidder .item a img {
    height: 500px;
  }

  .trusted-slidder .item .contents {
    padding: 20px 15px;
  }

  .trusted-slidder .item a:hover .contents {
    transform: translateY(22%);
  }

  .trusted-slidder .item a>h3 {
    height: 130px;
    padding: 25px 12px 25px 12px;
  }

  .trusted-slidder .item h3 {
    font-size: 23px;
  }

  .trusted-slidder .item p {
    font-size: 16px;
    padding: 10px 0 0 0;
  }

  .about .right {
    margin: 120px -50px 0 0;
  }

  .about {
    min-height: 900px;
  }

  .about ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .about ul li {
    padding: 15px;
  }

  .about p,
  .about ul li p {
    font-size: 16px;
  }

  .about ul li h3 {
    font-size: 22px;
  }

  .video .wrap .left::before {
    width: 370px;
    height: 138px;
    background-size: 85%;
    bottom: 60px;
  }

  .video .wrap {
    grid-template-columns: 31.9% 60.1%;
  }

  .video .wrap .right iframe {
    height: 370px;
  }

  .video #playButton {
    font-style: normal;
    line-height: 60px;
    padding: 0 40px 0 64px;
    border-radius: 50px;
    height: 60px;
  }

  .video #playButton::before {
    top: 0;
    left: 35px;
    height: 60px;
  }

  .work-hard .top {
    min-height: 590px;
  }

  .work-hard .wrap {
    max-width: 560px;
  }

  .work-hard .work-hard-img {
    left: 40px;
    height: 560px;
    top: 0;
  }

  .work-hard .work-hard-car {
    top: 425px;
    height: 220px;
  }

  .work-hard .bottom {
    padding: 160px 0 60px 0;
    min-height: 420px;
  }

  .work-hard .btn-main::before {
    background-position: 0 -96px;
  }

  .residential-type ul li p {
    font-size: 20px;
    padding: 20px 15px;
  }

  .clients {
    min-height: 600px;
    padding: 100px 0 105px 0;
  }

  .clients ul {
    max-width: 875px;
  }

  .clients ul li {
    padding: 25px;
  }

  .clients ul li p {
    font-size: 22px;
  }

  .clients ul li span {
    font-size: 16px;
  }

  .clients ul.client-review button {
    right: -65px;
  }

  .clients ul.client-review button.slick-prev {
    left: -65px;
  }

  .residential-type .call .call-wrap {
    max-width: 900px;
  }

  .residential-type .call p {
    font-size: 20px;
    max-width: 420px;
  }

  .residential-type .call a.call-btn {
    font-size: 22px;
    line-height: 80px;
  }

  .faq-section ul.faq {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  ul.faq li .faq-question strong {
    font-size: 16px;
  }

  ul.faq li .faq-question::after {
    top: 24px;
  }

  ul.faq li .faq-question[data-status=open] strong {
    font-size: 18px;
  }

  ul.faq li .faq-question[data-status=open]::after {
    top: 30px;
  }

  .trusted h2,
  .about h2,
  .video h2,
  .residential-type h2,
  .clients h2,
  .work-hard .wrap h2,
  .faq-section h2,
  .footer-form .wrap h3 {
    font-size: 40px;
  }

  .footer-form {
    margin-bottom: -470px;
  }

  .footer-form .wrap {
    width: 1050px;
  }

  .footer-form .wrap .form {
    padding: 20px 25px;
  }

  .footer-form .gform_wrapper.gravity-theme .gform_footer.top_label input {
    max-width: 170px;
    font-size: 14px;
    padding: 0 65px 0 30px;
    line-height: 55px;
    background-position: 96.5% 21.4%;
    background-size: 40px;
    height: 55px;
  }

  .footer-form .gform_wrapper.gravity-theme .gform_footer.top_label input:hover {
    background-position: 95% 6px;
  }

  .gform_wrapper .gform_footer::before {
    width: 40px;
    height: 40px;
    background-position: 0 -93px;
    top: 7px;
    background-size: 39px;
  }

  #footer .footer-wrap .top {
    grid-template-columns: 22.2% 19% 47.6% 11.2%;
  }

  #footer .footer-wrap .top .second-wrap,
  #footer .footer-wrap .top .third-wrap {
    padding-right: 28px;
  }

  #footer .footer-wrap .top .second-wrap::before,
  #footer .footer-wrap .top .third-wrap::before {
    right: 25px;
  }

  #footer .footer-wrap .top .third-wrap ul {
    grid-gap: 0 15px;
  }

  #footer .footer-wrap .top .logo {
    width: 135px;
  }

  #footer .footer-wrap .top ul.social li a {
    width: 40px;
    height: 40px;
    background-size: 10px;
  }

  #footer .footer-wrap .top ul.social li:not(:last-child) {
    margin-right: 10px;
  }

  #footer .footer-wrap .top ul.social li.insta a,
  #footer .footer-wrap .top ul.social li.gmail a {
    background-size: 18px;
  }

  #footer .footer-wrap .top ul.social li.linkdin a {
    background-size: 16px;
  }

  #footer .footer-wrap .btn-wrap {
    padding-left: 55px;
  }

  #footer .footer-wrap .btn-wrap::before {
    width: 40px;
    height: 40px;
    background-position: 8px -248px;
    background-size: 35px;
  }

  #footer .footer-wrap .btn-wrap a {
    font-size: 22px;
  }

  #footer .footer-wrap .top h3 {
    font-size: 20px;
  }

  #footer .footer-wrap .top ul li.menu-item:not(:last-child) {
    margin: 0 0 15px 0;
  }

  #footer .footer-wrap .top ul li a {
    font-size: 14px;
  }

  #footer .footer-wrap .btn-wrap::before {
    width: 50px;
    height: 50px;
    background-position: 10px -311px;
    background-size: 44px;
  }

  .hiring-banner {
    min-height: 800px;
  }

  .hiring-banner .container {
    top: 45%;
    transform: translatey(-45%);
  }

  .hiring-banner .img-wrap img {
    height: 350px;
  }

  .hiring-banner .wrap a.btn-main {
    margin: 20px 0 0 0;
    padding: 0 65px 0 15px;
  }

  .hiring-banner h1,
  .hiring-res-section h2,
  .hiring-req-section h2,
  .hiring-benef-section h2 {
    font-size: 40px;
  }

  .hiring-passinate-section {
    padding: 167px 0px 70px;
  }

  .hiring-passinate-section p {
    font-size: 20px;
  }

  .hiring-passinate-section span,
  .hiring-req-section ul.steps p.dark,
  .hiring-req-section ul.steps span,
  .hiring-res-section ul li,
  .hiring-benef-section ul li {
    font-size: 16px;
  }

  .hiring-passinate-section a.btn-main,
  .hiring-benef-section a.btn-main {
    padding: 0 65px 0 15px;
  }

  .hiring-res-section {
    min-height: 600px;
  }

  .hiring-res-section::before {
    bottom: -24px;
  }

  .hiring-req-section {
    padding: 80px 0 80px 0;
  }

  .hiring-req-section ul.steps {
    grid-gap: 50px 80px;
  }

  .hiring-benef-section .wrap {
    grid-template-columns: 51.5% 42.9%;
    max-width: 1100px;
  }

  .hiring-benef-section .img-wrap {
    margin-top: 40px;
  }

  .hiring-benef-section .img-wrap img {
    height: 650px;
  }

  .hiring-benef-section ul li:not(:last-child) {
    margin: 0 0 5px 0;
  }

  .hiring-benef-section a.btn-main::before {
    background-position: 0 -96px;
  }

  .hiring-mot-section {
    padding: 80px 0 80px 0;
  }

  .hiring-mot-section h2 {
    font-size: 32px;
    max-width: 930px;
  }

  .hiring-mot-section .mail-wrap {
    max-width: 900px;
  }

  .hiring-mot-section .mail-wrap p {
    font-size: 20px;
  }

  .hiring-mot-section .mail-wrap a.mail-btn {
    font-size: 22px;
    line-height: 80px;
  }

  .hiring-mot-section {
    padding: 60px 0 60px 0;
  }

  .footer-form .wrap .map p.wpgmza_infowindow_address {
    font-size: 16px;
  }

  .footer-form .wrap .form {
    padding: 30px;
  }

  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select {
    padding: 0 10px !important;
  }

  .gform_wrapper .gfield textarea {
    padding: 11px 10px 0 !important;
  }

  .gform_wrapper.gravity-theme .gform_fields>div#field_1_11::before {
    right: 15px;
  }

  .gform_wrapper.gravity-theme .gform_fields {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 12px 10px !important;
  }

  .gform_wrapper.gravity-theme .gform_fields>div:nth-child(5),
  .gform_wrapper.gravity-theme .gform_fields>div:nth-child(6) {
    grid-column: span 1 !important;
  }

  .gform_wrapper.gravity-theme .gform_fields>div:last-child {
    grid-column: span 2 !important;
  }

  .logos::before {
    margin-top: -8px;
    background-size: 80%;
    width: 680px;
    height: 70px;
  }

  .about::before {
    bottom: -5px;
    background-size: 80%;
    width: 680px;
    height: 69px;
  }

  .clients::before {
    bottom: -8px;
    background-size: 80%;
    width: 680px;
    height: 70px;
  }

  .about-banner .wrap h2,
  .only-roof-section .wrap h2,
  .our-proces h2,
  .about-slider .wrap .box h2,
  .jake-mullin-section .wrap h2,
  .testimonial-section h2,
  .past-project h2,
  .financing-option h2,
  .why-choose .wrap .right h2,
  .how-to-apply .wrap .left h2,
  .about-enhancify .wrap .right h2,
  .about-enhancify .wrap .left .heading,
  .gallery-tab .main-box h2,
  .contact-section .wrap h2,
  .offered-section .wrap h2,
  .roofing-blog .wrap h2,
  .single-post .single-post-text .wrap h2,
  .single-post .single-post-text .wrap .main-box h2 {
    font-size: 35px;
    line-height: 50px;
  }

  .about-banner .wrap {
    max-width: 556px;
  }

  .about-car-section .wrap {
    max-width: 550px;
    bottom: 60px;
  }

  .about-car-section::before {
    top: -7px;
  }

  .only-roof-section {
    padding: 80px 0;
  }

  .only-roof-section .wrap .heading {
    font-size: 35px;
  }

  .only-roof-section .wrap {
    gap: 40px;
  }

  .about-slider {
    padding: 70px 0 80px 0;
  }

  .page-template-about-us .video .wrap .left::before {
    bottom: 60px;
  }

  .jake-mullin-section .wrap {
    grid-template-columns: auto 400px;
    gap: 70px;
  }

  .jake-mullin-section .bottom-text {
    top: 170px;
  }

  .testimonial-section::before {
    bottom: -28px;
  }

  .testimonial-section {
    padding: 100px 0 150px 0;
  }

  .testimonial-section .testimonial-slider .box p {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-section .testimonial-slider .box .heading {
    font-weight: 500;
    margin-top: 20px;
  }

  .past-project .slick-track {
    padding: 90px 0 90px;
  }

  .financing-option {
    padding: 80px 0;
  }

  .financing-option .sub-heading {
    margin-top: 8px;
  }

  .financing-list {
    padding: 120px 0;
  }

  .financing-list::before {
    bottom: 6px;
  }

  .how-to-apply .wrap {
    grid-template-columns: 700px auto;
    gap: 20px;
  }

  .how-to-apply {
    padding: 130px 0;
  }

  .why-choose .wrap .right h2 {
    margin-bottom: 18px;
  }

  .about-enhancify .wrap .left .heading {
    margin-bottom: 20px;
  }

  .about-enhancify .wrap {
    grid-template-columns: auto 400px;
  }

  .about-enhancify .wrap .left .box-3 {
    padding: 20px 20px 39px 20px;
  }

  .about-enhancify .wrap .left .box-2 {
    padding: 20px 20px 55px 20px;
  }

  .about-enhancify .wrap .left .box-1,
  .about-enhancify .wrap .left .box-2,
  .about-enhancify .wrap .left .box-3,
  .about-enhancify .wrap .left .box-4 {
    padding: 20px;
  }

  .about-enhancify .wrap .right h2 {
    margin-bottom: 20px;
  }

  .about-enhancify {
    padding: 44px 0 80px;
  }

  .gallery-tab .main-box h2 {
    margin-bottom: 30px;
  }

  .gallery-tab .tab-wrap {
    margin-bottom: 80px;
  }

  .gallery-tab {
    padding: 30px 0 80px 0;
  }

  .dark-box-section .wrap h2,
  .light-box-section .wrap h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }

  .roofing-material-section .wrap {
    grid-template-columns: 650px auto;
    gap: 50px;
  }

  .roofing-material-section {
    padding: 0 0 80px 0;
  }

  .light-box-section {
    padding: 80px 0 30px 0;
  }

  .contact-section {
    padding: 120px 0 80px 0;
  }

  .about-car-section {
    padding-top: 160px;
  }

  .roofing-blog .wrap-box .wrap-post .heading {
    font-size: 18px;
    line-height: 27px;
  }

  .roofing-blog .wrap-box .wrap-post .content-box {
    padding: 38px 25px 25px 25px;
    position: relative;
  }

  .roofing-blog .wrap-box {
    gap: 30px;
    margin-top: 30px;
  }

  .roofing-blog {
    padding: 30px 0 80px 0;
  }

  .page-template-blog .paginations {
    margin-top: 80px;
  }

  .single-post .single-post-text {
    padding-bottom: 80px;
  }

  .single-post .single-post-text .wrap .img-box img {
    margin-bottom: 40px;
  }

  .google-review-section {
    padding: 0 0 80px 0;
  }
}

@media (max-width: 1180px) {
  .gallery-tab .main-box .wrap:nth-child(even) {
    grid-template-columns: 600px auto;
    gap: 25px;
  }

  .gallery-tab .main-box .wrap:nth-child(odd) {
    grid-template-columns: auto 600px;
    gap: 25px;
  }

  .gallery-tab .main-box .wrap .right-box-2 {
    margin-top: 25px;
  }

  .gallery-tab .main-box .wrap .heading {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .gallery-tab .main-box .wrap .date {
    font-size: 15px;
  }

  .gallery-tab .main-box .wrap .left-box-1 img {
    max-height: 688px;
  }

  .gallery-tab .tab-wrap {
    margin-bottom: 60px;
  }

  .dark-box-section::before {
    bottom: -9px;
  }

  .dark-box-section.dark-box-2::before {
    bottom: -16px !important;
  }

  .dark-box-section.dark-box-3::before {
    bottom: -16px !important;
  }

  .gallery-tab .main-box .wrap .left-box-1 a h2,
  .gallery-tab .main-box .wrap .right-box-1 a h2 {
    font-size: 30px;
  }
}

@media (max-width: 1163px) {
  .only-roof-section .wrap .right .form-box .gform_fields .gfield {
    width: 100%;
  }

  .only-roof-section .wrap .right {
    padding: 20px;
  }

  .location-txt .wrap .innerirght {
    top: 0;
  }

  .herobanner .bg:after {
    height: 60px;
  }

  .location-txt .wrap {
    gap: 36px !important;
  }

  .sidecta:before {
    bottom: -160px;
    width: 452px;
  }

  .cta a.btn-main {
    height: 53px;
    line-height: 53px;
  }

  .only-roof-section {
    padding: 50px 0 !important;
  }

  .herobanner .bg {
    display: none;
  }

  .herobanner {
    padding-top: 158px;
    padding-bottom: 76px;
  }
}

@media (max-width: 1120px) {
  .error404 .inner-banner {
    margin-top: 150px;
    margin-bottom: 80px;
  }

  .footer-form .wrap {
    height: 540px;
  }

  #header .wrapper {
    flex-direction: row-reverse;
  }

  .trusted-slidder button.slick-prev {
    right: 91px !important;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }

  .trusted-slidder button.slick-next {
    right: 30px !important;
  }

  .trusted-slidder button.slick-prev,
  .trusted-slidder button.slick-next {
    top: -44px !important;
  }

  html.menu-open {
    overflow: hidden;
  }

  #header {
    width: 100%;
    top: 0 !important;
    border-radius: 0;
  }

  #header .wrapper ul#menu-header-menu li.menu-item-has-children,
  #header .header-right .nav-main ul.menu li ul.sub-menu li.menu-item-has-children {
    background: none !important;
  }

  #header .header-right .nav-main ul.menu li span {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 111;
    background: url(../images/ic-menu-dropdown-arrow-black.svg) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    cursor: pointer;
    border: none;
    padding-bottom: 0;
  }

  #header .wrapper ul#menu-header-menu {
    margin: 0 !important;
    display: block !important;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    max-height: none;
  }

  .res_navigation .nav-toggle.active span {
    background: #000;
  }

  #header .wrapper ul#menu-header-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0px !important;
    padding: 15px 15px !important;
    width: 100%;
    float: left;
  }

  #header .wrapper ul#menu-header-menu li:last-child {
    border: 0;
  }

  #header .res_navigation {
    display: block;
    position: relative;
    order: 3;
  }

  #header .wrapper .mobile-menu {
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
    padding: 80px 0 0 0;
    overflow-y: auto;
    float: none;
    margin: 0 !important;
    height: 100vh;
  }

  .nav_open {
    overflow: hidden;
  }

  html.menu-open #header .wrapper .mobile-menu {
    left: 0;
    transform: translateX(0) translateY(0);
  }

  /**/
  #header .wrapper ul#menu-header-menu span.submenu-click-arrow {
    top: 0;
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(4713%) hue-rotate(332deg) brightness(93%) contrast(94%);
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: 11px;
    pointer-events: all;
  }

  html.nav_open .header-right .nav-main {
    left: 0 !important;
    transform: translateX(0) translateY(0) !important;
  }

  #header .wrapper ul#menu-header-menu span.submenu-click-arrow.open-sub-menu {
    transform: rotate(180deg);
  }

  #header .wrapper ul#menu-header-menu li ul.sub-menu {
    width: 100% !important;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    position: static;
    transform-origin: unset;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    opacity: 1 !important;
    visibility: visible !important;
    padding-left: 15px;
  }

  #header .wrapper ul#menu-header-menu li ul.sub-menu::before {
    content: none;
  }

  #header .wrapper ul#menu-header-menu li ul.sub-menu li a {
    padding: 15px 0;
    border: 0;
    font-size: 14px;
    font-weight: 600;
  }

  #header .wrapper ul#menu-header-menu li ul.sub-menu li.current-menu-item a {
    color: #96d35f !important;
  }

  #header .wrapper ul#menu-header-menu li.menu-item-has-children::after {
    content: none;
  }

  #header .wrapper ul#menu-header-menu ul.sub-menu li {
    margin: 0 !important;
    padding: 0 !important;
    float: left;
    width: 100%;
  }

  #header .wrapper ul#menu-header-menu span.submenu-click-arrow+ul>li>span {
    top: -10px;
    left: auto;
    right: -8px;
  }

  #header .wrapper ul#menu-header-menu ul.sub-menu li:hover>a+.submenu-click-arrow {
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(4713%) hue-rotate(332deg) brightness(93%) contrast(94%);
    transform: none;
    left: auto;
    right: -8px;
    top: -10px;
    width: 50px;
    height: 50px;
  }

  #header .wrapper ul#menu-header-menu ul.sub-menu li:hover>a+.submenu-click-arrow.open-sub-menu,
  #header .wrapper ul#menu-header-menu span.submenu-click-arrow+ul>li>span.open-sub-menu:hover {
    transform: rotate(180deg);
  }

  #header .wrapper ul#menu-header-menu li:last-child {
    border: 0 !important;
  }

  #header.fixed .wrapper ul#menu-header-menu>li:hover>a {
    color: #021b2d !important;
  }

  /**/
  #header .wrapper .logo {
    order: 1;
  }

  #header .wrapper .header-btn {
    order: 2;
    margin-left: auto;
    margin-right: 10px;
  }

  #header .wrapper .btn-right a {
    font-size: 0 !important;
    height: 35px;
    width: 35px;
    display: inline-block;
    padding: 0;
    line-height: 35px;
  }

  #header .wrapper .btn-right a::before {
    left: 0;
    top: 0;
    height: 35px;
    width: 35px;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: unset;
  }

  /**/
  #header .wrapper .mobile-info-wrap {
    display: block;
    margin-top: auto;
    margin-bottom: 0;
    background: #002334;
    padding: 40px 20px;
  }

  #header .wrapper .mobile-info-wrap>div {
    padding-left: 30px;
    position: relative;
    padding-bottom: 10px;
  }

  #header .wrapper .mobile-info-wrap>div:last-child {
    padding-bottom: 0 !important;
  }

  #header .wrapper .mobile-info-wrap>div::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 20px;
    background-image: url(../images/location.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
  }

  #header .wrapper .mobile-info-wrap .address p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 165%;
    letter-spacing: 0.32px;
  }

  #header .wrapper .mobile-info-wrap p.title,
  #header .wrapper .mobile-info-wrap>div>a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.56px;
  }

  #header .wrapper .mobile-info-wrap>div>a:hover {
    color: rgba(150, 211, 95, 0.8);
  }

  #header .wrapper .mobile-info-wrap p.title a {
    color: rgba(150, 211, 95, 0.8);
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.56px;
  }

  #header .wrapper .mobile-info-wrap .phone::before {
    background-image: url(../images/contact-call.svg);
    width: 19px;
    height: 19px;
  }

  #header .wrapper .mobile-info-wrap .mail::before {
    background-image: url(../images/mail.svg);
    width: 18px;
    height: 15px;
    top: 4px;
  }

  /**/
  .btn-main {
    padding: 10px 26px;
    font-size: 14px;
  }

  .container {
    width: 100%;
  }

  body p,
  body a {
    font-size: 16px;
  }

  body h2 {
    font-size: 34px;
  }

  .padding {
    padding: 50px 0;
  }

  #header {
    padding: 15px 0;
  }

  #header .container {
    padding: 0 20px;
  }

  #header .wrapper .btn-right p {
    font-size: 12px;
    display: none;
  }

  #header .wrapper .logo {
    width: 200px;
  }

  #header .wrapper ul#menu-header-menu {
    margin: 0 -7px;
  }

  #header .wrapper ul#menu-header-menu>li {
    margin: 0 7px;
  }

  #header .wrapper .header-btn {
    padding-left: 15px;
  }

  #header .wrapper .header-btn::before {
    content: none;
  }

  #header .wrapper .btn-right a {
    font-size: 20px;
  }

  #header .wrapper ul#menu-header-menu>li:last-child {
    display: block;
  }

  .btn-main {
    padding: 0 75px 0 20px;
  }

  body p,
  body a {
    font-size: 16px;
  }

  body h2 {
    font-size: 40px;
  }

  .padding {
    padding: 60px 0;
  }

  .green-sub-titile {
    font-size: 16px;
  }

  #header {
    padding: 15px 0;
  }

  #header .container {
    padding: 0 20px;
  }

  #header .wrapper ul#menu-header-menu ul.sub-menu {
    width: 170px;
    left: -10px;
  }

  #header .wrapper .logo {
    width: 125px;
  }

  #header .wrapper ul#menu-header-menu>li {
    margin: 0 8px;
  }

  #header .wrapper .header-btn-wrap {
    margin: 0 0 0 15px;
  }

  #header .wrapper ul#menu-header-menu {
    margin: 0 -16px;
  }

  #header .wrapper .header-btn::before {
    height: 114px;
  }

  #header .wrapper .btn-right a {
    font-size: 20px;
  }

  #header .wrapper ul#menu-header-menu li a,
  #header .wrapper .btn-left a,
  #header .wrapper .btn-right p,
  #header .wrapper ul#menu-header-menu ul.sub-menu li a {
    font-size: 14px;
    text-align: left;
    color: #000;
  }

  #header .wrapper ul#menu-header-menu li a {
    padding: 15px 0;
  }

  #header .wrapper .btn-left a {
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
  }

  #header .wrapper .btn-right {
    padding-left: 50px;
    margin: 0 0 0 15px;
  }

  #header .wrapper .btn-right a::before {
    width: 40px;
    height: 40px;
  }

  .banner .wrap {
    max-width: 460px;
    margin: 0 0 0 80px;
  }

  .banner .slider-img-wrap img {
    min-height: 650px;
  }

  .banner .sub-heading {
    font-size: 14px;
    letter-spacing: 4px;
  }

  .banner h1 {
    font-size: 45px;
  }

  .banner .sub-text p {
    font-size: 16px;
  }

  .btn-main {
    padding: 0 65px 0 15px;
    font-size: 14px;
    line-height: 55px;
  }

  .btn-main::before {
    top: 6px;
    right: 9px;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .btn-main:hover::before {
    background-position: 0 -96px;
  }

  .btn-main {
    padding: 0 65px 0 15px;
    font-size: 14px;
    line-height: 55px;
  }

  .btn-main::before {
    top: 6px;
    right: 9px;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .btn-main:hover::before {
    background-position: 0 -96px;
  }

  .car-section {
    top: 480px;
  }

  .car-section .car-image img {
    height: 200px;
  }

  .car-section .car-image::after {
    top: auto;
    bottom: -8px;
    height: 100px;
  }

  .logos {
    padding: 100px 0;
    margin-top: -50px;
  }

  .logos::before {
    margin-top: -7px;
    background-size: 80%;
    width: 600px;
    height: 65px;
  }

  .logo-wrapper-slider {
    padding: 0 20px;
  }

  .logo-wrapper-slider .slick-slide {
    margin: 0 10px;
  }

  .logo-wrapper-slider a {
    height: 120px;
  }

  .trusted {
    padding: 45px 0 60px 0;
  }

  .trusted-slidder {
    padding: 37px 20px 0 20px;
  }

  .trusted-slidder button,
  .trusted-slidder button:hover,
  .trusted-slidder button:focus,
  .trusted-slidder button.slick-next,
  .trusted-slidder button.slick-next:hover,
  .trusted-slidder button.slick-next:focus {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }

  .trusted-slidder button.slick-next {
    right: 35px;
  }

  .trusted-slidder .slick-slide {
    margin: 0 7.5px;
  }

  .trusted-slidder .item a img {
    height: 450px;
  }

  .trusted-slidder .item .contents {
    padding: 25px 12px 25px 12px;
  }

  .trusted-slidder .item a:hover .contents {
    transform: translateY(32%);
  }

  .trusted-slidder .item a>h3 {
    height: 110px;
    padding: 25px 12px 25px 12px;
  }

  .trusted-slidder .item h3 {
    font-size: 22px;
  }

  .trusted-slidder .item p {
    font-size: 15px;
    padding: 10px 0 0 0;
  }

  .about .right {
    margin: 120px -30px 0 0;
  }

  .about {
    min-height: 900px;
  }

  .about::before {
    bottom: -4px;
    background-size: 80%;
    width: 600px;
    height: 65px;
  }

  .about ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .about ul li {
    padding: 15px;
  }

  .about p,
  .about ul li p {
    font-size: 16px;
  }

  .about p {
    margin: 10px 0 15px 0 !important;
  }

  .about ul li h3 {
    font-size: 22px;
  }

  .video {
    padding: 60px 0 60px 0;
  }

  .video .wrap .left::before {
    width: 370px;
    height: 139px;
    background-size: 85%;
    bottom: 70px;
  }

  .video .wrap {
    grid-template-columns: 31.9% 60.1%;
  }

  .video .wrap .right iframe {
    height: 370px;
  }

  .video #playButton {
    font-style: normal;
    line-height: 60px;
    padding: 0 40px 0 64px;
    border-radius: 50px;
    height: 60px;
  }

  .video #playButton::before {
    top: 0;
    left: 35px;
    height: 60px;
  }

  .work-hard .top {
    min-height: 550px;
  }

  .work-hard .wrap {
    max-width: 450px;
  }

  .work-hard .work-hard-img {
    left: 40px;
    height: 500px;
    top: 0;
  }

  .work-hard .work-hard-car {
    top: 405px;
    height: 200px;
  }

  .work-hard .bottom {
    padding: 150px 0 60px 0;
    min-height: 380px;
  }

  .work-hard .btn-main::before {
    background-position: 0 -96px;
  }

  .residential-type ul li p {
    font-size: 20px;
    padding: 20px;
  }

  .clients {
    min-height: 600px;
    padding: 100px 0 105px 0;
  }

  .clients::before {
    bottom: -7px;
    background-size: 80%;
    width: 600px;
    height: 65px;
  }

  .clients ul {
    max-width: 755px;
  }

  .clients ul li {
    padding: 25px;
  }

  .clients ul li p {
    font-size: 20px;
  }

  .clients ul li span {
    font-size: 16px;
  }

  .clients ul.client-review button {
    right: -65px;
  }

  .clients ul.client-review button.slick-prev {
    left: -65px;
  }

  .residential-type .call .call-wrap {
    max-width: 750px;
    padding: 10px 15px 10px 35px;
  }

  .residential-type .call p {
    font-size: 18px;
    max-width: 380px;
  }

  .residential-type .call a.call-btn {
    font-size: 20px;
    line-height: 70px;
  }

  .residential-type .call a.call-btn::before {
    top: 13px;
    left: -23px;
    width: 45px;
    height: 45px;
    background-position: 9px -283px;
    background-size: 40px;
  }

  .residential-type .call {
    margin: 75px 0 35px 0;
  }

  .faq-section {
    padding: 60px 0 60px 0;
  }

  .faq-section ul.faq {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  ul.faq li .faq-question {
    font-size: 16px;
    padding: 18px 30px 22px 50px;
  }

  ul.faq li .faq-question strong {
    font-size: 16px;
  }

  ul.faq li .faq-question::before {
    left: 12px;
    top: 16px;
    width: 29px;
    height: 29px;
  }

  ul.faq li .faq-question::after {
    top: 23px;
    right: 8px;
  }

  ul.faq li .faq-question[data-status=open] strong {
    font-size: 18px;
  }

  ul.faq li .faq-question[data-status=open]::after {
    top: 30px;
  }

  ul.faq li .answer_faq .faq-answer {
    padding: 0px 20px 15px 50px;
  }

  .trusted h2,
  .about h2,
  .video h2,
  .residential-type h2,
  .clients h2,
  .work-hard .wrap h2,
  .faq-section h2,
  .footer-form .wrap h3 {
    font-size: 35px;
  }

  .footer-form .wrap {
    width: 95%;
  }

  .footer-form {
    margin-bottom: -530px;
  }

  .footer-form .wrap .form {
    padding: 20px 25px;
  }

  .footer-form .gform_wrapper.gravity-theme .gform_footer.top_label input {
    max-width: 175px;
    font-size: 14px;
    padding: 0 65px 0 15px;
    line-height: 55px;
  }

  .gform_wrapper .gform_footer::before {
    width: 40px;
    height: 40px;
    background-position: 0 -93px;
    top: 7px;
    background-size: 39px;
  }

  #footer .footer-wrap .top {
    grid-template-columns: 1fr;
  }

  #footer .footer-wrap .top .first-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #footer .footer-wrap .top .second-wrap,
  #footer .footer-wrap .top .third-wrap,
  #footer .footer-wrap .top .forth-wrap {
    display: none;
  }

  #footer .footer-wrap .top ul.social {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 33px 0 20px 0;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
  }

  #footer .footer-wrap .top ul.social::before {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 1px;
  }

  #footer .footer-wrap .top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  #footer .footer-wrap .top .third-wrap ul {
    grid-gap: 0 15px;
  }

  #footer .footer-wrap .top .logo {
    width: 135px;
  }

  #footer .footer-wrap .top ul.social li a {
    width: 40px;
    height: 40px;
    background-size: 10px;
  }

  #footer .footer-wrap .top ul.social li:not(:last-child) {
    margin-right: 10px;
  }

  #footer .footer-wrap .top ul.social li.insta a,
  #footer .footer-wrap .top ul.social li.gmail a {
    background-size: 18px;
  }

  #footer .footer-wrap .top ul.social li.linkdin a {
    background-size: 16px;
  }

  #footer .footer-wrap .btn-wrap {
    padding-left: 55px;
  }

  #footer .footer-wrap .btn-wrap::before {
    width: 40px;
    height: 40px;
    background-position: 8px -248px;
    background-size: 35px;
  }

  #footer .footer-wrap .btn-wrap a {
    font-size: 22px;
  }

  #footer .footer-wrap .top h3 {
    font-size: 20px;
  }

  #footer .footer-wrap .top ul li.menu-item:not(:last-child) {
    margin: 0 0 15px 0;
  }

  #footer .footer-wrap .top ul li a {
    font-size: 14px;
  }

  #footer .footer-wrap .btn-wrap::before {
    width: 50px;
    height: 50px;
    background-position: 10px -311px;
    background-size: 44px;
  }

  .hiring-banner {
    min-height: 700px;
  }

  .hiring-banner .container {
    top: 45%;
    transform: translatey(-45%);
  }

  .hiring-banner .img-wrap img {
    height: 350px;
  }

  .hiring-banner .wrap a.btn-main {
    margin: 20px 0 0 0;
    padding: 0 65px 0 15px;
  }

  .hiring-banner h1,
  .hiring-res-section h2,
  .hiring-req-section h2,
  .hiring-benef-section h2 {
    font-size: 35px;
  }

  .hiring-passinate-section {
    padding: 140px 0px 40px;
  }

  .hiring-passinate-section p {
    font-size: 20px;
  }

  .hiring-passinate-section span,
  .hiring-req-section ul.steps p.dark,
  .hiring-req-section ul.steps span,
  .hiring-res-section ul li,
  .hiring-benef-section ul li {
    font-size: 16px;
  }

  .hiring-passinate-section a.btn-main,
  .hiring-benef-section a.btn-main {
    padding: 0 65px 0 15px;
  }

  .hiring-res-section ul {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .hiring-res-section {
    min-height: 600px;
  }

  .hiring-res-section::before {
    bottom: -31px;
  }

  .hiring-req-section {
    padding: 60px 0 60px 0;
  }

  .hiring-req-section ul.steps {
    grid-gap: 30px 50px;
  }

  .hiring-benef-section .wrap {
    grid-template-columns: 51.5% 42.9%;
    max-width: 1100px;
  }

  .hiring-benef-section .img-wrap {
    margin-top: 50px;
  }

  .hiring-benef-section .img-wrap img {
    height: 600px;
  }

  .hiring-benef-section ul li:not(:last-child) {
    margin: 0 0 5px 0;
  }

  .hiring-benef-section a.btn-main::before {
    background-position: 0 -96px;
  }

  .hiring-benef-section a.btn-main:hover::before {
    top: 7px;
  }

  .hiring-mot-section {
    padding: 80px 0 80px 0;
  }

  .hiring-mot-section h2 {
    font-size: 30px;
    max-width: 860px;
  }

  .hiring-mot-section .mail-wrap {
    max-width: 900px;
  }

  .hiring-mot-section .mail-wrap p {
    font-size: 18px;
    letter-spacing: 0.52px;
  }

  .hiring-mot-section .mail-wrap a.mail-btn {
    font-size: 20px;
    line-height: 70px;
  }

  .hiring-mot-section .mail-wrap a.mail-btn::before {
    width: 45px;
    height: 45px;
    background-position: 10px -444px;
    background-size: 40px;
  }

  .hiring-mot-section {
    padding: 60px 0 60px 0;
  }

  .footer-form .wrap .map .wpgmza_infowindow_description p a {
    font-size: 18px;
    padding: 0 0 0 30px;
  }

  .footer-form .wrap .map .wpgmza_infowindow_description p a::before {
    background-position: 0 -254px;
    background-size: 35px;
  }

  .footer-form .wrap .map p.wpgmza_infowindow_address {
    font-size: 16px;
  }

  .footer-form .wrap .map .wpgmza_infowindow_description .location-wrap p a {
    font-family: 14px;
  }

  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield textarea {
    height: 52px;
  }

  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select {
    padding: 0 10px !important;
    font-size: 14px !important;
  }

  .gform_wrapper .gfield textarea {
    padding: 12px 10px 0 !important;
    font-size: 14px !important;
  }

  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 14px;
  }

  input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }

  .gform_wrapper.gravity-theme .gform_fields>div#field_1_11 select {
    font-size: 14px !important;
  }

  .gform_wrapper.gravity-theme .gform_fields>div#field_1_11::before {
    top: 16px;
    right: 14px;
  }

  .footer-form .gform_wrapper.gravity-theme .gform_footer.top_label input {
    background-position: 98% 22%;
  }

  .gform_wrapper.gravity-theme .gform_fields {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 12px 10px !important;
  }

  .gform_wrapper.gravity-theme .gform_fields>div:nth-child(5),
  .gform_wrapper.gravity-theme .gform_fields>div:nth-child(6) {
    grid-column: span 1 !important;
  }

  .gform_wrapper.gravity-theme .gform_fields>div:last-child {
    grid-column: span 2 !important;
  }

  .footer-form .gform_wrapper.gravity-theme .gform_footer.top_label input {
    max-width: 170px;
    font-size: 14px;
    padding: 0 65px 0 30px;
    line-height: 55px;
    background-position: 96.5% 21.4%;
    background-size: 40px;
    height: 55px;
  }

  .footer-form .gform_wrapper.gravity-theme .gform_footer.top_label input:hover {
    background-position: 95% 6px;
  }

  .about-banner .wrap h2,
  .only-roof-section .wrap h2,
  .our-proces h2,
  .about-slider .wrap .box h2,
  .jake-mullin-section .wrap h2,
  .testimonial-section h2,
  .past-project h2,
  .financing-option h2,
  .why-choose .wrap .right h2,
  .how-to-apply .wrap .left h2,
  .about-enhancify .wrap .right h2,
  .why-choose .wrap .left h2,
  .about-enhancify .wrap .left .heading,
  .gallery-tab .main-box h2,
  .contact-section .wrap h2,
  .offered-section .wrap h2,
  .roofing-blog .wrap h2,
  .single-post .single-post-text .wrap h2,
  .single-post .single-post-text .wrap .main-box h2 {
    font-size: 30px;
    line-height: 45px;
  }

  .about-car-section .wrap {
    max-width: 500px;
    bottom: 60px;
  }

  .about-banner .wrap {
    max-width: 556px;
  }

  .about-car-section::before {
    top: -10px;
    width: 700px;
  }

  .about-banner {
    padding: 130px 0 160px 0;
  }

  .only-roof-section {
    padding: 70px 0;
  }

  .only-roof-section .wrap .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .only-roof-section .wrap {
    gap: 25px;
    grid-template-columns: 600px auto;
  }

  .only-roof-section .logo-page {
    margin-bottom: 30px;
  }

  .only-roof-section .wrap .right .form-heading p {
    font-size: 20px;
  }

  .only-roof-section .wrap .right {
    padding: 25px;
  }

  .only-roof-section .wrap .right .form-box .gform_footer.top_label input:hover {
    background-position: 95% 6px;
  }

  .only-roof-section .wrap .right .form-box .gform_footer.top_label input {
    max-width: 170px;
    font-size: 14px;
    padding: 0 65px 0 30px;
    line-height: 55px;
    background-position: 96.5% 21.4%;
    background-size: 40px;
    height: 55px;
  }

  .our-proces .wrap {
    margin-top: 30px;
  }

  .our-proces .wrap .proces-box .img-box {
    width: 100px;
    height: 100px;
  }

  .our-proces .wrap .proces-box .img-box img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .our-proces .wrap .proces-box p {
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
  }

  .our-proces .bg-img {
    margin-top: -80px;
  }

  .about-slider .wrap .box h2 {
    margin-bottom: 20px;
  }

  .about-slider {
    padding: 70px 0 70px 0;
  }

  .about-slider .wrap .box .sub-heading {
    margin-bottom: 20px;
  }

  .page-template-about-us .video .wrap .left::before {
    bottom: 20px;
  }

  .jake-mullin-section .wrap {
    grid-template-columns: auto 400px;
    gap: 70px;
  }

  .jake-mullin-section .bottom-text {
    top: 170px;
  }

  .jake-mullin-section {
    margin-top: -270px;
  }

  .testimonial-section h2 {
    margin-bottom: 30px;
  }

  .testimonial-section::before {
    bottom: -35px;
  }

  .testimonial-section .testimonial-slider .box p {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-section .testimonial-slider .box .heading {
    font-weight: 500;
    margin-top: 20px;
  }

  .testimonial-section {
    padding: 80px 0 150px;
  }

  .past-project .slick-track {
    padding: 70px 0 70px;
  }

  .financing-option {
    padding: 70px 0;
  }

  .financing-option .sub-heading {
    margin-top: 8px;
  }

  .contact-box .left p {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .contact-box {
    padding: 10px;
  }

  .contact-box .left {
    padding-left: 30px;
  }

  .contact-box .right a {
    font-size: 22px;
    padding: 20px 35px;
  }

  .contact-box .left p a {
    padding-left: 10px;
  }

  .financing-list .wrap {
    width: 460px;
  }

  .financing-list ul li img {
    margin: 0;
    width: 50px;
  }

  .financing-list .list-two li:nth-child(4) {
    right: -160px;
  }

  .financing-list .list-two li:nth-child(3) {
    bottom: 100px;
    right: -115px;
  }

  .financing-list .list-two li:nth-child(2) {
    top: 125px;
    right: -67px;
  }

  .financing-list .list-two li:nth-child(1) {
    top: 24px;
    right: 10px;
  }

  .financing-list .list-one li:nth-child(1) {
    left: -5px;
  }

  .financing-list .list-one li:nth-child(2) {
    top: 120px;
    left: -135px;
  }

  .financing-list .list-one li:nth-child(3) {
    bottom: 120px;
    left: -130px;
  }

  .financing-list .list-one li:nth-child(4) {
    left: -180px;
  }

  .financing-list {
    padding: 110px 0;
  }

  .financing-list::before {
    bottom: -4px;
  }

  .how-to-apply {
    padding: 130px 0;
  }

  .how-to-apply .wrap {
    grid-template-columns: 700px auto;
    gap: 20px;
  }

  .how-to-apply .wrap .left h2 {
    margin-bottom: 10px;
  }

  .why-choose .wrap {
    grid-template-columns: 480px auto;
    padding: 30px;
  }

  .why-choose .wrap .right h2 {
    margin-bottom: 10px;
  }

  .about-enhancify .wrap .left .heading {
    margin-bottom: 15px;
  }

  .about-enhancify .wrap {
    grid-template-columns: auto 400px;
  }

  .about-enhancify .wrap .left .box-3 {
    padding: 20px 20px 39px 20px;
  }

  .about-enhancify .wrap .left .box-2 {
    padding: 20px 20px 55px 20px;
  }

  .about-enhancify .wrap .left .box-1,
  .about-enhancify .wrap .left .box-2,
  .about-enhancify .wrap .left .box-3,
  .about-enhancify .wrap .left .box-4 {
    padding: 20px;
  }

  .about-enhancify .wrap .right h2 {
    margin-bottom: 12px;
  }

  .about-enhancify {
    padding: 44px 0 70px;
  }

  .gallery-tab .main-box h2 {
    margin-bottom: 20px;
  }

  .gallery-tab .tab-wrap {
    margin-bottom: 50px;
  }

  .gallery-tab {
    padding: 20px 0 70px 0;
  }

  .dark-box-section .wrap h2,
  .light-box-section .wrap h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .dark-box-section .wrap {
    grid-template-columns: 400px auto;
    gap: 30px;
  }

  .light-box-section .wrap {
    grid-template-columns: auto 400px;
    gap: 30px;
  }

  .dark-box-section .wrap p,
  .light-box-section .wrap p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .roofing-material-section .wrap {
    grid-template-columns: 650px auto;
    gap: 50px;
  }

  .roofing-material-section .wrap .left .logo-page {
    margin-bottom: 30px;
  }

  .roofing-material-section {
    padding: 0 0 70px 0;
  }

  .light-box-section {
    padding: 70px 0 30px 0;
  }

  .dark-box-section.dark-box-3::before {
    bottom: -27px !important;
  }

  .dark-box-section.dark-box-2::before {
    bottom: -24px !important;
  }

  .dark-box-section::before {
    bottom: -18px;
  }

  .contact-section {
    padding: 120px 0 70px 0;
  }

  .about-car-section {
    padding-top: 160px;
  }

  .roofing-blog .wrap-box .wrap-post .heading {
    font-size: 18px;
    line-height: 27px;
  }

  .roofing-blog .wrap-box .wrap-post .content-box {
    padding: 38px 25px 25px 25px;
    position: relative;
  }

  .roofing-blog .wrap-box {
    gap: 30px;
    margin-top: 30px;
  }

  .roofing-blog {
    padding: 30px 0 70px 0;
  }

  .roofing-blog .logo-page {
    margin-bottom: 20px;
  }

  .roofing-blog .wrap .right p {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
  }

  .roofing-blog .wrap .right select {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
  }

  .blog-banner .wrap {
    grid-template-columns: 500px auto;
    gap: 30px;
  }

  .blog-banner .wrap .right h2 a {
    font-size: 26px;
    margin-bottom: 14px;
  }

  .page-template-blog .paginations {
    margin-top: 70px;
  }

  .single-post .single-post-text {
    padding-bottom: 70px;
  }

  .single-post .single-post-text .wrap .img-box img,
  .single-post .single-post-text .wrap .date {
    margin-bottom: 30px;
  }

  .single-post .single-post-text {
    margin-top: 180px;
  }

  .google-review-section .google-review {
    gap: 25px;
  }

  .google-review-section .google-review .google-box {
    padding: 25px;
  }

  .google-review-section .google-review .google-box .heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 6px;
  }

  .google-review-section {
    padding: 0 0 70px 0;
  }

  .insurance-cta .inner h2 {
    font-size: 22px;
    max-width: 857px;
  }

  .insurance-cta .inner .innerbox p {
    font-size: 20px;
    padding-left: 30px;
  }

  .insurance-cta .inner .innerbox a {
    font-size: 20px;
    padding: 18px 30px;
  }

  .youtube .inner .right iframe {
    height: 314px;
  }

  .youtube {
    padding: 100px 0;
  }

  .insurance-cta {
    padding: 60px 0;
  }

  .insurance-cta .inner .innerbox {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .youtube .inner .left h2 {
    margin-bottom: 24px;
  }

  /*contact page*/
  .locationtab .location-info .innertab .tab button {
    font-size: 22px;
    padding: 14px 14px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left .address {
    font-size: 15px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left .call {
    font-size: 17px;
  }

  .locationtab .location-info h2 {
    font-size: 34px;
    margin-bottom: 19px;
  }

  .page-template-connect .lets-connect .banner-heading h1 {
    font-size: 40px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left h3 {
    font-size: 25px;
    margin-bottom: 26px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left {
    padding: 40px;
  }

  .page-template-connect #footer {
    min-height: 699px;
    margin-top: -259px;
  }

  .page-template-connect .lets-connect .forms {
    margin-top: 20px;
  }

  .page-template-connect .lets-connect .forms {
    padding: 40px;
  }

  .page-template-connect .lets-connect {
    margin-top: 104px;
  }

  .lets-connect .gform_wrapper.gravity-theme .gform_fields>div:nth-child(5),
  .lets-connect .gform_wrapper.gravity-theme .gform_fields>div:nth-child(6) {
    grid-column: span 4 !important;
  }

  .locationtab .location-info .innertab .tab {
    max-width: 250px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left {
    max-width: 278px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left {
    padding: 25px;
  }

  .page-template-connect #footer {
    min-height: 599px;
    margin-top: -259px;
  }

  .standing-seam-about .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .standing-seam-about .wrap .left .btn-box {
    gap: 30px;
  }

  .standing-seam-about .wrap .left .logo-page {
    margin-bottom: 20px;
  }

  .standing-seam-about .wrap .left .btn-box {
    flex-direction: column;
    align-items: start;
  }

  .standing-seam-about {
    padding: 40px 0;
  }

  .standing-seam-about .wrap .left .btn-box {
    margin-top: 20px;
  }

  .standing-seam-about .wrap .left h2,
  .smart-solution .wrap h2,
  .metal-roof h2,
  .power-kynar .wrap .heading {
    font-size: 30px;
    line-height: 45px;
  }

  .smart-solution {
    padding: 80px 0;
  }

  .smart-solution::before {
    bottom: -34px;
  }

  .smart-solution:after {
    bottom: 4px;
  }

  .smart-solution .bottom-text .heading {
    font-size: 20px;
    line-height: 30px;
    margin-top: 25px;
  }

  .smart-solution .smart-solution-wrap,
  .smart-solution .wrap {
    padding-bottom: 30px;
  }

  .smart-solution .smart-solution-wrap .smart-solution-logo {
    padding: 20px;
  }

  .smart-solution .smart-solution-wrap {
    gap: 20px;
  }

  .smart-solution .smart-solution-wrap .smart-solution-logo p {
    font-size: 16px;
    line-height: 24px;
  }

  .metal-roof .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-top: 30px;
    align-items: start;
  }

  .metal-roof .wrap .right .heading {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
  }

  .metal-roof .wrap .right .sub-heading {
    margin: 10px 0;
  }

  .metal-roof {
    padding: 60px 0 0px 0;
  }

  .power-kynar {
    padding: 140px 0;
  }

  .power-kynar .wrap .right .img-box p {
    font-size: 20px;
    line-height: 20px;
  }

  .power-kynar .bottom-section .wrap-bottom {
    grid-template-columns: auto 500px;
    gap: 20px;
  }

  .power-kynar .bottom-section .wrap-bottom .right .wrap-box {
    padding: 20px;
  }

  .power-kynar .bottom-text {
    margin-top: 30px;
  }

  .power-kynar .bottom-section .wrap-bottom .left ul li,
  .power-kynar .bottom-section .wrap-bottom .right ul li {
    font-size: 16px;
  }

  .power-kynar .bottom-section .wrap-bottom .right ul li,
  .power-kynar .bottom-section .wrap-bottom .left ul li {
    margin-bottom: 10px;
  }

  .two-project .one-project .right .heading,
  .two-project .two-project .left .heading {
    margin: 0;
  }

  .two-project .one-project .right .sub-heading,
  .two-project .two-project .left .sub-heading {
    margin: 10px 0;
  }

  .two-project .one-project,
  .two-project .two-project {
    gap: 40px;
    grid-template-columns: 500px auto;
  }

  .two-project .one-project .right .heading,
  .two-project .two-project .left .heading {
    font-size: 30px;
    margin: 0;
  }

  .roofs-made .wrap .right h2,
  .save-money .wrap .left h2 {
    font-size: 30px;
  }

  body.page-template-standing-seam h2 {
    font-size: 30px;
  }

  .save-money .wrap .left h2 {
    line-height: 40px;
  }

  .two-project .two-project {
    margin-top: 50px;
  }

  .two-project.padding {
    padding: 60px 0;
  }

  .roofs-made .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .roofs-made .wrap .right h2 {
    margin-bottom: 20px;
  }

  .roofs-made {
    padding: 100px 0;
  }

  .two-project .one-project,
  .two-project .two-project {
    align-items: start;
  }

  .two-project.padding {
    padding: 0 0 30px 0;
  }

  .roofs-made::after {
    bottom: -32px;
  }

  .save-money .wrap .left ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .transforming-section {
    height: 900px;
  }

  .save-money {
    padding: 100px 0;
  }

  .save-money .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .save-money::after {
    bottom: -36px;
  }

  .page-template-standing-seam .faq-section {
    padding: 60px 0 !important;
  }

  .consultation-wrap .consultation-box .heading {
    font-size: 18px;
  }

  .consultation-wrap .consultation-box {
    padding: 20px;
  }

  .consultation-wrap {
    gap: 20px;
  }

  .consultation-installation {
    padding: 50px;
  }

  .transforming-section .wrap .btn-main {
    margin-top: 20px;
  }
}

@media (max-width: 1160px) {
  .gallery-tab .main-box .wrap:nth-child(even) {
    grid-template-columns: 540px auto;
    gap: 20px;
  }

  .gallery-tab .main-box .wrap:nth-child(odd) {
    grid-template-columns: 540px auto;
    gap: 25px;
  }
}

@media (max-width: 1024px) {
  .past-project .slick-slide.slick-active.slick-current {
    scale: 1;
  }

  .past-project .slick-slide {
    background: #fff;
    opacity: 1 !important;
  }
}

@media (max-width: 1100px) {
  .location-txt .wrap {
    grid-template-columns: auto !important;
    gap: 86px !important;
  }

  .cta:before {
    right: 0;
  }

  .page-template-location,
  .page-template-insurance,
  .page-template-roofing-material-inner {
    overflow: hidden;
  }

  .location-txt .wrap .left .innertext .content img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width: 991px) {

  .trusted-slidder button.slick-prev,
  .trusted-slidder button.slick-next {
    top: -44px !important;
    width: 40px !important;
    height: 40px !important;
    background-size: 40px !important;
  }

  .trusted-slidder button.slick-prev {
    right: 74px !important;
  }

  .insurance-cta {
    padding: 20px 0;
  }

  .for-mobile {
    display: block;
  }

  .gallery-tab .main-box .wrap .left-box-1 a h2,
  .gallery-tab .main-box .wrap .right-box-1 a h2 {
    font-size: 20px;
    padding: 10px;
  }

  .gallery-tab .main-box .wrap:nth-child(odd) {
    margin-top: 10px;
  }

  .gallery-tab .main-box .wrap .right-box-1 img,
  .gallery-tab .main-box .wrap .right-box-2 img {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }

  .gallery-tab .main-box .wrap .left-box-1 img {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }

  .for-desktop {
    display: none;
  }

  .gform_wrapper .gform_footer .gform_button {
    padding: 8px 50px;
  }

  .banner .wrap {
    margin: 0;
  }

  .banner .sub-heading {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .banner h1 {
    font-size: 45px;
    max-width: 370px;
  }

  .car-section {
    top: 510px;
  }

  .car-section .car-image img {
    height: 130px;
  }

  .car-section .car-image::after {
    bottom: -38px;
  }

  .btn-main {
    font-size: 13px;
  }

  .trusted h2,
  .about h2,
  .video h2,
  .residential-type h2,
  .clients h2,
  .work-hard .wrap h2,
  .faq-section h2,
  .footer-form .wrap h3 {
    font-size: 30px;
  }

  .trusted-slidder .item a img {
    height: 434px;
  }

  .trusted-slidder .item .contents {
    padding: 21px 12px;
  }

  .trusted-slidder .item a:hover .contents {
    transform: translateY(15%);
  }

  .trusted-slidder .slick-slide {
    margin: 0 5px;
  }

  .trusted-slidder .item a>h3 {
    height: 130px;
    padding: 21px 11px 26px 11px;
  }

  .trusted-slidder button {
    top: auto;
    left: -80px;
    right: 0;
    bottom: -100px;
    margin: 0 auto;
  }

  .trusted-slidder button.slick-next {
    right: -120px;
  }

  .about .wrap {
    grid-template-columns: 1fr;
  }

  .about h2 br {
    display: none;
  }

  .about .img-wrap.for-mobile img {
    height: 360px;
    margin: 30px auto;
  }

  .about .right {
    margin: 0;
  }

  .video .wrap .right iframe {
    height: 250px;
  }

  .video .wrap .left::before {
    height: 105px;
    width: 280px;
    bottom: 0px;
  }

  .work-hard .work-hard-img {
    display: none;
  }

  .work-hard .wrap {
    max-width: 100%;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .work-hard .for-mobile {
    height: 400px;
  }

  .work-hard .top {
    min-height: 934px;
  }

  .work-hard .btn-main {
    margin: 40px 0 0 0;
  }

  .work-hard .bottom {
    padding: 110px 0 50px 0;
    min-height: 340px;
  }

  .work-hard .work-hard-car {
    top: auto;
    height: 200px;
    bottom: 330px;
  }

  .residential-type ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 15px;
  }

  .residential-type {
    margin-top: -50px;
  }

  .residential-type .call .call-wrap {
    max-width: 700px;
  }

  .residential-type .call p {
    font-size: 17px;
    max-width: 350px;
  }

  .clients ul {
    max-width: 585px;
  }

  .clients ul li p {
    font-size: 18px;
  }

  .clients ul li span {
    font-size: 15px;
  }

  .clients ul li .img-wrap {
    height: 12px;
  }

  .clients ul li {
    padding: 23px 16px;
  }

  .clients ul.client-review button {
    right: -65px;
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-position: 0 -96px;
  }

  .clients ul.client-review button.slick-prev {
    background-position: 0 -198px;
  }

  .faq-section {
    padding: 50px 0 50px 0;
  }

  ul.faq li .answer_faq p {
    font-size: 15px;
  }

  .faq-section ul.faq {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .footer-form .wrap {
    grid-template-columns: 1fr;
  }

  .residential-type ul li .img-wrap img {
    width: 100%;
    height: 100%;
  }

  .hiring-banner .img-wrap img {
    height: 300px;
  }

  .hiring-banner h1,
  .hiring-res-section h2,
  .hiring-req-section h2,
  .hiring-benef-section h2 {
    font-size: 30px;
  }

  .hiring-passinate-section p {
    font-size: 18px;
  }

  .hiring-passinate-section span,
  .hiring-req-section ul.steps p.dark,
  .hiring-req-section ul.steps span,
  .hiring-res-section ul li,
  .hiring-benef-section ul li {
    font-size: 15px;
  }

  .hiring-res-section::before {
    bottom: -35px;
  }

  .hiring-benef-section .wrap {
    grid-template-columns: 47.5% 48.9%;
  }

  .hiring-benef-section .img-wrap {
    margin-top: 120px;
    display: block;
  }

  .hiring-benef-section .img-wrap img {
    height: 450px;
  }

  .hiring-benef-section .img-wrap.for-mobile {
    display: none;
  }

  .hiring-mot-section .mail-wrap {
    max-width: 700px;
  }

  .hiring-mot-section h2 {
    font-size: 25px;
    max-width: 720px;
  }

  #map-container {
    height: 350px;
  }

  .map-select {
    left: 30px;
    right: 30px;
  }

  .footer-form .wrap .map p.wpgmza_infowindow_address {
    font-size: 15px;
  }

  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield textarea {
    height: 52px;
  }

  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select {
    font-size: 13px !important;
  }

  .gform_wrapper .gfield textarea {
    font-size: 13px !important;
  }

  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-size: 13px;
  }

  input::placeholder,
  textarea::placeholder {
    font-size: 13px;
  }

  .gform_wrapper.gravity-theme .gform_fields>div#field_1_11 select {
    font-size: 13px !important;
  }

  .only-roof-section {
    padding: 60px 0;
  }

  .only-roof-section .wrap .heading {
    font-size: 26px;
    line-height: 36px;
    margin-top: 16px;
  }

  .only-roof-section .wrap {
    gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .only-roof-section .logo-page {
    margin-bottom: 20px;
  }

  .our-proces .wrap {
    margin-top: 20px;
    gap: 60px;
  }

  .about-slider .wrap .box {
    grid-template-columns: 300px auto;
  }

  .about-slider .wrap .box h2 {
    margin-bottom: 8px;
  }

  .about-slider {
    padding: 60px 0;
  }

  .about-slider .wrap .box .right div {
    max-height: 300px;
  }

  .about-slider .wrap .box .sub-heading {
    margin-bottom: 15px;
  }

  .page-template-about-us .video .wrap .left::before {
    bottom: 0px;
  }

  .jake-mullin-section .wrap {
    grid-template-columns: auto 350px;
    align-items: center;
    gap: 30px;
  }

  .testimonial-section h2 {
    margin-bottom: 20px;
  }

  .testimonial-section .testimonial-slider .box p {
    font-size: 17px;
    line-height: 26px;
  }

  .testimonial-section .testimonial-slider .box .heading {
    font-weight: 500;
    margin-top: 20px;
  }

  .testimonial-section::before {
    bottom: -40px;
  }

  .past-project .slick-track {
    padding: 30px 0 60px;
  }

  .financing-option {
    padding: 60px 0;
  }

  .contact-box .left p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .contact-box .left {
    padding-left: 20px;
  }

  .contact-box {
    gap: 45px;
  }

  .contact-box .right a {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px;
  }

  .contact-box .right img {
    left: -13px;
  }

  .financing-list .wrap {
    display: none;
  }

  .financing-list .mobile-list {
    display: block;
  }

  .financing-list .mobile-list .financing-list-logo {
    width: 400px;
  }

  .financing-list .mobile-list ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
    margin-top: 25px;
  }

  .financing-list .mobile-list ul li {
    text-align: left;
  }

  .financing-list::before {
    bottom: 8px;
  }

  .how-to-apply .wrap {
    grid-template-columns: 550px auto;
    gap: 20px;
  }

  .how-to-apply .wrap .left ul li {
    margin-bottom: 12px;
    padding-left: 30px;
  }

  .why-choose .wrap .none {
    display: none;
  }

  .why-choose .wrap .left {
    max-width: 340px;
    max-height: 454px;
    position: static;
    transform: unset;
  }

  .why-choose .wrap {
    grid-template-columns: 380px auto;
    padding: 30px 50px;
  }

  .why-choose .wrap .right ul li {
    margin-bottom: 10px;
  }

  .why-choose {
    margin-bottom: 0px;
  }

  .why-choose-bg {
    background-position: top;
    background-size: contain;
    min-height: 740px;
  }

  .about-enhancify .wrap {
    grid-template-columns: auto;
  }

  .about-enhancify .wrap .left .heading {
    margin-bottom: 5px;
  }

  .about-enhancify {
    padding: 44px 0 60px;
  }

  .gallery-tab .main-box .wrap:nth-child(even),
  .gallery-tab .main-box .wrap:nth-child(odd),
  .gallery-tab .main-box .wrap:nth-child(odd) .right-wrap,
  .gallery-tab .main-box .wrap:nth-child(even) .right-wrap {
    display: grid;
    grid-template-columns: auto;
    gap: 25px;
  }

  .gallery-tab .main-box .wrap .left-box-1 img {
    max-height: 350px;
    height: auto;
    width: 100%;
  }

  .gallery-tab .main-box .wrap .right-box-1 img,
  .gallery-tab .main-box .wrap .right-box-2 img {
    max-height: 350px;
  }

  .gallery-tab .main-box .wrap .right-box-2 {
    margin: 0;
  }

  .gallery-tab .tab-wrap .tab-box {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 15px 26px !important;
    border-radius: 5px !important;
    line-height: 17px !important;
  }

  .gallery-tab .tab-wrap {
    flex-wrap: wrap;
  }

  .gallery-tab .tab-wrap {
    margin-bottom: 35px;
  }

  .gallery-tab {
    padding: 20px 0 60px 0;
  }

  .page-template-roofing-material .faq-section ul.faq {
    grid-template-columns: 1fr;
  }

  .dark-box-section .wrap h2,
  .light-box-section .wrap h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .light-box-section .wrap {
    grid-template-columns: auto 350px;
  }

  .dark-box-section .wrap {
    grid-template-columns: 350px auto;
  }

  .dark-box-section .wrap p,
  .light-box-section .wrap p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .roofing-material-section .wrap {
    grid-template-columns: 450px auto;
    gap: 30px;
  }

  .roofing-material-section .wrap .left .logo-page {
    margin-bottom: 20px;
  }

  .roofing-material-section {
    padding: 0 0 60px 0;
  }

  .light-box-section {
    padding: 60px 0 30px 0;
  }

  .dark-box-section::before {
    bottom: -27px;
  }

  .dark-box-section.dark-box-2::before {
    bottom: -29px !important;
  }

  .dark-box-section.dark-box-3::before {
    bottom: -28px !important;
  }

  .dark-box-section::before {
    bottom: -18px;
  }

  .contact-section {
    padding: 120px 0 60px 0;
  }

  .roofing-blog {
    padding: 30px 0 60px 0;
  }

  .roofing-blog .wrap-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .roofing-blog .wrap-box .wrap-post .img-box img {
    width: 100%;
  }

  .blog-banner .wrap {
    grid-template-columns: 350px auto;
    gap: 25px;
  }

  .blog-banner {
    padding: 120px 0 100px 0;
  }

  .page-template-blog .paginations {
    margin-top: 60px;
  }

  .single-post .single-post-text {
    padding-bottom: 60px;
  }

  .single-post .single-post-text .wrap .main-box h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .single-post .single-post-text .wrap .main-box h2,
  .single-post .single-post-text .wrap .main-box h3,
  .single-post .single-post-text .wrap .main-box h4,
  .single-post .single-post-text .wrap .main-box h5 {
    margin: 25px 0 10px 0;
  }

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

  .google-review-section {
    padding: 0 0 60px 0;
  }

  .herobanner {
    padding-top: 118px;
    padding-bottom: 46px;
  }

  .location-txt .wrap .left .innertext .content {
    margin-top: 30px;
  }

  .youtube .inner {
    grid-template-columns: auto;
  }

  .youtube .inner .right iframe {
    height: 424px;
  }

  .insurance-cta .inner .innerbox p {
    font-size: 17px;
    padding-left: 16px;
  }

  .insurance-cta .inner h2 {
    padding-bottom: 20px;
  }

  .page-template-connect .lets-connect .banner-heading h1 {
    font-size: 35px;
  }

  .page-template-connect .lets-connect .forms {
    padding: 23px;
    border-radius: 15px;
  }

  .locationtab .location-info .innertab {
    -moz-column-gap: 18px;
    column-gap: 18px;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents {
    flex-direction: column;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .left {
    width: 100%;
    max-width: 100%;
  }

  .page-template-connect .lets-connect .forms {
    background-size: cover;
    background-position: top;
  }

  .locationtab .location-info .innertab .innertabs .tabcontent .tabcontents .right iframe {
    height: 230px;
  }

  .locationtab .location-info .innertab {
    -moz-column-gap: 11px;
    column-gap: 11px;
  }

  .locationtab .location-info .innertab .tab button.active:before {
    display: none;
  }

  .standing-seam-about .wrap .left .logo-page p {
    font-size: 12px;
  }

  .standing-seam-about .wrap .left .sub-heading {
    margin: 10px 0;
  }

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

  .smart-solution:after {
    display: none;
  }

  .smart-solution .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .power-kynar .wrap {
    grid-template-columns: auto;
    gap: 30px;
  }

  .power-kynar .wrap .right {
    margin: 0 auto;
  }

  .power-kynar .wrap .right .img-box p {
    font-size: 16px;
    line-height: 16px;
  }

  .power-kynar .wrap .sub-heading {
    margin: 10px 0;
  }

  .power-kynar .wrap .heading {
    margin: 0;
  }

  .power-kynar .bottom-section .wrap-bottom {
    grid-template-columns: auto;
  }

  .two-project .one-project,
  .two-project .two-project {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .two-project.padding {
    padding: 0 0 60px 0;
  }

  .roofs-made .wrap .right h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .roofs-made .wrap .right h2 {
    margin-bottom: 15px;
  }

  .footer-form .wrap {
    height: auto;
  }
}

@media only screen and (min-width: 890px) and (max-width: 991px) {
  .logos::before {
    margin-top: -9px;
  }

  .about::before {
    bottom: 0px;
  }

  .clients::before {
    bottom: -9px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 889px) {
  .logos::before {
    margin-top: -11px;
  }

  .about::before {
    bottom: 0px;
  }

  .clients::before {
    bottom: -11px;
  }
}

@media (max-width: 767px) {

  .trusted-slidder button.slick-prev,
  .trusted-slidder button.slick-next {
    top: 20px !important;
  }

  .footer-form .gform_wrapper.gravity-theme .gform_fields {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 15px 14px !important;
  }

  .footer-form .gform_wrapper.gravity-theme .gform_fields>div {
    grid-column: span 12 !important;
  }

  .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full),
  div#field_1_12 {
    grid-column: span 12 !important;
  }

  .gform_wrapper.gravity-theme .gform_fields>div:nth-child(5),
  .gform_wrapper.gravity-theme .gform_fields>div:nth-child(6) {
    grid-column: span 12 !important;
  }

  .footer-form .wrap .form .gform_confirmation_message,
  .only-roof-section .wrap .right .gform_confirmation_message {
    font-size: 16px !important;
  }

  .trusted-slidder .slick-list {
    margin-top: 30px;
  }

  #header .wrapper .btn-left a,
  #header .wrapper .btn-right a {
    display: none;
  }

  .banner .slider-img-wrap img {
    min-height: 600px;
  }

  .banner .container {
    top: 45%;
  }

  .banner .wrap {
    max-width: 325px;
  }

  .banner .sub-heading {
    font-size: 11px;
    letter-spacing: 3.96px;
    margin: 0 0 17px 0;
  }

  .banner h1 {
    font-size: 30px;
    max-width: 250px;
    margin: 0 0 11px 0;
  }

  .banner .sub-text p {
    margin: 0 0 10px 0;
  }

  .btn-main {
    font-size: 12px;
  }

  .car-section {
    top: 450px;
    right: -190px;
  }

  .car-section .car-image img {
    height: 170px;
  }

  @keyframes mymove {
    from {
      right: -1000px;
    }

    to {
      right: -200px;
    }
  }

  .logos::before {
    margin-top: -6px;
    background-size: 103%;
    width: 343px;
    height: 45px;
  }

  .logo-wrapper-slider .slick-slide {
    margin: 0 5.5px;
  }

  .logo-wrapper-slider {
    padding: 0 15px;
  }

  .trusted h2,
  .about h2,
  .video h2,
  .residential-type h2,
  .clients h2,
  .work-hard .wrap h2,
  .faq-section h2,
  .footer-form .wrap h3 {
    font-size: 28px;
  }

  .trusted-slidder {
    padding: 22px 0 0 0;
    margin: 0;
  }

  .trusted-slidder .slick-list {
    padding: 0 20px;
  }

  .trusted-slidder .slick-slide {
    margin: 0 5px;
  }

  .trusted-slidder .item a:hover .contents {
    transform: translateY(38%);
  }

  .about .img-wrap.for-mobile img {
    width: 100%;
    height: 100%;
  }

  .about::before {
    background-size: 97%;
    width: 343px;
    height: 45px;
    bottom: 20px;
  }

  .video .wrap .left::before {
    display: none;
  }

  .video .wrap {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .video .wrap .right iframe {
    height: 194px;
  }

  .video #playButton {
    line-height: 54px;
    padding: 0 40px 0 72px;
    height: 54px;
    font-size: 16px;
  }

  .video {
    padding: 30px 0 44px 0;
  }

  .work-hard .wrap {
    align-items: flex-start;
    margin: -124px 0 0 0;
  }

  .work-hard .top {
    background: url(../images/mobile-work-hard-bg.png) no-repeat !important;
  }

  .work-hard .bottom {
    padding: 130px 0 90px 0;
    top: -65px;
  }

  .work-hard .work-hard-car {
    height: 200px;
    bottom: 304px;
    left: -24px;
  }

  .work-hard .btn-main {
    margin: 30px 0 0 0;
  }

  .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .owl-nav>button {
    background: url(../images/mobile-left-arrow.png) no-repeat !important;
    width: 42px;
    height: 42px;
    margin: 0 5px;
  }

  .owl-nav>button.owl-next {
    background: url(../images/mobile-right-arrow.png) no-repeat !important;
  }

  .owl-nav>button>span {
    display: none;
  }

  .residential-type .call {
    margin: 28px 0 5px 0;
  }

  .residential-type .call a.call-btn {
    font-size: 0;
    line-height: normal;
    padding: 0;
    background: unset;
    border: 0;
  }

  .residential-type .call .call-wrap {
    padding: 0px 88px 0px 25px;
    height: 70px;
  }

  .residential-type .call p {
    font-size: 16px;
    letter-spacing: -0.32px;
    max-width: 220px;
  }

  .residential-type .call a.call-btn::before {
    top: -22px;
    left: 23px;
    width: 45px;
    height: 45px;
    background-position: 9px -362px;
    background-size: 40px;
    background-color: #ad0c0c;
  }

  .clients h2 {
    max-width: 300px;
    margin: 0 auto 22px;
  }

  .clients ul.client-review button {
    top: auto;
    bottom: -82px;
    left: 0;
    right: -62px;
    margin: 0 auto;
  }

  .clients ul.client-review button.slick-prev {
    right: -26px;
  }

  .clients::before {
    background-size: 97%;
    width: 343px;
    height: 45px;
    bottom: -3px;
  }

  .faq-section ul.faq {
    -moz-column-count: 1;
    column-count: 1;
  }

  .footer-form .wrap .map {
    padding: 5px;
  }

  .footer-form .gform_wrapper.gravity-theme .gform_footer.top_label input {
    max-width: 178px;
    font-size: 12px;
    padding: 0 92px 0 30px;
    line-height: 55px !important;
  }

  .footer-form .wrap h3 {
    margin: 11px 0 23px 0;
  }

  .footer-form .gform_wrapper.gravity-theme .gform_footer.top_label {
    margin: 0 auto;
  }

  .gform_wrapper .gform_footer::before {
    left: 130px;
  }

  .footer-form {
    margin-bottom: -526px;
  }

  #footer .footer-wrap .top ul.social {
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
  }

  #footer .footer-wrap .btn-wrap {
    padding: 58px 0 0 0;
  }

  #footer .footer-wrap .btn-wrap::before {
    width: 50px;
    height: 50px;
    background-position: 10px -311px;
    background-size: 44px;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }

  #footer .footer-wrap .btn-wrap p {
    text-align: center;
  }

  #footer .footer-wrap .btn-wrap a {
    font-size: 30px;
  }

  #footer {
    justify-content: flex-end;
  }

  .hiring-banner {
    min-height: 550px;
  }

  .hiring-banner::before,
  .hiring-banner::after {
    bottom: -80px;
    height: 157px;
  }

  .hiring-banner::after {
    width: 410px;
    height: 50px;
    bottom: -17px;
    background-size: 80%;
  }

  .hiring-banner h1,
  .hiring-res-section h2,
  .hiring-req-section h2,
  .hiring-benef-section h2 {
    font-size: 28px;
  }

  .hiring-banner .img-wrap img {
    height: 200px;
  }

  .hiring-passinate-section {
    padding: 110px 0px 10px;
  }

  .hiring-passinate-section p {
    font-size: 16px;
  }

  .hiring-passinate-section span,
  .hiring-req-section ul.steps p.dark,
  .hiring-req-section ul.steps span,
  .hiring-res-section ul li,
  .hiring-benef-section ul li {
    font-size: 14px;
  }

  .hiring-benef-section ul li::before {
    content: "";
    top: 8px;
  }

  .hiring-res-section ul {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .hiring-res-section ul li {
    margin-bottom: 15px;
  }

  .hiring-res-section ul li::before {
    top: 16px;
  }

  .hiring-res-section {
    min-height: 880px;
  }

  .hiring-res-section .container {
    top: 42%;
    transform: translatey(-50%);
  }

  .hiring-res-section::before {
    width: 410px;
    height: 50px;
    bottom: 12px;
    background-size: 80%;
  }

  .hiring-req-section {
    padding: 20px 0 20px 0;
  }

  .hiring-req-section ul.steps {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 30px;
  }

  .hiring-benef-section .right {
    padding: 40px 0 0 0;
  }

  .hiring-benef-section .img-wrap {
    display: none;
  }

  .hiring-benef-section .img-wrap.for-mobile {
    display: block;
    margin: 0;
  }

  .hiring-benef-section .wrap {
    grid-template-columns: 1fr;
  }

  .hiring-benef-section .img-wrap img {
    height: 400px;
  }

  .hiring-benef-section {
    background: url(../images/mob-hiring-benef-bg.png) no-repeat !important;
    min-height: 850px;
  }

  .hiring-benef-section .right ul {
    margin: 20px 0 35px 0;
  }

  .hiring-mot-section h2 {
    font-size: 22px;
  }

  .hiring-mot-section .mail-wrap p {
    font-size: 16px;
  }

  .hiring-mot-section .mail-wrap a.mail-btn {
    font-size: 0;
    padding: 0;
    border: 0;
  }

  .hiring-mot-section .mail-wrap {
    padding: 0px 88px 0px 25px;
  }

  .hiring-mot-section .mail-wrap a.mail-btn::before {
    left: 30px;
    top: 11px;
  }

  .hiring-mot-section {
    padding: 40px 0 40px 0;
  }

  .map-select {
    left: 11px;
    right: 11px;
  }

  .footer-form .wrap .map p.wpgmza_infowindow_address {
    font-size: 14px;
  }

  .banner ul.slick-dots {
    right: 0px;
  }

  .gform_wrapper.gravity-theme .gform_fields>div#field_1_11::before {
    right: 12px;
  }

  .about-car-section::before {
    top: -19px;
  }

  .about-car-section .wrap {
    max-width: 450px;
    bottom: 50px;
  }

  .only-roof-section {
    padding: 55px 0;
  }

  .only-roof-section .wrap {
    grid-template-columns: 1fr;
  }

  .only-roof-section .wrap .right {
    padding: 25px;
  }

  .only-roof-section .wrap .right::before {
    top: -110px;
  }

  .only-roof-section .wrap .right::after {
    top: 82px;
  }

  .only-roof-section .wrap .right .form-box .gform_fields .gfield {
    width: 49%;
  }

  .only-roof-section .wrap .right .form-box .gform_footer.top_label input {
    max-width: 178px;
    font-size: 12px;
    padding: 0 92px 0 30px;
    line-height: 55px !important;
  }

  .our-proces .bg-img {
    margin-top: -50px;
  }

  .our-proces .wrap {
    gap: 20px;
  }

  .our-proces .wrap .proces-box .img-box img {
    width: 40px;
    height: 40px;
  }

  .our-proces .wrap .proces-box .img-box {
    width: 80px;
    height: 80px;
  }

  .our-proces .wrap .proces-box p {
    font-size: 16px;
    line-height: 22px;
  }

  .about-slider {
    padding: 55px 0;
  }

  .about-slider .wrap .box {
    grid-template-columns: 250px auto;
  }

  .about-slider .wrap .box .right div {
    max-height: 250px;
  }

  .jake-mullin-section .wrap {
    grid-template-columns: auto;
  }

  .jake-mullin-section .bottom-text {
    top: 0;
  }

  .jake-mullin-section {
    margin-top: -350px;
    min-height: unset;
    padding-bottom: 100px;
  }

  .jake-mullin-section .wrap .left {
    padding-top: 150px;
  }

  .jake-mullin-section .wrap h2 {
    margin-bottom: 10px;
  }

  .past-project .slick-track {
    padding: 30px 0 55px;
  }

  .past-project .slick-slide {
    margin: 0 12px;
  }

  .financing-option {
    padding: 55px 0;
  }

  .how-to-apply .wrap {
    grid-template-columns: 400px auto;
    gap: 20px;
  }

  .how-to-apply {
    padding: 80px 0;
  }

  .why-choose .wrap .left {
    position: static;
    transform: unset;
    max-width: none;
    max-height: none;
  }

  .why-choose .wrap .left img {
    max-width: 400px;
    width: 100%;
  }

  .why-choose .wrap .left h2 {
    margin-bottom: 16px;
  }

  .why-choose .wrap .right h2 {
    display: none;
  }

  .why-choose .wrap .left h2 {
    display: block;
  }

  .why-choose .wrap {
    grid-template-columns: auto;
    padding: 20px;
    gap: 20px;
  }

  .why-choose-bg {
    min-height: 700px;
  }

  .about-enhancify {
    padding: 44px 0 55px;
  }

  .gallery-tab {
    padding: 0px 0 55px 0;
  }

  .dark-box-section .wrap,
  .light-box-section .wrap {
    grid-template-columns: auto;
  }

  .dark-box-section .wrap p,
  .light-box-section .wrap p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .roofing-material-section .wrap {
    grid-template-columns: auto;
    gap: 30px;
  }

  .roofing-material-section .wrap .right {
    order: -1;
    max-width: 400px;
    margin: 0 auto;
  }

  .roofing-material-section {
    padding: 0 0 55px 0;
  }

  .light-box-section {
    padding: 55px 0 30px 0;
  }

  .dark-box-section {
    padding: 100px 0;
  }

  .dark-box-section .wrap img,
  .light-box-section .wrap img {
    border-radius: 6px;
    max-width: 400px;
    max-height: 400px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .dark-box-section .wrap .read-more img,
  .light-box-section .wrap .read-more img {
    width: auto;
  }

  .dark-box-section .wrap .read-more,
  .light-box-section .wrap .read-more {
    margin-top: 20px;
  }

  .light-box-section .wrap .right {
    order: -1;
  }

  .dark-box-section.dark-box-3::before {
    bottom: -11px !important;
  }

  .dark-box-section::before {
    bottom: -18px;
  }

  .dark-box-section.dark-box-2::before {
    bottom: -19px !important;
  }

  .dark-box-section::before {
    bottom: -10px;
  }

  .contact-section {
    padding: 120px 0 55px 0;
  }

  .roofing-blog {
    padding: 25px 0 55px 0;
  }

  .blog-banner {
    padding: 120px 0 130px 0;
  }

  .blog-banner .wrap {
    grid-template-columns: auto;
  }

  .blog-banner .wrap .left img {
    width: 100%;
  }

  .blog-banner .wrap .right h2 a {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 30px;
  }

  .page-template-blog .paginations {
    margin-top: 55px;
  }

  .single-post .single-post-text {
    padding-bottom: 55px;
  }

  .single-post .single-post-text .wrap .main-box img {
    border-radius: 6px;
    margin: 15px auto;
  }

  .google-review-section {
    padding: 0 0 55px 0;
  }

  .sidecta:before {
    bottom: -160px;
    width: 100%;
  }

  .service h2 {
    margin-bottom: 8px;
  }

  .service {
    padding: 23px;
    top: 0;
    margin-top: 150px;
  }

  .sidecta {
    padding: 37px 23px;
  }

  .cta img {
    display: none;
  }

  .only-roof-section .logo-page p,
  .page-template-location .only-roof-section .logo-page a {
    font-size: 12px;
  }

  .insurance-cta .inner .innerbox {
    padding: 30px;
    flex-direction: column;
  }

  .insurance-cta .inner .innerbox p {
    padding-left: 0;
    text-align: center;
    margin-bottom: 12px;
  }

  .insurance-cta .inner .innerbox {
    border-radius: 15px;
  }

  .lets-connect .gform_wrapper.gravity-theme .gform_fields>div:nth-child(5),
  .lets-connect .gform_wrapper.gravity-theme .gform_fields>div:nth-child(6) {
    grid-column: span 12 !important;
  }

  .page-template-connect .gform_wrapper.gravity-theme .gfield select {
    background-position: right 10px center;
  }

  .locationtab .location-info .innertab {
    flex-direction: column;
  }

  .locationtab .location-info .innertab .tab {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .page-template-connect #footer {
    min-height: 479px;
    margin-top: 0;
  }

  .page-template-connect .lets-connect .forms {
    padding: 15px;
  }

  .standing-seam-about .wrap {
    grid-template-columns: 1fr;
  }

  .standing-seam-about {
    padding: 0 0 40px 0;
  }

  .standing-seam-about .wrap .right .text-box p {
    font-size: 12px;
    line-height: 16px;
  }

  .standing-seam-about .wrap .right .text-box {
    padding: 10px;
  }

  .smart-solution .wrap {
    grid-template-columns: auto;
    gap: 10px;
  }

  .smart-solution .wrap div {
    max-width: none;
  }

  .metal-roof .wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .metal-roof .wrap .left,
  .standing-seam-about .wrap .right {
    margin: 0 auto;
  }

  .standing-seam-about .wrap .right .text-box p {
    font-size: 12px;
    line-height: 16px;
  }

  .metal-roof .wrap .left .text-box {
    padding: 10px;
  }

  .two-project .one-project .left .text-box,
  .two-project .two-project .right .text-box {
    padding: 10px;
  }

  .two-project .one-project .left .text-box p,
  .two-project .two-project .right .text-box p {
    font-size: 12px;
  }

  .two-project .one-project .left,
  .two-project .two-project .right {
    margin: 0 auto;
  }

  .two-project .one-project,
  .two-project .two-project {
    gap: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .two-project .two-project .right {
    order: -2;
  }

  .roofs-made::before {
    display: none;
  }

  .roofs-made .wrap {
    grid-template-columns: 1fr;
  }

  .roofs-made .wrap .left {
    margin: 0 auto;
  }

  .two-project.padding {
    padding: 0;
  }

  .roofs-made::after {
    bottom: -19px;
  }

  .roofs-made::after {
    bottom: -18px;
  }

  .save-money .wrap {
    grid-template-columns: auto;
    gap: 25px;
  }

  .save-money .wrap .right {
    margin: 0 auto;
  }

  .save-money .wrap .right .text-box p {
    font-size: 12px;
  }

  .save-money .wrap .right .text-box {
    padding: 10px;
  }

  .save-money::after {
    bottom: -22px;
  }

  .consultation-wrap {
    grid-template-columns: auto;
  }

  .transforming-section {
    height: 800px;
    background-size: contain;
    background-position: center 64%;
  }

  .consultation-installation {
    padding: 30px;
  }

  .transforming-section .wrap {
    top: 130px;
  }
}

@media only screen and (min-width: 580px) and (max-width: 767px) {
  .banner .container {
    top: 50%;
  }

  .logos::before {
    margin-top: 2px;
  }

  .about::before {
    bottom: 28px;
  }

  .clients::before {
    bottom: 6px;
  }

  .hiring-res-section {
    min-height: 750px;
  }

  .hiring-res-section::before {
    bottom: 13px;
  }

  .hiring-req-section ul.steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .about-slider .wrap .box {
    grid-template-columns: 100%;
  }

  .about-slider .wrap .box h2 {
    padding: 0;
  }

  .about-slider .wrap .slick-arrow.slick-next {
    right: 50%;
    transform: translateX(120%);
    top: auto;
    bottom: -70px;
  }

  .about-slider .wrap .slick-arrow.slick-prev {
    left: 50%;
    top: auto;
    bottom: -70px;
    transform: translateX(-120%);
  }

  .about-slider .wrap .box .right div::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
  }

  .about-slider .wrap .box .right div::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, #ad0c0c 0%, #710505 100%);
  }

  .about-slider {
    padding: 55px 0 120px;
  }

  .about-slider .wrap .box .img-box {
    width: 300px;
    margin: 0 auto;
  }

  .about-slider .wrap .box {
    gap: 20px;
  }

  .contact-box {
    gap: 20px;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
  }

  .contact-box .left p a {
    padding-left: 4px;
    font-size: 13px;
    gap: 6px;
  }

  .contact-box .left p a img {
    width: 13px;
  }

  .contact-box .left {
    padding-left: 0;
  }

  .contact-box .right a {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    line-height: 14px;
  }

  .contact-box .right img {
    left: -13px;
    width: 26px;
  }

  .contact-box .left p {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
  }

  .contact-box .right {
    position: relative;
    display: grid;
  }

  .how-to-apply .wrap {
    grid-template-columns: auto;
  }

  .why-choose-bg {
    min-height: 610px;
  }

  .roofing-blog .wrap-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .roofing-blog .wrap {
    flex-direction: column;
    align-items: start;
  }

  .roofing-blog .wrap .right {
    flex-wrap: wrap;
    gap: 12px;
  }

  .roofing-blog .wrap-box .wrap-post {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .google-review-section .google-review {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .only-roof-section .logo-page a {
    font-size: 11px;
    line-height: 110%;
  }

  .location-txt .wrap .left .logo-page p {
    line-height: 110%;
  }

  .only-roof-section .wrap .right .form-box .gform_fields {
    display: grid;
    grid-template-columns: auto !important;
  }
}

@media (max-width: 576px) {
  .about-car-section .wrap {
    max-width: 350px;
    right: -30px;
  }

  .about-banner {
    padding: 120px 0 80px 0;
  }

  .only-roof-section .wrap .right .form-box .gform_fields .gfield {
    width: 100%;
  }

  .only-roof-section .wrap .right .form-heading p {
    font-size: 16px;
    line-height: 22px;
  }

  .our-proces .bg-img {
    margin-top: -20px;
  }

  .financing-list .mobile-list ul {
    grid-template-columns: auto;
    gap: 20px;
  }

  .financing-list .mobile-list ul li {
    font-size: 15px;
  }

  .financing-list ul li {
    gap: 10px;
  }

  .about-enhancify .wrap .left {
    grid-template-columns: auto;
    order: 1;
  }

  .about-enhancify .wrap .right-box {
    margin: 0;
  }

  .about-enhancify .wrap {
    gap: 25px;
  }

  .about-enhancify .wrap .right-box {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .about-enhancify .wrap .left .box-3 {
    margin: 0;
    order: 1;
  }

  .dark-box-section {
    padding: 120px 0;
  }

  .dark-box-section::before {
    bottom: 5px;
  }

  .dark-box-section.dark-box-2::before {
    bottom: -20px !important;
  }

  .power-kynar .wrap .right .img-box p {
    bottom: 55px;
  }

  .power-kynar .wrap .right {
    flex-direction: column;
  }
}

@media (max-width: 425px) {
  .why-choose-bg {
    background-position: 50% 12%;
    min-height: 570px;
  }

  .standing-seam-about .wrap .left .btn-box .btn-logo {
    width: 100%;
    flex-direction: column;
  }

  .smart-solution .smart-solution-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .standing-seam-about .wrap .left .btn-box .btn-logo img {
    border: 0;
    padding: 0;
  }

  .car-section {
    right: 0 !important;
  }

  .car-section .car-image img {
    width: 320px;
  }
}

@media (max-width: 320px) {
  .only-roof-section .wrap .right::after {
    top: 89px;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-touch-callout: none) {
    @media (min-width: 1024px) {
      html.safari .residential-type .call p {
        font-weight: 500;
      }
    }

    @media (max-width: 767px) {
      .residential-type .call .call-wrap {
        padding: 0px 75px 0px 25px;
      }
    }
  }
}

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

.logo-page p {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.logo-page a,
.logo-page p {
  text-wrap: nowrap;
}

.breadcrumb-single {
  margin-bottom: 32px;
}


body.category .paginations {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-top: 100px;
}


body.category .paginations .page-numbers {
  border-radius: 4px;
  border: 1px solid #ce2b2e;
  background: #ffffff;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.category .paginations .page-numbers.current {
  border: 1px solid #ce2b2e;
  background: #ce2b2e;
  color: #fff;
}

body.category .paginations .prev,
body.category .paginations .next {
  width: unset;
  height: unset;
  background: transparent;
  border: transparent;
}