
 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 body {
     scroll-behavior: smooth;
     font-size: 14px;
     line-height: 1.1;
 }
 @font-face {
    font-family: 'Cormorant',sans-serif;
    src: url('../font/Cormorant-Regular.woff2') format('woff2'),
        url('../font/Cormorant-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
     --bg: #b7641c;
     --bg1: #00bdf1;
     --bg2:#51b948;
     --bg3:#cccac8;
     --gray:#3f3f3e;
     --dark: #000;
     --light: #fff;
     --primary:#10847e;
     --secondary:rgba(224, 236, 226, 0.822);
     --font1: 'Cormorant',sans-serif;
     --font2:'Roboto';
     --font1:'Roboto',sans-serif;
 }

 ::selection {
     color: var(--light);
     background-color: var(--bg1);
 }
 .container_fluid{
    padding-left: 1rem;
    padding-right: 1rem;
 }

 a {
     text-decoration: none;
     color: var(--dark);
 }

 ul,
 li,
 a {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 p{
    font-size: 15px;
    font-family: var(--font2);
    color: var(--dark);
    line-height: 1.4;
 }

 section {     
     overflow: hidden;
 }
 .wrap-sec{
    padding: 70px 0;
 }

 /*-------------*/
 .ml-10 {
     margin-left: 10px;
 }

 .mr-10 {
     margin-right: 10px;
 }

 .mt-10 {
     margin-top: 10px;
 }

 .mb-10 {
     margin-bottom: 10px;
 }

 .ml-20 {
     margin-left: 20px;
 }

 .mr-20 {
     margin-right: 20px;
 }

 .mt-20 {
     margin-top: 20px;
 }

 .mb-20 {
     margin-bottom: 20px;
 }

 .pl-10 {
     padding-left: 10px;
 }

 .pr-10 {
     padding-left: 10px;
 }

 .pb-10 {
     padding-left: 10px;
 }

 .pt-10 {
     padding-left: 10px;
 }

 .pl-20 {
     padding-left: 20px;
 }

 .pt-20 {
     padding-top: 20px;
 }

 .pb-20 {
     padding-bottom: 20px;
 }

 .pr-20 {
     padding-right: 20px;
 }
 
 /*-------------*/
 .sub-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--bg1);
    position: relative;
    display: inline-block;
    margin-bottom: 0.8rem;
    position: relative; 
    font-family: var(--font1);
 }
 .title-sec {
    color: var(--bg2);
    font-family: var(--font1);
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;

 }
 .heading-sec {
     font-size: 22px;
     text-transform: capitalize;
     font-family: var(--font1);
     line-height: 1.2;
     font-weight: 700;
     color: var(--dark);
     letter-spacing: 1px;
 }

 .content-sec {
     font-size: 16px;
     word-spacing: 1.8px;
     line-height: 1.8;
     font-family: var(--font2);
     font-weight: 500;
     color: var(--gray);
     font-family: var(--font1);
 }

 .btn-sec {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 4px;
    z-index: 1;
    transition: all 500ms ease;
    background-color: var(--bg2);
    text-transform: capitalize;
}
.btn-sec:hover{
    color: var(--light);
}

.btn-sec:after{
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background: var(--bg1);
    color:var(--light);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.btn-sec:hover::after{
   bottom: -40%;
   color: var(--light);
}

.btn-sec span{
    padding-left: 8px;
    transition: all  0.2s ease-in-out;
    font-size: 14px;
    font-weight: 200;
}
.btn-sec:hover span{
    transform: translateX(3px);
}
.learn-more{
    font-size: 16px;
    color: var(--light);
    font-family: var(--font1);
    padding: 10px 20px 10px 0;
    text-transform: capitalize;
    font-weight: 600
}

.learn-more span{
    color: var(--light);
    transition: all 0.5s ease;
    margin-left: 5px;
}
.learn-more:hover.learn-more span{
    color: var(--light);
    padding-left: 5px;
}
 .header-part {     
     display: block;
     text-align:left;
     margin-bottom: 30px;
 }

 /***********/
 .top-header {
    background-color: var(--dark);
 }
 .t-header {
        padding: 5px 0;
     }

 .top-header {
    padding: 3px 0;
     display: flex;
     justify-content: space-between;
 }

 .top-element {
     display: flex;
     color: var(--bg1);
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 9;
    justify-content: flex-end;
 }
 .top-right-element{
    display: flex;
    justify-content: flex-start;
    padding:5px 0;
 }

 .top-element .th-icon {
     font-size: 20px;
 }

 .top-element a {
     color: var(--light);
     font-size: 13px;
 }
 
 .social-links span{
    font-size: 17px;
    text-transform: capitalize;
 }
 .s-icon{
    margin-left: 10px;
    font-size: 18px;
    transition: all 0.5s ease;
 }
 .social-icon:hover{
    transform: scale(1.2);
 }


 /* navbar-header */

 header {
    position: relative;
    width: 100%;
    left: 0;
    background-color: var(--light);
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    top: 0;
    background-color: var(--light)

 }

 .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    font-family: var(--font2);  
 }

 .c-logo img {
     object-fit: cover;
     width: 139px;
 }
 .logo-sec{
    display:inline-block;
    position: relative;
    z-index: 999;
 }
 
 .nav-sec {
     display: flex;
 }

 .nav-sec li {
     padding: 0px 10px;
     display: inline-block;
     position: relative;
 }

 .nav-sec li:last-child {
     padding-right: 0px;
     border: none;
 }

 .nav-sec li a {
     position: relative;
     display: block;
     text-transform: capitalize;
     font-size: 16px;
     padding:  16px 5px;
     font-weight: 800;
     font-family: var(--font1);
     letter-spacing: 1px;
     color: var(--dark);
 }

 .nav-sec li.d-menu {
     position: relative;
     display: block;
     padding-right: 10px;
 }

 .click_btn {
     position: absolute;
     right: -5px;
     top: 18px;
     padding: 0 8px;
     display: inline-block;
     color: var(--dark);
     text-align: center;
 }

 .drp-dwn {
     position: absolute;
     background-color: var(--light);
     z-index: 99;
     min-width: 280px;
     left: 0;
     transition: all 0.2s ease-in-out;
     top: 100%;
     transform-origin: top;
     transform: scaleY(0);
     min-height: 200px;
     max-height: 400px;
     overflow-y: auto;
     box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
 }

 .d-menu:hover .drp-dwn {
    display: block;
    transform: scale(1);
}

 .drp-dwn::-webkit-scrollbar {
     width: 5px;
 }

 .drp-dwn::-webkit-scrollbar-track {
     background: var(--secondary);
 }

 .drp-dwn::-webkit-scrollbar-thumb {
     background-color: var(--dark);
     border-radius: 10px;
 }

 .drp-dwn li {
     line-height: 50px;
     display: block;
     transition: all 1.8s ease;
     border: 1px solid var(--secondary);
     padding: 0;
 }

 .drp-dwn li a:hover {
     background-color: var(--dark);
     color: var(--bg1);
 }

 .drp-dwn li a {
    line-height: 30px;
    display: block;
    color: var(--dark);
    padding: 5px 15px;
    font-family: var(--font2);
    font-size: 14px;
    font-weight: 400;
 }

 .banner img {
     width: 100%;
 }
 
 .bg_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000000eb;
    z-index: 9999;
    color: #fff;
    display: flex
;
    justify-content: center;
    align-items: anchor-center;
}

 /* var(--font2);-header */
 #my-header.sticky {
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 9999;
     animation: slide-down 1s ease-in-out;
     box-shadow:  0px 1px 2px var(--dark);
     background-color: var(--light);
     font-family: var(--font1);
 }

 #my-header.sticky .nav-sec>li>a {
     color: var(--dark);
     font-family: var(--font1);
     font-size: 17px;
     font-weight:500;
 }

 @keyframes slide-down {
     from {
         transform: translateY(-100%);
     }

     to {
         transform: translateY(0);
     }
 }

 #my-header.sticky .nav-sec>li>a:hover {
     color: var(--bg1);
 }
 
 /****----------bannner_start----------****/
 .banner {
    position: relative;
    width: 100%;
    z-index: 200;
}

.banner-content {
    position: absolute;
    top: 0%;
    left: 0%;
    color: var(--light);
    width: 100%;
    text-align: left;
    z-index: 99;
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
    text-shadow: 0px 1px  var(--dark);
}

.ban-content1 {
    text-transform: capitalize;
    display: block;
    font-family: var(--font1);
    font-weight: 800;
    line-height: 1.1;
    text-transform: capitalize;
    transition: all 1.2s ease-in 0.2s;
    font-size: 50px;
    color: var(--light);
    margin-bottom: 30px;
    letter-spacing: 1.3px;
    opacity: 0;
    transform: translate(30px, 0px);
    text-shadow: 0 0 2px var(--light);
    display: inline-block;
    background-color: var(--dark-blue);
    padding: 5px 15px;
}

.ban-content2 {
    color: var(--light);
    text-transform: capitalize;
    display: block;
    font-family: var(--font1);
    font-weight: 400;
    text-transform: capitalize;
    transition: all 1s ease-in 0.8s;
    font-size: 16px;
    color: var(--light);
    margin-bottom: 30px;
    letter-spacing: 1.1px;
    line-height: 1.8;
    opacity: 0;
    transform: translate(-40px, 0px);
    top: 50%;
}


.ban-btn {
   position: relative;
   z-index: 2;
   display: inline-block;
   transition: all 0.2s ease-in-out;
   opacity: 1;
   transform: translateY(20px);
}

.ban-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 3s ease-in-out;
    transform: scale(1);
    z-index: 199;
    cursor: grab;
    position: relative;
    z-index: 9;
}
.ban-img img:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 0%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.swiper-slide-active .ban-img img {
    transform: scale(1);
}

.swiper-slide-active .ban-content1,
.swiper-slide-active .ban-content2,
.swiper-slide-active .ban-btn {
    transform: scale(1.0);
    opacity: 1;
    visibility: visible;
}
.about-us {
    display:flex;
}
.ab_img{
    float: left;
    width: 50%;
    padding-right: 23px;
}

.product_d{
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.next-btn,
.back-btn {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    padding: 1rem;
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    color: var(--light);
    font-weight: 100;
    font-family: var(--font2);
    font-size: 20px;
    opacity: 1;
    background-color: var(--bg2);
    padding: 20px;    
    background-position: center;
    z-index: 999;
    bottom: 50%;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
}

.next-btn {   
    left: 0;
}

.back-btn {
    right: 0;
}

.banner-slide{
    position: relative;
    z-index: 9;
}
/******slick banner******/
.ban-item {
    position: relative;
}

.slider-bg {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.8);
    background: linear-gradient(90deg, rgba(30, 0, 0, 0.4), rgba(238, 226, 226, 0.1));
    z-index: 0;
}

.slider-content {
    position: absolute;
    content: '';
    top: 30vh;
    left: 5vw;
    padding: 40px;
    z-index: 9;
}

.slider-content1,
.slider-content2 {
    color: var(--light);
    text-transform: capitalize;
    display: block;
    font-family: var(--font1);
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    transition: all 0.8s ease-in 0.6s;
    font-size: 66px;
    color: var(--light);
    padding-right: 300px;
    margin-bottom: 30px;
    letter-spacing: 1.3px;
    opacity: 0;
    transform: translate(0px, -30px);
    text-shadow: 0 0 2px var(--light);
}

.slider-content2 {
    font-size: 16px;
    transform: translate(0px, 25px);
    font-family: var(--font2);
    line-height: 1.5;
}

.slider-btn {
    margin: 40px;
}

.ban-item.slick-slide.slick-current.slick-active .slider-content1,
.ban-item.slick-slide.slick-current.slick-active .slider-content2 {
    opacity: 0;
    transform: scale(0);
}

.b-next.slick-arrow,
.b-back.slick-arrow {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    padding: 1rem;
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    color: var(--light);
    font-weight: 100;
    font-family: var(--font2);
    font-size: 20px;
    opacity: 1;
    background-color: var(--bg2);
    padding: 20px;    
    background-position: center;
    z-index: 999;
    bottom: 50%;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
}

.b-back.slick-arrow {
    left: 1vw;   
}

.b-next.slick-arrow {
    right: 1vw;   
}
/***********---------*********/

/* ===========hot_products======= */
.hot-product {
    background-color: var(--dark);
    position: relative;
}
.hot-product p{color: var(--light);}

.n-btn,
.b-btn {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    padding: 1rem;
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    color: var(--light);
    font-weight: 100;
    font-family: var(--font2);
    font-size: 20px;
    opacity: 1;
    background-color: var(--bg2);
    padding: 20px;    
    background-position: center;
    z-index: 999;
    bottom: 50%;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
}

.n-btn {
    right: 0px;
   
}

.b-btn {
    left: 0px;
}

.next-btn:hover,
.back-btn:hover {
    transform: scale(1.1);
    color: var(--dark);
    box-shadow: 0px 0px 2px var(--light);
    opacity: 1;
}

.mySwiper{position: inherit;}
.swiper-container {
    width: 100%;
    height: 400px;
}

.swiper-slide {
    font-size: 80px;
    text-align: ;
    line-height: 400px;
    color: light;
    filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.25));
}
.h_swiper.swiper-slide.swiper-slide-visible.swiper-slide-prev img,
.h_swiper.swiper-slide.swiper-slide-visible.swiper-slide-next img
{
height: auto;
}
  
.swiper-slide.h_swiper.swiper-slide-visible.swiper-slide-active{
    height: auto;
}
  
.swiper-slide.h_swiper.swiper-slide-visible.swiper-slide-active img{
    border:6px solid var(--dark);
}
.swiper-slide.h_swiper.swiper-slide-visible.swiper-slide-prev,
.swiper-slide.h_swiper.swiper-slide-visible.swiper-slide-next
{
    background-color: var(--dark);
}
.swiper-slide img{
    cursor:grab;
}

/******about-us**********/
.about-us{
    position: relative;
    z-index: 9;
  }
.about-us::before{
    position: absolute;
    left: -120px;
     bottom: -100px;
     top: 0;
    width: 50%;
    height: 100%;
   background-color: var(--secondary);
    content: "";
    z-index: -1;
    opacity: 0.4;;
}
.about-img{
    position: sticky;
    top: 0px;
    padding-right: 30px;
}
.about-img img{
     object-fit: cover;
    height: 547px;
    width: 100%;
}
.about-btn{
    display: flex;
    justify-content: space-between;
}
.about-number img{ 
    width: 40px;
    object-fit: contain;
}
.about-number span{
    font-size: 20px;
    font-family: var(--font2);
    font-weight: 700;
}
.about-left{
    position: relative;
    z-index: 9;
}
.about-left:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 220px;
    height: 80%;
    border-radius: 15px;
    border: 5px solid var(--bg1);
    transform: translateY(-50%);
    z-index: -1;
}
.about-left::before{
    content: "";
    position: absolute;
    bottom: -8px;
    left: -8px;
    width: 120px;
    height: 120px;
    border-radius: 0 100% 0 20px;
    background: var(--bg1);
    z-index: 1;
}
.about-item{
    display: flex;
    gap: 15px;
}
.about-item-icon img{
    width: 50px;
}
.about-mid-content{
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray);
}
/********** counter-sec ************/
.counter-sec{
    background-color: var(--dark);
    position: relative;
    z-index: 9;
    background: var(--dark) url(../img/bg/pro-bg.jpg) center center repeat;
}
.counter-bg{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.01;
}
.counter-box{
    text-align: center;
    margin-bottom: 20px;
}

.counter-icon{
    margin: auto;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1.6s ease;
    cursor: pointer;
    background-color: var(--light);
}
.counter-box:hover .counter-icon{
    transform: rotateY(360deg);
}
.counter-icon img{
    height: 60px;
    width: 60px;
}
.count-number span{
    font-size: 32px;
    color: var(--light);
    font-family: var(--font2),sans-serif;
    font-weight: 800;
    text-shadow: 0px 4px var(--dark);
    -webkit-text-stroke: 2px solid var(--bg1);
}
.count-name{
    font-size: 17px;
    color: var(--light);
    font-family: var(--font1),sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 1rem;
}
.count-number{
    margin: 1rem 0;
}
/********** why-choose-us ************/
.why-choose-us{
    position: relative;
    z-index: 9;
    display: block;
}

.choose-img img{
    width: 100%;
    height: auto;
}
.choose-item{
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-top: 25px;
}

.choose-icon{
    width: 100px;
    height: 60px;
    line-height: 70px;
    background: var(--secondary);
    border-radius: 15px;
    color: var(--light);
    font-size: 45px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0px 0px 4px var(--dark)
}

.choose-icon img{
    width: 50px;
}
.choose-icon::before{
    content: "";
    position: absolute;
    border: 3px solid var(--bg1);
    border-radius: 20px;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
}

/* ------------tab--------------- */

.tabs {
    width: 100% !important;
    max-width: 100%;
    padding: 2rem 1rem;
  }
  .tabs__list {
    display: flex;
    list-style: none;
    width: 100%;
    padding: 1rem 0;
  }
  .tabs__item {
    flex: 1;
    padding: 0.2rem 0.4rem;
  }
  .tabs__button {
    border: 0;
    padding: 0.8rem 0.2rem;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    font-family: var(--font2);
    color: var(--light);
    background-color: var(--bg1);
    border-radius: 4px;
  }
  .tabs__button:hover {
    color: var(--light);
    background-color: var(--bg2);
  }
  .tabs__button.active {
    background-color: var(--bg2);
    color: #fff;
    padding: 0.8rem;
    text-transform: uppercase;
    font-family: var(--font2);
  }
  .tabs__articles > *:not(.active) {
    display: none;
  }
  
  .tab {
    background: var(--light);
    padding: 01rem 2rem;
    background-color: #f8f8f8;
    min-height: 300px;
  }
  .tab__title {
    margin-bottom: 2rem;
  }
  .tab__desc {
    line-height: 1.6rem;
  }

   .left-part, .right-part{
      transition: all 600ms linear;
   }
  .tab.active .left-part{
      transform: translateX(100%);
      animation: anm1 500ms linear ;
  }
  .tab.active .right-part{
      animation: anm2 500ms linear ;
      transform: translateX(-100%);
  }
  @keyframes anm1 {
      0%{transform: translateX(0)}
      100%{transform: translateX(100%)}
  }
  @keyframes anm2 {
      0%{transform: translateX(0)}
      100%{transform: translateX(-100%)}
  }
  .service-box{   
    padding: 2rem 1rem;
    background-color: var(--dark);
    height:100%;
  }
  .service-box .title-sec{
    margin-bottom: 1.2rem;
    color: var(--bg1);
    text-align: center;
  }
  .service-box p{
    color: var(--light)!important;
  }
  .service-sec{
    background-color: var(--light);
  }
  .right-part img{
      height:300px;
      object-fit:cover;
  }
  /* ========product-sec========== */

  
.product-gallery{   
    background-color: var(--secondary);
    position: relative;
}
.p-header .title-sec{
 font-size: 22px;
}
.p-content{
    position: relative;
    margin-top: 10px;
}
.p-box{
    margin: 10px;
}
.p-slider{
    position: static;
}
.p-slider .slick-dots {
    text-align: center;
    padding-top: 20px;
}

.p-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;
}

.slick-dots {
    text-align: center;
    padding-top: 20px;
}

.slick-dots>li {
    display: inline-block;
    margin: 7px;
}

.slick-dots .slick-active button {
    background-color: var(--bg1);
}
.p-btn{
    display: block;
    text-transform: capitalize;
    font-family: var(--font1);
    background-color: var(--dark);
    color: var(--light);
}
.p-btn:hover{
    color: var(--light);
}
.p-next.slick-arrow,
.p-back.slick-arrow {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    padding: 1rem;
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    color: var(--light);
    font-weight: 100;
    font-family: var(--font2);
    font-size: 20px;
    opacity: 1;
    background-color: var(--bg2);
    padding: 20px;    
    background-position: center;
    z-index: 999;
    bottom: 50%;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
}

.p-next.slick-arrow {
    right: 1px;
}
.p-back.slick-arrow {
    left: 1px;
}
/********** contact-sec ************/
.contact-sec{
    background-color:var(--secondary);
    background-image: url(../img/bg/testi-shape-2-1.png);
}
.contact-form{
    padding: 30px;
}
.contact-layer{
    background: var(--light);
    border-right: 5px solid var(--bg2);
    border-left: 5px solid var(--bg2);
    border-radius: 10px;
    box-shadow: 0px 0px  10px var(--dark);
}
.contact-subtitle{
    color: var(--dark);
    font-family: var(--font2), sans-serif;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 5px;
    word-spacing: 2px;
    letter-spacing: 1px;
}
.contact-img img{
    height: auto;
    border-radius: 10px 0 0 10px;
}
.contact-form .input-text {
    display: block;
    outline: none;
    border: none;
    background-color: #f9fbfe;
    width: 100%;
    padding: 0px 20px;
    font-size:16px;
    font-weight: 500;
    color: var(--gray);
    height: 50px;
    border-radius: 2px;
    margin: 0 0 20px 0;
    border-radius: 8px;
    transition: all 0.5s linear;
    border: 1px solid var(--gray);
  }
   .contact-form .input-select{
    color:rgba(34, 37, 36, 0.629);   
  }
   .contact-form textarea.input-text {
    height: 190px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  button.contact-btn.btn-sec{
    border: none;
    box-shadow: none;
  }
  
/* ------ */
.our-client {
    background-color: var(--secondary);
    padding: 30px 0;
}

.c-box {
    cursor: grab;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-img img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}
.c-box.slick-slide{
    margin: 1rem;
}
/* **************** */

/**=====testimonial====**/
.testimonial {
    background-image: url(../img//bg/pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    padding: 80px 0;
}
.testi-sec .header-part::before{
    width: 0;
    position: absolute;
    content: '';
    height: 0;
}
.t-element p{
    color: var(--dark);
}
.t-title {
    display: block;
}

.t-subtitle {
    color: var(--dark);
}

.testi-box {
    text-align: center;
}

.testi-bottom-element {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 10px 0;
    color: var(--dark);
}

.t-content {
    color: var(--dark);
    font-family: var(--font2);
    padding: 50px 8%;
    position: relative;
    z-index: 10;
}

.t-content:after {
    position: absolute;
    content: '\f10d';
    font-family: fontAwesome;
    font-size: 40px;
    left: 20px;
    top: -15px;
    color: var(--bg2);
    z-index: -1;
    opacity: 0.6;
}


.t-img img {
    border-radius: 50%;
    margin-right: 20px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.t-name {
    font-family: var(--font2);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 22px;
}

.b-slider .slick-dots {
    text-align: center;
    padding-top: 20px;
}

.b-slider .slick-dots button {
    width: 15px;
    height: 15px;
    background-color: var(--dark);
    border-radius: 10%;
    text-indent: -9999px;
    padding: 0;
    border: none;
}

.slick-dots .slick-active button {
    background-color: var(--bg1);
}

.slick-dots {
    text-align: center;
    padding-top: 20px;
}

.slick-dots>li {
    display: inline-block;
    margin: 7px;
}

.slick-dots button {
    width: 12px;
    height: 12px;
    background-color: var(--dark);
    border-radius: 50%;
    text-indent: -9999px;
    padding: 0;
    border: none;
}

.slick-dots .slick-active button {
    background-color: var(--bg1);
}
.testi-content p{
    color: var(--light);
}
/******footer*******/
footer {
    background: var(--dark) url(../img/bg/footer-bg.png) center center no-repeat;
    color: #ddd;
    padding: 50px 0;
}
.footer{
    position: relative;
    z-index: 9;
}
.f-section {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.f-icon {
    margin-right: 20px;
    font-size: 18px;
    background-color:var(--light);
    border-radius: 5px;
    padding: 10px;
    height: 38px;
    width: 38px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bg2);
}

.footer-content {
    color: var(--light);
    font-family: var(--font1);
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 1.3px;
    line-height: 1.4;
    display: block;
}

.footer-element {
    margin-top: 20px;
}
.footer-element p{
    color: var(--light);
}

.f-logo img {
    background-color: var(--light);
    padding: 10px;
    height: 192px;
    margin-bottom: 2rem;
}

.f-heading {
    color: var(--bg1);
    text-transform: capitalize;
    font-size: 22px;
    font-family: var(--font1);
    font-weight: 800;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.f-content {
    margin-top: 20px;
    font-family: var(--font2);
    color: var(--light);
    line-height: 1.7;
}

.f-content li {
    padding: 7px 0;
    overflow: hidden;
    font-family: var(--font1);
    font-weight: 600;
    font-size: 16px;

}

.f-content li a {
    color: var(--light);
    transition: all 0.2s ease-in-out;
    font-family: var(--font2);
    font-weight: 300;
    display: inline-block;
}

.f-content li a:hover {
    color: var(--bg1);
}

.f-content>li>a>span {
    margin-right: 10px;
    color: var(--bg2);
}

.f-content li:hover.f-content>li>a>span {
    margin-right: 20px;
}

/*.f-services {*/
/*    max-height: 300px;*/
/*    overflow: auto;*/
/*}*/

.f-services::-webkit-scrollbar {
    width: 5px;
}

.f-services::-webkit-scrollbar-track {
    background: var(--light);
    border-radius: 20px;
}

.f-services::-webkit-scrollbar-thumb {
    background-color: var(--bg1);
    border-radius: 10px;
}
.f-item p{
    margin-bottom: 5px;
    color: var(--light);
}
.f-contact li{
padding-bottom: 10px;
}

/*****copyright********/
.footer-bottom {
    background-color:var(--dark)
}
.footer-bottom p{
    margin-bottom: 0;
}
.copyright {
    text-align: center;
    font-family: var(--font1);
    text-transform: capitalize;
    padding: 10px 0;
    color: var(--light);
}

.copyright span {
    font-weight: 700;
    padding: 0 5 px;
}

.copyright a {
    color: var(--bg1);
    font-size: 17px;
    font-style: italic;
}

/********scroll-btn**************/
#scroll-top {
    display: inline-block;
    background-color: var(--bg2);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    visibility: hidden;
    z-index: 1000;
}

#scroll-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 40px;
    color: var(--light);
}

#scroll-top:hover {
    cursor: pointer;
    background-color: var(--dark);
    box-shadow: 0px 0px 2px var(--bg);
    color: var(--light);
}

#scroll-top:active {
    background-color: var(--bg);
    color: #777;
}

#scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.fixed-wtsp {
    position: fixed;
    top: 90vh;
    left: 2px;
    display: block;
    width: 3.5rem;
    padding: 5px;
    border-radius: 0 5px 5px 0;
    z-index: 999;
    transition: all 1s ease;
}

.fixed-wtsp:hover {
    transform: scale(1.1);
}

/***inner-page*****/

a.market-btn {
    display: block;
}


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(--font2);
    font-weight: 600;
    line-height: 1.2;
    margin-top: 40px;
    transition: all 0.8s ease;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid var(--);
    font-size: 20px;
    box-shadow: 0 0 4px var(--light);
    text-align: center;
    width: 100%;
}
/******breadcrump*******/
.breadcrump-sec {
    background: url('../img/bg/12188678_4907157.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 160px 0;
    position: relative;
    z-index: 1;
}

.breadcrump-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    z-index: -1;
}

.bread-title {
    font-family: var(--font2), sans-serif;
    font-size: 35px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: var(--light);
    margin-bottom: 50px;
    padding: 0 20vh 0 0;
}

.b-links {
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 100%;
    display: inline-block;
    background-color: var(--dark);
    padding: 14px 30px;
    color: var(--light);
    font-family: var(--font1);
    font-weight: 800;
    text-transform: capitalize;
    box-shadow: inset 0 0 8px var(--light);
}

.b-links a {
    font-size: 18px;
    letter-spacing: 1.1px;
    padding: 0 5px;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    color: var(--bg2);
    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(--light);
}

@media (max-width:992px) {
    .bread-title {
        color: var(--light);
    }

    .b-links {
        width: 100%;
        font-weight: 700;
    }

    .b-links a {
        font-size: 16px;
    }

    .b-item.active {
        color: var(--light);
        text-transform: capitalize;
        font-family: var(--font2), sans-serif;
        letter-spacing: 0.2px;
        font-size: 16px;
        font-weight: 700;
        padding-left: 5PX;
        flex-wrap: wrap;
    }
}



/********** media-queries ************/
@media (max-width:992px) {
    section {       
        overflow: hidden;
    }
    .wrap-sec{
        padding: 25px 0;
    }
    .title-sec {
        color: var(--bg1);
        font-family: var(--font1);
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 800;b
        margin-bottom: 15px;
        letter-spacing: 1.3px;
    }

    .sub-title {
        color: var(--dark);
        font-family: var(--font2);
        text-transform: capitalize;
        font-size: 16px;
        line-height: 1.4;
        font-weight: 500;
        margin-bottom: 5px;
        word-spacing: 1.3px;
        letter-spacing: 1px;
    }

    .heading-sec {
        font-size: 18px;
        text-transform: uppercase;
        font-family: var(--font1);
        line-height: 1.1;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .content-sec {
        font-size: 15px;
        word-spacing: 1.1px;
        line-height: 1.5;
        font-family: var(--font2);
        font-weight: 400;
        text-align: left;
    }

    .btn-sec {
     font-size: 15px;        
    }   
    .logo-sec::after{
        display: none;
    }
    .logo-sec::before{
        display: none;
    }
 .header-part {
        justify-content: center;
        display: block;
        text-align: left;
        margin-bottom: 25px;
    }   

    .t-header {
        background-color: var(--gray);
        z-index: 9999;
        position: relative;
    }
     form.example button {
    background: var(--bg2); 
  }
    .top-left-element{
        display: none;
    }
    .top-right-element{
        justify-content: center;
    }
    
    header {
        position: relative;
        top: 0px;
        width: 100%;
        left: 0;
        background-color: var(--light);
        z-index: 999;
        box-shadow: none;
        border-bottom: 1px solid var(--gray);
    }
    .header-btn {   
        display: none;
    }
    #my-header {
        padding: 0;
        border-bottom: 1px solid var(--gray);
    }
    .c-logo img {
        padding: 0;
        width: 90px;
        object-fit: cover;
    }

    /*-----------navbar-sec--------*/
    .nav-sec {
        display: none;
    }

    .toggle {
        margin: 10px;
        cursor: pointer;
        height: 30px;
        width: 30px;
        order: 3;
    }

    .toggle>* {
        width: 25px;
        height: 3px;
        background-color: var(--dark);
        border-radius: 5px;
        margin: 5px 0;
        transition: all 0.3s ease-in-out;
        display: block;
    }

    .toggle.active .line1 {
        transform: rotate(45deg) translate(3px, 10px);
    }

    .toggle.active .line2 {
        opacity: 0;
    }

    .toggle.active .line3 {
        transform: rotate(-45deg) translate(1px, -8px);
    }

    .nav-sec {
        position: absolute;
        flex-direction: column;
        top: 100%;
        width: 100%;
        background-color: var(--light);
        left: 0;
        right: 0;
    }

    .nav-sec li {
        display: block;
        line-height: 30px;
        padding: 0;
        background-color: var(--light);
    }
    .nav-sec li.d-menu{
        padding-right: 0;
    }
    .nav-sec li a {
        position: relative;
        display: block;
        text-transform: capitalize;
        font-size: 17px;
        font-weight: 500;
        font-family: var(--font1);
        letter-spacing: 1.4px;
        line-height: 40px;
        color: var(--dark);
        padding: 4px 30px;
       border-bottom: 1px solid var(--dark);
    }

    .nav-sec li a:hover,.nav-sec li a:active{
        background-color: var(--bg1);
        color: var(--light);
    }
    .nav-sec li a::after {
        display: none;
    }

    .drp-dwn {
        position: revert;
        width: 100%;
        display: none;
        max-height: 300px;
        overflow: auto;
        background-color: var(--secondary);
    }
    .d-menu:hover .drp-dwn {
        display: block;
        top: 90px;
    }
    .click_btn {
        position: absolute;
        right: 0px;
        top: 1px;
        display: inline-block;
        color: var(--dark);
        background-color: var(--secondary);
        padding: 15px;
        line-height: 17px;
    }

    #my-header.sticky .nav-sec>li>a:hover {
        color: var(--dark);
    }
    #my-header.sticky {
        background-color: var(--light);
        font-family: var(--font1);
        box-shadow: none;
        z-index: 999;
    }

     /******banner******/
    .ban-btn {
        font-weight: 200;
        padding: 5px 12px;
        font-size: 14px;
        margin-top: 20px;
    }
    .ban-img img{
        height: auto;
    }
    .banner-slide .swiper-slide{
        line-height: normal;
    }
    .banner-content{
        top: 0;
        padding: 4px;
    }
    .ban-content1{
        font-size: 22px;
        text-shadow: none;
    }
    .p-next.slick-arrow, .p-back.slick-arrow,
    .next-btn, .back-btn{
        width: 1rem;
        height: 1rem;
        font-size: 16px;
        padding: 16px;
    }
    .n-btn, .b-btn{
        bottom:35%;
    }
    /* ============client========= */
    .about-img {
        padding-right:0;
    }
    .about-img img{
        height: auto;
        margin-bottom: 2rem;
    }
    .about-left:after,
    .about-left::before,
    .about-us::before
    {
        display: none;
    }

    /* ============= */
    .counter-sec{
        background: var(--dark) url(../img/bg/pro-bg.jpg) bottom center repeat;
    } 
    .counter-box{
        margin-bottom: 2.5rem;
    }
    /* ============= */
    .service-sec{
        background-color: var(--secondary);
    }
    .tabs{
        padding: 1rem;
        margin-top: 0;
    }
    .tabs__list{
        display: inline-block;
    }
    .tab.active .right-part,
    .tab.active .left-part
    {
        animation: anm2 500ms linear;
        transform: translateX(0%);
        padding: 0;
        margin: 0.5rem 0;
    }
    .choose-img{
        position: relative;
        width: 100%;
    }
    /* ============= */
    .our-client{
        padding: 10px 0;
    }
    /* ============produdct-gallery========= */
    .product-gallery{
        background-color: var(--light);
    }
    /* ============hot-produdct========= */
    .swiper-slide.h-swiper.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active img,
.swiper-slide.h-swiper.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-prev img, .swiper-slide.h-swiper.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-next img
{
    height: auto;
}
/* ----------- */
.h_swiper.swiper-slide {
    line-height: 200px;
    color: light;
    filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.25));
}

/* ----------- */

.contact-form{
    padding: 1rem;
}
.contact-form .input-text{
    height: 40px;
}

}   


.share-btn {
    font-size: 26px;
    font-weight: 600;
    color: black;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 2rem;
}

.social-share {
    width: fit-content;
    height: fit-content;
}

.social-share ul {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding-left: 0;
}

.social-share ul li button,
.social-share ul li a {
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    height: 24px;
    width: 34px;
    text-align: center;
    padding: 4px 8px !important;
    border-radius: 3px;
    text-transform: capitalize;
    display: block;
    height: fit-content;
    box-shadow: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.social-share ul li button:hover,
.social-share ul li a:hover {
    opacity: 0.8;
}

.social-share ul li button.facebook,
.social-share ul li a.facebook {
    background: #3B5999;
}

.social-share ul li button.twitter,
.social-share ul li a.twitter {
    background: #1DA1F2;
}

.social-share ul li button.whatsapp,
.social-share ul li a.whatsapp {
    background: #20cb45;
}

.social-share ul li a.google-plus {
    background: #fe6d4c;
}

.social-share ul li button.linkedin,
.social-share ul li a.linkedin {
    background: #0a66c2;
}

.social-share ul li button.telegram {
    background: #0a9ac2;
}

.social-share ul li button.email {
    background: #c2410a;
}

.what-app {
    position: fixed;
    z-index: 99;
}

.btn-whatsapp-pulse-border {
    bottom: 30px;
    left: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 30px;
    right: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 34px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.what-app i {
    font-size: 54px;
    color: #fff;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



@media (max-width:600px) {
    .ab_img {
    float: left;
    width: 100%;
    padding-right: 0px;
}
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}


.close_btn {
    position: absolute;
    top: -5px;
    right: -10px;

}

.close_btn span {
    color: #fff;
    background: #202020;
    padding: 7px 11px 7px;
    text-decoration: none;
    font-size: 22px;
    border-radius: 50%;
    cursor: pointer;
}
.close_btn input{
    margin-left: 10px;
}


/* festival */
.show-festival{
  transform: scale(0);
}
.festival{
  max-width: 100%;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  display: flex;
  margin: 0 auto;
  background: #0000008a;
  transition: all 400ms ease-in;
}
.festival-box{
 max-width: 90%;
 width: 450px;
 margin: auto;
 position: relative;
 z-index: 4;
}
.festival-box img{
  width: 100%;
}
.close-fest{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 6;
  height: 25px;
  width: 25px;
  background: black;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}
.ovrly-close-fest{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: zoom-out;
}





.blog__content--meta.meta-two.mb-15 {
        margin: 4px 0;
}
.blog__content--thumb-03 img{
    width:100%;
    margin-bottom:10px;
}
.blog__content--meta span{
     margin-right: 10px;
    font-size: 14px;
    display: flex;
    align-items: baseline;
}
.blog__content--meta span i{
    margin-right:10px;
}
.blog__content--meta a {
    color: #000;
    margin-right: 11px;
        display: block;
}
.bg_right{
    position: sticky;
    top: 100px;
}
.blog-area .blog {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    
}
h1.display-4.text-white.mb-4.animated.slideInRight {
    font-size: 33px;
}
.blog__content h2 {
    font-size: 17px;
}
.news__content a {
    color: #000;
}
.blog__content p cite {
    font-style: normal;
}
.blog-heading.grey-bg h3 a{
    font-size: 20px;
    color: #000;
}
.blog__content--thumb-03.mb-35 img {
    /*height: 500px;*/
    object-fit: cover;
}
.blog-area .blog__content--img.pos-rel img {
    height: 300px;
}
.social-meadia a {
    color: #000;
    margin-right: 14px;
}
.blog-details-area{
    margin:20px 0;
}
.blog-area .blog__content p{
    font-size:15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}

ul.cat li a {
    display: flex;
    justify-content: space-between;
    background: #1363c6;
    padding: 10px;
    margin-bottom: 8px;
    color: #fff;
}
.blog__content--catagory a {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
a.mb-10.h4-tx {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 7px 0;
    display: block;
}
.blog__content {
    padding: 12px;
}

.small_head{
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-blue);
  font-family: "Permanent Marker", cursive;
}
.big_head{
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Permanent Marker", cursive;
}

