:root {

    --white: #fff;

    --black: #000;

    --bg-color: #F3F3F3;

    --primary-color: #f84e1d;

    --secondary-color: #1a191d;

    --highlight-color: #262529;

    --border-color: #2e2d30;

    --body-font: "Montserrat", sans-serif;


}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html,
body {

    scroll-behavior: smooth;
    overflow-x: hidden;
}



body {

    font-family: var(--body-font);

    -webkit-font-smoothing: antialiased;

    overflow-x: hidden;

    font-size: 15px;

    line-height: 27px;

}



a {

    text-decoration: none !important;
    color: inherit;
    display: inline-block;

}

p {
    font-size: 16px;
    line-height: 25px;
}

p:last-of-type {
    margin-bottom: 0px;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: var(--body-font);

}

li {
    list-style: none;
}

img {

    width: 100%;

    height: 100%;

}

.btn:hover {
    color: var(--white) !important;
}

/*=== Common Css Start ===*/



/*--- Section Spacing Start ---*/



.sec-space-40 {

    padding: 40px 0;

}



.sec-space-50 {

    padding: 50px 0;

}



.sec-space-60 {

    padding: 60px 0;

}



.sec-space-70 {

    padding: 70px 0;

}



.sec-space {

    padding: 80px 0;

}



.sec-space-top {

    padding: 80px 0 0;

}



.sec-space-bottom {

    padding: 0 0 80px;

}

/*--- Section Spacing End ---*/

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f84e1d !important;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #942101;
}

/*====== Common Css End ======*/




/* Heder Start ================= */

.header-main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

.header-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background-color: #fff;
    width: 100%;
    position: relative;
    background: url(../images/top-header-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 86px;
}

.header-top .navbar-brand {
    background: #2b2a29;
    position: absolute;
    top: 0;
    left: 0;
}

.header-bottom .navbar-brand {
    background: #f84e1d;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 !important;
}

.header-top .navbar-brand img {
    width: 95px;
    height: 86px;
    padding: 6px;
    object-fit: cover;
}

.header-bottom .navbar-brand img {
    width: 101px;
    height: 90px;
    padding: 6px;
    object-fit: cover;
}

/* .site-inner {
    padding-left: 80px;
} */

.site-inner .left-item {
    display: flex;
    align-items: center;
    margin-left: 30px;
    color: var(--white);
}

.site-inner .left-item:first-child {
    margin-left: 0;
}

.site-inner .left-item span {
    margin-right: 19px;
    width: 37px;
    height: 37px;
    font-size: 13px;
    background-color: #a64142;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-shrink: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.item-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.social-wrap a {
    font-size: 18px;
    color: var(--black);
    position: relative;
}

.social-wrap a+a {
    margin-left: 25px;
}

.social-wrap a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: #1a191d;
    border-radius: 50%;
    transition: all 300ms ease 0ms;
    z-index: 0;
}

.social-wrap a:hover:before {
    width: 45px;
    height: 45px;
    transition: all 300ms ease 0ms;
}

.social-wrap a i {
    position: relative;
    z-index: 1;
    transition: all 300ms linear 0ms;
}

.social-wrap a:hover i {
    color: var(--white);
    transition: all 300ms linear 0ms;
}



.header-bottom {
    position: relative;
    background-color: rgba(0, 0, 0, 0.55);
    color: var(--white);
}

.nav-item {
    padding: 0 30px;
    position: relative;
}

.nav-item:nth-child(1) {
    padding-left: 0;
}

.nav-item .nav-link {
    position: relative;
    padding: 0 !important;
    line-height: 90px;
}

.nav-item .nav-link::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    display: inline-block;
    content: "";
    height: 2px;
    background-color: var(--white);
    transition: all 0.3s ease-in-out;
}

.nav-item .nav-link:hover::after,
.nav-item .nav-link.active::after {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.nav-item .nav-link,
.nav-item .nav-link:hover,
.nav-item .nav-link.active {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    /* pointer-events: none; */
}

.submenu-list {
    position: absolute;
    background-color: var(--white);
    border-bottom: 3px solid var(--primary-color);
    top: 100%;
    min-width: 230px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12);
    -khtml-box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12);
    -ms-box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12);
    -o-box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12);
    box-shadow: 0px 5px 60px 0 rgba(40, 40, 40, 0.12);
    -webkit-transition: all 320ms linear 0ms;
    -khtml-transition: all 320ms linear 0ms;
    -moz-transition: all 320ms linear 0ms;
    -ms-transition: all 320ms linear 0ms;
    -o-transition: all 320ms linear 0ms;
    transition: all 320ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -khtml-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.submenu-list li a {
    width: 100%;
    padding: 8px 30px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    -webkit-transition: all 100ms ease-in-out 0ms;
    -khtml-transition: all 100ms ease-in-out 0ms;
    -moz-transition: all 100ms ease-in-out 0ms;
    -ms-transition: all 100ms ease-in-out 0ms;
    -o-transition: all 100ms ease-in-out 0ms;
    transition: all 100ms ease-in-out 0ms;
}

.submenu-list li a:hover,
.submenu-list li a.active {
    background-color: var(--primary-color);
    color: var(--white);
    transition: all 100ms ease-in-out 0ms;
}

.nav-item:hover>.submenu-list,
.nav-item:focus>.submenu-list {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    clip: inherit;
}

.sub-menu-toggle {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 30px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.08);
    color: #222;
}

.menubar-serach span i {
    color: var(--white);
}

.modal {
    position: fixed;
    top: 0;
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999 !important;
    transition: all 0.3s ease;
}

.modal.fade.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--white) !important;
    pointer-events: auto;
    background-color: rgba(34, 34, 34, 0.95) !important;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* width: 800px; */
    color: var(--white);
}

.btn-close {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--white) !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    --bs-btn-close-bg: none !important;
    background-color: var(--primary-color);
    padding: 12px 60px;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    opacity: 1;
}

.search-button {
    background-color: var(--primary-color);
    border-radius: 0;
    padding: 0 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.search-button:hover {
    background-color: var(--highlight-color);
    transition: all 0.3s ease;
}

.menubar-serach {
    cursor: pointer;
}


/* Sticky Start -------------------------------------- */
.show-header {
    background-color: rgba(0, 0, 0, 0.55);
    color: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    animation: fadeBottom 1s;
    animation-fill-mode: both;
}

@keyframes fadeBottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.navbar-toggler {
    padding: 0 !important;
    position: relative;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.header-bottom.show-header .navbar-brand {
    display: block !important;
}

.menubar {
    width: 28px;
    height: 22px;
}

.toggler-icon {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    content: "";
    width: 25px;
    height: 2px;
    background-color: var(--white);
    transition: all 0.4s ease-in-out;
}


.navbar-toggler .toggler-icon:nth-child(1) {
    top: 0;
}

.navbar-toggler .toggler-icon:nth-child(2) {
    top: 10px;
}

.navbar-toggler .toggler-icon:nth-child(3) {
    bottom: 0;
}

/* .navbar-toggler.active .toggler-icon:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.navbar-toggler.active .toggler-icon:nth-child(3) {
    bottom: 15px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.navbar-toggler.active .toggler-icon:nth-child(2) {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
} */

.navbar-toggler {
    margin: 29px 0;
    display: flex;
    align-items: center;
    z-index: 9999;
}

/* .offcanvas{
    min-height: 100vh;
} */

.mobile-menu {
    order: 2;
}

.offcanvas.offcanvas-start {
    width: 300px !important;
}

.d-destop-none {
    display: none;
}

/* Heder End ================= */


/* Banner Start =============== */

.banner {
    position: relative;
    width: 100%;
    height: 710px;
    margin-top: 86px;
    overflow: hidden;
}

.banner-slider {
    height: 100%;
}

.banner-slider .item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner-slider .item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 19%);
    z-index: 1;
}

.banner-slider .item img {
    -webkit-animation: zoom linear infinite;
    animation: zoom linear infinite;
    animation-duration: 100s;
    height: 100%;
    padding: 0;
    width: 100%;
    object-fit: cover;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.slick-list,
.slick-track {
    height: 100%;
}

.slick-dots {
    bottom: 0;
    width: auto;
    display: inline-block;
    padding: 10px 40px;
    background-color: var(--white);
    transform: translateX(-240px);
    transition: all 0.3s ease-in-out;
}

.slick-slider:hover .slick-dots {
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
}

.slick-dots li {
    width: 25px;
    height: 25px;
}

.slick-dots li button {
    font-size: 15px;
    line-height: 0;
    display: block;
    width: 25px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
    color: #ffffff;
    background-color: var(--highlight-color) !important;
    border: 1px solid var(--secondary-color);
    outline: none;
}

.slick-dots li.slick-active button {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    display: none !important;
}

.banner-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 99;
    color: var(--white);
}

.caption {
    position: relative;
    width: 65%;
    z-index: 3;
}

.caption h1 {
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 25px;
}

.banner-slider .item .caption p {
    font-weight: 500;
}

.banner-slider .item .caption h1 {
    animation: fadeOutUp 1s both;
}

.banner-slider .item.slick-active .caption h1 {
    animation: fadeInUp 1s both 1s;
}

.banner-slider .item .caption p {
    animation: fadeOutUp 1.5s both;
}

.banner-slider .item.slick-active .caption p {
    animation: fadeInUp 1.5s both 1.5s;
}

.banner-slider .item .caption .custom-btn {
    animation: fadeOutLeft 2s both;
}

.banner-slider .item.slick-active .caption .custom-btn {
    animation: fadeInLeft 2s both 2s;
}

@keyframes fadeInUp {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes fadeOutUp {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(0, 1, 0, 86deg);
        transform: rotate3d(0, 1, 0, 86deg);
    }
}

@keyframes fadeOutLeft {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes fadeInLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(0, 1, 0, 86deg);
        transform: rotate3d(0, 1, 0, 86deg);
    }
}


/* Style and position your custom buttons */

.custom-prev-btn,
.custom-next-btn {
    position: absolute;
    bottom: 6%;
    transform: translateY(-6%);
    z-index: 1;
    background-color: transparent;
    color: #fff;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 20px;
    width: 20px;
    height: 40px;
    background-color: #a641425e;
}

.custom-prev-btn {
    left: 10px;
    /* Adjust as needed */
}

.custom-next-btn {
    right: 10px;
    /* Adjust as needed */
}

/* Banner End =============== */



/* Fact Counter Start ========== */

.counter-box {
    background-color: var(--secondary-color);
    color: var(--white);
    height: 100%;
    border: solid;
    border-width: 0 1px 0 0;
    border-color: var(--highlight-color);
}

.counter-box-icon {
    position: relative;
    padding: 60px 49px 0 42px;
    z-index: 1;
}

.counter-box-icon a {
    width: 100px;
    height: 100px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
}

.counter-box-icon a:after {
    position: absolute;
    content: "";
    width: 112px;
    height: 128px;
    background-color: var(--highlight-color);
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 300ms ease 0s;
}


.counter-box:hover .counter-box-icon a:after {
    background-color: var(--white);
    transition: all 300ms ease 0s;
}

.counter-box:hover .counter-box-icon a img {
    animation-name: icon-spin;
    animation-duration: 0.6s;
    animation-timing-function: ease;
}

@keyframes icon-spin {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(359deg);
    }
}

.box-content {
    margin-top: 32px;
    height: 250px;
}

.box-content .box-title {
    font-size: 22px;
    font-weight: 700;
    padding: 0px 49px 0 42px;
    margin-bottom: 0;
    transition: all 200ms ease 0s;
    text-transform: uppercase;
    /* white-space: nowrap; */
}

.box-content p {
    padding: 20px 49px 0 42px;
    transition: all 300ms ease 0s;
    margin-bottom: 22px;

}

.btn-altr {
    padding: 0px 49px 0 42px;
    height: 70px;
    width: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    transition: all 0.3s ease-in-out;
}

.btn-altr i {
    margin-left: 8px;
}

.item-buttom:hover .btn-altr {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.item-buttom {
    border-top: 1px solid var(--highlight-color);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.item-buttom::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: -1px;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    transform: scale(0, 1);
    z-index: -1;
    transform-origin: left center;
    transition: all 0.3s ease-in-out;
}

.item-buttom:hover::after {
    background-color: var(--primary-color);
    transform: scale(1, 1);
    transform-origin: left center;
    transition: all 0.3s ease-in-out;
}

/* Fact Counter End ========== */




/* About Start =============== */

.About {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/bg-layout71.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.About .custom-heading {
    margin-bottom: 15px;
}


.abt-banner-area {
    width: 45.6%;
}

.abt-img {
    width: 100%;
    height: 100%;
}

.abt-img img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.abt-right-content {
    width: 54.4%;
    padding: 0 120px 0px 60px;
}

.custom-heading {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 44px;
}

.bold-text {
    font-weight: 600;
}

.About .content-inner .sub {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 30px;
}

.About .content-inner p {
    color: #2f2e2e;
}

.About .content-inner ul li {
    color: #2f2e2e;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.About .content-inner ul li i,
.about-action .tab-content.infres ul li i {
    font-size: 6px;
    color: var(--primary-color);
    margin-right: 8px;
}

.custom-btn,
.altr-btn {
    background-color: var(--primary-color);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    padding: 0px 40px;
    line-height: 50px;
    border-radius: 0;
    position: relative;
    border: none;
    margin-top: 30px;
    z-index: 1;
    text-align: center;
    max-width: 100%;
    cursor: pointer;
    font-weight: bold;
    overflow: hidden;
}

.custom-btn::after,
.altr-btn::after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: -1px;
    background-color: #1a191d;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    z-index: -1;
}

.custom-btn:hover::after,
.altr-btn:hover::after {
    transform-origin: left center;
    transform: scale(1, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.altr-btn {
    background-color: var(--white);
    color: var(--black);
}

.altr-btn:hover {
    color: var(--white);
}

.altr-btn::after {
    background-color: var(--primary-color);
}

.abt-box-content {
    width: 370px;
    position: absolute;
    bottom: -30px;
    right: 0px;
    background-color: var(--highlight-color);
    color: var(--white);
    padding: 30px 40px;
    border-top: 7px solid var(--white);
    border-left: 7px solid var(--bg-color);
}

.abt-box-content img {
    height: 50px;
    object-fit: cover;
}

.abt-box-content span {
    margin-right: 20px;
}

.abt-box-content .box-text-content .text h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}

.abt-box-content .box-text-content .text p {
    font-weight: 600;
    font-size: 18px;
}

.abt-listing li {
    position: relative;
    padding-left: 13px;
}

.abt-listing li::after {
    position: absolute;
    content: "";
    background: var(--primary-color);
    width: 5px;
    height: 5px;
    left: 0;
}


/* About End =============== */





/* Why Choose Start ========= */

.why-choose-area {
    position: relative;
    width: 60%;
    background-color: var(--black);
    color: var(--white);
    padding: 90px 15px 100px 70px;
}

.why-choose-area .bg-overly {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg2.jpg), no-repeat center;
    background-size: cover;
    opacity: 0.09;
}

.why-choose .mid-contant,
.why-choose .right-image {
    width: 20%;
}

.why-choose-area .text-content {
    padding: 0px 20px 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.why-choose-area .text-content ul {
    margin-top: 15px !important;
}

.why-choose-area .text-content ul li {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    display: flex;
    align-items: flex-start;
}

.sub-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.why-choose-area .text-content ul li span i {
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    flex-shrink: 0 !important;
    font-size: 10px;
    margin-right: 8px;
    background-color: var(--primary-color);
    color: var(--black);
    border-radius: 50px;
}

.mid-contant {
    padding: 0 30px;
    background-color: var(--bg-color);
}

.mid-contant .mid-item .mid-number {
    font-size: 40px;
    color: var(--primary-color);
    font-weight: 800;
}

.mid-contant .mid-item .mid-head {
    font-weight: 700;
    line-height: 20px;
    font-size: 20px;
}

.mid-contant .mid-item p {
    padding: 15px 0 30px 0;
    font-size: 14px;
}

/* Why Choose End ========= */



/* Video Start ============== */

.video {
    width: 100%;
    background: url(../images/bg3.png), no-repeat bottom;
    background-size: cover;
    padding: 210px;
    background-attachment: fixed;
}

.video-over-icon span {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
}

.video-over-icon span i {
    position: relative;
    color: var(--white);
    z-index: 10;
    font-size: 22px;
}

.video-over-icon span::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: zoom-border 1500ms ease-out infinite;
}

.video-over-icon span::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--highlight-color);
    color: var(--white);
    border-radius: 50%;
}

@keyframes zoom-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.video-over-icon span:hover::before {
    animation-play-state: paused;
}

/* Video End ============== */




/* Blog Start ==============*/

.blog-item-thumb {
    height: 450px;
}

.heading-underline {
    position: relative;
}

.heading-underline span {
    position: relative;
    width: 236px;
    height: 1px;
    background-color: #7775754d;
    display: inline-flex;
    align-items: center;
}

.heading-underline span::before {
    content: "";
    position: absolute;
    top: -1;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-color);
    width: 100px;
    height: 3px;
}

.blog-slider {
    margin-top: 30px;
}

.blog-img,
.blog-img a{
    width: 100%;
    height: 100%;
}

.blog-img a img{
    object-fit: cover;
}

.item-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #1a191d 90%);
}

.item-body .thumb-title {
    color: var(--white);
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.6px;
    z-index: 1;
}

.thumb-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.post-date {
    font-size: 12px;
    padding-bottom: 15px;
}

.blog-post .post-wrap:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.post-title {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: var(--white);
    line-height: 24px;
    padding-bottom: 8px;
    transition: all 0.3s ease;
    margin: 0;
}

.blog-post .post-title {
    color: var(--black);
    font-size: 15px;
    font-weight: 500;
}

.post-title:hover {
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.3s ease;
}


.blog-item-thumb:hover .thumb-inner {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.blog-item-thumb:hover .thumb-title {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.blog-item-thumb:hover .thumb-icon {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.post-content p {
    font-size: 13px;
    color: #8a8a8a;
}

.thumb-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white);
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    font-size: 20px;
    visibility: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.blog-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    width: 100% !important;
}

.blog-slider .owl-nav button.owl-prev,
.blog-slider .owl-nav button.owl-next {
    background: transparent;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #767577;
    position: absolute;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.blog-slider .owl-nav button.owl-prev:hover,
.blog-slider .owl-nav button.owl-next:hover {
    background-color: var(--primary-color);
    color: var(--white);
    transition: all 0.3s ease-in-out;
}

.blog-slider .owl-nav button.owl-prev {
    left: -80px;
}

.blog-slider .owl-nav button.owl-next {
    right: -80px;
}

/* Blog End ===============*/




/* Category Start =========== */

.category .row>* {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cat-img {
    height: 100%;
}

.cat-img img {
    height: 100%;
    object-fit: cover;
}

.cat-text-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 105px;
    background: url(../images/bg5.jpg), no-repeat center;
    background-size: cover;
    color: var(--white);
    height: 100%;
}

.cat-icon-box {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.cat-icon-box .icon-img {
    position: relative;
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6A961F;
    clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 0 100%);
    z-index: 2;
    margin-bottom: 20px;
    transform: rotateY(180deg);
    transition: all 0.3s linear;
}

.cat-icon-box .icon-img.altr-color1 {
    background-color: #EA6D07;
}

.cat-icon-box .icon-img.altr-color2 {
    background-color: #0541A6;
}

.cat-icon-box::after {
    position: absolute;
    content: "";
    width: 112px;
    height: 112px;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
    clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 0 100%);
    transform: rotateY(180deg);
    transition: all 0.3s linear;
    z-index: 1;
}

.cat-icon-box .icon-img img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    display: inline-block;
    transform: rotateY(180deg);
}

.cat-text-box:hover .icon-img {
    transform: rotateY(180deg) translate(4px, -4px);
    transition: all 0.3s linear;
}

.cat-text-box:hover .icon-img img {
    transform: rotateY(560deg);
    transition: all 0.3s linear;
}

.cat-box-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cat-content p {
    font-size: 14px;
}

/* Category End ============ */



/* Get In Touch Start ========= */

.get-in-touch {
    padding: 150px 0;
    width: 100%;
    position: relative;
    background: url(../images/bg-layout71.png), no-repeat center;
    background-size: cover;
}

.inner-thumb {
    width: 46%;
}

.inner-thumb img {
    object-fit: cover;
}

.inner-content {
    width: 45%;
}

.heading-underline.left-bar span::before {
    left: 0;
    transform: translateX(0%);
}

.inner-thumb {
    margin: 0 0px 0 10px;
}

.inner-content {
    padding: 0 0 0 40px;
}

.get-form {
    margin-top: 30px;
}

.get-form .row>* {
    padding: 0;
}

.get-form .input-box {
    flex: 0 0 auto;
    width: 48.5%;
    margin-bottom: 15px;
}


.form-control,
.form-select {
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    padding: .8rem 1.2rem !important;
}

.form-control::placeholder,
.form-select {
    font-size: 13px;
    color: #767676 !important;
}

.form-check-label {
    font-size: 11px;
}

.form-check-input {
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/* Get In Touch End ========= */




/* FAQ Start =============== */

.faq-block,
.map-block {
    flex: 0 0 auto;
    width: 50%;
}

.faq-block {
    padding: 50px;
    position: relative;
    background: url(../images/bg6.jpg), no-repeat center;
    background-size: cover;
}

.faq-sec .sec-heading {
    width: 350px;
}

.faq-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 26px;
    flex-shrink: 0;
}

.accordian-box {
    margin-top: 40px;
}

.accordion-item:first-of-type {
    border-radius: 0 !important;
}

.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,
.accordion-item:last-of-type {
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.accordion-button {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px !important;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    text-align: left;
    background-color: transparent;
}

.accordion-body {
    padding: 25px 30px;
}

.accordion-button:not(.collapsed) {
    color: var(--white) !important;
    background-color: var(--secondary-color);
    box-shadow: none !important;
}

.accordion-button::after {
    display: none !important;
}

.accordion-button .collapse-icon1,
.accordion-button .collapse-icon2 {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 12px;
    flex-shrink: 0;
}

.accordion-button .collapse-icon2 {
    display: none;
}

.accordion-button:not(.collapsed) .collapse-icon1 {
    display: none;
}

.accordion-button:not(.collapsed) .collapse-icon2 {
    display: block;
    background-color: var(--secondary-color);
}

.short-img {
    background: url(../images/shusma3.webp), no-repeat center;
    background-size: cover;
}

.w-50 {
    width: 50%;
}

.add-bar-inner {
    display: flex;
    flex-direction: column;
    background-color: var(--secondary-color);
    color: var(--white);
}

.add-bar-inner .padding-add-bar {
    padding: 50px 35px;
}

.address-bar .add-title {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.address-bar p,
.address-bar ul li {
    font-size: 15px;
}

.address-bar ul li {
    line-height: 30px;
}

.address-bar .add-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 19px;
    background-color: var(--highlight-color);
    color: var(--white);
    border-radius: 50px;
    margin-right: 16px;
    flex-shrink: 0;
}

/* FAQ End =============== */



/* Subscribe Start ========== */

.Subscribe {
    width: 100%;
    position: relative;
    background: url(../images/short-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 52px 0;
    color: var(--white);
}

.Subscribe .inner-block {
    padding-left: 100px;
}

.block-content {
    width: 700px;
}

.block-icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    background-color: var(--primary-color);
}


.block-icon img {
    width: 53px;
    height: 53px;
    object-fit: cover;
}

.Subscribe .block-title {
    font-weight: 700;
    font-size: 36px;
}

.Subscribe .altr-btn {
    margin-top: 40px;
}

/* Subscribe End ========== */



/*  Footer Start ===================== */

.footer-top {
    padding: 75px 0 40px 0px;
    background-color: #1A191D;
    color: var(--white);
}

.logo img {
    width: 100px;
    margin-bottom: 25px;
}

.footer-social-group a:first-child {
    border-left: 1px solid #767577;
}

.footer-social-group a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    background-color: transparent;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #767577;
    color: #767577;
    margin-top: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-social-group a:hover {
    background-color: var(--bg-color);
    border-color: var(--bg-color);
    color: var(--secondary-color);
    transition: all 0.3s ease;
}

.footer-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.8px;
}

.footer-link ul li {
    font-size: 14px;
    display: flex;
    align-items: start;
    line-height: 30px;
}

.footer-link ul li i {
    color: #767577;
    margin-right: 10px;
    margin-top: 12px;
}


.square-icon i {
    font-size: 6px;
    color: var(--primary-color) !important;
    transition: all 0.4s ease;
}

.footer-link ul li:hover .square-icon i {
    color: var(--white) !important;
    transition: all 0.4s ease;
}

.footer-link ul li a:hover {
    text-decoration: underline !important;
    transition: all 0.4s ease;
}

.footer-bottom {
    background-color: #111013;
    color: var(--white);
    padding: 30px 0;
    text-align: center;
}

.footer-bottom p span {
    color: var(--primary-color);
}

/*  Footer End ===================== */



/* Breadcrumb-Banner Start ========== */

.breadcrumb-banner {
    margin-top: 74px;
    position: relative;
    width: 100%;
    height: 482px;
    color: var(--white);
    background-attachment: fixed;
}

.breadcrumb-banner.about-inner {
    background: url(../images/inner-bg3.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-banner.blog-inner,
.breadcrumb-banner.blog-detail-inner {
    background: url(../images/inner-bg1.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-banner.contact-inner {
    background: url(../images/inner-bg4.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-banner.product-inner {
    background: url(../images/inner-bg2.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-banner.about-inner {
    background: url(../images/inner-bg3.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-title {
    font-weight: 600;
    font-size: 42px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "" !important;
}

.breadcrumb {
    display: inline-flex !important;
    margin-top: 30px;
    list-style: none;
    color: #f4f4f4;
    padding: 6px 30px;
    background-color: rgb(0 0 0 / 62%);
}

.breadcrumb-list {
    width: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.breadcrumb-item,
.breadcrumb-item.active {
    color: var(--white);
}

.breadcrumb-item i {
    font-size: 12px;
}

.overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.4;
}

/* Breadcrumb-Banner ENd ========== */

/* Contact Innar Start =============== */

.contact-box-content {
    background-color: var(--bg-color);
    padding: 60px 0;
}

.contact-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../images/map-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.box-item {
    flex: 0 0 auto;
    width: 33.33%;
    padding: 0 20px;
    border-right: 1px solid #66666639;
}

.box-item:nth-child(3) {
    border-right: 0;
}

.contact-box-content .box-icon img {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
}

.contact-box-content .box-title {
    text-transform: uppercase;
    font-size: 20px;
    margin: 15px 0;
    font-weight: 700;
}

.contact-box-content p {
    color: #666666;
}

.contact-form {
    padding-right: 40px;
}

.contact-form {
    margin-top: 30px;
}

.contact-form .row>* {
    padding: 0;
}

.contact-form .input-box {
    flex: 0 0 auto;
    width: 48.5%;
    margin-bottom: 15px;
}

.contact-form .sec-heading {
    margin-bottom: 30px;
}

.capture-code img#Imageid {
    width: 100% !important;
    height: 51px !important;
}


.contact-address-box {
    background-color: var(--secondary-color);
    height: 100%;
    padding: 60px 40px;
    color: var(--white);
}

.add-icon {
    margin-right: 20px;
    margin-top: 5px;
    color: #dfdfdf;
    display: inline-block;
    transition: all .3s;
}

.add-icon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.add-item {
    margin-bottom: 20px;
}

.add-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.address-column {
    margin-top: 30px;
    padding-right: 80px;
}

.address-column p {
    color: #dfdfdf;
}

.add-item .add-icon:hover,
.add-item .add-icon:focus {
    animation-name: animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes animation-wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}

.add-item.social-group i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #666666aa;
    border-radius: 50px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.add-item.social-group i:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
    animation: zoomhover 1s linear infinite;
}

@keyframes zoomhover {
    25% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(.9);
    }
}

/* Contact Innar End ================ */


/* About Us Start ================== */

.about-text-content {
    padding-right: 40px;
}

.abt-inner-image::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    top: 60%;
    left: 60%;
    background-color: #f0f0f0;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.abt-inner-image:hover::before {
    width: 100%;
    height: 100%;
    top: 20px;
    left: 20px;
    background-color: var(--primary-color);
    transition: all 0.3s ease-in;
}

.about-carousel .slide-item {
    background-color: rgba(26, 25, 29, 0.04);
    padding: 25px 40px 25px 25px;
}

.about-carousel .slide-item .style-top .item-icon img {
    width: 1.8rem;
    height: 1.8rem;
    object-fit: cover;
}

.about-carousel .slide-item .style-top .item-icon {
    width: 55px;
    height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    margin-right: 20px;
}

.about-carousel .slide-item .style-top {
    margin-bottom: 20px;
}

.about-carousel .slide-item .style-top .item-title {
    font-size: 26px;
    font-weight: 700;
}

.about-carousel .slide-item .style-des {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 30px;
}

.about-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    width: 100%;
    bottom: 16px;
    left: 20px;
    text-align: left;
}

.about-carousel.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 5px;
    margin: 5px 6px;
    background: #d0d0d0;
    display: block;
    border-radius: 0px;
}

.about-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary-color);
    width: 24px;
}

.about-banner .about-banner-slider {
    height: 400px;
    overflow: hidden;
}

.about-banner-slider .owl-stage-outer,
.about-banner-slider .owl-stage,
.about-banner-slider .owl-item,
.about-banner-slider .slider-item,
.about-banner-slider .slider-item img {
    height: 100%;
}

.about-banner-slider .slider-item img {
    object-fit: cover;
}

.about-banner-slider.owl-theme .owl-nav,
.hover-section .image-grid.owl-theme .owl-nav {
    margin-top: 0 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    width: 100% !important;
    z-index: 99;
}

.about-banner-slider .owl-nav button.owl-prev,
.about-banner-slider .owl-nav button.owl-next,
.hover-section .image-grid .owl-nav button.owl-prev,
.hover-section .image-grid .owl-nav button.owl-next {
    background-color: var(--primary-color);
    color: var(--white);
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.about-banner-slider .owl-nav button.owl-prev,
.hover-section .image-grid .owl-nav button.owl-prev {
    left: 20px;
}

.about-banner-slider .owl-nav button.owl-next,
.hover-section .image-grid .owl-nav button.owl-next {
    right: 20px;
}

.about-banner-slider .owl-nav button.owl-prev:hover,
.about-banner-slider .owl-nav button.owl-next:hover,
.hover-section .image-grid .owl-nav button.owl-prev:hover,
.hover-section .image-grid .owl-nav button.owl-next:hover {
    background-color: var(--primary-color);
}

.about-banner-slider .owl-nav button:hover.owl-prev i,
.hover-section .image-grid .owl-nav button:hover.owl-prev i {
    animation: moveRighttoLeft 0.4s forwards;
}

.about-banner-slider .owl-nav button:hover.owl-next i,
.hover-section .image-grid .owl-nav button:hover.owl-next i {
    animation: moveLefttoRight 0.4s forwards;
}

@keyframes moveLefttoRight {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes moveRighttoLeft {
    49% {
        transform: translate(-100%);
    }

    50% {
        opacity: 0;
        transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}


.about-action .about-action-inner {
    position: relative;
    background: url(../images/abt-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-top: 23px;
    margin-bottom: 0;
    padding: 0 15px 60px;
}

.about-tab-area {
    background-color: var(--white);
    padding: 30px;
    height: 690px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

.about-tab-area .tabs {
    display: flex;
    border-top: 1px solid #dedede;
}

.about-tab-area .tabs .tab-link {
    position: relative;
    padding: 12px 0;
    margin-right: 50px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02px;
}

.about-tab-area .tabs .tab-link:nth-child(4) {
    margin-right: 0;
}

.about-tab-area .tabs .tab-link:before {

    position: absolute;
    content: "";
    top: -1px;
    right: 2px;
    left: 0;
    height: 3px;
    background-color: #cd0001;
    transform-origin: 0 0 0;
    transform: scaleX(0);
    transition: all 0.4s ease 0s;
    z-index: 1;
}

.about-tab-area .tabs .tab-link.current:before {
    opacity: 1;
    transform: scaleX(1);
}

.tab-content p {
    color: #666666;
}

.choose-item {
    padding: 15px 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.choose-item:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    border-color: transparent;
    transition: all 0.3s ease;
}

.choose-item .icon i {
    color: var(--primary-color);
    font-size: 22px;
    margin-right: 15px;
}


.mv-box {
    padding-bottom: 20px;
}

.choose-item .title,
.mv-box .mv-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 0.02px;
}

.mv-box .mv-title {
    margin-top: 15px;
}

.mv-box .mv-title i {
    color: var(--primary-color);
    margin-right: 6px;
    font-size: 4px;
    margin-top: 5px;
}

.tab-content .mv-box .mv-thumb {
    position: relative;
    overflow: hidden;
}

.tab-content .mv-box .mv-thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: none;
}

.tab-content .mv-box .mv-thumb:hover:before {
    background-color: rgba(255, 255, 255, 0);
    width: 120%;
    transition: all 0.6s ease-out;
}

.tab-content .mv-box .mv-thumb img {
    height: 200px;
    object-fit: cover;
}

.about-counter {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 40px 0;
}

.counter-card {
    position: relative;
    background-color: var(--highlight-color);
    padding: 25px 20px;
    text-align: center;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.counter-card::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-top: 2px solid var(--primary-color);
    border-left: 2px solid var(--primary-color);
}

.counter-card::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 14px;
    height: 14px;
    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
}

.counter-no {
    position: relative;
    font-weight: 700;
    font-size: 22px;
}

.counter-no.plus::after {
    content: "+";
    display: inline-block;
}

.counter-title {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02px;
    font-size: 12px;
}

/* About Us End ================== */



/* Product Inner Start ============== */

.container-fluid {
    padding: 0 80px;
}

.pro-count {
    padding: 16px 25px;
    font-size: 20px;
}

.product-inner .grid-item,
.product-detail-area .grid-item {
    padding: 0 0 0 20px;
    text-align: center;
    margin-bottom: 30px;
}

.product-inner .grid-item .gallery-image,
.product-detail-area .grid-item .gallery-image {
    background-color: var(--bg-color);
    position: relative;
}

.product-inner .grid-item .gallery-image .view-item,
.product-detail-area .grid-item .gallery-image .view-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: all 0.4s ease-in-out;
}

.product-inner .grid-item .gallery-image .view-item .view-btn,
.product-detail-area .grid-item .gallery-image .view-item .view-btn {
    background-color: var(--white);
    color: var(--highlight-color);
    padding: 7px 25px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    transform: translateY(-15px);
    transition: all 0.4s ease;
}

.product-inner .grid-item .gallery-image .view-item .view-btn:hover,
.product-detail-area .grid-item .gallery-image .view-item .view-btn:hover {
    background-color: var(--primary-color);
    color: var(--white);
    transition: all 0.4s ease;
}

.product-inner .grid-item .gallery-image .view-item .view-btn:hover i {
    color: var(--white);
    transition: all 0.4s ease;
}

.product-inner .grid-item .gallery-image .view-item::after,
.product-detail-area .grid-item .gallery-image .view-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 25, 29, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.product-inner .grid-item .gallery-image:hover .view-item,
.product-detail-area .grid-item .gallery-image:hover .view-item {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
}

.product-inner .grid-item .gallery-image:hover .view-item::after,
.product-detail-area .grid-item .gallery-image:hover .view-item::after {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
}

.product-inner .grid-item .gallery-image:hover .view-item .view-btn,
.product-detail-area .grid-item .gallery-image:hover .view-item .view-btn {
    transform: translateY(0);
    transition: all 0.4s ease-in-out;
}

.product-inner .grid-item .gallery-image .view-item .view-btn i,
.product-detail-area .grid-item .gallery-image .view-item .view-btn i {
    color: var(--highlight-color);
    margin-left: 8px;
}

.products-dec-area {
    padding: 20px;
}

.products-dec-area .pdec {
    font-size: 24px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.product-detail-area .products-dec-area .pdec {
    font-size: 18px;
}

.products-dec-area .pdec:hover {
    color: var(--primary-color);
    cursor: pointer;
}

.right-thumb {
    position: sticky;
    top: 0;
}

.search-box {
    padding: 20px;
    border: 1px solid #dedede;
}

.search-box .input-box {
    padding: 8px 5px 8px 20px;
    border: 1px solid #dedede;
    background-color: transparent;
}

.search-box .input-box input {
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    border: none;
}

.search-box .input-box input::placeholder {
    font-size: 11px;
    font-style: italic;
}

.search-box .input-box .search-icon {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
}

.product-categories .pro-title,
.product-tags .pro-title,
.product-search .pro-title,
.blog-post .pro-title {
    padding: 16px 25px;
    font-size: 18px;
    font-weight: 600;
    background-color: var(--secondary-color);
    color: var(--white);
    margin: 0;
}

.product-detail-area .pro-title {
    font-size: 30px;
    font-weight: 700;
}

.product-categories .pro-cat-item {
    width: 100%;
}

.product-categories .pro-cat-item .pro-cat-link {
    padding: 10px 25px;
    width: 100%;
    font-size: 13px;
    letter-spacing: 1px;
    color: var(--black);
    border-bottom: 1px solid #dedede;
    transition: all 0.4s ease-in-out;
}

.pro-cat-list {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.product-categories .pro-cat-item .pro-cat-link:hover {
    background-color: var(--primary-color);
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.pro-tag-list {
    padding: 20px;
    border: 1px solid #dedede;
}

.pro-tag-item {
    margin-right: 5px;
    background-color: rgba(26, 25, 29, 0.1);
    padding: 5px 20px;
    transition: all 0.4s ease-in-out;
    font-size: 11px;
}

.pro-tag-item:hover {
    background-color: var(--primary-color);
    color: var(--white);
}


.product-categories .cat-chekbox {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
}

.product-categories .cat-chekbox .form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cat-chekbox .checkmark {
    position: relative;
    top: 2px;
    right: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid rgba(0, 27, 66, 0.48);
    border-radius: 0;
    transition: all 0.2s ease;
}

.cat-chekbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: -1px;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cat-chekbox input[type="checkbox"]:checked+.checkmark::after {
    display: block;
}

.cat-chekbox input[type="checkbox"]:checked+.checkmark {
    background-color: var(--highlight-color);
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}


.pro-detail-content {
    padding: 0 0 0 40px;
}

.pro-thumb {
    overflow: hidden;
    background-color: var(--bg-color);
}

.pro-thumb img {
    transform: translate(1);
    transition: all 0.3s ease-in-out;
}

.pro-thumb:hover img {
    transform: scale3d(1.08, 1.08, 1);
    transition: all 0.3s ease-in-out;
}

.pro-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

/* .pro-title:hover {
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.3s ease;
} */

.dec {
    margin-bottom: 30px;
}

.dec h5,
.pro-key-feture h5 {
    font-size: 18px;
    font-weight: 600;
}

.pro-key-feture h5 {
    margin-bottom: 15px;
}

.pro-key-feture ul li p {
    font-size: 16px;
    line-height: 28px;
}


.pro-key-feture ul li i {
    font-size: 6px;
    color: var(--primary-color);
    margin-right: 10px;
}

.related-pro-wrap {
    margin-top: 40px;
}

.related-pro-wrap h4 {
    font-weight: 700;
    font-size: 20px;
}

/* Product Inner End ============== */

/* Product detail Start ============= */

.product-gallery {
    flex: 1;
    min-width: 300px;
}

.lightSlider.lSSlide {
    height: 450px !important;
}

li.lslide,
li.lslide.active {
    height: 100%;
}

#imageSlider img {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    object-fit: contain;
    background-color: var(--bg-color);
}

.lSGallery img {
    width: 100px;
    height: 120px !important;
    object-fit: contain;
    transition: all 0.3s ease;
}

.lSGallery li.active img,
.lSGallery li img:hover {
    /* border: 4px solid var(--primary-color); */
    opacity: 0.8;
    outline: 5px solid rgba(0, 0, 0, 0.1);
    outline-offset: -6px;
    transition: all 0.3s ease;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px !important;
}

a.lSNext,
a.lSPrev {
    border: 1px solid var(--highlight-color);
    color: var(--highlight-color);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.4s ease;
}

a.lSNext:hover,
a.lSPrev:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
}

.lSSlideOuter .lSPager.lSGallery li a {
    width: 100%;
    padding: 4px;
    background-color: var(--bg-color);
}

.lSSlideOuter .lSPager.lSGallery img {
    width: 100%;
    background-color: var(--bg-color);
}

.pro-key-feture li {
    list-style-type: square;
}

.pro-key-feture li::marker {
    color: var(--primary-color);
}

/* Product detail End ============= */


/* Blog Inner Start ================ */

.blog-item {
    box-shadow: 0 4px 15px 0 rgba(26, 25, 29, 0.1);
}

.blog-thumb img {
    height: 230px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.blog-thumb {
    overflow: hidden;
}

.blog-date-box {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 13px;
    line-height: 20px;
    z-index: 5;
}

.blog-date-box .date {
    font-size: 18px;
    font-weight: 700;
}

.blog-thumb:hover img {
    opacity: 0.9;
    transform: scale3d(1.05, 1.05, 1);
    transition: all 0.3s ease-in-out;
}

.blog-thumb::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background-color: rgb(0 0 0 / 18%);
    z-index: 1;
}

.blog-content {
    padding: 20px;
}

.blog-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.blog-detail-content .blog-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.blog-title:hover,
.blog-detail-content .blog-title:hover {
    color: var(--primary-color);
    transition: all 0.3s ease;
    cursor: pointer;
}

.blog-content .blog-dec {
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
    color: #666666;
    border-top: 1px solid #dedede;
}

.blog-content .blog-dec:before {
    position: absolute;
    content: "";
    top: -1px;
    right: 2px;
    left: 0;
    height: 1px;
    width: 100px;
    background-color: #cd0001;
    transition: all 0.4s ease 0s;
    z-index: 1;
}

.blog-btn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

.blog-btn:hover {
    color: var(--primary-color);
}

.blog-btn i {
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.blog-btn:hover i {
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
}

.blog-thumb.detail img {
    height: 350px;
}

.post-image img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    object-fit: cover;
}

/* Blog Inner End ================ */


/* Blog detail CMS Start =========== */

.blog-detail-content p {
    text-align: justify;
}

.pro-cat-link {
    font-size: 14px;
}

.admin-list {
    margin: 0;
    padding: 0 0 25px 0;
}

.admin-list li {
    color: #8e8e8e;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 0;
    font-size: 14px;
}

.admin-list li:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #b4b4b4;
}

.admin-list:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 103px;
    height: 1px;
    background-color: var(--primary-color);
    z-index: 1;
}

.admin-list:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 216px;
    height: 1px;
    background-color: #dedede;
}

.admin-list li i {
    margin-right: 5px;
}

/* Blog detail CMS End =========== */


/* Hover Section Start ============ */

.hover-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1);
    transition: opacity 0.4s ease, transform .4s ease;
    z-index: 0;
}


.image-grid {
    display: flex;
    position: relative;
    height: 100%;
    z-index: 1;
}

.image-box {
    height: 500px;
    flex: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-right: 1px solid #746c70;
    transition: border 0.3s ease;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
}

.image-box .image-body-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    /* right: 0; */
    width: 100%;
    z-index: 5;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.image-box .image-body-inner .inner-text {
    width: 100%;
}

.image-box,
.image-box-thumb {
    position: relative;
}

.image-box::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.606);
    z-index: 1;
    transition: all 0.4s ease;
}

.image-box-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 37%);
    z-index: 1;
}

.image-box:hover::after {
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
}

.image-box:hover .inner-bottom {
    max-height: 340px;
    transition: all 0.4s ease;
}

.image-box-thumb {
    width: 100%;
    height: 100%;
}


.inner-top {
    margin: 0 auto;
    padding: 0 40px;
    padding-bottom: 30px;
    max-height: 330px;
}


.image-box:hover .inner-top {
    padding-bottom: 10px;
}

.inner-bottom {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: center; */
    transition: all 0.4s ease;
}

.inner-top .entry-title {
    font-size: 20px;
    font-weight: 600;
}

.inner-bottom .underline span {
    width: 86px;
    height: 4px;
    display: block;
    margin: 20px 0px 20px 40px;
    background-color: var(--primary-color);
}

.inner-bottom .entry-content {
    padding: 0 40px;
}

.action-buttons {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.btn-fullw {
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 60px;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--primary-color);
    color: var(--white);
    overflow: hidden;
    z-index: 1;
}

.btn-fullw::after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: -1px;
    background-color: #1a191d;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    z-index: -1;

}

.btn-fullw:hover::after {
    transform-origin: left center;
    transform: scale(1, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);

}

/* Hover Section End ============ */



/* Scroll To Top Button Start =========== */
#scrollTopBtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: conic-gradient(#f84e1d 0%, #ddd 0%);
    border: none;
    outline: none;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
    z-index: 999;
}

#scrollTopBtn::before {
    content: '↑';
    position: absolute;
    z-index: 1;
}

#scrollTopBtn::after {
    content: '';
    position: absolute;
    width: 52px;
    height: 52px;
    background: #333;
    border-radius: 50%;
    z-index: 0;
}

/* Scroll To Top Button End =========== */



.img-bef:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: none;
}

.img-bef:hover:before {
    background-color: rgba(255, 255, 255, 0);
    width: 120%;
    transition: all 0.6s ease-out;
}

.hidden-flow {
    overflow: hidden;
}



/* Today=========== */
.btn-close.cross {
    position: absolute;
    top: 17px;
    right: 12px;
    transform: unset;
}

.modal.productForm .modal-content {
    border-radius: 0 !important;
}

.modal.productForm .modal-content .modal-header {
    padding: 10px 15px;
    border-bottom: 0;
    background-color: var(--primary-color);
    border-radius: 0;
}

.modal.productForm .modal-content .modal-body {
    background-color: var(--highlight-color);
    opacity: 1 !important;
    width: 100% !important;
    /* padding: 40px 20px; */
}

.modal.productForm .modal-content .modal-body .input-box {
    margin-bottom: 15px;
}


/* Pagination Start ========== */
.pagination .page-link {
    position: relative;
    display: block;
    padding: 10px 18px !important;
    margin-right: 8px;
    font-size: 17px;
    color: var(--black);
    text-decoration: none;
    background-color: var(--bg-color);
    border: none !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--white);
    background-color: var(--primary-color);
    border: none;
}

/* Pagination End ========== */

/* Side Action Bar Start ======== */
.sideactionBar {
    position: fixed;
    right: 0px;
    transition: transform 0.6s;
    background: rgb(255, 255, 255);
    top: 40%;
    width: 40px;
    height: auto;
    text-align: center;
    transform: translate(0px, -40%);
    box-shadow: rgb(0 0 0 / 18%) 0px 3px 15px;
    z-index: 99;
    padding: 10px 0px;
    border-radius: 5px 0px 0px 5px;
}

.sideactionBar li a {
    position: relative;
    display: block;
}

.sideactionBar li.callAction a ,
.sideactionBar li.whatsappAction a {
    margin-bottom: 10px;
}

.sideactionBar li a img {
    width: 20px;
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {

    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

}

.sideactionBar li span {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 10px;
    right: 100%;
    line-height: 20px;
    transform: translateX(-2px);
    font-size: 12px;
    color: rgb(255, 255, 255);
    background: rgb(34, 34, 34);
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    transition: 0.5s;
}

.sideactionBar li.whatsappAction span {
    top: 48px;
}
.sideactionBar li.mailAction span {
    top: 84px;
}

.sideactionBar li span::after {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    content: "";
    top: 3px;
    right: 0px;
    transform: translateX(5px);
    border-top: 10px solid rgba(255, 255, 255, 0);
    border-bottom: 10px solid rgba(255, 255, 255, 0);
    border-left: 10px solid rgb(34, 34, 34);
    transition: 0.5s;
}

.sideactionBar li:hover span,
.sideactionBar li:hover span::after {
    opacity: 1;
    visibility: visible;
}

/* Side Action Bar End ======== */

.search-rslt {
    background-color: var(--white);
    color: var(--black);
    border-bottom: 3px solid var(--primary-color);
}

.search-rslt ul {
    padding: 0;
    margin: 0;
}

.search-rslt ul li {
    padding: 8px 30px;
    transition: all 0.4s ease;
}

.search-rslt ul li:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
}

.search-rslt ul li:hover {
    background-color: var(--primary-color);
    color: var(--white);
    transition: all 0.4s ease;
}

.search-rslt {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.search-mod::-webkit-scrollbar {
    width: 0px;
}