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

.hero-global {
	padding-block: 215px;
	background-image: url(/imageserver/UserMedia/tejasroofingandgutters/tejas-company003.jpg);
	background-size: cover;
	background-position: center 0%;
	background-repeat: no-repeat;
	height: 100vh;
position: relative;
overflow: hidden;
	color: #fff;
	text-align: center;
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
}

.hero-parallax::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}

.h1-heading.hero-heading {
	text-shadow: 2px 2px #000000b5;
}

.hero-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.services-section {
	position: relative;
	background: #737373;
}

.services-wrapper.content-wrapper {
	position: relative;
	z-index: 2;
}

.services-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.95);
  z-index: 1;
}

.services-section .main-wrapper {
    gap: 1%;
    justify-content: space-between;
}

.services-section .why-image img {
    max-width: 600px;
    width: 100%;
    height: auto;
}


.services-highlight {
    font-size: 1.2em;
    margin-top: 35px;
}


.services-card-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    margin: auto;
    gap: 10px;
}

.service-card {
    width: 31%;
    transition: all .5s linear;
    padding: 10px;
    box-shadow: 2px 0 8px #d9d9d9;
    border-radius: 8px;
    background: #fff;
}

.service-card-wrapper {
    text-align: center;
}

.service-card-title {
    font-weight: 600;
    font-size: 26px;
}

.svg-wrapper {
	margin: 5px auto;
	width: fit-content;
	height: fit-content;
	background: #fff;
	border-radius: 50%;
	padding: 10px 14px;
	border: 4px solid #000;
	text-align: center;
}

.svg-wrapper svg {
    height: 65px;
    width: 65px;
    fill: var(--accent-color);
}

.svg-wrapper svg .st0 {
	fill: transparent;
}

.service-card:hover .svg-wrapper {
    background: var(--accent-color);
}

.service-card:hover .svg-wrapper svg {
    fill: #fff;
}

.affili-global {
	padding: 80px 15px;
	text-align: center;
	background: #fff;
	background-image: url(/imageserver/UserMedia/tejasroofingandgutters/white-abstract007.jpg);
	background-blend-mode: difference;
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.affili-item {
	width: 29%;
	margin: 25px auto;
	text-align: center;
}

.portfolio-wrapper,
.gallery-wrapper {
  max-width: 1600px;
  width: 100%;
  margin-inline: auto;
  padding-block: 40px;
  }
  
  .box-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    width: 100%;
    position: relative;
justify-content: center;
  }

  .box-gallery h3 {
    position: absolute;
    top: -55px;
  }

.box-gallery .box-gallery-item {
	position: relative;
	height: 335px;
	margin-inline: auto;
	overflow: hidden;
	flex: 0 1 27em;
	transition: all 0.2s ease-in-out;
	border-radius: 5px;
}

  .box-gallery .box-gallery-item i {
    position: absolute;
    bottom: 40%;
    left: 50%;
    margin: 0 0 -28px -28px;
    font-size: 2em !important;
    border-radius: 50%;
    padding: 10px;
    background: var(--accent-color);
    color: #fff;
    opacity: 0;
    transition: all 0.25s;
  }
  .box-gallery .box-gallery-item:hover {
    filter: drop-shadow(4px 4px 6px gray);
    transform: scale(1.05);
  }
  .box-gallery .box-gallery-item:hover i {
    bottom: 50%;
    opacity: 1;
  }
  .box-gallery .box-gallery-item:hover figure {
    opacity: 0.6;
  }
  .box-gallery .box-gallery-item figure {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    background-size: cover;
  }
  .box-gallery .box-gallery-item figure:hover {
    filter: drop-shadow(4px 4px 6px gray);
    transform: scale(1.05);
  }/*# sourceMappingURL=Untitled-1.css.map */

.team-section {
	padding: 60px 20px;
	text-align: center;
	background-image: linear-gradient(rgba(255, 255, 255, 0.93) 0 0), url(/imageserver/UserMedia/tejasroofingandgutters/aerial-homesBG001.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

  @media (max-width: 981px) {
.service-card {
	width: 98%;
}
}