@font-face {
  font-family: 'Socialico';
  src: url("fonts/Socialico/Socialico.eot");
  src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
    url("fonts/Socialico/Socialico.woff2") format("woff2"),
    url("fonts/Socialico/Socialico.woff") format("woff"),
    url("fonts/Socialico/Socialico.ttf") format("truetype"),
    url("fonts/Socialico/Socialico.svg") format("svg");
}

@font-face {
  font-family: "socialico-plus";
  src: url("fonts/SocialicoPlus/socialico-plus.eot");
  src: url("fonts/SocialicoPlus/socialico-plus.eot?#iefix") format("embedded-opentype"),
    url("fonts/SocialicoPlus/socialico-plus.woff2") format("woff2"),
    url("fonts/SocialicoPlus/socialico-plus.woff") format("woff"),
    url("fonts/SocialicoPlus/socialico-plus.ttf") format("truetype"),
    url("fonts/SocialicoPlus/socialico-plus.svg") format("svg");
}

@font-face {
  font-family: "American Captain";
  src: url("fonts/American Captain.ttf");
}



*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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


/* Scale only on screens smaller than 768px */



body {
 width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}



a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

div,
article,
section,
dl,
dt,
dd,
table,
tr,
td,
ul,
ol,
li,
p,
span,
small,
em,
h1,
h2,
h3,
h4,
h5,
h6,
nav {
  padding: 0;
  margin: 0;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block !important;
  transform: none !important;
  bottom: 0 !important;
  left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
  display: none;
}

/*typography*/

a.phone img {
  margin-left: -50px;
  height: unset;
  max-width: unset;
}

a.phone {
  background: linear-gradient(179deg, rgba(250, 37, 9, 1) 0%, rgba(179, 17, 4, 1) 100%);
  display: flex;
  align-items: center;
  gap: 20px;
  /* height: unset; */
  padding: 12px 30px;
  border-radius: 10px;
  text-align: left;
  color: white;
  font-family: 'Barlow';
  font-weight: 400;
  width: 270px;
}

.phone div h2 {
  font-size: 30px;
  font-weight: 400;
}

.phone div h4 {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
}

.loading {
    display: none;
}
/*-----------------------------------------------HEADER-----------------------------------------------*/
#header {
  background: url(../images/common/banner.png);
  height: 950px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 20px 3% 50px 6.5%;
  background-position: top center;
}

#header img.logo {
  margin-top: 30px;
}

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

#header nav a#pull {
  display: none
}

#header nav {
  margin-top: 30px;
  margin-right: -280px;
}

nav ul {
  color: white;
  display: flex;
  list-style: none;
  gap: 50px;
  font-family: montserrat;
  letter-spacing: 1px;
}

#header .flex nav {
  position: relative;
}

#header .flex nav ul.sub-menu li {
  margin-top: 20px;
}



/* Hide submenu by default */
nav ul.sub-menu {
  display: none;
  position: absolute;
  background: #fa2509;
  padding: 0 20px 20px 20px;
  margin: 0;
  list-style: none;
  top: 100%;
  left: 220px;
  text-align: left;
}

nav li.hover:hover>ul.sub-menu {
  display: block;
}

#footer nav li.hover:hover>ul.sub-menu li {
    margin-bottom: 15px;
}

#footer nav ul.sub-menu {
  display: none;
  position: absolute;
  background: #fa2509;
  padding: 0 20px 20px 20px;
  margin: 0;
  list-style: none;
  top: 100%;
  left: 220px;
  text-align: left;
}

#footer nav li.hover:hover>ul.sub-menu {
    display: block;
    position: absolute;
    /* top: 0px; */
    z-index: 999999;
        margin-top: -330px;
    left: 930px;
padding: 20px 20px 0 20px;
}



a.btn.mont {
  font-family: 'montserrat';
}

a.btn.bold {
  font-weight: bold;
}

a.btn {
  background: linear-gradient(179deg, rgba(250, 37, 9, 1) 0%, rgba(179, 17, 4, 1) 100%);
  font-size: 14px;
  font-family: 'barlow';
  letter-spacing: 3px;
  padding: 25px 47px;
  display: block;
  text-align: center;
  margin: 20px 0;
  border-radius: 10px;
  max-width: 250px;
  color: white;
}

#banner p {
  font-size: 16px;
  font-family: 'Montserrat';
  line-height: 220%;
  max-width: 740px;
  margin: 20px 0 30px;
}

#banner h1 {
  font-size: 51px;
  font-family: 'American Captain';
  font-weight: 400;
  letter-spacing: 2px;
}

#banner {
  color: white;
  text-align: left;
  margin: 95px 0 0;
}

/*-----------------------------------------------BANNER-----------------------------------------------*/

/*-----------------------------------------------CONTENT-----------------------------------------------*/
.inner #content .phone h2 {
  font-size: 23px;
}

section section {
    margin: 0 auto !important;
}


section .phone img {
  flex: unset !important;
}

section a.phone {
  max-width: 210px;
}

.inner section.gray {
  background: #e7e7e7;
  max-width: 100%;
  padding: 50px 17%;
  text-align: left;
}

.inner section .sub-title {
  color: #07273c;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  font-family: 'Poppins';
  margin-top: 30px;
}

.inner section.flex>* {
  flex: 1;
  min-width: 0;
}

section.flex .phone {
  margin-top: -120px;
  margin-bottom: 100px;
  z-index: 2;
  position: relative;
  margin-left: -30px;
}

section ol ul {
  padding: 10px 50px;
  font-size: 20px;
}

section ul li {
  font-size: 18px;
  margin-top: 5px;
}

section ol,
section ul {
  padding: 10px 4%;
  font-size: 23px;
  font-family: 'Poppins';
}

section h3 {
  font-size: 20px;
  font-family: 'Poppins';
}

.inner section {
  max-width: 1200px;
  margin: 40px auto;
  text-align: left;
}

.inner #content h1.title {
  font-size: 60px;
  font-family: 'American Captain';
  font-weight: 400;
  letter-spacing: 2px;
  color: #fa2509;
  background: black;
  padding: 30px 0;
  margin-top: -40px;
}

body.inner.contact-us-page div#content {
    padding: 50px 0;
}

body.inner.contact-us-page h1.title {
    background: white ! IMPORTANT;
    padding: 20px 0 0 0 !IMPORTANT;
}
body.inner.contact-us-page section {
    text-align: center ! IMPORTANT;
    margin: 0 auto;
}

.inner section img {
  border-radius: 10px;
}

.inner section.flex div,
section.flex img {
  flex: 1 1 0;
}

.inner #content section.flex {
  display: flex;
  text-align: left;
  align-items: center;
  gap: 70px;
}

.inner #content section a.btn {
  letter-spacing: 0;
  font-size: 18px;
  width: 100%;
  max-width: 270px;
}

.inner #content p {
  font-size: 18px;
  font-family: 'Poppins';
  margin: 10px 0;
}

.inner #content h2 {
  font-size: 40px;
  font-family: 'Barlow';
}

.inspection img {
  height: 900px;
  max-width: 530px;
  object-fit: cover;
  object-position: left;
}

section.flex.repairs img {
  height: 600px;
  object-fit: cover;
  max-width: 550px;
}

section.flex.carpenter {
  background: white;
  padding: 20px;
  border-radius: 15px;
}

section.flex.process img {
  max-width: 600px;
  height: 750px;
  object-fit: cover;
}

section.carpenter img {
  height: 500px;
  object-fit: cover;
}

section.flex.process .phone img {
  max-width: unset;
  height: unset;
}

section.flex.repairs .phone img {
  height: unset;
}

section.choose .right .flex {
  display: flex;
  gap: 40px;
}

section.choose .right img {
  border-radius: 100%;
  max-width: 120px;
  height: 120px;
  object-fit: cover;
}

section.choose img {
  width: 100%;
  flex: unset;
}

section.choose .right .flex {
  display: flex;
  gap: 40px;
  padding: 15px 0;
  border-bottom: 1px solid #9b9b9b;
}

section.flex.app img {
  height: 700px;
}

section.flex .phone img {
  width: unset;
  height: unset !important;
}

section.flex img {
  width: 100%;
}

section.flex.much img {
  height: 700px;
  object-fit: cover;
}

section.flex.prof img {
    height: 600px;
    object-fit: cover;
}

section.flex.exterior img {
    height: 870px;
    object-fit: cover;
}


section.flex.exterior.choose img {
    height: 570px;
}

section.flex.mold img {
    height: 1000px;
    object-fit: cover;
}

body.inner.contact-us-page footer .form {
    display: none;
}

section.flex.initial img {
    height: 700px;
    object-fit: cover;
    object-position: left;
}
section.flex.initial {
    background: white;
    padding: 20px;
    border-radius: 15px;
}

section.flex.benefits img {
    height: 600px;
    object-fit: cover;
}

section.flex.pricing.initial.center img {
    object-position: center;
}

section.flex.initial.pricing img {
    height: 750px;
    object-fit: cover;
}

section.flex.benefits.why img {
    height: 500px;
    object-fit: cover;
}

section.flex.benefits.interior img {
    height: 1000px;
}

section.flex.tr img {
    height: 400px;
}

body.inner.contact-us-page section {
    text-align: center ! IMPORTANT;
}

.property img {
  object-position: center;
}

.inspection .phone img {
  height: unset;
}

.panel {
  display: none;
  padding: 10px;
  background-color: #f4f4f4;
}

.accordion {
  cursor: pointer;
  padding: 15px;
  background: transparent;
  color: black;
  border: 1px solid black;
  width: 100%;
  text-align: left;
  font-size: 16px;
  margin: 5px auto;
  border-radius: 5px;
}



.accordion.active {
  background: #444;
  color: white;
}



































/*Home*/
.home .row.top h4 {
  color: #333333;
  font-size: 33px;
  font-weight: bold;
  font-family: 'Montserrat';
}

.home .row.top h2 {
  font-size: 57px;
  font-family: 'American Captain';
  font-weight: 400;
  color: #A00D12;
}

.home .row.top {
  display: flex;
  align-items: center;
  background: white;
  justify-content: space-between;
  text-align: left;
  gap: 90px;
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
  max-width: 1350px;
  margin: -120px auto 0;
  padding: 20px 2%;
  border-radius: 10px;
  z-index: 9;
  position: relative;
}

.home .row.welcome {
  background: url(../images/common/1st-sec.png) no-repeat;
  background-size: cover;
  text-align: left;
  color: white;
  padding: 50px 5%;
  height: 900px;
  display: flex;
  align-items: center;
  margin: -60px 0 0;
}

.home .row.welcome p {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat';
  letter-spacing: .8px;
  line-height: 220%;
  max-width: 840px;
  margin: 30px 0 50px;
}

.home .row.welcome h4 {
  font-size: 22px;
  font-family: 'Montserrat';
  font-weight: bold;
}

.home .row.welcome h2 {
  font-size: 56px;
  font-family: 'American Captain';
  font-weight: 400;
  letter-spacing: 1.5px;
}

.home .row.welcome h3 {
  font-size: 22px;
  color: white;
  font-family: 'Montserrat';
  font-weight: 400;
  letter-spacing: 4px;

}

.home .row.welcome div {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.home .row.welcome .flex .item h3 span {
  display: block;
  color: #BF1305;
}

.home .row.welcome .flex .item h3 {
  font-size: 29px;
  color: #31313F;
  font-family: lato;

  font-weight: 900;
  letter-spacing: -1px;
}

.home .row.welcome .flex .item {
  background: white;
  box-shadow: -2px 1px 5px 0px rgba(0, 0, 0, 0.75);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 36px 20px;
}

.home .row.welcome .flex {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1250px;
  margin: 0;
}

.home .row.welcome div.item div {
  width: unset;
  margin: 0;
}

.home .row.welcome div.item {
  width: 100%;
}

.home .row.help p {
  font-size: 20px;
  font-family: poppins;
  max-width: 600px;
  margin-bottom: 40px;
}

.home .row.help a h2 {
  font-size: 30px;
  letter-spacing: unset;
  font-weight: 400;
  font-family: 'Barlow';
  text-shadow: none;
  margin: 5px 0 0;
}

.home .row.help h2 {
  font-family: 'American Captain';
  font-size: 74px;
  font-weight: 400;
  letter-spacing: 3px;
  text-shadow: none;
  max-width: 1000px;
  line-height: 100%;
  margin: 10px 0;
}

.home .row.help h3 {
  font-size: 26px;
  font-family: 'Montserrat';
  font-weight: 500;
  letter-spacing: 4px;
}

.home .row.help {
  background: url(../images/common/2nd-sec.png) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: left;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  padding: 100px 16% 400px;
}

.home .row.services .left ul li {
  margin-top: 25px;
}

.home .row.services .left ul {
  font-size: 23px;
  font-weight: 400;
  font-family: montserrat;
  padding: 0 14%;
}

.home .row.services .left h2 {
  font-size: 60px;
  font-family: 'American Captain';
  font-weight: 400;
  letter-spacing: 4px;
}

.home .row.services .left {
  background: #CC1317;
  color: white;
  width: 38%;
  padding: 40px 3%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.home .row.services {
  display: flex;
  justify-content: center;
  text-align: left;
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.75);
  max-width: 1300px;
  margin: -190px auto 0;
  padding: 0;
  border-radius: 10px;
  background: white;
}

.home .row.services .right p {
  color: #333333;
  font-size: 16px;
  font-family: montserrat;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 80px;
}

.home .row.services .right h3 {
  font-size: 27px;
  font-family: montserrat;
  color: #CC1317;
  font-weight: 800;
  margin-top: 25px;
  margin-bottom: 20px;
}

.home .row.services .right {
  padding: 50px 5% 30px;
}

.home .row.services .right .img {
  width: 100%;
}

.services .right {
  position: relative;
}

.services img.logo {
  position: absolute;
  left: -30px;
  top: -30px;
}


.row.choose .left ul {
  font-size: 16px;
  margin: 20px 30px;
  font-family: 'Montserrat';
  line-height: 200%;
  font-weight: bold;
}

.row.choose .left p {
  font-size: 16px;
  font-family: 'Montserrat';
  letter-spacing: .20px;
  line-height: 170%;
}

.row.choose .left .phone h2 {
  font-size: 30px;
  color: white;
  font-weight: 400 !important;
  font-family: 'Barlow';
  margin: 0;
}

.row.choose .left h2 {
  color: #C31605;
  font-size: 52px;
  font-family: 'American Captain';
  font-weight: 400;
  line-height: 110%;
  margin: 10px 0 40px;
}

.row.choose h3 {
  color: #101010;
  font-size: 22px;
  font-family: 'Montserrat';
  letter-spacing: 2px;
  font-weight: 400;
}

.row.choose {
  display: flex;
  text-align: left;
  align-items: center;
  gap: 80px;
  max-width: 1300px;
  margin: 0 auto;
}

.row.say {
  background: url(../images/common/3rd-sec.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 100px;
}

.row.say h2 {
  color: white;
  font-size: 82px;
  font-family: 'American Captain';
  font-weight: 400;
  letter-spacing: 2px;
}

.row.say .flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1300px;
  margin: 50px auto;
}

.row.say .flex div h3.letter {
  font-size: 45px;
  font-family: 'Poppins';
  background: #00B2B2;
  max-width: 90px;
  margin: 0 auto;
  border-radius: 100%;
  padding: 10px 0;
  color: white;
  font-weight: 600;
}

.row.say .flex div {
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.75);
  background: white;
  border-radius: 13px;
  padding: 30px 30px;
}

img.star {
  margin: 20px 0;
}

.row.say p {
  color: #444444;
  font-size: 15px;
  font-family: 'Poppins';
}

.row.say h4 {
  color: #BE0000;
  font-family: 'Poppins';
  margin-top: 50px;
  font-weight: 700;
}

.row.say .flex div {
  flex: 1 1 0;
}

.row.say h4.rob {
  margin-top: 30px;
}

.row.say a.link {
  color: #BE0000;
  font-weight: bold;
  display: block;
  text-decoration: underline;
}

h3.letter.orange {
  background: #FF5C26 !important;
}

h3.letter.blue {
  background: #4D7AFF !important;
}


.row.say .phone {
  margin: 30px auto 0;
}

.row.say .phone h4 {
  font-size: 12px;
  color: white;
  font-weight: 400;
  font-family: barlow;
  margin: 0;
}

.row.say .phone h2 {
  font-size: 30px;
  font-family: barlow;
  letter-spacing: 0;
}

.row.say h3 {
  color: white;
  font-size: 62px;
  font-family: 'American Captain';
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 90px;
}

.row.say p.looking {
  color: white;
  max-width: 980px;
  margin: 20px auto;
  line-height: 220%;
}

.row.gallery {
  width: 100%;
  display: flex;
  margin: 5px 0 10px;
  gap: 5px;
  margin-left: -290px;
}


.row.gallery img {
  width: 100% !important;
  max-width: 900px;
}


















/*CONTACT*/


.ctc-form {
  margin: 0 auto;
  text-align: center;
}

form ::placeholder {
  font-family: barlow;
  text-transform: uppercase;
  letter-spacing: 1px !important;
}

.ctc-form input[type="text"],
.ctc-form textarea {
  font-family: barlow;
  font-size: 16px;
  color: #000;
  height: 60px;
  display: block;
  width: 100%;
  border: 1px solid #A8A8A8;
  padding: 15px 10px;
  box-sizing: border-box;
  margin: 0 auto 8px;
  resize: none;
  background: #EEEEEE;
  border-radius: 5px;
  font-size: 15px;
}

.ctc-form ::placeholder,
.ctc-form label {
  font-family: 'barlow', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  letter-spacing: .03px;
  text-align: left;
}

.ctc-form ::placeholder {
  color: #545454
}

.ctc-form textarea {
  height: 150px;
  padding-top: 10px;
}

.ctc-form button {
  display: block;
  border: none;
  margin: 20px auto 0
}

.ctc-form .recap {
  display: inline-block;
}

.ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
  display: none;
}


/*-----------------------------------------------FOOTER-----------------------------------------------*/

#footer {
  background: url(../images/common/footer.png) no-repeat;
  background-size: cover;
  padding: 40px 5% 5px;
}

#footer .row.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 130px;
}

#footer .form p {
  font-size: 17px;
  font-family: 'Barlow';
  letter-spacing: 4px;
  color: #030303;
}

#footer .form h3 {
  color: #C31605;
  font-size: 82px;
  font-family: 'American Captain';
  font-weight: 400;
}

#footer .form {
  background: white;
  border-radius: 8px;
  padding: 20px 5%;
  max-width: 1070px;
  margin: 0 auto 30px;
}

#footer h2 {
  color: white;
  font-size: 58px;
  font-family: 'American Captain';
  font-weight: 400;
  letter-spacing: 3px;
  margin: 50px 0;
}

#footer nav ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 35px;
}

#footer nav ul li a {
  color: white;
  font-size: 16px;
  font-family: 'Montserrat';
  letter-spacing: 1.5px;
}

#footer .messages p {
  font-size: 15px;
  letter-spacing: 0;
}

form {
  margin-top: 35px !important;
  display: block;
}

form label {
  width: 100%;
}

form input[type='text'],
form textarea {
  padding: 20px;
  width: 100%;
}

form .flex {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

button.ctcBtn.btn {
  background: linear-gradient(179deg, rgba(250, 37, 9, 1) 0%, rgba(179, 17, 4, 1) 100%);
  color: white;
  font-family: arial;
  letter-spacing: 3px;
  font-size: 16px;
  padding: 20px 70px;
  border-radius: 4px;
  border: 1px solid #000;
}

.row.flex.btm {
  text-align: left;
}



.row.flex.btm a {
  color: white;
  font-size: 24px;
  margin: 5px 0;
  display: block;
  font-family: 'Barlow';
}

.row.flex.btm h3 {
  color: #F42309;
  font-size: 13px;
  font-family: 'Barlow';
  font-weight: 400;
  margin-top: 13px;
}

.row.flex.btm .second a {
  font-size: 20px;
}

.row.flex.btm .third p {
  color: white;
  font-size: 20px;
  font-family: 'Barlow';
  margin-bottom: 30px;
}

.row.flex.btm .third {
  padding-top: 40px;
}

.socials.flex {
  display: flex;
  gap: 30px;
}

.copyrights p {
  font-size: 15px;
  color: white;
  font-family: barlow;
  margin-top: 20px;
  letter-spacing: .40px;
}

/*---------------------------------------inner pages-------------------------------------------*/



/*privacy policy*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}

.inPrivacyBox p {
  text-align: justify !important;
}

.messages {
  display: none;
}


/*RESPONSIVE*/
@media screen and (max-width: 1440px) {}


/*1200*/
@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1200px) {}

/*1024*/
@media screen and (max-width: 1199px) {}

/*960*/
@media screen and (max-width: 1023px) {}

/*768*/
@media screen and (max-width: 959px) {}


/*425*/
@media screen and (max-width: 767px) {}


/*375*/
@media screen and (max-width: 424px) {}

/*320*/
@media screen and (max-width: 374px) {}