.navbar-nav .nav-link {
    color: #383838;
    font-weight: 600;
    position: relative;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.nav .nav-item>.nav-link:hover {
    color: #F07F25 !important;
}

.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 30px;
    top: 5px;
    left: -1rem;
    background-color: #F07F25;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .3s ease-in-out 0s;
    border-radius: 0 3.5px 3.5px 0;
}

.navbar-nav .nav-link:not(.btn):hover:before,
.navbar-nav .nav-link.active:before {
    visibility: visible;
    transform: scaleX(1);
}

.nav .nav-item>.nav-link {
    font-size: 11px;
    padding-left: 7px;
    padding-right: 7px;
}

.nav .nav-item>.nav-link.active {
    border-bottom: 2px #fff solid;
}

.nav .nav-item>.nav-link.active:hover {
    border-color: #F07F25;
}

.img-section>img {
    margin-left: -90px;
}

.web {
    left: 69%;
    bottom: 12%;
    width: 45px;
}

.android {
    top: 5%;
    left: 90%;
    width: 45px;
}

.ios {
    left: 97%;
    width: 45px;
    top: 65%;
}

.web,
.android,
.ios {
    opacity: 0;
    transform: rotate(90deg);
    transition: all .3s ease-in;
}

#section-one:hover img.position-absolute {
    transform: rotate(0deg);
    opacity: 1;
}

#section-three>div {
    background-image: url(../assets/Overlay\ of\ Contact\ Sales\ Team.png), url(../assets/Contact\ Sales\ Team.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}

.custome-border {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

#section-three .section-three-pra {
    max-width: 880px;
}

.banner {
    position: relative;
    height: 160px;
    width: 100%;
    overflow: hidden;
}

#background-video,
.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -100;
}

.fixed-btn {
    left: 0;
    bottom: 40vh;
    z-index: 1000;
}


.fixed-btn a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 10px;
    background-color: #363636;
}


.fixed-btn a:hover {
    background-color: #363636;
}

.fixed-btn-2 {
    right: 12px;
    bottom: 5%;
    z-index: 1000;
}


.fixed-btn a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 10px;
}

.popup {
    display: none;
    background: rgb(240, 127, 37);
    background: linear-gradient(180deg, rgba(240, 127, 37, 1) -20%, rgba(255, 248, 240, 1) 100%);
    right: 22px;
    bottom: 18%;
    z-index: 1000;
}

.submitBtn {
    transition: all .2s ease-in-out;
}

.submitBtn:hover {
    letter-spacing: 2px;
}

.more-btn:hover {
    background-color: #F07F25;
    color: #fff !important;
}

.custome-wh {
    min-height: 48px;
    min-width: 200px;
}

.border-bottom-md-end {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-right: none;
}

#login-btn:hover {
    border-color: #F07F25 !important;
    color: #F07F25 !important;
}

#login-btn:hover>svg path {

    fill: #F07F25;
}

#partnersCarousel .carousel-control-next-icon,
#carouselMobile .carousel-control-next-icon {
    background-image: url(../assets/next.svg);
}

#partnersCarousel .carousel-control-prev-icon,
#carouselMobile .carousel-control-prev-icon {
    background-image: url(../assets/prev.svg);
}

#partnersCarousel .carousel-control-next,
#partnersCarousel .carousel-control-prev,
#carouselMobile .carousel-control-next,
#carouselMobile .carousel-control-prev {
    opacity: 1;
    transition: filter .2s;
}

#partnersCarousel .carousel-control-next:hover,
#partnersCarousel .carousel-control-prev:hover,
#carouselMobile .carousel-control-next:hover,
#carouselMobile .carousel-control-prev:hover {
    filter: invert(1);
}

.carousel-control-next,
.carousel-control-prev {
    position: static;
}

.custom-height {
    height: calc(100% - 125px);
}

#testmonialCarousel .carousel-inner {
    overflow: visible;
    min-height: 318px;
}

#testmonialCarousel .carousel-item>div {
    margin-top: -40px;
}

#testmonialCarousel .testmonial-text {
    max-width: 90%;
    font-size: 14px;
}

#testmonialCarousel .carousel-control-next-icon {
    background-image: url(../assets/carousel-arrow.svg);
    background-size: 20px;
}

#testmonialCarousel .carousel-control-prev-icon {
    background-image: url(../assets/carousel-arrow.svg);
    transform: rotate(180deg);
    background-size: 20px;

}

#testmonialCarousel .carousel-control-next,
#testmonialCarousel .carousel-control-prev {
    display: block;
    width: auto;
}

#testmonialCarousel .controls {
    position: absolute;
    bottom: 3px;
    right: 35px;
}

#testmonialCarousel .carousel-indicators [data-bs-target],
#productsCarousel .carousel-indicators [data-bs-target],
#productsMobileCarousel .carousel-indicators [data-bs-target] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #EEEEEE;
    opacity: 1;
}

#testmonialCarousel .carousel-indicators .active,
#productsCarousel .carousel-indicators .active,
#productsMobileCarousel .carousel-indicators .active {
    background-color: #F07F25;
}


#testmonialCarousel .carousel-img {
    max-width: 300px;
}

#testmonialCarousel .carousel-indicators {
    margin-bottom: 0;
}

.testmonial {}

.logo-card {
    max-width: 251px;
    margin-left: auto;
    margin-right: auto;

}

.w-60 {
    width: 60%;
}

.product-img {
    max-width: 150px;
}

.product-text h3 {
    font-size: 20px;
}

.product-text li {
    font-size: 14px;
}

#productsCarousel .carousel-indicators,
#productsMobileCarousel .carousel-indicators {
    margin-bottom: -3rem;
}

.floating-input.w-75 {
    width: 100% !important;
}

.footer-form input:focus {
    box-shadow: none;
    border-color: #F07F25;
}

.footer-form input::placeholder {
    font-size: 14px;
    color: #363636;
}

.footer-form button.btn:hover {
    background-color: #363636;
}

.footer-form .form-check-input:checked {
    background-color: transparent;
    border-color: #A6A6A6;
}

.footer-form .form-check-input:checked[type=checkbox] {
    background-image: url(../assets/form-check.svg);
}

.pre-footer label {
    font-size: 14px;
}

footer .btn {
    border: 1px solid #DFDFDF;
    color: #363636;
    width: 48%;
}

footer .btn:hover {
    border: 1px solid #DFDFDF;
}

.form-select>option:hover {
    background-color: #F07F25;
}

.charity-text {
    font-size: 14px;
}

.w-75 {
    width: 100% !important;
}

.subscribe-form>img {
    left: 10px;
    top: 10px;
    width: 18px;
}

.subscribe-form input {
    padding-left: calc(0.75rem + 20px);
}

.subscribe-form input::placeholder {
    color: #363636;
}

.offcanvas-body ul li a {
    font-size: 10px;
}

#contactModal input::placeholder,
#contactModal select::placeholder,
#contactModal textarea::placeholder,
#contactForm input::placeholder,
#contactForm select::placeholder,
#contactForm textarea::placeholder {
    color: #3A3A3A;
}

#contactModal input:focus::placeholder,
#contactModal select:focus::placeholder,
#contactModal textarea:focus::placeholder,
#contactForm input:focus::placeholder,
#contactForm select:focus::placeholder,
#contactForm textarea:focus::placeholder {
    color: transparent;
}

.rotate {
    transition: all .2s ease-in-out;
    transform: rotate(180deg);
}


@media (min-width: 768px) {
    .nav .nav-item>.nav-link {
        font-size: 14px;
        padding-left: 4px;
        padding-right: 4px;
        margin: 0 18px 0 0px;
    }

    #section-one {
        margin-left: -235px;
    }

    .img-section>img {
        margin-left: 0px;
    }

    .banner {
        height: 600px;
    }

    .pre-footer label,
    .pre-footer .btn {
        font-size: 12px;
    }

    .testmonial {
        position: absolute;
    }

    #testmonialCarousel .testmonial-text {
        max-width: 60%;
    }

    #testmonialCarousel .controls {
        top: 15px;
        bottom: unset;
    }

    .web,
    .android {
        width: 55px;
    }

    .ios {
        width: 50px;
    }

    .offcanvas-body ul li a {
        font-size: 12px;
    }

    .border-bottom-md-end {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        border-bottom: none!important;
    }
}

@media (min-width: 992px) {
    .px-custom-lg {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    #section-one {
        margin-left: -250px;
    }

    .product-img {
        max-width: 100%;
    }

    .product-text h3 {
        font-size: calc(1.3rem + .6vw);
        ;
    }

    .product-text li {
        font-size: 16px;
    }

    .floating-input.w-75 {
        width: 75% !important;
    }

    .pre-footer p,
    .pre-footer label,
    .pre-footer .btn {
        font-size: 16px;
    }

    #testmonialCarousel .carousel-img {
        max-width: 430px;
    }

    #testmonialCarousel .testmonial-text {
        font-size: 18px;
    }

    #testmonialCarousel .carousel-item>div {
        margin-top: -132px;
    }

    .fixed-btn a {
        font-size: 12px;
    }

    .w-75 {
        width: 75% !important;
    }

    .navbar-nav .nav-link::before {
        content: "";
        position: absolute;
        width: 45px;
        height: 5px;
        top: -24px;
        left: 25%;
        background-color: #F07F25;
        visibility: hidden;
        transform: scaleX(0);
        transition: all .3s ease-in-out 0s;
        border-radius: 0 0 3.5px 3.5px;
    }

    .custome-border {
        border-bottom-left-radius: 0;
    }

}

@media (min-width: 1024px) {

    .custome-wh {
        min-width: 260px;
    }
}

@media (min-width: 1900px) {
    .mt-xxl-custome {
        margin-top: 6rem;
    }

    #section-one {
        justify-content: center;
    }
}


@media (min-width: 3500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 3000px;
    }

    .mt-xxl-custome {
        margin-top: 15rem;
    }

    .text-end-custome {
        text-align: right;
    }
}