.maincontent {
  border: none;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.maincontent_wrapper {
  background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.92) 100%
    ),
    url(/imageserver/AdminMedia/Paralax_Backgrounds/2000x800gaf.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* welcome */
.underline {
  display: block;
  position: relative;
  width: 50vw;
  height: 2px;
  background: var(--main-color);
  margin: 25px auto;
}
.underline:before,
.underline:after {
  content: "";
  position: absolute;
  width: 50%;
}
.underline:before {
  left: 0;
  top: -5px;
  border-top: 2px solid var(--secondary-color);
}
.underline:after {
  left: 50%;
  bottom: -5px;
  border-bottom: 2px solid var(--secondary-color);
}

.underline-white {
  background: #fff;
}
.underline-white:before,
.underline-white:after {
  border-color: #fff;
}

.homeTitle {
  border-left: 5px solid var(--main-color);
}

.homeTitle h2 {
  padding: 10px 10px;
  font-weight: 800;
  color: #333;
}

.home-icons {
  background: var(--main-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.home-icons i {
  color: #fff;
  margin: 10px 0 0 -5px;
  font-size: 30px;
}

.homeRow h5 {
  font-size: 15px;
  font-weight: bold;
}

/* hero */

.hero-section {
  background-image: linear-gradient(
      180deg,
      rgba(241, 241, 241, 0.7) 0%,
      var(--main-color) 100%
    ),
    url(/imageserver/UserMedia/advancedroofing/Projects/roof-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 5vh 5%;
  margin: 0;
}
.get-a-free-quote {
  position: relative;
  width: 300px;
  text-align: center;
  margin: 60px auto 25px;
  display: block;
  color: #fff;
  border: 3px solid #333;
  padding: 10px;
  transition: all 0.25s;
  animation: fadeIn 2s;
}
.get-a-free-quote:hover {
  text-decoration: none;
  color: #333;
  background: #fff;
}
.material-icons-hero {
  position: relative;
  display: block !important;
  color: #fff;
  width: 50px;
  margin: 50px auto -15px;
  font-size: 3em !important;
  animation: fadeIn 2s;
}
.h1-heading {
  color: #ffffff;
  text-shadow: 2px 2px #4d4d4d;
  font-size: 3rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-top: 20px;
  position: relative;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 0.75s;
}
@keyframes fadeIn {
  0% {
    top: 45px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.h2-heading {
  font-size: 2.5em;
  color: #ffffff;
  text-shadow: 2px 2px #4d4d4d;
  text-align: center;
  padding-bottom: 25px;
  margin: 40px 20px;
  position: relative;
}
.h2-heading:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 4px;
  border: 2px solid var(--secondary-color);
  border-radius: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
}
.hero-section .h2-heading {
  animation: fadeIn 2s;
}
.h3-heading {
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
}
.intro-row {
  max-width: 1020px;
  margin: 25px auto;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 2px 2px 6px #999;
}
.intro-row .h2-heading {
  text-align: left;
  margin: 40px 20px 25px;
}
.intro-row p {
  width: auto;
  margin: 25px;
  text-align: left;
}

.intro-right img {
  max-width: 550px;
  width: 100%;
  height: auto;
  display: block;
  margin: 50px auto;
  border-radius: 0 20px 20px;
}

.materical-icons-about {
  font-size: 4em !important;
  background: var(--main-color);
  color: #fff;
  border-radius: 50px;
  padding: 15px;
  margin-top: 15px;
}


/* -- Home - Why Us? -- */

.why-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: -35px;
}

.why-title {
  margin-bottom: 50px;
}

.why-box {
  width: 33%;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px;
  min-height: 150px;
  vertical-align: top;
  position: relative;
}
.why-box i {
  font-size: 2.5em;
  border: 5px solid var(--main-color);
  color: var(--main-color);
  margin: 25px 0 0;
  border-radius: 50%;
  padding: 15px;
  background: #fff;
}
.why-box h3 {
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 15px;
}
.why-box p {
  color: #111;
  margin-bottom: 40px;
}

.why-num {
  display: block;
  position: relative;
  background: var(--main-color);
  color: #fff;
  padding: 7px;
  font-size: 1.5em;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 0 auto;
  left: -40px;
  top: 55px;
}
.why-num:after {
  content: "";
  width: 0;
  height: 25px;
  border-right: 2px dashed var(--main-color);
  top: 50px;
  left: 50%;
  position: absolute;
  margin-left: -1px;
}


/* -- Responsiveness -- */

@media (max-width: 1350px) {
  .why-box {
      width: 50%;
      margin: -25px 0;
  }
}

@media (max-width: 800px) {
  .why-item {
      width: 50%;
  }
}

@media (max-width: 700px) {
  .why-box {
      width: 100%;
  }
}