﻿/*font*/
/*@font-face {
  font-family: poppins-r;src: url(../fonts/poppins-regular.ttf);
}

@font-face {
  font-family: poppins-m;src: url(../fonts/poppins-medium.ttf);
}
*/
body {
    margin: 0;
    padding: 0;
    font-family: "Karla", sans-serif;
}

p {
    text-align: justify;
    color: #434343;
    line-height: 1.6
}

.slide-pic img {
    width: 100%;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #fff !important;
    margin: 0 !important
}

.owl-theme .owl-controls {
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%
}

    .owl-theme .owl-controls .owl-buttons div {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

.owl-prev {
    position: absolute;
    left: 15px;
}

.owl-next {
    position: absolute;
    right: 15px;
}

    .owl-next:after,
    .owl-prev:after {
        content: "\f104";
        font-family: FontAwesome;
        font-weight: 900;
        font-size: 25px;
        color: #000;
        opacity: 1;
    }

    .owl-next:after {
        content: "\f105"
    }

header {
    padding: 15px 0;
    margin: 0;
}
/* nav search icon */
.nav-search-icon {
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding-left: 20px;
    border-left: 1px dashed #000;
}

    .nav-search-icon button {
        border: none;
        background: none;
        color: #000;
        font-size: 20px;
    }

        .nav-search-icon button:hover {
            color: #000;
        }

/* Darker overlay */
.search-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9); /* darker overlay */
}

/* Popup box */
.search-popup-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 40px 30px 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 700px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

/* Close button */
.close-popup {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    transition: 0.3s;
}

    .close-popup:hover {
        color: #e29021;
    }

/* Center input + button together */
.search-center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* Input box */
.search-popup-content input {
    flex: 1;
    min-width: 60%;
    padding: 14px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

/* Search button */
.search-popup-content button {
    padding: 14px 20px;
    font-size: 16px;
    background-color: #e29021;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.3s;
}

    .search-popup-content button:hover {
        background-color: #c57713;
    }

/* Results scroll box */
.search-results-box {
    margin-top: 30px;
    max-height: 250px;
    overflow-y: auto;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px;
    background: #fafafa;
}

    .search-results-box ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .search-results-box li {
        padding: 8px 10px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        transition: background 0.2s;
    }

        .search-results-box li:last-child {
            border-bottom: none;
        }

        .search-results-box li:hover {
            background-color: #f0f0f0;
        }

        .search-results-box li a {
            text-decoration: none;
            color: #333;
            display: block;
        }

            .search-results-box li a:hover {
                color: #e29021;
            }

section {
    padding: 70px 0;
    margin: 0;
}
/* ============Product=Sec=============== */
.products-slider {
    margin: 0;
    padding: 0;
}

.product-grid {
    border: 1px solid #000;
    background: #fff;
    padding: 10px;
    margin: 0 10px;
    margin-bottom: 15px;
}

.ProductTxt {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.product-grid .product-image {
    overflow: hidden;
    position: relative;
}

    .product-grid .product-image a.image {
        display: block;
    }

        .product-grid .product-image a.image:before {
            content: '';
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
            width: 50%;
            height: 100%;
            transform: skewX(-25deg);
            position: absolute;
            top: 0;
            left: -85%;
            z-index: 1;
        }

.product-grid:hover .product-image a.image:before {
    animation: shine 1s;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
}

/* .product-grid .product-sale-label {
     background: #2ba968;
     text-transform: uppercase;
     left: 10px;
     right: auto;
 } */


.product-grid .product-discount-label {
    color: #fff;
    background: #da5555;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.product-grid .product-sale-label {
    color: #fff;
    background: #2ba968;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.product-grid .product-links {
    padding: 0;
    margin: 15px 0;
    list-style: none;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.product-grid:hover .product-links {
    transform: translateY(0);
}

.product-grid .product-links li {
    margin: 0;
    display: inline-block;
}

.product-grid .social li a:hover {
    color: var(--main-color);
}


.product-grid .product-links li a {
    color: #222;
    background: #fff;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 30px;
    display: block;
}

    .product-grid .product-links li a:hover {
        color: #3f4f96;
    }

.product-grid .product-content {
    padding-top: 15px;
    text-align: center;
}

.product-grid .rating {
    color: #fcae01;
    font-size: 12px;
    width: 97px;
    padding: 0;
    margin: 0 0 5px;
    list-style: none;
    vertical-align: top;
    display: inline-block;
}

    .product-grid .rating li {
        display: inline-block;
    }

        .product-grid .rating li.far {
            color: #999;
        }

.product-grid .title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
}

.product-content .title a {
    color: #000;
    /*display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    height: 36px;*/
}

.product-grid .title a:hover {
    color: #3f4f96;
}

.product-grid .price {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

    .product-grid .price span {
        color: rgba(0, 0, 0, 0.50);
        font-size: 15px;
        font-weight: 400;
        text-decoration: line-through;
    }

@keyframes shine {
    100% {
        left: 125%;
    }
}


.heading {
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    position: relative;
}

    .heading:after {
        content: "";
        position: absolute;
        width: 100px;
        height: 3px;
        background: #db333a;
        left: 0;
        top: 45px;
        right: 0;
        margin: auto;
    }

a.find-out-more {
    background-color: #eb6ea6;
    border: 2px solid #eb6ea6;
    color: #fff;
    padding: 1.25em 3em;
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase
}

    a.find-out-more:hover {
        border: 2px solid #eb6ea6;
        color: #eb6ea6;
        background: 0 0;
        transition: .1s
    }

    a.find-out-more .fa {
        font-weight: 400;
        padding-left: 8px
    }

a.yellow:hover {
    background: 0 0;
    border: 2px solid #ffba52;
    color: #ffba52;
    transition: .1s
}

a.yellow {
    background: #ffba52;
    border: 2px solid #ffba52
}

a.explore {
    background: #5dc2ca;
    border: 2px solid #5dc2ca
}

    a.explore:hover {
        background: 0 0;
        border: 2px solid #5dc2ca;
        color: #5dc2ca;
        transition: .1s
    }

.banner {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 50px;
}

.counter-sec p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.4em;
}

.counter-sec h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

    .counter-sec h2 span {
        color: #FABC3D;
    }

.counter-sec hr {
    border-top: 1px solid rgb(255 255 255 / 50%);
    width: 50%;
    margin: 1rem auto;
}

#counter {
    text-align: center;
    border-right: 2px solid #fff;
}

.col-md-4:last-child #counter {
    border-right: none;
}

.counter-value {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    display: block;
    margin: 0;
    padding: 0;
}

#counter h6 {
    color: #fff;
    font-weight: 400;
    font-size: 19px;
}



.orang {
    margin: 0;
    padding: 15px 20px;
    background: #ffba52
}

    .orang h6 {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.4
    }

    .orang label {
        color: #343839;
        opacity: .7;
        font-weight: 300
    }

.form-sec input {
    border: 1px solid rgba(0, 0, 0, .1);
    color: #343839
}

.form-sec select#exampleFormControlSelect1 {
    border: 1px solid rgba(0, 0, 0, .1);
    color: #343839
}

.client {
    margin: 0;
    padding: 0 15px;
}

    .client img {
        background: #fff;
        border: 1px solid #cdcdcd;
        padding: 5px 15px;
        height: 150px;
        width: auto;
        object-fit: contain;
        display: block; /* Remove any inline spacing */
    }



.hover-tst {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .85);
    right: 0;
    padding: 20px 20px
}

    .hover-tst a {
        color: #343839;
        margin: 0;
        font-weight: 400;
        padding: 0;
        font-size: 28px;
        text-decoration: none;
        line-height: 1.1
    }


.btn-secondary {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #6c757d
}

.btn-back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 15px;
    border-radius: 0;
    right: 15px;
    opacity: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all .4s;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 25px;
    border-radius: 2px;
}

    .btn-back-to-top:hover {
        background: #404040;
        color: #fff
    }

.social-media a {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    text-decoration: none;
    padding: 0 5px;
}

.footer-sec {
    padding: 70px 0 15px;
    background: #111d5e;
    background: linear-gradient(90deg, #111d5e 0, #1d4fa4 59%, #111d5e 100%);
}

.footer-tst h4 {
    font-size: 22px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    padding-left: 15px;
}

    .footer-tst h4:before {
        content: "";
        position: absolute;
        border: 0;
        width: 3px;
        height: 20px;
        background: #fff;
        left: 0;
    }

.icon-footer {
    border: 1px solid #000;
    padding: 15px;
    float: left;
    width: 20px;
}

.footer-tst ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-tst ul li a {
        margin: 0;
        padding: 5px 0;
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
    }

        .footer-tst ul li a:hover {
            color: #FABC3D;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            margin-left: 8px;
        }

        .footer-tst ul li a::before {
            content: "\f1db";
            font-family: FontAwesome;
            color: #929292;
            font-size: 12px;
            margin-top: 2px;
            margin-right: 8px;
        }

.widget_getintuch ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget_getintuch .fa-envelope:before {
    content: "\f0e0";
    font-size: 15px
}

.widget_getintuch li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    color: #fff;
    font-weight: 700
}

.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    color: #fff;
    font-family: FontAwesome
}

.widget_getintuch p, .widget_getintuch ul li a {
    color: #fff;
}

    .widget_getintuch ul li a:hover {
        color: #FABC3D;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.copy-right p {
    text-align: center;
    color: #eee;
    margin: 0;
    padding: 0;
}

/*.download-app {
    background-image: radial-gradient(at top left, rgba(2, 29, 112, 0.88) 45%, rgba(244, 0, 0, 0.71) 85%);
    padding: 15px 0;
}*/

.download h1 {
    color: #000;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 25px;
}

/*.download span {
    display: block;
}*/

.btn-outline-danger {
    background-color: #dc3545;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.6px;
}


/*------------inner-gage-------*/
.main-div {
    background: #313f64;
    padding: 20px 0;
}

    .main-div h1 {
        color: #fff;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
    }

select.form-select {
    width: 100%;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #575757;
    background-color: white;
    font-weight: 400;
    padding: 0px 15px;
    height: 2.25em;
    border-radius: 0;
}

    select.form-select.defaul-sroing {
        line-height: 34px;
        font-size: 13px;
    }

.form-group {
    margin-bottom: 8px;
}

/*---------------*/
.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}

.thumbnail {
    margin: 15px 0;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.list-group-item h4 {
    font-size: 22px;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin: 15px 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}

    .item.list-group-item .img-event {
        float: left;
        width: 30%;
    }

    .item.list-group-item .list-group-image {
        margin-right: 10px;
    }

    .item.list-group-item .thumbnail {
        margin-bottom: 0px;
        display: inline-block;
    }

    .item.list-group-item .caption {
        float: left;
        width: 70%;
        margin: 60px 0;
    }

    .item.list-group-item:before, .item.list-group-item:after {
        display: table;
        content: " ";
    }

    .item.list-group-item:after {
        clear: both;
    }

.caption.card-body {
    text-align: center;
}

.card-title {
    margin-bottom: 10px;
    font-size: 14px;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
}

ul.list {
    text-align: right;
    margin-top: 10px;
}

.list li {
    display: inline-block;
    font-size: 13px;
    color: #999;
}

    .list li a {
        text-decoration: none;
        color: #999;
    }

/*-------imgae-hover-effect---------*/
.zoom {
    transition: transform 1s; /* Animation */
}

    .zoom:hover {
        transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.category {
    position: sticky;
    top: 150px;
    padding: 25px 15px;
    background: #f7f7f7;
}

    .category ul li a.active {
        color: #cf2e2e !important;
    }

    .category ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .category ul li {
            margin: 0;
            padding: 10px 0;
            display: block;
            border-bottom: 1px dashed;
        }

            .category ul li a::before {
                content: "\f0a9";
                font-family: FontAwesome;
                position: absolute;
                left: 0;
            }

            .category ul li a {
                font-size: 15px;
                font-weight: bold;
                margin: 0;
                padding: 0 0 0 25px;
                display: block;
                position: relative;
            }

                .category ul li a:hover {
                    color: #cf2e2e !important;
                    transition: 0.1s;
                }

.distop {
    display: none;
}

.message {
    margin: 0;
    padding: 0;
}

    .message h5 {
        margin: 15px 0;
        padding: 0;
        color: #272727;
        font-size: 22px;
        font-weight: 600;
    }

        .message h5::after {
            content: "\f10e";
            font-family: FontAwesome;
            font-size: 120%;
            font-weight: 400;
            position: absolute;
            right: 15px;
            color: #b3b3b3;
            opacity: 0.7;
        }

    .message p {
        margin-bottom: 10px;
        padding: 0;
        color: #7a7a7a;
        font-size: large;
        font-weight: normal;
        font-style: italic;
        line-height: 1.6;
    }

    .message span {
        margin: 0px;
        padding: 0;
        color: #7a7a7a;
        font-size: 18px;
        font-weight: 600;
    }

/*-------------form-sec---------*/
.fields {
    font-size: 15px;
    display: block;
    font-weight: normal;
}

.red {
    color: red;
    font-weight: bold;
}

.modal-header .close {
    padding: 4px 9px !important;
    margin: 0 !important;
    background: #dc3545 !important;
    color: #fff;
    border: none !important;
    border-radius: 50px;
    opacity: 9;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.form-group.popup.row {
    margin-bottom: 15px;
}

    .form-group.popup.row input {
        border-radius: 0;
        background: #ced4da;
    }

.productBtn {
    padding-bottom: 15px;
}

.footerLogo p {
    padding: 15px 0;
}

.DetailsTxt {
    padding: 0 30px;
    margin: 0;
}

    .DetailsTxt h1 {
        font-size: 30px;
        color: #000;
        font-weight: bold;
        padding-bottom: 10px;
        margin: 0;
    }

    .DetailsTxt h2 {
        font-size: 15px;
        padding-bottom: 10px;
        color: #000;
        font-weight: bold;
    }

    .DetailsTxt .form-label {
        font-size: 15px;
        font-weight: bold;
    }

/* make hover effect work properly in IE */
.rating__icon {
    pointer-events: none;
}

#half-stars-example {
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
    .rating-group

{
    display: inline-flex;
}
/* hide radio inputs */
.rating__input {
    position: absolute !important;
    left: -9999px !important;
}

/* set icon padding and size */
.rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 1rem;
}

/* add padding and positioning to half star labels */
.rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}

/* set default star color */
.rating__icon--star {
    color: orange;
}

/* set color of none icon when unchecked */
.rating__icon--none {
    color: #eee;
}

/* if none icon is checked, make it red */
.rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
}

/* if any input is checked, make its following siblings grey */
.rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

/* make all stars orange on rating group hover */
.rating-group:hover .rating__label .rating__icon--star,
.rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
}

/* make hovered input's following siblings grey on hover */
.rating__input:hover ~ .rating__label .rating__icon--star,
.rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
}

/* make none icon grey on rating group hover */
.rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
    color: #eee;
}

/* make none icon red on hover */
.rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
}

}

.header-banner {
    position: relative;
    left: 0
}

.bannerTxt {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

    .bannerTxt h3 {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }
