/* body  */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,700;1,800&family=Raleway:ital,wght@0,400;0,600;0,700;0,800;0,900;1,900&display=swap');
body {
font-family: "Open Sans", sans-serif;
color: #444444;
}

a {
color: #f88f01;
text-decoration: none;
}

a:hover {
color: #58391C;
text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Raleway", sans-serif;
}
/*Back to top button*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #f88f01;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #00c28e;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*
# Disable AOS delay on mobile
*/
@media screen and (max-width: 768px) {
[data-aos-delay] {
    transition-delay: 0 !important;
}
}

/*
# Header
*/
#header {
transition: all 0.5s;
z-index: 997;
transition: all 0.5s;
top: 20px;
}

#header .header-container {
background: #fff;
}

#header.header-scrolled {
background: #fff;
box-shadow: 0px 2px 15px rgba(88, 57, 28, 0.1);
top: 0;
}

#header .logo h1 {
font-size: 26px;
padding: 0;
line-height: 1;
font-weight: 700;
font-family: "Poppins", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
color: #fff;
text-decoration: none;
}

#header .logo img {
padding: 0;
margin: 0;
max-height: 40px;
}

@media (max-width: 992px) {
#header {
    box-shadow: 0px 2px 15px rgba(88, 57, 28, 0.1);
    top: 0;
    background: #58391C;
}

#header.header-scrolled,
#header .header-container {
    background: #58391C;
}

#header .logo {
    padding-left: 0;
}

}

/*
# Navigation Menu
*/
/**
* Desktop Navigation 
*/
.navbar {
padding: 0;
}

.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}

.navbar li {
position: relative;
}

.navbar a,
.navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0 10px 30px;
color: #58391C;
transition: 0.3s;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
white-space: nowrap;
transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
color: #f88f01;
}

.navbar .getstarted,
.navbar .getstarted:focus {
background: #58391C;
padding: 10px 10px;
margin-left: 30px;
margin-right: 15px;
border-radius: 50px;
color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
color: #fff;
background: #58391C;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
color: #fff;
font-size: 28px;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;
}

@media (max-width: 991px) {
.mobile-nav-toggle {
    display: block;
}

.navbar ul {
    display: none;
}
}

.navbar-mobile {
position: fixed;
overflow: hidden;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(29, 28, 31, 0.9);
transition: 0.3s;
z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
position: absolute;
top: 30px;
right: 20px;
}

.navbar-mobile ul {
display: block;
position: absolute;
top: 55px;
right: 15px;
bottom: 15px;
left: 15px;
padding: 10px 0;
background-color: #fff;
overflow-y: auto;
transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
padding: 15px 20px;
font-size: 15px;
color: #58391C;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
color: #f88f01;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
margin: 20px;
}
/* hero */
.hero {
width: 100%;
height: 80vh;
background: url("../images/garagedoor-hos-tx.webp")  bottom;
background-size: cover;
position: relative;
}

.spring
{
        width: 100%;
        height: 80vh;
        background: url("../images/spring-replacement-austin-tx.webp") top;
        background-size: cover;
        position: relative;
}
.installation
{
        width: 100%;
        height: 80vh;
        background: url("../images/Garage-Door-Installations.webp") top;
        background-size: cover;
        position: relative;
}
.replace
{
        width: 100%;
        height: 80vh;
        background: url("../images/Garage-Door-Replacement-Austin-TX.webp") top;
        background-size: cover;
        position: relative;
        background-position: bottom center;
}
.opener
{
        width: 100%;
        height: 80vh;
        background: url("../images/Electric-Garage-Door-Openers.webp") top;
        background-size: cover;
        position: relative;
        background-position: top center;
}
.fix
{
        width: 100%;
        height: 80vh;
        background: url("../images/replacement-and-installation-services.webp") top;
        background-size: cover;
        background-position: bottom center;
        position: relative;
}
#hero .container {
padding-top: 80px;
}

#hero:before {
content: "";
background: rgba(88, 57, 28, 0.6);
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}

#hero h1 {
margin: 0 0 10px 0;
font-size: 48px;
font-weight: 700;
line-height: 56px;
color: #fff;
}

#hero p {
color: #eee;
margin-bottom: 40px;
font-size:0.8rem;
font-weight: 500;
font-family: "Open Sans", sans-serif;
letter-spacing: 0.5px;
text-transform: uppercase;
}

#hero .btn-get-started {
font-family: "Raleway", sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 1.2rem;
letter-spacing: 1px;
display: inline-block;
padding: 8px 28px;
border-radius: 50px;
transition: 0.5s;
margin: 10px;
border: 2px solid #fff;
color: #fff;
}

#hero .btn-get-started:hover {
background: #f88f01;
border: 2px solid #f88f01;
}

@media (min-width: 1024px) {
#hero {
    background-attachment: fixed;
}
}

@media (max-width: 768px) {
#hero {
    height: 100vh;
}

#hero .container {
    padding-top: 60px;
}

#hero h1 {
    font-size: 32px;
    line-height: 36px;
}
}
/*
# Sections General
*/
section {
padding: 60px 0;
overflow: hidden;
}

.section-bg {
background-color: #f6f6f7;
}

.section-title {
padding-bottom: 30px;
}

.section-title p {
font-size: 32px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
}

.section-title p::after {
content: "";
position: absolute;
display: block;
width: 50px;
height: 3px;
background: #f88f01;
bottom: 0;
left: 0;
}

.section-title p {
margin-bottom: 0;
}

/* brand*/
.brand {
background: #f6f6f7;
text-align: center;
padding: 5px 0;
}

.brand img {
width: 60%;
filter: grayscale(100);
transition: all 0.4s ease-in-out;
display: inline-block;
padding: 15px 0;
}

.brand img:hover {
filter: none;
transform: scale(1.1);
}

/* first section */
h2
{
    font-weight: 600;
    font-size: 2.5rem;
}
.se1 p
{
    font-size: 0.9rem;
    color: #58391C;
}
.border
{
    color: #f88f01;
}
.column {
	display: inline-block;
	text-align: center;
}
.column p
{
    font-size: 1rem;
    font-weight: 400;
    color: #58391C;
}

figure {
	overflow: hidden;
}
/*Zoom In*/
.column#zoomIn img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#zoomIn:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
/* 2nd section */
.bg 
{
    background-image: url(../images/garage-door-replacement.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}
.bg1 
{
    background-image: url(../images/spring-garage-door.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg  h2,p
{
    color: #eee;
}

/*Counts*/
.counts {
padding: 40px 0 20px 0;
color: #fff;
}

.counts .counters span {
font-size: 36px;
display: block;
font-weight: 700;
}

.counts .counters p {
padding: 0;
margin: 0 0 20px 0;
font-family: "Raleway", sans-serif;
font-size: 15px;
font-weight: 500;
}
/* why choose us  */
.why p
{
    font-family:"Raleway", sans-serif;
    font-size: 3rem;
    color: rgba(88, 57, 28, 0.6);
    font-weight: 500;
}
.why h3 
{
    color: #58391C;
    font-weight: 300;
}
.sec:hover
{
    border-style: solid;
    border-color: #f88f01;
} 
/* contact */
.contact
{
        background-image: url(../images/contact-us.webp);
        background-size: cover;
        color: #eee;
}
.contact h2
{
    font-family:"Raleway", sans-serif;
    font-size: 3rem;
    color:#eee;
    font-weight: 500;
}
.contact i
{
    background-color: #f88f01;
    padding: 0.5rem 0.5rem;
}
.contact p,i,h4
{
    color: #eee;
}
.contact h6
{
    color: #eee;
}
.contact .btn
{
    background: #f88f01;
border: 2px solid #f88f01;
}
.contact .btn:hover
{
    background: #58391C;
border: 2px solid #58391C;
}
.bg p
{
    color: #eee;
}
/* 3rd sec */
.sec3 p,h6
{
    color: #58391C;
}
.sec3
{
    color: #58391C;
}

/* footer */
footer
{
    background-image: url(../images/footer.webp);
    background-size: cover;
    background-position: center center;
    color: #eee;
}
footer ul 
{
    list-style: none;
    padding: 0;
}
footer p,a
{
    color: #eee;
}
footer p,a
{
    color: #eee;
}
footer a:hover
{
    color: #f88f01;
}
footer .btn
{
    background: #f88f01;
border: 2px solid #f88f01;
}
footer .btn:hover
{
    background: #eee;
    color: #58391C;
border: 2px solid #f88f01;
}
/*marquee*/
.marquee{width:100%;margin:0 auto;overflow:hidden;white-space:nowrap;box-sizing:border-box;animation:marquee 50s linear infinite;color:#eee}
.marquee:hover{animation-play-state:paused}
/* Make it move */@keyframes marquee{0%{text-indent:27.5em}
100%{text-indent:-105em}
}
.social-links i 
{
    font-size: 1.4rem;
    padding-left: 0.3rem;

}
.spam { display:none;}