/* HEADER CSS START */
#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .9);
}
#header .col-md-9 ul {
    padding-inline-start: 0;
}
#header .col-md-9 ul li {
    list-style: none;
    display: inline-block;
}
#header .cta, .cta  {
    padding: 10px 25px;
    background-color: #c83132;
    color: #fff;
    box-shadow: 5px 5px 5px #000;
    transition: 1s ease all;
    transform: skewX(-25deg);
}
#header .cta:hover, .cta:hover {
    background-color: #000;
    box-shadow: 5px 5px 5px #c83132;
}
#header .cta p, .cta p {
    transform: skewX(25deg);
}
#header .cta a, .cta a {
    color: #fff;
}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 3px 3px 9px #12412e;
    background-color: #fff !important;
}

/* GENERAL CSS START */
body {
    
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
.l-thin {
    font-weight: 100;
}
.l-el {
    font-weight: 200;
}
.ll {
    font-weight: 300;
}
.l-regular {
    font-weight: 400;
}
.l-m {
    font-weight: 500;
}
.l-sb {
    font-weight: 600;
}
.l-b {
    font-weight: 700;
}
.l-eb {
    font-weight: 800;
}
.l-black {
    font-weight: 900;
}
.td-none {
    text-decoration: none;
}
.uppercase {
    text-transform: uppercase !important;
}
a.red-btn  {
    padding: 10px 25px;
    background-color: #c83132;
    color: #fff;
    box-shadow: 5px 5px 5px #000;
    transition: 1s ease all;
}
a.red-btn:hover {
    background-color: #000;
    box-shadow: 3px 3px 3px #c83132;
}
.text-red {
    color: #c83132;
}
.text-right {
    text-align: right;
}
#sec-1 h1 {
    font-size: 46px;
    line-height: 75px;
}
#sec-1 h2 {
    font-size: 23px;
    line-height: 33px;
}
#sec-1 h3, #sec-2 h3, #sec-3 h3 {
    font-size: 20px;
    line-height: 30px;
}
#sec-1 .cta, #sec-2 .cta, #sec-3 .cta {
    width: max-content;
    margin: 25px auto;
}
#sec-1 .cta, #sec-2 .cta, #sec-3 .cta {
    padding: 10px 50px;
}
#sec-1 .cta p, #sec-2 .cta p, #sec-3 .cta p {
    font-size: 20px;
}
.bg-grey {
    background-color: #e2e1e1;
}
.bg-black {
    background-color: #000;
}
#sec-3 .title {
    padding: 10px 25px;
    background-color: #c83132;
    color: #fff;
    box-shadow: 5px 5px 5px #000;
    transition: 1s ease all;
    transform: skewX(-25deg);
    width: max-content;
    margin: 25px auto;
}
#sec-3 .title p {
    transform: skewX(25deg);
}
#sec-3 .col-md-4 .icon {
    min-height: 125px;
}
#home-testimonials .slide-1 .col-md-12, #home-testimonials .slide-2 .col-md-12, #home-testimonials .slide-3 .col-md-12,
#home-testimonials .slide-4 .col-md-12, #home-testimonials .slide-5 .col-md-12, #home-testimonials .slide-6 .col-md-12,
#home-testimonials .slide-7 .col-md-12, #home-testimonials .slide-8 .col-md-12, #home-testimonials .slide-9 .col-md-12{
    border: 2px solid red;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 15px 15px 0px #c83132;
    background-color: #fff;
}
#home-testimonials .cta {
    width: max-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    
}
#home-testimonials a.red-btn {
    padding: 0 25px;
    box-shadow: none;
}
#footer {
    background-image: url(../images/Merritt-Garage-Doors-Knoxville-Tennessee.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#footer .cta-white {
    background-color: #fff;
    width: max-content;
    padding: 15px 50px;
    box-shadow: 5px 5px 5px #000;
    margin: 0 auto;
}
#footer .cta-white a {
    color: #c83132;
}
#footer .cta-white:hover {
    background-color: #000;
    box-shadow: 5px 5px 5px #c83132;
}
#footer .cta-white:hover a {
    color: #fff;
}