/* .menu_area .navbar-brand span {
    font-size: 12px;
} */

.header_area {
    position: relative;
}

.menu_area .navbar-brand img {
    width: 120px;
}

.main-header-area {
    background-color: #ffffff;
    border-bottom: 3px solid #f01a21;
}

.is-sticky .main-header-area {
    background-color: #ffffff;
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
}

.menu_area #nav .nav-link {
    color: #000;
}

.menu_area #nav .nav-item.active .nav-link {
    color: #d30511;
}

.menu_area .navbar-brand {
    border: none;
    padding: unset;
}

.hero-single-slide {
    height: 50vh;
    animation: shrink linear 5s infinite alternate;
}

@keyframes shrink {
    0% {
        background-size: 120% 120%;
    }
    100% {
        background-size: 100% 100%;
    }
}

.wellcome_heading_text>h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.wellcome_heading_text>h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.welcome-btn {
    height: 51px;
    min-width: 170px;
    border: 1px solid #f01a21;
    background-color: #f01a21;
    line-height: 48px;
    letter-spacing: 1px;
    font-weight: 600;
}

.welcome-btn1 {
    border: 1px solid #e3c431;
    background-color: #e3c431;
}

.classy-btn:hover {
    border: 1px solid #e3c431;
    background-color: #e3c431;
}

.welcome-btn1:hover {
    border: 1px solid #f01a21;
    background-color: #f01a21;
}

.welcome_slides_area .owl-dots {
    bottom: 30px;
}

.welcome_slides_area .owl-prev {
    left: 15px;
}

.welcome_slides_area .owl-next {
    right: 15px;
}

.welcome_slides_area .owl-prev,
.welcome_slides_area .owl-next {
    color: rgb(255, 255, 255, 0.6);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
}

.welcome_slides_area .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff
}

.single-service-img {
    padding: 20px;
}

.single-service-content {
    padding: 0 20px 15px;
}

.get_quote_section {
    position: relative;
}

.get_quote_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 60%);
}

.get_quote_form {
    background-color: transparent;
    margin-bottom: auto;
    box-shadow: unset;
    border: 1px solid #ffffff;
}

.get_quote_form .quote-form-heading {
    background: rgb(0 0 0 / 60%);
}

.get_quote_form .quote-form-heading>p {
    color: #ffffff;
    margin: auto;
}

.appoinment_form input,
.appoinment_form textarea {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.appoinment_form input:focus,
.appoinment_form textarea:focus {
    background-color: transparent;
    color: #ffffff;
}

.appoinment_form input::placeholder,
.appoinment_form textarea::placeholder {
    color: #ffffff;
}

.appoinment-form textarea {
    height: auto;
}

#scrollUp {
    bottom: 80px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
}

#scrollUp:hover {
    background-color: #e3c431;
    color: #fff;
}

.copywrite_text {
    background: linear-gradient(45deg, #f01a21, #e3c431);
}

.breadcumb_section {
    margin-top: auto;
}

.breadcumb_area {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 150px;
}

.get_quote_form1 {
    margin-bottom: auto;
}

.get_quote_form1 .quote-form-heading>p {
    color: #ffffff;
    margin: auto;
}