/* Default state: show hamburger icon, hide close icon */

.icon-hamburger {
    display: block;
}

h5,
h4 {
    font-family: 'Arial' !important;
    font-weight: 600;
    font-size: 1.4rem !important;
    letter-spacing: 0px;
}

.icon-close {
    display: none;
}

.w-65 {
    width: 65%;
}

.bg-success {
    background-color: #0c8a81 !important;
}

.navbar-toggler.open .icon-hamburger {
    display: none;
}

.navbar-toggler.open .icon-close {
    display: block;
}

.navbar-toggler .fa-times {
    display: none;
}

.navbar-toggler.collapsed .fa-bars {
    display: none;
}

.navbar-toggler:not(.collapsed) .fa-bars {
    display: none;
}

.navbar-toggler:not(.collapsed) .fa-times {
    display: inline;
}

.navbar-toggler-icon {
    display: inline-block;
    font-size: 1.5rem;
}

.navbar-menu .nav-item {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    padding: 0px 10px;
    margin: 0px 10px;
    transition: all 0.3s;
}

.navbar-menu .nav-item:hover {
    color: #0C8A81 !important;
}

.btn-success:hover {
    background-color: #0d7971 !important;
}

.btn-success {
    background-color: #0C8A81 !important;
    border-color: #0C8A81 !important;
    transition: all 0.3s;
}

.bg-succcess {
    background-color: #0C8A81 !important;
}

.btn-outline-success {
    border-color: #0C8A81 !important;
    transition: all 0.3s;
    color: #0C8A81 !important;
}

.btn-outline-success:hover {
    background-color: #0C8A81 !important;
    color: #fff !important;
}

.bg-custom {
    background-color: #39ACA4;
    border-radius: 50%;
    width: 30px !important;
    height: 29px;
    padding: 0 14px;
}

.contact-grid-2 {
    display: grid !important;
    grid-template-columns: 10% 90% !important;
}

.fwt-medium {
    font-weight: 600 !important;
}

.contact-grid {
    display: grid !important;
    grid-template-columns: 10% 39% 39% !important;
}

.hero-custom {
    clip-path: ellipse(80% 100% at 50% 0%);
    height: 600px;
    color: white;
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 2s ease-in-out;
}

.hero-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00443f;
    opacity: 0.60;
    z-index: 2;
}

.z-index {
    z-index: 3;
}

.f-1 {
    font-size: 4rem !important;
}

.card-section {
    display: grid;
    grid-template-columns: auto auto;
    gap: 17px;
}

.card {
    background-color: #F5F5F5 !important;
    transition: all 0.3s;
    border: none !important;
}

.text-color-success {
    color: #0c8a81 !important;
}

#hero-slider {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.slider-bg-track {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 1s ease-in-out;
    z-index: 1;
}

.slider-bg-image {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.z-index {
    position: relative;
    z-index: 3;
}

.image-bg img {
    transition: transform 0.4s ease;
    display: block;
}

.image-bg {
    overflow: hidden;
    display: block;
    border-radius: 7px;
    background-color: #fff;
}

.image-bg:hover img {
    transform: scale(1.1);
}

.viedo-col-home .video,
.video {
    height: 100%;
    position: relative;
    align-content: center;
    overflow: hidden;
}

.viedo-col-home .video iframe,
.video iframe {
    height: 100%;
    border-radius: 0.375rem 0 0 0.375rem;
}

.viedo-col-home {
    width: 100%;
}

.video {
    position: relative;
}

.viedo-col-home .video {
    border-radius: 0.375rem 0 0 0.375rem;
    background: #000;
}

.video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, #00000030 0%, #000000e0 100%); */
    z-index: 1;
    transition: 0.3s ease;
    cursor: pointer;
    border-radius: 12px;
}

.video.playing::before {
    opacity: 0;
    pointer-events: none;
}

.video {
    height: 242px;
    position: relative;
}

.video iframe {
    height: 242px;
    border-radius: 14px;
}

.viedo-col {
    width: 100%;
}

.text-success1 {
    width: 100%;
    border: 1px solid #0C8A81 !important;
    color: #0C8A81 !important;
    transition: all 0.3s;
}

.border-dark {
    border: 1px solid #0C8A81 !important;
    border-radius: 8px;
}

.btn.text-color-success {
    border: 1px solid #0C8A81 !important;
}

.card:hover .btn.text-color-success {
    background-color: #34A29A;
    color: #fff !important;
}

.Financial-calculator .card:hover .text-success1 {
    background-color: #34a29a;
    color: #fff !important;
}

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

label {
    padding-bottom: 5px;
}

.hero-detail {
    background-image: url('../../images/Rectangle-50.png');
    clip-path: ellipse(80% 100% at 50% 0%);
    height: 450px;
    color: white;
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 2s ease-in-out;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    height: 450px;
}

.viedo-col li a {
    color: #fff;
    font-size: 15px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
}

.viedo-col ul li:nth-child(1) a {
    background: #1877f2;
}

.viedo-col ul li:nth-child(2) a {
    background: #0b69c7;
}

.viedo-col ul li:nth-child(3) a {
    background: #ff0000;
}

.viedo-col ul li:nth-child(4) a {
    background-image: linear-gradient(200deg, #bf009e, #f20005, #ffcf20);
}

.bg-lite {
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.text-success4 {
    background-color: #34a29a;
    color: #fff;
    width: 150px;
    transition: all 0.3s;
}

.text-success4:hover {
    border: 1px solid #0C8A81 !important;
    color: #0C8A81 !important;
}

.text-success3 {
    background-color: #34a29a;
    color: #fff;
    width: 100px;
    transition: all 0.3s;
}

.text-success3:hover {
    border: 1px solid #0C8A81 !important;
    color: #0C8A81 !important;
}

.text-success2 {
    width: 100px;
    border: 1px solid #0C8A81 !important;
    color: #0C8A81 !important;
    transition: all 0.3s;
}

.text-success2:hover {
    background-color: #34a29a;
    color: #fff !important;
}

.second-menu {
    margin-top: 77px;
}

.carousel-indicators {
    bottom: -50px !important;
}

.carousel-control-next {
    width: 2% !important;
    right: -24px;
    opacity: 1;
}

.carousel-control-prev {
    width: 2% !important;
    left: -24px;
    opacity: 1;
}

.product-card {
    height: 450px;
    background: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 80%;
}

.product-card .imgbox {
    height: 100%;
}

.product-card img {
    display: block;
    margin: 0 auto;
}

.specifies {
    background: rgba(0, 0, 0, 0.8);
    bottom: -80px;
    width: 100%;
    transition: 0.4s ease;
    padding: 20px 10px;
    backdrop-filter: blur(10px);
}

.product-card:hover .specifies {
    bottom: 0;
}

.nav-item.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.nav-item.dropdown:hover .dropdown-content {
    display: block;
}

.nav-item:hover a {
    border-bottom: 1px solid #0C8A81;
}

.nav-item a {
    border-bottom: 1px solid #fff;
}

.slick-prev::before,
.slick-next::before {
    opacity: 1 !important;
    font-size: 25px !important;
}

.slick-prev::before,
.slick-next::before {
    color: #0d7971 !important;
}

.slick-dots {
    bottom: -40px !important;
}

.scroll-custom {
    top: 20px;
    position: sticky;
}

.tooltip-data-description {
    height: calc(100vh - 147px);
    overflow-y: scroll;
    position: relative;
}

.card-slider .card-body .px-3,
.card-slider .card-body .px-1 {
    height: 200px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}

.cursor-pointer {
    cursor: pointer;
}

@media only screen and (max-width:1080px) {
    .text-success1 {
        width: 100%;
    }

    .card-section {
        grid-template-columns: auto;
    }

    .text-success1 {
        width: 100%;
    }

    .row.py-2 .col-12.col-md-4.px-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .w-15 {
        width: 30% !important;
    }

    .f-1 {
        font-size: 3rem !important;
    }
}

@media only screen and (max-width:990px) {}

@media only screen and (max-width:820px) {
    .viedo-col {
        width: 100%;
    }

    .second-menu {
        margin-top: 0px;
    }

    .selection li {
        font-size: 12px;
    }
}

@media only screen and (max-width:767px) {
    .footer-bar div {
        justify-content: center;
        display: flex;
    }

    .ageing-cal .form-control {
        width: 120px;
    }

    .ageing-cal .btn.btn-primary {
        width: 120px;
    }

    .select2-selection__rendered li {
        white-space: normal !important;
        word-wrap: break-word;
        word-break: break-word;
    }

    .hero-custom,
    .hero-detail {
        clip-path: ellipse(120% 100% at 50% 0%);
    }

    .slick-prev {
        left: -11px !important;
        z-index: 99;
    }

    .slick-next {
        right: -5px !important;
    }

    .product-card {
        height: 400px;
    }
}

@media only screen and (max-width:480px) {
    .row.py-2 .col-12.col-md-4.px-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .card-slider .card-body .px-1 {
        height: 190px;

    }

    .specifies {
        bottom: 0px;
    }

    .viedo-col {
        width: 100%;
    }

    .w-15 {
        width: 20% !important;
    }

    .f-1 {
        font-size: 3rem !important;
    }

    .fw-bold {
        font-weight: 600 !important;
    }
}

/* slider */