@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    scroll-behavior: smooth;ab
    font-size: 15px;
    line-height: 1.4;
    transition: all 0.5s ease;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url('../font/LibreFranklin-Thin.woff2') format('woff2'),
        url('../font/LibreFranklin-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Merriweather';
    src: url('../font/Merriweather-Light.woff2') format('woff2'),
        url('../font/Merriweather-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


:root {
    
    --bg1: #ec3237;
    --bg2: #ec3237;
    --dark: #000;
    --dark1: #304352;
    --gray: #373435;
    --light: #fff;
    --bg: #edecea;
    --bg: #f1eded;
    --bg3: #ebdcc4;
    --primary: #005173;
    --secondary: #fefefe;
    --font1: 'Libre Franklin';
    --font2: 'Merriweather';
}

::selection {
    color: var(--light);
    background-color: var(--bg1);
}

a {
    text-decoration: none;
    color: var(--dark1);
}


.container-fluid {
    padding: 0;
}

a {
    margin: 0;
    padding: 0;
    list-style: none;
}

h3 {
    font-family: var(--font2);
    color: var(--dark1);
}

p {
    font-size: 16px;
    color: var(--dark1);
    line-height: 1.6;
    font-family: var(--font1);
}

a:hover {
    color: var(--bg1);
}

section {
    padding: 100px 0;
    overflow: hidden;
}

/*-------------*/
.title-sec {
    font-size: 30px;
    color: var(--bg1);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 0px 1px var(--dark);
    font-family: var(--font2);
}

.sub-title {
    margin: 0 0 16px 0;
    font-family: var(--font2);
    line-height: 1.2;
    font-weight: 900;
    font-size: 1.8rem;
    color: var(--dark);
    text-transform: capitalize
}

.heading-sec {
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--font2);
    line-height: 1.6;
    font-weight: 600;
    color: var(--gray);
}

.content-sec {
    font-size: 16px;
    word-spacing: 1.3px;
    line-height: 1.8;
    font-family: var(--font1);
    font-weight: 500;
}

.header-part {
    display: block;
    text-align: start;
    margin-bottom: 2rem;
}

.btn-sec {
    border-radius: 5px;
    color: var(--light);
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 13px 30px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0.9s;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--bg1);
    border: 0;
    display: inline-block;
    font-family: var(--font1);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    outline: transparent;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.btn-sec:after {
    position: absolute;
    content: '';
    background: var(--dark);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0);
    transition: var(--transition);
    z-index: -1;
}

.btn-sec span {
    color: var(--light);
}

.btn-sec:hover::after {
    transform: scaleY(1);
    transition: all 0.5s ease-in-out;
}

.enquiry-sec {
    display: flex;
    align-items: center;
}

.btn-sec:hover {
    color: var(--light);
}

.read-more {
    position: relative;
    padding: 10px 25px 10px 25px;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    box-shadow: 0 16px 35px 0 rgba(0, 0, 0, .2);
    transition: all .3s;
    margin-top: 20px;
    margin-bottom: 20px;
}

.read-more span {
    color: var(--light);
    font-size: 14px;
    padding-left: 10px;
    transition: all 0.8s ease;
}

.read-more:hover span {
    transform: translateX(5px) !important;
    color: var(--light);
}

/*--------top-header---------*/
/**********/
.th-links {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.t-header {
    display: block;
    position: relative;
    background-color: var(--dark);
    overflow: hidden;
    padding: 0.5rem 0;
}

.top-dark {
    background-color: var(--bg);
    height: 100%;
}

.th-element {
    display: flex;
    color: var(--light);
    gap: 10px;
}

.th-element .th-icon {
    font-size: 15px;
    color: var(--bg1);
}

.th-icon img {
    width: 24px;
}

.th-element a {
    color: var(--light);
    font-size: 16px;
    font-weight: 400;
}

.th-social-links {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
    line-height: 26px;
}

.th-social-links a {
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.th-social-links a:hover {
    color: var(--light);
    transform: scale(1.1);
}

.s-icon {
    border-radius: 50%;
    color: var(--light);
}

.s-icon img {
    width: 24px;
    transition: all 1s ease-in-out;
}


/*--------header---------*/
header {
    background-color: var(--light);
    box-sizing: border-box;
    position: relative;

}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    box-sizing: border-box;
    width: 100%;
}

.logo img {
    width: 120px;
    position: relative;
    z-index: 999;
    transition: 0.2s ease-in-out;
    margin-left:0rem;
    margin-bottom:-2rem;
}

.nav-menu {
    display: flex;
    align-items: center;
}

.nav-menu li {
    display: block;
    position: relative;
}

.nav-menu li a {
    font-family: var(--font2);
    text-transform: capitalize;
    display: block;
    padding: 36px 16px;
    font-weight: 300;
    line-height: 1;
    font-size: 15px;
    color: var(--dark);
    letter-spacing: 1px;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.nav-menu li a:hover,
.nav-menu li a.active {
    background-color: var(--bg);
    color: var(--bg1);
}

.nav-menu li a::after {
    position: absolute;
    content: '';
    left: 0;
    height: 2px;
    background-color: var(--bg1);
    width: 100%;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.nav-menu li a:hover::after {
    width: 100%;
    opacity: 1;
}

.nav-menu li a :nth-child(last) {
    padding-right: 0px !important;
}

.nav-menu li.drop-menu a {
    padding-right: 1.5rem;
}

.nav-menu li.drop-menu {
    position: relative;
    display: block;
    transition-delay: 0.6s;
}

.drop-content {
    position: absolute;
    top: 100%;
    width: 280px;
    height: 450px;
    display: none;
    background-color: var(--light);
    z-index: 999;
    box-shadow: rgba(9, 9, 9, 0.2) 0px 2px 2px 0px;
    overflow: auto;
    /*border-top: 4px solid var(--bg1);*/
    transition: all 0.6s ease-in-out 0.4s;
    padding-left:0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.drop-menu:hover .drop-content {
    display: block;
    top: 100%;
}

.drop-content li {
    line-height: 1;
    display: block;
    transition: all 0.8s ease;
    border-bottom: 1px ridge var(--gray);
}

.drop-content li a {
    color: var(--gray);
    display: block;
    width: 100%;
    padding: 14px 10px;
    transition: all 0.4s ease;
    line-height:1.2;
    font-size:15px;
    text-transform:capitalize;
        
}

.drop-content li a:after {
    height: 0;
}

.drop-content li a:hover {
    color: var(--bg1);
    font-weight: 500;
    background-color: var(--dark);
    border: none !important;
}

.drop-content::-webkit-scrollbar {
    width: 7px;
    background-color: var(--bg);
    box-shadow: 0px 1px solid var(--dark);
}

.drop-content::-webkit-scrollbar-thumb {
    color: var(--bg1);
    background-color: var(--gray);
    border-radius: 5px;
}

ul.drop-content li:after {
    display: none;
}

.click-btn {
    position: absolute;
    right: 1px;
    top: 34px;
    color: var(--dark);
    cursor: pointer;
}

.enq-icon img {
    width: 40px;
    animation: wave 0.8s ease infinite;
}

@keyframes wave {
    from {
        transform: roate(-10deg);
    }

    to {
        transform: rotate(10deg);
    }
}

.enq-number {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 6px;
}

.enq-number:hover {
    color: var(--light);
}

/*----sticky-header----------*/

/* sticky-header */
#navbar-sec.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: slide-down 1s ease-in-out;
    box-shadow: 0px 0px 1px var(--dark);
}

#navbar-sec.sticky .nav-sec>li>a {
    color: var(--dark);
}

@keyframes slide-down {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

#navbar-sec.sticky .nav-sec>li>a:hover {
    color: var(--bg1);
}

#navbar-sec.sticky .logo img {
    margin-top: 0;
    margin-left:0rem;
}

/*=========banner========*/
.banner-section {
    position: relative;
    padding: 0 2%;
}

.ban-next.slick-arrow,
.ban-back.slick-arrow {
    position: absolute;
    content: '';
    z-index: 1;
    top: 50%;
    font-size: 16px;
    font-weight: 900;
    padding: 4px;
    color: var(--bg1);
    background-color: var(--dark);
    height: 2rem;
    width: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-radius: 5%;
}

.ban-next.slick-arrow:hover,
.ban-back.slick-arrow:hover {
    color: var(--light);
    background-color: var(--bg1);
}

.ban-next.slick-arrow {
    right: 0px;
}

.ban-back.slick-arrow {
    left: 0px;
}

.banner-img img {
    object-fit: cover;
    border-radius: 2rem;
}

.banner-slider {
    position: static;
}


/* ***************** */
.category-sec{
      background-color: var(--bg);
}
.category-slider.slick-initialized.slick-slider{
    border-radius: 1rem;
     background-color: var(--light);
     padding-bottom:0rem;
     text-align:center;
}

.category-box{
    margin: 1rem;
    text-align: center;
    position: relative;
}
.category-img{
    height: 300px;
    overflow: hidden;
    border-radius: 1rem;
}

.category-img img{
    border-radius: 50%;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.category-name{
        position: absolute;
    bottom: -1rem;
    padding: 0.5rem 0.2rem;
    background-color: var(--dark);
    color: var(--light);
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    font-family: var(--font2);
    font-size: 0.8rem;
    border-radius: 0px 0px 1rem 1rem;
    border:1px solid var(--bg1);
    border-top:none;
    left:0;
    opacity:0;
}
.category-slider .slick-dots button{
    width: 12px;
    height: 12px;
    background-color: var(--dark);
    border-radius: 50%;
    text-indent: -9999px;
    padding: 0;
    border: none;
}
.category-slider .slick-dots .slick-active button{
    width: 12px;
    background-color: var(--bg1);
}


/* ***************** */
.tb-box img {
    border-radius: 2rem
}

/*----about-us-------*/
.about-sec {
    position: relative;
}

.about-us {
    z-index: 1;
    text-align: center;
    width: 45%;
    float: left;
    margin-right: 2rem;
}

.about-us img {
    width: 100%;
    border-radius: 2rem;
}

.about-box {
    width: 100%;
}

.about-header .sub-title {
    color: var(--dark) !important;
    font-weight: 500;
}

.ab_btn {
    padding-left: 25px;
    padding-right: 25px;
}

.ab_btn:hover {
    color: var(--light) !important;
}

.ab_btn span {
    padding-left: 8px;
    display: flex;
    align-items: center;
    color: var(--light);
    transition: all 0.5s ease;
}

.ab_btn:hover span {
    transform: translateX(5px) !important;
    color: var(--light);
}

.about-box-content p {
    font-family: var(--font2);
    color: var(--dark) !important;
    font-weight: 400;
    margin-top: 20px;
}

.about-btn {
    margin-top: 20px;
}

.about-item {
    display: flex;
    gap: 15px;
}

.about-item-icon img {
    width: 50px;
}

.about-mid-content {
    padding-bottom: 20px;
}
.about-content ul li{
    list-style:disc!important;
}
.about-content ul{
    display:block;
    margin:2rem 0;
    list-style:disc!important;
}
.about-content ul li:marker{
    list-style:disc!important;
    color:var(--dark);
}
.about-box ul li{
    list-style:disc;
    display:block;
    font-family:var(--font1);
    text-transform:capitalize;
    font-weight:700;
    padding-bottom:1rem;
}

/*--=====about-sec-end========----*/
.t-banner{
    background-color:var(--bg);
}

/*------product-sec-------*/
.product-sec {
    position: relative;
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027);

}

.prdouct-bg {
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    z-index: -1;
    height: 100%;
}

.product-slider {
    position: static;
    margin:0 -10px;
}

.product-img img {
    width: 100%;
    transition: all 0.4s ease-in-out;
    height: 400px;
}

.product-slider .f-back.slick-arrow,
.product-slider .f-next.slick-arrow {
    top: 50%;
    cursor: pointer;
    background-color: var(--bg1);
    color: var(--light);
}

.product-slider .f-back.slick-arrow {
    left: 0;
}

.product-slider .f-next.slick-arrow {
    right: 0;
}

.product-img img:hover {
    transform: scale(1.1);
}

.product-box {
    margin: 10px;
    cursor: pointer;
    position: relative;
}

.product-img {
    display: block;
    overflow: hidden;
    background-color: var(--light);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 2rem;
}

.product-name {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
}

.product-name a {
    display: block;
    text-align: center;
    color: var(--dark);
    text-shadow: 0px 0px 1px var(--bg1);
    text-transform: uppercase;
    font-family: var(--font1);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    backdrop-filter: blur(5px);
}

.product-name a:hover {
    letter-spacing: 0.5px;
}


.product-slider .slick-dots button {
    width: 8px;
    height: 8px;
    background-color: var(--dark);
    border-radius: 50%;
    text-indent: -9999px;
    padding: 0;
    border: none;
    border-radius: 5px;
}

.slick-dots {
    display: inline-flex;
    text-align: center;
    background-color: antiquewhite;
    border-radius: 1rem;
    padding: 0.2rem 1rem;
    margin-top:1rem;
}

.slick-dots>li {
    display: inline-block;
    margin: 7px;
    border-radius:50%;
}

.slick-dots .slick-active button {
    background-color: var(--bg1);
    
}

/*------counter-------*/
.counter-sec {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(43deg, #ffffff 0%, #f2f2f2 100%, #ffe8f5 46%);
}

.counter-element .sub-title {
    color: var(--dark);
    text-transform: capitalize;
    font-family: var(--font2);
    font-weight: 500;
    letter-spacing: 1.5px;
}

.counter-element p {
    color: var(--dark);
    font-family: var(--font2);
    font-size: 18px;
    letter-spacing: 1.4px;
    line-height: 1.5;
}

.counter-box {
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 20px;
}

.counter-icon {
    padding: 10px;
    background-color: var(--light);
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.counter-icon img {
    width: 60px;
}

.counter-content {
    color: var(--dark);
    font-family: var(--font1);
    text-align: left;
    margin-bottom: 1rem;
}

.counter-content .count-number {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--font1);
    display: inline-block;
    position: relative;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    font-weight: 500;
    line-height: 0.8;
}

.counter-content span {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--font2);
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    font-weight: 500;
    line-height: 0.8;
}

.count-name {
    font-size: 18px;
    font-weight: 800;
    font-family: var(--font2);
    text-transform: capitalize;
    padding-bottom: 0.5rem;
}

.count-line {
    display: block;
    height: 1px;
    color: var(--dark);
    border-top: 1px solid var(--bg3);
    margin: 1rem 0;
}

/* -----feature-sec------ */


/*----feature-section-------*/
.feature-sec {
    position: relative;
    display: block;
    padding: 120px 0px 70px;
    z-index: 10;
    background:var(--bg);
}

.feature-header {
    margin-bottom: 4rem;
}

.feature-row {
    background-color: var(--secondary);
    border-radius: 2rem;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    padding: 1rem 0;
    position: relative;
    z-index: 9;
}

.feature-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 10%;
    content: '';
    z-index: 1;
}

.feature-box {
    position: relative;
    display: block;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.feature-box .heading-sec {
    color: var(--bg1);
}

.f-icon-box {
    position: relative;
    display: block;
    border-radius: 1rem;
    z-index: 1;
    padding: 0.8rem 0.5rem;
    background-color: transparent;
    text-align: center;
}

.f-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    overflow: hidden;
    border-radius: 0%;
    z-index: 1;
    margin-bottom: 1rem;
    background-color: transparent;

}

.f-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    background: var(--bg1);
    border-radius: 50%;
    transform: scale(0.4);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.f-inner span {
    font-size: 60px;
    color: var(--bg3);
    text-align: center;
    display: flex;
}

a.f-btn span {
    position: relative;
    display: inline-block;
    color: var(--bg1);
    font-size: 30px;
    line-height: 20px;
    padding-left: 5px;
    transform: rotate(45deg);
    font-weight: 700;
    transition: all 400ms linear;
    transition-delay: 0.2s;
}

/* ------------------ */
/*.md-ban-img img{*/
/*    height: 550px;*/
/*}*/
.md-ban-img {
    position: relative;
    z-index: 1;
   
}
.md-ban-img::after{
    position: absolute;
    content: '';
    z-index: 1;
    background-color: var(--dark);
    opacity: 0.3;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


/*----contact-us-------*/
.contact-us {
    position: relative;
    z-index: 9;
}

.contact-right-sec {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    right: 0;
    opacity: 1;
    height: 60%;
    background-image: linear-gradient(43deg, #eff5f9 20%, #f2f2f2 100%, #62a900 46%);
    box-shadow: 0px 1px 0px var(--bg);
}

.contact-inner-sec {
    background-color: var(--light);
    padding: 1rem;
    border-radius: 2rem;
}

.contact-box {
    position: relative;
    z-index: 9;
    overflow: hidden;
    background-color: var(--bg1);
    border-radius: 2rem;
}

.contact-title {
    color: var(--light);
    font-size: 2rem;
    font-weight: 800;
    font-family: var(--font1);
    text-transform: capitalize;
    text-shadow: 0px 1px 1px  var(--bg1);
}

.rs-contact-list p {
    font-size: 1rem;
    color: var(--light);
    font-family: var(--font1);
}

.contact-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-form {
    padding: 3rem 2rem;
    border-radius: 6px;
}

.contact-heading {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: .5rem;
    font-family: var(--font2);
    color: var(--bg1);
}

.rs-contact-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
    gap: 30px 50px;
    background-color: var(--dark);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 5rem;
}

.rs-contact-list:after {
    position: absolute;
    content: '';
    bottom: -1rem;
    right: -1rem;
    background-color: var(--dark1);
    width: 8rem;
    height: 8rem;
    opacity: 0.9;
    border-radius: 50%;
}

.rs-contact-list-item {
    display: flex;
    gap: 30px;
}

.rs-contact-icon span {
       display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    clip-path: polygon(0% 0%, 78% 0px, 100% 18%, 100% 100%, 0% 100%);
    background: var(--light);
    font-size: 16px;
    color: var(--bg1);
}

.rs-contact-list-content span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 0.5;
    display: inline-block;
    color: var(--light);
}

.rs-contact-list-content p {
    margin-bottom: 0.5rem;
    font-family: var(--font1);
    color: var(--light);
}

input::placeholder {
    color: var(--dark);
}

.rs-contact-list-content a {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font2);
    color: var(--light);
}

.input-msg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    background-color: var(--light);
    border-bottom: 1px solid var(--gray);
}

.input-text-area {
    margin-bottom: 40px;
}

.input-msg span {
    padding: 10px;
}

.input-msg input {
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 8px;
    background-color: var(--light);
}

select.input-select.input-text {
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 8px;
    background-color: var(--secondary);
}

textarea.input-text {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    height: 140px;
    border-radius: 8px;
    background-color: var(--secondary);
}

.contact-btn {
    background-color: var(--bg1);
    color: var(--light);
    border: 1px solid var(--light);
}

/********** client ************/
.our-client {
    background: linear-gradient(to right, #222, #203A43, #000);
    padding: 1.2rem 0;
    z-index: 9;
}

.client-name span {
    color: var(--bg1);
    font-size: 1.8rem;
    padding-right: 0.51rem;
}

.client-name {
    color: var(--light);
    font-family: var(--font1);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.2rem;
    text-align:center;
}
.client-slider {
    padding: 10px;
    background-color: transparent;
}
/* ------------------ */

/*_________testimonail________*/

.testimonial-sec {
    background-color: #ffffff;
    background-image: linear-gradient(43deg, #ffffff 0%, #f2f2f2 100%, #ffe8f5 46%);
    z-index: 1;
}

.testimonial-header .title-sec {
    padding: 5px 10px;
}

.testi-inner-box {
       background-color: var(--dark);
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #0e1213, #203A43, #0F2027);
    border-radius: 1rem;
    text-align: center;
    padding: 2rem;
    color: var(--light);
}

.testi-heading {
    font-size: 3rem;
    text-align: center;
    font-family: var(--font2);
    font-weight: 800;
}

.testi-inner-box .testi-icon {
    justify-content: center;
}

.testi-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-img span {
    background-color: var(--bg1);
    border: 0.2rem solid var(--light);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: var(--light);
    margin-left: -25px;
    justify-content: center;
    cursor: pointer;
}

.testi-img img {
    border-radius: 50%;
    padding: 0.2rem;
    background-color: var(--light);
    margin-left: -25px;

}

.testi-inner-box p {
    color: var(--light);
    text-transform: capitalize;
    font-family: var(--font2);
}

.testi-slider {
    position: relative;
    background-color: transparent;
}

.testi-slider .f-back.slick-arrow {
    right: 5rem;
}

.testi-slider .f-next.slick-arrow {
    right: 2rem;
}

.testi-box {
    padding: 2rem;
    border-radius: 1rem;
    position: relative;
    z-index: 9;
    border: 2px solid var(--secondary);
    width: 100%;
    height: 360px;
    text-align: left;
    background-color: var(--light);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.testi-box p {
    color: var(--dark);
    font-size: 16px;
    line-height: 1.5;
}

.testi-icon {
    display: flex;
    margin-bottom: 1rem;
    gap: 0.4rem;
}

.testi-icon span i {
    color: var(--bg1);
}


.testi-slider .content-sec {
    color: var(--light);
}


.testi-thumb {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.testi-name {
    font-family: var(--font1);
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 600;
    color: var(--bg1);
}

.t-name {
    color: var(--dark1);
    font-family: var(--font2);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1.3px;
}

.testi-slider .slick-dots button {
    width: 8px;
    height: 8px;
    background-color: var(--dark);
    border-radius: 10%;
    text-indent: -9999px;
    padding: 0;
    border: none;
    border-radius: 5px;
}

.testi-slider .slick-dots {
    text-align: center;
    padding-top: 20px;
}

.testi-slider ul.slick-dots>li {
    display: inline-block;
    margin: 7px;
}

.testi-slider ul.slick-dots .slick-active button {
    background-color: var(--bg1);
    width: 20px;
}


.f-next.slick-arrow,
.f-back.slick-arrow {
    position: absolute;
    content: '';
    z-index: 1;
    bottom: 10%;
    font-size: 20px;
    font-weight: 900;
    padding: 10px;
    color: var(--bg1);
    background-color: var(--dark);
    height: 2rem;
    width: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5%;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

/*_________footer________*/

footer {
    padding: 80px 0 50px 0;
    color: #fff;
    /*background: linear-gradient(to left, #2C5364, #203A43, #0F2027);*/
     background: linear-gradient(to right, #000, #203A43, #0F2027);
}

.footer-content-sec {
    background-color: var(--light);
    padding: 14px 4px;
    border-radius: 1rem;
}

.footer-content-sec p {
    color: var(--dark);
    padding: 0 1rem;
}


.f-contact {
    border-bottom: 1px solid var(--bg3);
    padding-bottom: 13px;
}

.f-icon {
    margin-left: 10px;
}

.footer-menu ul {
    padding-left: 20px;
}

.f-icon .fa-solid {
    padding: 5px 6px;
    border: 2px solid var(--light);
    color:var(--bg1);
    background-color:var(--light);
    margin-right: 12px;
}

.footer-title {
    font-size: 22px;
    font-weight: 700;
    font-family: var(--font2);
}

.f-number a,
.f-email a {
    font-family: var(--font1);
    text-decoration: none;
    color: var(--light);
}

.f-number a:hover,
.f-email a:hover {
    color: #fff;
}

.footer-heading {
    font-size: 28px;
    font-weight: 500;
    margin: 10px auto;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin-left: 2px;
    color: var(--bg1);
}


.footer-menu ul li {
    padding: 3px 0;
    color: var(--bg1);
    list-style-type: disc;
}

.footer-item {
    max-height: 170px;
    overflow-y:auto;
}

/*.products-footer {*/
/*    overflow-y: scroll;*/
/*}*/

.products-footer::-webkit-scrollbar {
    width: 4px;
    background: white;
}

.products-footer::-webkit-scrollbar-thumb {
    width: 4px;
    background: gray;
}

.products-footer li {
    list-style: disc;
}

.footer-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-family: var(--font4);
    font-family: var(--font4);
    font-size: 16px;
    text-transform: capitalize;
}

.footer-map {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer p {
    color: var(--light);
}

/* ============== */
.copyright-sec {
    background-color: var(--dark);
    color: #fff;
    padding: 10px 0;

}

.copyright-sec p a {
    color: var(--bg1);
}

.copyright-sec p {
    padding: 0px 0;
    margin: 0;
    color: var(--light);
}

.copyright-sec span {
    color: var(--primary);
    font-weight: 600;
}

.f-social-icon {
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
    gap: 0.6rem;

}
ul.f-social-icon, 
ul.f-social-icon li{
    padding:0;
    margin:0;
    list-style:none;
    
} 

.f-social-icon li a {
    color: #fff;
    background-color: var(--bg1);
    padding: 2px 4px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
}

.f-social-icon li a:hover {
    background-color: var(--light);
    color: var(--bg1);
}

/********scroll-btn**************/
#scroll-top {
    display: inline-block;
    background-color: var(--dark);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0px 0px 2px var(--secondary);
}

#scroll-top::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 40px;
    color: var(--bg1);
}

#scroll-top:hover {
    cursor: pointer;
    background-color: var(--dark);
    box-shadow: 0px 0px 2px var(--bg1);
    color: var(--bg1);
}

#scroll-top:active {
    background-color: var(--bg2);
    color: var(--light);
}

#scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.fixed-wtsp {
    position: fixed;
    bottom: 35px;
    left: 10px;
    text-align: start;
    z-index: 99;
    transition: all 2s ease-in-out;
    transform: translateX(-500px);
}

#slide.active{
    transform: translateX(0px);
    display: block;
}

.fixed-wtsp a.phone {
    background-color: var(--bg1);
    padding: 8px 20px;
    border-radius: 20px 0px 20px 0px;
    color: #fff;
    font-size: 15px;
    transition: 0.2s;
    margin: 1rem 0;
    display: inline-block;
}

.fixed-wtsp a {
    background-color: #075e54;
    padding: 8px 20px;
    border-radius: 20px 0px 20px 0px;
    color: #fff;
    font-size: 15px;
    transition: 0.2s;
    display: block;
}
.fixed-wtsp span{
    padding-right: 0.2rem;
}



/* --------inner-page----- */

/******breadcrump*******/
.breadcrump-sec {
    width: 100%;
    padding: 10c0px 0;
    position: relative;
    z-index: 1;
    min-height: 300px;
}

.breadcrump-sec:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
     background: url('../image/img/bg/product.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bread-title {
    font-family: var(--font2);
    font-size: 35px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: var(--light);
    margin-bottom: 20px;
    background-color: var(--bg1);
    padding: 5px 12px;

}

.b-links {
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 100%;
    display: inline-block;
    background-color: var(--secondary);
    padding: 14px 30px;
    color: var(--light);
    font-family: var(--font1);
    font-weight: 800;
    text-transform: capitalize;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px;
}

.b-links a {
    font-size: 18px;
    letter-spacing: 1.1px;
    padding: 0 5px;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    color: var(--dark);
    margin-bottom: 50px;
}

.b-item.active {
    color: var(--bg1);
    text-transform: capitalize;
    font-family: var(--font1), sans-serif;
    letter-spacing: 1.2px;
    font-size: 18px;
    font-weight: 900;
    padding-left: 5PX;
}

span.fa-solid {
    color: var(--dark);
}


.market-place {
    background-color: var(--bg);
    position: relative;
}

a.market-btn {
    display: block;
    border-radius: 5px !important;
    font-family: var(--font2);
}

.market-title {
    color: var(--bg1);
}

.marketing-title {
    font-size: 32px;
    text-transform: capitalize;
    font-family: var(--font1), sans-serif;
    font-weight: 600;
    margin: 20px auto;
    line-height: 1.1;
}

a.market-btn {
    padding: 18px 30px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--light);
    text-transform: capitalize;
    font-family: var(--font1), sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 40px;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    display: block;
    height: 60px;
}

/*----media_queries-------*/
@media (max-width:992px) {
    section {
        padding: 50px 0;
        overflow: hidden;
    }

    .title-sec {
        color: var(--bg1);
        font-family: var(--font1), sans-serif;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        letter-spacing: 1.2px;
    }

    .sub-title {
        color: var(--dark);
        font-family: var(--font2);
        text-transform: capitalize;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 500;
        word-spacing: 2px;
        letter-spacing: 1.2px;
    }

    .heading-sec {
        font-size: 16px;
        text-transform: uppercase;
        font-family: var(--font1), sans-serif;
        line-height: 1.5;
        font-weight: 500;
    }

    .content-sec {
        font-size: 15px;
        word-spacing: 1.1px;
        line-height: 1.6;
        font-family: var(--font2);
        font-weight: 300;
        text-align: left;
    }

    .header-part {
        margin-bottom: 2rem;
    }

    .btn-sec {
        padding: 12px 20px;
    }

    /*-------top-header--------*/
     .top-header {
        justify-content: center;
        position: relative;
    }

    .th-element {
        display: none;
    }
    .th-social-links {
        gap: 10px;
    }

    .nav-menu 
    {
        display: none;
    }

    header {
        position: relative;
        width: 100%;
        z-index: 999;
        overflow: visible;
    }

    .header {
        display: flex;
        justify-content: space-between;
    }

#navbar-sec.sticky .logo img,
    .comp-logo img {
        width: 80px;
        margin-top: 0;
        margin:0;
    }

    .enq-icon {
        display: none;
        align-items: center;
    }

    .enq-icon img {
        width: 30px;
    }

    .enq-number {
        font-size: 13px;
        font-family: var(--font1);
    }

    .toggle-btn {
        margin: 10px 0;
        cursor: pointer;
        height: 30px;
        width: 30px;
        order: 3;
    }

    .toggle-btn>* {
        background-color: var(--dark);
        display: block;
        height: 3px;
        width: 25px;
        margin: 5px 0;
        transition: all 0.5s ease-in-out;
    }

    .toggle-btn.active .span1 {
        transform: rotate(45deg) translate(3px, 10px);
    }

    .toggle-btn.active .span2 {
        opacity: 0;
    }

    .toggle-btn.active .span3 {
        transform: rotate(-45deg) translate(1px, -8px);
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        z-index: 999;
        background-color: var(--light);
        flex-direction: column;
        width: 100%;
        left: 0;
        padding:0;
    }

    .nav-menu>li {
        display: block;
        line-height: 35px;
        background-color: var(--light);
    }

    .nav-menu>li>a {
          font-family: var(--font1);
    text-transform: capitalize;
    display: block;
    padding: 10px 30px;
    font-weight: 600;
    line-height: 30px;
    box-shadow: rgba(99, 99, 99, 0.8) 0px 1px 1px 0px;
    color: var(--bg1);
    background-color: var(--dark);
    border-bottom: 1px solid var(--bg);
    }

    .nav-menu>li>a:hover {
        color: var(--bg1);
    }

    .click-btn {
        position: absolute;
        right: 0px;
        top: 1px;
        display: inline-block;
        color: var(--light);
        background-color: var(--dark);
        padding: 9px 30px;
        line-height: 30px;
    }

    .drop-content {
        position: absolute;
        top: 100%;
        width: 100%;
        height: 300px;
        display: none;
        background-color: var(--secondary);
        z-index: 999;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        overflow: auto;
        border: none;
    }
    .drop-content li a{
        color: var(--dark);
    }
    .enquiry-sec {
        display: none;
    }

    .nav-menu li::after {
        display: none;
        height: 0;
        color: var(--dark);
    }

    .drop-content li a:hover {
        color: var(--light);
        background-color: var(--dark);
    }
    .nav-menu li a:hover::after{
        width: 0;
        height: 0;
    }

    /* ----------------- */
    .tb-box2{
        margin-top: 2rem;
    }
    /* ----------------- */

    .ban-next.slick-arrow,
    .ban-back.slick-arrow {
        position: absolute;
        content: '';
        z-index: 1;
        top: 50%;
        font-size: 16px;
        font-weight: 900;
        padding: 8px;
        color: var(--bg1);
        background-color: var(--gray);
        height: 1.7rem;
        width: 1.7rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5%;
        transition: all 0.2s ease-in-out;
    }

    /* ------service-section-------- */
    .service-inner-section {
        flex-direction: column;
        gap: 50px;
    }

    /* -------------------- */

    /*-----about-us------ */
    .about-us {
        margin-bottom: 30px;
        width: 100%;
        margin-right: 0;

    }

    .about-us img {
        height: auto;
    }

    .c-img img {
        height: 80px;
    }

    /* -------------- */
    .rs-contact-list{
        padding: 1rem;
    }
    /* -------------- */
    .why-us {
        padding-bottom: 40px;
    }

    .why-img img {
        border-radius: 0;
        height: auto;
    }

    .why-bg {
        display: none;
    }

    /*------------- */
    .counter-box {
        padding-bottom: 2rem;
        margin-top: 3rem;
        justify-content: center;
    }



    .counter-content {
        text-align: center;
        border-bottom: 1px soloid var(--bg3);
    }

    .count-line {
        display: none;
    }

    /*------------- */

    .product-slider .f-back.slick-arrow,
    .product-slider .f-next.slick-arrow {
        top: 50%;
    }

    .f-back.slick-arrow {
        left: 0;
    }

    .f-next.slick-arrow {
        right: 0;
    }

   
    /*------------------- */
    .contact-element a,
    .contact-element p {
        font-size: 15px;
    }


    .contact-form {
        padding: 2rem 0rem;
        margin-bottom: 3rem;
    }

    /* ------------- */


    .feature-slider .f-back.slick-arrow,
    .feature-slider .f-next.slick-arrow {
        top: 90%;
    }

    .feature-sec {
        padding-bottom: 100px;
    }

    .bread-title {

        color: var(--light);
        background-color: var(--bg1);
        padding: 8px 20px;
        border-radius: 0px 10px 0px 10px;
    }

    /* ------------ */
    .testi-box {
        height: auto;
    }
    .testi-slider .f-next.slick-arrow, .f-back.slick-arrow{
        top: 100%;
    }

    .testi-slider .f-back.slick-arrow {
        left: 30%;
    }

    .testi-slider .f-next.slick-arrow {
        right: 30%;
    }
    .testi-box p{
        font-size: 1rem;
        line-height: 1.5;
        font-family: var(--font1);
    }
    .f-icon{
        margin-left:0;
    }
    /* ------------- */
    .fixed-wtsp span {
        display: none;
    }

    .fixed-wtsp {
        left: 5px;
    }

    .fixed-wtsp a.phone,
    .fixed-wtsp a {
        padding: 6px 10px;
        border-radius: 5px 5px;
        animation: all 0.5s ease-in-out;
    }

    .fixed-wtsp a i {
        animation: pop-up 1s ease infinite;
    }

    @keyframes pop-up {
        0% {
            transform: scale(0.8);
            box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
        }

        50% {
            transform: scale(1);
            box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
        }

        100% {
            transform: scale(1.1);
            box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
        }
    }
    .copyright-sec p{
        margin-bottom: 1rem;
        font-size: 13px;
        text-align: center;
    }

    .f-social-icon {
        justify-content: center;

    }
    .footer-menu ul{
            padding-left: 20px;
    padding-top: 1.4rem;
    }
    .footer-content-sec{
        margin-bottom: 4rem;
    }
    .footer-contact{
        margin-bottom: 2rem;
    }
    .f-contact{
        border: none;
    }
    .footer-map{
        margin-top: 3rem;
        padding: 0;
    }
    
.f-social-icon li a{
    font-size: 0.8rem;
}
    /* ------------- */

}