.slider-btn {
    display: inline-block;
    padding: 4px 20px;
    color: #fabf8f;
    border: 2px solid #fabf8f;
    cursor: pointer;
    margin-bottom: 20px;
}

.slider-btn:hover {
    color: white;
    background-color: #fabf8f;
}

.carousel-indicators button {
    width: 16px !important;
    height: 16px !important;
    border-radius: 100%;
    background-color: #fabf8f !important;
}

.header-nav {
    position: fixed;
    color: #fabf8f;
    font-size: large;
    top: 0px;
    z-index: 2;
    height: 72px;
    width: 100%;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.70);
}

.left-img {
    height: 60px;
    width: auto;
}

.right-img {
    height: 30px;
}

.header-text {
    font-size: medium;
    font-weight: bold;
    color: #fabf8f;
}

.nav-link a {
    text-decoration: none;
	    color: #fff;

}

.footer-nav {
    position: fixed;
    bottom: 0px;
    height: 46px;
    width: 100%;
    margin: 0px;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.80);
}

.footer-icon {
    border: 1px solid white;
    border-radius: 6px;
    padding: 0px 12px;
    margin: 0px 8px;
    cursor: pointer;
}

.footer-icon i {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.80);
}

.contact-btn {
    padding: 4px 20px;
    color: #fabf8f;
    border: 2px solid #fabf8f;
    border-bottom: yes;
    cursor: pointer;
    margin: 2px;
}

.img-border {
    border: 4px solid black;
    padding: 12px 16px;
    width: 120px;
    height: 100px;
}

.service-title {
    font-size: 14px;
    color: #fabf8f;
}

.sticky-header {
    position: fixed;
    top: 0px;
    height: 72px;
    width: 100%;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.80);
}

.service-details {
    height: 100vh;
}

.phone {
    font-size: larger;
    color: white;
    padding: 20px;
    text-decoration: none;
}

.offcanvas {
    background-color: rgba(0, 0, 0, 0.70);
}

.offcanvas-footer {
    text-align: center !important;
    margin-bottom: 20%;
}

.offcanvas-title {
    font-weight: bold;
    text-align: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul li {
    padding-bottom: 10px;
}

ul li a {
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    color: #fabf8f;
    font-weight: bold;
}

ul li a:hover:not(.active) {
    background-color: #111;
}

.padding-bottom-10p {
    padding-bottom: 10%;
}



/* 13. Footer Style One Start */
.footer-style-one .footer-p-1 {
    background-color: #232222;
    padding: 30px 0;
}
.contact-info .images img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
    border: 2px solid white;
}
.contact-info .images figure:last-child {
    margin-left: -10px;
}
.contact-info p {
    font-size: 16px;
    color: white;
}
.contact-info p span {
    font-weight: bold;
    text-decoration: underline;
}
.contact-info .images {
    margin-right: 15px;
}
.footer-first {
    display: flex;
    justify-content: space-between;
}
.footer-style-one .footer-p-2 {
    padding: 100px 0;
}
.footer-style-one .footer-p-2,
.footer-style-one .footer-p-3 {
    background-color: #000;
}
.footer-style-one .footer-p-2 .footer-col h3 {
    color: white;
}
.footer-style-one .footer-p-2 .footer-col h3 {
    font-size: 22px;
    margin-bottom: 30px;
}
.footer-style-one .footer-p-2 .footer-col p {
    width: 75%;
    margin-top: -7px;
}
.footer-style-one .footer-p-2 .footer-col p,
.footer-style-one .footer-p-3 .footer-col p  {
    color: #b7b7b7;
}
.footer-style-one .footer-p-2 .footer-col ul li svg {
    width: 20px;
    height: 20px;
}
.footer-style-one .footer-p-2 .footer-col ul li {
    display: flex;
}
.footer-style-one .footer-p-2 .footer-col ul li p {
    width: 60%;
    margin-top: -6px;
    margin-left: 20px;
    font-weight: 600;
}
.footer-style-one .footer-p-2 .footer-col ul li:not(:last-child) {
    margin-bottom: 20px;
}
.footer-style-one .footer-p-2 .footer-col form {
    width: 100%;
    margin-top: 20px;
    clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
    position: relative;
}
.footer-style-one .footer-p-2 .footer-col form input {
    height: 70px;
    background-color: #232222;
    width: 100%;
    border: 0;
    padding-left: 30px;
}
.footer-style-one .footer-p-2 .footer-col form input::placeholder {
    color: #b7b7b7;
}
.footer-style-one .footer-p-2 .footer-col form button {
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    position: absolute;
    right: 22px;
    top: 50%;
    border: 0;
    background: transparent;
}
.footer-style-one .footer-p-2 .footer-col form button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    border: 2px solid;
    z-index: -1;
    transform: skew(-20deg, 0deg);
}
.footer-style-one .footer-p-2 .footer-col form button:hover:before {
    background: transparent;
}
.footer-style-one .footer-p-2 .footer-col form button i {
    color: black;
    transform: rotate(90deg);
    font-size: 20px;
}
.footer-style-one .footer-p-2 .footer-col form button:hover i {
    color: white;
}
.footer-style-one .footer-p-3 .footer-col p i {
    font-size: 15px;
    margin: 0 5px;
}
.footer-style-one .footer-p-3 .footer-col a {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 30px;
    color: #b7b7b7;
    position: relative;
}
.footer-style-one .footer-p-3 .footer-col a:before,
.footer-style-one .footer-p-3 .footer-col a:after {
    content: "";
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer-style-one .footer-p-3 .footer-col a:before {
    border-bottom: 1px solid #6a6a6a;
    width: 100%;
}
.footer-style-one .footer-p-3 .footer-col a:after {
    width: 0;
    border-bottom: 1px solid;
}
.footer-style-one .footer-p-3 .footer-col a:hover:after {
    width: 100%;
}
.footer-style-one .footer-p-3.rights .footer-col {
    border-top: 1px solid;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
.footer-style-one .footer-p-3.rights .footer-col .social-medias a:not(:last-child) {
    margin-right: 25px;
}
/* 13. Footer Style One End */


@media only screen and (max-width: 575px) {
    .section-height {
        height: 100%;
    }

    .fleet {
        height: 400px;
        margin-bottom: 20px;
    }

    .services-width {
        width: 80%;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .choose-us img {
        height: 350px;
    }

    .img-border {
        width: 100px;
    }

    .hide-on-desktop {
        display: none;
    }

    footer {
        bottom: 0px;
        width: 100%;
        margin: 0px;
        z-index: 3;
    }

    .footer-phone {
        text-decoration: none;
        color: white;
        line-height: 50px;
        font-weight: bold;
        size: 24px;
    }

    .footer-phone-icon {
        padding-top: 10px;
        border-radius: 6px;
        cursor: pointer;
    }

    .footer-phone-icon i {
        font-size: 24px;
        padding: 8px 8px;
        color: rgba(255, 255, 255, 0.80);
    }

    .contact-form {
        padding-top: 120px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) {
    .section-height {
        height: 100vh;
    }

    .fleet {
        height: 75vh;
    }

    .services-width {
        width: 50%;
    }

    .choose-us img {
        height: 60vh;
    }

    .choose-us div {
        height: 40vh;
    }
}

@media only screen and (max-height: 700px) {
    .section-height {
        height: 100%;
    }

    .service-details {
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .hide-on-mobile {
        display: none;
    }
}