@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input.form-control:focus,
textarea.form-control:focus {
    border: 0;
    box-shadow: none;
}

a,
a:hover{
    text-decoration: none !important;
}

input:focus {
    border: 0;
    outline: 0;
}


:root {
    --primary-color: #ED2028; /*red*/
    --secondary-color: #f49114; /*orange*/
    --content-color: #454545;
    --heading-color: #000;
    --light-grey-color: #777 ;
    --border-color:  #000;
    --black-grey:  #c8c8c8;
}

html{
    font-size: 14px;
    scroll-behavior: smooth;
}


body {
    line-height: 1;
   /* font-family: 'Roboto Condensed', sans-serif;*/
     font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    background-color: #fff;
    overflow-x: hidden;
}

p {
    line-height: 1.7rem;
    font-weight: 400;
    font-size: 1rem;
    color: var(--content-color);
}






/*header css start*/


/*header-top*/

.header_top {
    background: #262626;
    padding: 15px 0;
}

.header_top .col_left {}

.header_top .col_left h6 {
    color: var(--black-grey);
    font-size: 13px;
}

.header_top .col_center h6 {
    color:  var(--black-grey);
    text-align: center;
    font-size: 13px;
}

.header_top .col_center h6 i {
    margin-right: 5px;
    display: inline-block;
    font-size: 13px;
}

.header_top .col_right {
    text-align: right;
}


.social_links{

}


.header_top .social_links a{
    display: inline-block;
    margin-left: 0px;
    color:  var(--black-grey);
    padding: 0px 8px;
}

.header_top .social_links a:hover{
    color:  var(--primary-color);
}

.main_header {
    background: #ffffff;
    padding: 0.1rem 0;
}

.main_header .nav-item{
    position: relative;
}

.main_header .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 1rem;
    padding: 1rem !important;
    text-transform: uppercase;
}


.main_header  .nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-top-width: 0.143em;
    border-top-style: solid;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    border-color: var(--primary-color);
}


.main_header  .nav-link:hover:before {
    transform: scaleX(1);
    transform-origin: left center;
}


@media screen and (min-width: 991px){
    .main_header  .nav-item:hover .dropdown-menu {
        display: block;
         animation: slideUp .5s ease-in-out both;
    }
}



.navbar-nav .dropdown-menu a.dropdown-item {
    padding: 10px;
    font-size: 1rem;
    font-weight: 300;
}

.navbar-nav .dropdown-menu {
    border: 0;
    box-shadow: -4px 1px 17px rgb(0 0 0 / 16%);
    padding: 5px 0;
    border-radius: 0;
    top: 30px;
    min-width: 200px;
}



/*.cart-options */

.cart-options {}

.cart-options a {
    color: #000000;
    padding: 5px 9px;
    position: relative;
    transition: all .3s ease-in-out;
    top: 0;
    font-size: 1rem;
}

.cart-options a:hover {
    top: -3px;
}

.cart-added-items {
    position: relative;
}

.cart-added-items span {
    width: 19px;
    height: 19px;
    background: var(--primary-color);
    display: inline-block;
    line-height: 19px;
    text-align: center;
    border-radius: 100%;
    font-size: 11px;
    position: absolute;
    top: -2px;
    right: -5px;
}

.navbar-toggler {
    background: transparent;
    padding: 3px 7px;
    color: #000000;
}



/*tablet view header*/

@media screen and (max-width:  882px){
    .header_top{
        display: none;
    }

    .navbar-brand {
        padding: 0 !important;
        margin: 0 !important;
        /* width: 130px; */
    }

    .navbar-brand img {
        /* width: 100%; */
    }

    .cart-options a{
        padding: 5px 5px;
    }

    .dropdown-toggle::after{
        float: right;
        transition: .3s ease-in-out;
    }

    .nav-link.show:after {
        transform: rotate(180deg);
    }

     .navbar {
        display: flex;
        justify-content: space-between;
    }

    .navbar-brand {
        order: 2;
    }

    .cart-options {
        order: 3;
            padding-right: 10px;
    }
    .user-info{
        display: none;
    }


    .navbar-collapse {
        background: black;
        position: fixed;
        width: calc(100% - 00px);
        left: 0%;
        height: 100vh;
        top: 0;
        z-index: 99;
        padding: 20px;
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        display: block !important;
        overflow-y: scroll;
    }

    .collapse-overlay {
        background: rgba(11, 11, 11, 0.6);
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .navbar-collapse.show{
        transform: translateX(0);
    }

    .navbar-collapse.show ~ .collapse-overlay {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }


    .main_header .nav-link {
        color: #fff;
        font-size: 1rem;
        padding: 1rem 0 !important;
    }

    .main_header .nav-item {
        padding: 1px 0px;
        margin-bottom: 10px;
        border-bottom: 1px solid #989898;
    }

    .main_header .nav-item:last-child {
        border: 0;
    }

    .collapse-close {
        font-size: 13px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        padding: 0;
        border-radius: 0;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #d4d4d4;
        background: #3e3e3e;
        border-radius: 100%;
    }

    .navbar-nav{
        padding-top: 30px;
    }

    .navbar-nav .dropdown-menu {
        top: 0;
        box-shadow: none;
        background: #000000;
    }

    .main_header .nav-link:before{
        display: none;
    }




}


@media screen and (max-width:  667px){



}





/*header css end*/





/*common css*/

.sec-padding {
    padding: 70px 0;
}

.bg-light{
    background-color: #f5f5f5 !important;
}

.section-header {
    position: relative;
    text-align: center;
    padding: 30px 0;
    /*max-width: 1000px;*/
    margin: 0 auto;
}
.section-header p {
    max-width: 800px;
    margin: auto;
}

.section-header h2{
    position: relative;
    font-size: 2.5rem;
    font-weight: 500;
    /*max-width: 800px;*/
    margin: 0 auto;
    line-height: initial;
    color: var(--heading-color);
}

.section-header h2 span {
    color: var(--primary-color);
}

.htop-text {
    font-size: 1.5rem;
    color: var(--primary-color);
     font-family: "Satisfy", cursive;
}

/*button style*/

.theme-btn-black {
    position: relative;
    background: #000;
    padding: 14px 18px;
    display: inline-block;
    border-radius: 0px;
    color: #fff;
    font-weight: 400;
    transform: scale(1);
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    text-decoration: none;
    overflow: hidden;
}

.theme-btn-black i {
    margin-right: 10px;
}

.theme-btn-black:hover {
    color: #fff;
    background: var(--primary-color);
}



.theme-btn-black:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
       -moz-transition: none;
            transition: none;
}
.theme-btn-black:hover:after {
  width: 120%;
  background-color: rgba(255,255,255,0);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}


/*theme-btn-red*/


.theme-btn-red {
    position: relative;
    background: var(--primary-color);
    padding: 12px 18px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    transform: scale(1);
    font-size: 1rem;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    text-decoration: none;
    overflow: hidden;
    order: 3;
}

.theme-btn-red i {
    margin-right: 10px;
}

.theme-btn-red:hover {
    color: #fff;
    background: #000;
}



.theme-btn-red:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
       -moz-transition: none;
            transition: none;
}
.theme-btn-red:hover:after {
  width: 120%;
  background-color: rgba(255,255,255,0);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}



/*common css end*/


/*caraousel*/

.carousel-control-next, .carousel-control-prev{
    width: 6%;
    z-index: 999;
}

.carousel-item  .caption {
       position: absolute;
       top: 0;
       left: 0;
       transform: none;
       max-width: 720px;
       margin-top: 20px;
       text-align: left;
       padding: 1rem 6rem;
       z-index: 2;
       background: linear-gradient(45deg, black, transparent);
       height: 100%;
       margin: 0;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: baseline;
}

.carousel-item .caption:before {
    background: black;
    width: 100%;
    position: absolute;
    left: -100%;
    height: 100%;
    content: '';
    top: 0;
}

.carousel-item  .caption h6 {
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0px;
    margin-bottom: 0;
    line-height: initial;
    text-transform: uppercase;
    color: #fff;
}

.carousel-item  .caption h5 {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0px;
    margin-bottom: 0;
    line-height: 2rem;
}

.carousel-item .caption h2 {
      font-size: 2.8rem;
    line-height: 50px;
    padding: 20px 0;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.carousel-item .caption h2 span {
    color: var(--primary-color);
}



.carousel-indicators {
    width: 100%;
    height: 45px;
    left: 0;
    margin: 0;
    bottom: 0;
    z-index: 4;
    background: transparent;
    align-items: center;
}

.carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    background: #fff;
    margin: 4px;
    border-radius: 100% ;
    border: 0 !important;
}

.carousel-indicators li.active {
    width: 30px !important;
    border-radius: 20px !important;

}


/*best seller*/

.best-seller-slide .col {
    height: 220px;
    margin: 10px;
    overflow: hidden;
    border-radius: 7px;
    position: relative;
}

.best-seller-slide .col .image-box {
    height: 100%;
    width: 100%;
}

.best-seller-slide .col .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-seller-slide .col .content-overlay {
    position: absolute;
    background: rgb(0 0 0 / 30%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    position: absolute;
    transition: all .3s ease-in-out;
  
}

.best-seller-slide .col .content-overlay:hover {
    background: linear-gradient(45deg, black, transparent);
}



.best-seller-slide .col .content-overlay:hover a {
    transform: scaleX(100%);
}



.best-seller-slide .content-box {}

.best-seller-slide .content-box h6 {
    padding-bottom: 0;
    font-size: 16px;
    color: var(--primary-color);
    background: linear-gradient(45deg, black, transparent);
}

.best-seller-slide .content-box h3 {
    color: #fff;
    font-size: 22px;
    padding: 10px 0;
}

.best-seller-slide .content-box h4 {
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.best-seller-slide .content-box a {
    color: #000;
    background: white;
    padding: 9px 15px;
    display: inline-flex;
    align-items: center;
    border-radius: 25px;
    font-size: 13px;
    position: absolute;
      left: 20px;
    transform: translateX(-120%);
    transition: all .3s ease-in-out;
}

.best-seller-slide .content-box a i {
    color: var(--primary-color);
    margin-left: 5px;
}



.nav-arrow .slide-arr-right, .nav-arrow  .slide-arr-left {
    top: inherit;
    bottom: -50px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background: #000;
}

.nav-arrow .slide-arr-left {
    right: 37px;
}

.nav-arrow .slide-arr-right {
    right: 0;
}

.arrow-top .slide-arr-left, .arrow-top .slide-arr-right {
    top: -50px;
    bottom: auto;
}



.arrow-bottom-center .slide-arr-left{
    right: 50%;
}


.arrow-bottom-center .slide-arr-right{
    right: 47%;
}


.slide-arr-left {
    position: absolute;
    top: 0;
    right: 32px;
}

.slide-arr-right {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}

.slide-arr-right,.slide-arr-left {
    background: var(--primary-color);
    padding: 6px 8px;
    color: #fff;
    z-index: 2;
    top: 14px;
}

.slick-disabled {
    opacity: 0.2;
}


/*our-project*/

.our-project {
    position: relative;
    background: #fff;
    /*padding-bottom: 200px;*/
}

.our-project:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #f1f1f152;
    transform: skew(72deg);
    transform-origin: bottom right;
}

.our-project .content-box {
        padding: 3rem;
}

.our-project .content-box h2 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.our-project .image-box {
    text-align: center;
    max-width: 800px;
    padding: 20px;
}

.our-project .image-box img {
    margin: 0 auto;
    box-shadow: 1px 1px 19px rgb(0 0 0 / 15%);
}

.project-inner {
    position: relative;
    /* background: red; */
}

.project-inner .content-box {
    position: absolute;
    top: 50%;
    max-width: 500px;
    background: white;
    right: 0;
    transform: translateY(-50%);
}

.project-slide .slide-arr-right, 
.project-slide .slide-arr-left{
        bottom: 25px;
}

/*why-us*/



.why-us {
    position: relative;
    background: linear-gradient(
188deg, #029dd9, #06516f);
}

.why-us .container {
}

.why-box {
    position: relative;
    text-align: center;
    padding: 2rem;
}

.why-box .icon-box {
    font-size: 3rem;
    justify-content: center;
    color: #fff;
    margin: 0 auto;
}

.why-box {}

.why-box .content-box {
    margin-top: 1rem;
}

.why-box .content-box h3 {
    font-size: 1.4rem;
    line-height: initial;
    color: #fff;
    font-weight: 500;
}

.why-box .content-box p {
    margin-top: 0.9rem;
    color: #f6f6f6;
    font-weight: 300;
}


/*interior-section*/

.interior-section .inner-wrapper {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.interior-section .inner-wrapper .col {
    background-size: 110%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    transition: all .3s ease-in-out;
    min-width: 300px;
    max-width: 100%;
}

.interior-section .inner-wrapper .col:hover {
    background-size: 120%;
    transition: all .3s ease-in-out;
}

.interior-section .inner-wrapper .col:before {
    position: absolute;
    content: '';
    background: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
}

.interior-section .inner-wrapper .col .content-box {
    position: relative;
    padding: 70px;
    max-width: 600px;
}

.interior-section .inner-wrapper .col .content-box h3 {
    font-size: 30px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.interior-section .inner-wrapper .col .content-box p {
    font-size: 15px;
    color: #D8D8D8;
    padding: 15px 0;
}

.interior-section .inner-wrapper .col .content-box a {
    color: #fff;
    font-size: 15px;
    margin-top: 12px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.interior-section .inner-wrapper .col .content-box a i {
    margin-left: 5px;
}

.interior-section .inner-wrapper .col .img-shape {
    position: absolute;
    z-index: 9;
    top: -100px;
    right: 0;
}

.interior-section .inner-wrapper .col.col-left {
    align-items: baseline;
}

.interior-section .inner-wrapper .col.col-left .img-shape {
    bottom: -100px;
    top: auto;
    transform: rotate(180deg);
    left: 0;
}

.interior-section .inner-wrapper .col .content-box h3:before {
    content: '';
    width: 50px;
    height: 2px;
    background: var(--primary-color);
    display: block;
    bottom: 0;
    position: absolute;
}

.interior-section .inner-wrapper .col.col-left:hover .img-shape {
    bottom: -80px;
    transform: rotate(172deg);
}

.interior-section .inner-wrapper .col.col-right:hover .img-shape {
    top: -80px;
    transform: rotate(-11deg);
}

.interior-section .inner-wrapper .col .img-shape {
    transition: all .3s ease-in-out;
}

.interior-section .inner-wrapper .col:hover .content-box a i {
    color: var(--primary-color);
    margin-left: 10px;
}

.interior-section .inner-wrapper .col .content-box a i {
    transition: all .3s ease-in-out;
}


/*products bo css start*/

.product-thumb {
    margin: 0;
    padding: 0;
    text-align: center;
}

.product-thumb .image {
    text-align: center;
    /*height: 200px;*/
}

.product-thumb .image img {
    margin: 0 auto;
    transition: .3s
}

.product-thumb:hover img {
    transform: scale(1);
}



.product-thumb  .content {
    padding: 15px 0;
    text-align: left;
    padding-bottom: 0;
}

.product-thumb .content h6 {
    padding-top: 12px;
    color: #009CD9;
    display: inline-flex;
    gap: 6px;
    font-size: 14px;
}

.product-thumb .content .pro-title {
    font-size: 1.1rem;
}

.product-thumb .content  p {
    font-size: 13px !important;
    padding-top: 10px;
}

.product-thumb .price-box {
    margin: 15px 0;
}

.product-thumb .price-box .new-price {
    font-size: 14px;
    color: #000000;
}

.product-thumb .price-box .old-price {
    font-size: 13px;
    color: #aaaaaa;
    text-decoration: line-through;
}

.products-slide {}



.products-slide .slick-slide .items {
    background: #fff;
    padding: 15px;
    box-shadow: 5px 4px 75px 0px rgb(243 239 235);
    margin: 10px;
    transition: .3s ease-in-out;
}

.products-slide .slick-slide .items:hover {
    transform: translateY(-6px);
}

.products-slide .slick-slide:nth-child(odd) div:nth-child(1) .items {
    background: #fff;
    box-shadow: 5px 4px 75px 0px rgb(243 239 235);
}

.products-slide .slick-slide:nth-child(odd) div :nth-child(2) .items {
    background: #3e513e;
}

.products-slide .slick-slide:nth-child(even) div:nth-child(2) .items {
    /*background: #EDEDED;*/
}

.products-slide .slick-slide .items a {
    color: #000;
}

.products-slide .slick-slide {
  margin: 0 10px; /* space between slides */
}

.products-slide .slick-list {
  margin: 0 -10px;
}


.add-to-cart {
    background: white;
    padding: 12px 20px;
    display: inline-block;
    font-size: 13px;
    border: 1px solid #000;
    color: #000;
}

.add-to-cart:hover {
    background: #000;
    color: #fff;
}

.product-thumb .add-to-cart {
    max-width: 400px;
    min-width: 210px;
}


/*.product-thumb:hover {
    background: white;
    box-shadow: 1px 1px 8px #0000001c;
}
*/


/*video section*/


.video-section{
    position: relative;
}

.video-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    transform: skew(113deg);
    transform-origin: top left;
    display: none;
}


/*.video-section:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #EAEAEA;
    transform: skew(72deg);
    transform-origin: top left;
}*/


.video-wrapper {
    height: auto;
    overflow: hidden;
}

.video-content .subscribe {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}

.video-content .subscribe i {
    font-size: 70px;
    margin-right: 10px;
    color: #e62a28;
}

.video-content .subscribe h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #e62a28;
}

.video-content .subscribe h4 b {
    display: block;
    font-size: 25px;
}

.video-content {
    padding: 40px;
    max-width: 320px;
    margin: 0 auto;
    text-align: left;
}

.video-content h3 {
    font-size: 33px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.video-content a {
    background: white;
    padding: 7px 11px;
    display: inline-flex;
    border-radius: 25px;
    border: 2px solid black;
    color: #000;
    align-items: center;
}

.video-content a i {
    font-size: 25px;
    margin-right: 6px;
    color: #e72a28;
    transition: all .3s ease-in-out;
}

.video-content a:hover {
    background: #e72a28;
    color: #fff;
    border-color: #e72a28;
}

.video-content a:hover i {
    transform: rotate(360deg);
    color: #fff;
}





.shp-now{
    background: #e72a28;
    padding: 11px 20px;
    display: inline-flex;
    border-radius: 25px;
    border: 2px solid #e72a28;
    color: #fff;
    align-items: center;
}

.shp-now  i {
    font-size: 17px;
    margin-right: 8px;
    color: #ffffff;
    transition: all .3s ease-in-out;
}

.shp-now:hover {
    background: #e72a28;
    color: #fff;
    border-color: #e72a28;
}

.shp-now:hover i {
    transform: rotate(360deg);
    color: #fff;
}

.shp-now:hover {
    background: #d71210;
}










.insta-sec .card-box {
    position: relative;
    background: white;
    padding: 0;
    border-radius: 0;
    margin-bottom: 12px;
}

.insta-sec .card-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insta-sec .card-box .content-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, black, transparent);
    left: 0;
    border-radius: 4px;
    transition: opacity .5s ease;
    opacity: 0;
}

.insta-sec .card-box:hover .content-overlay {
    opacity: 0.3;
}

.insta-sec .card-box .text-title {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s ease;
    width: max-content;
 
}

.insta-sec .card-box:hover .text-title {
    opacity: 1;
    /* transform: translate(-50%, -50%); */
    top: 50%;
   
}

.insta-sec .card-box .text-title a {
    background: #fff;
    padding: 7px 10px;
    border-radius: 20px;
    font-size: 13px;
    color: #000;
    padding-left: 4px;
}

.insta-sec .card-box .text-title a i {
    background: linear-gradient(45deg, #b3378f, red);
    padding: 7px;
    border-radius: 1100%;
    display: inline-flex;
    color: #fff;
    margin-right: 3px;
}



.insta-sec {
    position: relative;
}

.insta-sec:before {
    content: '';
    width: 100%;
    height: 300px;
    background-image: url(https://img.freepik.com/free-photo/pile-3d-instagram-logos_1379-876.jpg?w=2000);
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: center;
}

.insta-sec:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    background: rgb(0 0 0 / 70%);
    top: 0;
    left: 0;
}

.insta-sec .container {
    position: relative;
    z-index: 9;
}

.insta-wrapper {
    background: white;
    padding: 20px 25px;
    padding-top: 25px;
    box-shadow: 2px 3px 20px 6px rgb(24 23 23 / 15%);
    padding-bottom: 10px;
}




.insta-btn{
    padding: 11px 20px;
    display: inline-flex;
    border-radius: 25px;
    color: #fff;
    align-items: center;
    background: linear-gradient(188deg, rgba(88,81,216,1) 0%, rgba(131,58,180,1) 26%, rgba(193,53,132,1) 71%, rgba(225,48,108,1) 100%);
    text-transform: capitalize;
}

.insta-btn  i {
    font-size: 17px;
    margin-right: 8px;
    color: #ffffff;
    transition: all .3s ease-in-out;
}

.insta-btn:hover {
    background: #e72a28;
    color: #fff;
    border-color: #e72a28;
}

.insta-btn:hover i {
    transform: rotate(360deg);
    color: #fff;
}

.insta-btn:hover {
    background: #d71210;
}


/*testimonial*/

.testimonial-section {
    background-image: url(../../assets/images/bg-1.webp);
    position: relative;
    background-size: cover;
}

.testimonial-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    top: 0;
    left: 0;
}

.col.slick-slide.slick-current.slick-active {}

.testimonial-section .col {
    margin: 15px;
    padding: 25px;
    border: 1px solid #585656;
    border-radius: 25px;
    background: #0e0e0e85;
}

.testimonial-section .col p {
    color: #fff;
}

.testi-details {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.testi-details .image-box {
    margin-right: 15px;
    border-radius: 100%;
    overflow: hidden;
    width: 65px;
    height: 65px;
}

.testi-details .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-details .content-box {}

.testi-details .content-box h3 {
    color: #fff;
    font-size: 16px;
}

.testi-details .content-box p {
    padding-top: 4px;
    color: var(--primary-color);
}



.blog-slide  .blog-list-box {
    margin: 20px;
}

.blog-slide {
    margin: 0 -20px;
}



/*footer start*/

footer {
    background: #000000;
    padding: 50px 0;
}

footer .widget {}

footer .widget h2 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    padding-bottom: 30px;
}

footer .widget ul li a, footer .widget p,footer p {
    color: #d3d3d3;
    font-size: 1rem;
}

footer .widget ul li a {
    padding: 8px 0;
    display: inline-block;
}

.foot-logo {
    width: 150px;
        border-radius: 15px;
}

.iconz-round {
    width: 35px;
    height: 35px;
    background: #303030;
    border-radius: 100%;
    text-align: center;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #0981cf;
    box-shadow: 1px 1px 1px #000;
}


.iconz-round:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.social-ic-row {
    display: flex;
}

.social-ic-row li {
    margin-right: 10px; 
}


.foot-address {}

.foot-address li {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    min-height: 20px;
}

.foot-address li .icon-wrap a {
    font-size: 1.2rem;
}


.foot-address li .icon-wrap {
    position: absolute;
    left: 0;
    top: 0;
}

.foot-address li:last-child {
    margin-bottom: 0;
}

.foot-address li p {
    line-height: 25px;
}

.foot-address p a {
    color: white !important;
}

footer .widget ul li a:hover {
    color: #fff;
}
.foot-address li p b {
    color: #fff;
    font-weight: 600;
}


@media screen and (min-width: 1100px){
    .widget.foot-2 {
        padding-left: 50px;
    }

    .meeting-section .container,
    .counter-section .container {
        padding: 0 100px;
    }

}


.copyright-row {
       background: #151414;
    padding: 14px;
    text-align: center;
    border-radius: 7px;

}

.copyright-row p {
    font-size: 13px;
        font-weight: 300;
}

.newsletter-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #666464;
}

.newsletter-wrap input[type="text"] {
    padding: 10px 0;
    width: 100%;
    height: 45px;
    border: 0;
    background: transparent;
    color: #fff;
}

.n-btn {width: 55px;height: 45px;position: relative;border: 0;background: transparent;color: #fff;}

.n-btn:hover {
    color: var(--primary-color);
}

.copyright-row {
    background: #151414;
    padding: 14px;
    text-align: center;
}

.copyright-row p {
    font-size: 13px;
    font-weight: 300;
    color: #c6c5c5;
}

/*footer end*/















/*blog*/

.blog-wrapper {
    padding: 60px 0;
    position: relative;
}

.blog-list-box {
    position: relative;
    background: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow:  0 0 25px rgba(0,0,0,0.07);
    margin-bottom: 20px;
}



.blog-list-box .blog-image {
    height: 200px;
    overflow: hidden;
    border-radius: 4px;
}

.blog-list-box .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* overflow: hidden; */
    /* border-radius: 4px; */
}

.blog-list-box .blog-content {}

.blog-list-box .blog-content h4 {
    font-size: 16px;
    line-height: initial;
    padding: 9px 0;
    color: #000;
}

.blog-list-box .blog-content .blog-dt {
    color: #6c757d;
    font-weight: 300;
    font-size: 13px;
    padding-top: 15px;
    display: block;
}

.blog-list-box .blog-content p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #8f8f8f;
    font-weight: 400;
}



.blog-sidebar {
    position: sticky;
    top: 100px;
}

.blog-side-content {
        margin-bottom: 30px;
}

.blog-side-content h2 {
    font-size: 1.5rem;
    padding-bottom: 25px;
    font-weight: 500;
}

.recent-posts {}

.recent-posts li {
    margin-bottom: 18px;
}

.recent-posts li{
    display: flex;
}

.recent-posts li  .entry-thumb {
    width: 80px;
    height: 80px;
    padding: 6px;
    box-shadow: 0 0 9px rgb(0 0 0 / 15%);
    margin-right: 20px;
    border-radius: 6px;
}

.recent-posts li .entry-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.recent-posts li .entry-header {
    display: block;
    flex-basis: 5%;
    margin: 0;
    padding: 0;
    flex-grow: 1;
}

.recent-posts li .entry-header h4 {
    color: #000;
    line-height: 1.6rem;
    margin-bottom: 10px;
    font-size: 1rem;
}

.recent-posts li .entry-header .blog-dt {
    color: #6c757d;
    font-weight: 300;
    font-size: 15px;
    display: block;
}

.recent-posts.no-thumb {}

.recent-posts.no-thumb li {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
}

.blog-category {
    background: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 25px rgb(0 0 0 / 7%);
}

.blog-category li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.blog-category li input {
    zoom: 1.3;
    margin-right: 7px;
}

.blog-category li label {
    font-size: 1rem;
    font-weight: 400;
}

.blog-category li:last-child {
    margin: 0;
}


/*blog-detail*/

.blog-detail-wrapper {}

.blog-detail-wrapper 
 .blog-dt-title {
    font-size: 1.5rem;
    line-height: initial;
    margin-bottom: 10px;
}

.blog-detail-wrapper .blog-dt {
    color: #6c757d;
    font-weight: 300;
    font-size: 1rem;
    display: block;
}

.blog-detail-image {
    margin: 20px 0;
    height: 400px;
}

.blog-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail-wrapper p {
    font-weight: 400;
    margin-bottom: 15px;
    /* font-size: 14px; */
    color: #000;
}


.blog-detail-wrapper ul {
    list-style-type: disc;
    padding-left: 15px;
        margin: 15px 0;
}

.blog-detail-wrapper ul li {
    margin-bottom: 15px;
    line-height: 1.6rem;
    font-size: 1rem;
}


.blog-detail-wrapper .title-head {
    font-size: 1.5rem;
    padding: 10px 0;
    margin-bottom: 10px;
}



.products-section {
    background: #f7f7f7;
}


.easy-section {}



.easy-section .section-header {
    padding-bottom: 1rem;
}


@media screen and (min-width:  1199px){

    .easy-section .section-header h2 {
        font-size: 2.5rem;
    }

}

.easy-section p {
    /*max-width: 400px;*/
}

.content-box {
    /*padding: 3rem;*/
}

@media screen and (max-width: 768px){
    .content-box {
        padding: 1rem 0;
    }
}

.easy-section .image-box {
    width: 100%;
    margin: 0 auto;
}



/*mega menu*/


@keyframes slideUp{
    0%{
        transform:translateY(20px);
        opacity:0;
    }
    100%{
        transform:translateY(0px);
        opacity:1;
    }
}

@media screen and (min-width:  991px){

    .mega-menu {
        position: inherit;
    }

    .mega-dropdown {
        top: 60px !important;
        width: 100%;
        position: fixed !important;
        left: 0;
        background: #151414;
        border-bottom: 1px solid #f2f2f2 !important;
        padding: 30px 0 !important;
    }


    .dropdown-mega .dropdown-menu {
        padding: 0 !important;
        width: 100%;
        left: 0;
        position: fixed !important;
        /* opacity: 0; */
        top: 90px;
        z-index: -3;
        /* min-width: 0; */
    }
    .mega-menu-inner {}

    .mega-menu-inner ul {
        column-count: 2;
    }

}

.mega-menu-image {
    background: #232323;
    padding: 0px;
    margin-top: 40px;
    min-height: 350px;
    background-image: url(../../assets/images/banner/m3.png);
}

.mega-menu-image .items img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.mega-menu-inner h3 {
    font-size: 1.2rem;
    color: #fff;
    padding: 1rem 0;
}

.navbar-nav .dropdown-item {
    color: #000;
    font-size: 1rem !important;
    white-space: pre-line;
    line-height: initial;
    font-weight: 500 !important;
}

@media screen and (max-width:  667px){
    .navbar-nav .dropdown-item{
         color: #fff;
    }
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #ed2028;
    background-color: transparent;
}

.mega-menu-inner h3 {
    font-size: 1.2rem;
    color: #fff;
    padding: 1rem 0;
}

.mega-menu-inner ul li ul {
    column-count: 1;
    padding-left: 40px;
    list-style-type: disc !important;
    color: #fff;
}

.navbar-nav .mega-menu-inner ul li ul a.dropdown-item {
    font-weight: 400 !important;
    padding: 6px 0;
}

.client-slide img {
    /*filter: grayscale(1);*/
    width: 55%;
    margin: auto;
}

.client-slide img:hover {
    filter: none;
}

@media screen and (min-width: 999px){
    .custom_header.fixed {
        position: fixed;
        width: 100%;
        background: black;
        z-index: 9;
        animation: fadeInDown .5s ease-in-out both;
        top: 0;
        box-shadow: 0px 4px 11px 3px rgb(0 0 0 / 9%);
    }
  }

  .products-list-banner {
    background: #f0f0f0;
        /*padding: 40px 0;*/
}
    
.products-list-banner .image-box {
    background: #f0f0f0;
    padding: 30px;
}

.products-list-banner .content-box {
    padding: 4rem;
}

.products-list-banner .content-box h3 {
    color: #000;
    font-size: 3rem;
}

.products-list-banner .content-box p {
    color: #000;
    margin-top: 20px;
}

img.img-fluid {}

.product-listing {
    background: #F5F5F5;
}

.product-listing .content {
    text-align: left;
}

.product-listing .content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-listing  a{
    color: #000;
}

.filter-icons {
    font-size: 1.4rem;
}

.filter-icons i {
    width: 42px;
    height: 42px;
    background: black;
    line-height: 42px;
    text-align: center;
    margin-right: 5px;
    border-radius: 100%;
    color: #ffff;
    font-size: 18px;
}

.color-select {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 25px;
}

/* Hide the browser's default checkbox */

.color-select-row {
    display: flex;
    /* margin: 1rem 0; */
}

.color-select input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.color-select .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 100%;
  border: 3px solid white;
  outline: 2px solid #d6d6d6;
  box-sizing: border-box;
}

/* On mouse-over, add a grey background color */
.color-select:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.color-select input:checked ~ .checkmark {
  outline-color: #434343;
}


.products-detail-head {
    margin: 40px 0;
    margin-top: 0;
}



.products-detail-head .content-box {
    padding: 1rem 3rem;
}

.products-detail-head .content-box h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.products-detail-head .content-box h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.products-detail-head .content-box p {
    margin-bottom: 1rem;
}



.product-detail-slide .items {
    background: #F6F6F6;
    height: 400px;
}

.product-detail-slide .items img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.product-detail-slide.nav-arrow .slide-arr-right, 
.product-detail-slide.nav-arrow .slide-arr-left{
    bottom: 15px;
}
 
.product-detail-slide.nav-arrow .slide-arr-left{
    right: 50px;
}

.product-detail-slide.nav-arrow .slide-arr-right{
    right: 15px;
}

.product-gallery-slide .items {
    padding: 5px;
}



.bread-text {
    padding: 2rem 0;
    line-height: initial;
}

.bread-text .breadcrumb {
    margin: 0;
}

.bread-text .breadcrumb-item {
    font-size: 1.1rem;
}

.bread-text .breadcrumb-item a {
    color: #808080;
}

.bread-text .breadcrumb-item.active  {
    color: #000 !important;
}

.codes-table {}

.codes-table h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
        display: flex;
    align-items: center;
}

.codes-table thead th {
    background: black;
    padding: 15px 15px;
    font-size: 1rem;
    color: #fff;
}

.codes-table tbody td {
    padding: 8px 15px;
    font-size: 1rem;
}

.tb-btn {
    /*    background: #000;
    color: #fff;
    padding: 5px 10px;*/
    background: #000;
    color: #fff;
    padding: 5px 10px;
    /* min-height: 30px; */
    /* display: inline-flex; */
    align-items: center;
    }

.tb-icon {
    /*    background: #000;
    color: #fff;
    padding: 5px 10px;*/
    color: #000;
    padding: 5px 10px;
    align-items: center;
    font-size: 21px;
    position: relative;
    top: 2px;
    }

.tb-btn:hover {
    background: var(--primary-color);
    color: #fff;
}


.products-codes-row {}

.products-codes-row .image-box {
    background: #E1E1E1;
    padding: 10px;
}

.codes-table h3 img {
    width: 60px;
    background: #b7b7b7;
    padding: 0px;
    margin-right: 10px;
}

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    #no-more-tables tr {border: 1px solid #ccc;padding: 6px;margin-bottom: 10px;}
 
    #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        white-space: normal;
        text-align:left;
        line-height: initial;
    }
 
    #no-more-tables td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 10px;
        left: 6px;
        width: 36%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
 
    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}


.breadcrumb-wrap {
    position: relative;
}

.breadcrumb-wrap .inner-wrap {
    position: relative;
}

.breadcrumb-wrap .content-left .content-wrap {
    left: 15% !important;
    text-align: left !important;
    transform: translate(-15%, -50%) !important;
}

.breadcrumb-wrap .inner-wrap .content-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    /*background: #0b0a0a66;*/
    transform: translate(-50%, -50%);
    text-align: center;
    min-width: 50%;
    padding: 23px;
}

.breadcrumb-wrap .inner-wrap .content-wrap h2 {
    font-size: 4rem;
    padding-bottom: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.breadcrumb-wrap .inner-wrap .content-wrap h6 {
    font-size: 1.22rem;
    color: #fff;
    font-weight: 100;
}

.breadcrumb-wrap .inner-wrap.half-banner {
    height: 400px;
}

.breadcrumb-wrap .inner-wrap.half-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/*contact wrapper */

.contact-wrapper {
    /*background: #ffffff;*/
    position: relative;
    background: linear-gradient( 358deg, #efedea, transparent);
}

.contact-section {}

.contact-section h3 {
    font-size: 45px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.contact-section h3 span {
    font-weight: 200;
    color: var(--primary-color);
}

.contact-section p {
    color: #858587;
    text-align: center;
    padding: 25px 0;
    max-width: 484px;
    margin: auto;
}


.contact-section .input-group {
    background: transparent;
    padding: 7px 0px;
    border-radius: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000000;
}

.contact-section .input-group .form-control {
    background: transparent;
    border: 0;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
    height: 45px;
}

.contact-section .input-group i {
    color: var(--content-color);
    margin-right: 5px;
    font-size: 16px;
}


.contact-section .input-sec {
    max-width: 900px;
    margin: 15px auto;
    margin-bottom: 40px;
}


.add-box {
    display: flex;
    padding: 20px;
    border-top: 1px solid #505050;
    margin-top: 60px;
}

.add-box .add-row {
    padding: 25px;
    text-align: center;
    display: flex;
    align-items: flex-start;
    min-width: 300px;
    max-width: 100%;
    flex: 1;
}

.add-box .add-row i {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #00a0e3, #02577b);
    border-radius: 100%;
    margin-right: 10px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
}

.add-box .add-row .content-box {
    text-align: left;
    padding-left: 12px;
}

.add-box .add-row .content-box h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #fff;
}

.add-box .add-row .content-box p {
    line-height: initial;
    margin-bottom: 8px;
    font-size: 1rem;
}

.add-box .add-row .content-box p a {
    word-break: break-all;
    color: #fff !important;
}

.add-box .add-row .content-box p b {
    font-weight: 700;
    color: #fff !important;
    font-weight: 400;
}



.sec-title {
    font-size: 3rem;
    font-weight: 700;
}

.title-top {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 0;
    color: var(--primary-color);
}

.title-top:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: var(--primary-color);
    top: 50%;
    left: 0;
    display: none;
}



.contact-detail-wrap {}

.contact-detail-wrap .item-wrap {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 3rem;
}

.contact-detail-wrap .item-wrap i {
    font-size: 2rem;
    position: absolute;
    left: 0;
}

.contact-detail-wrap .item-wrap h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.contact-detail-wrap .item-wrap h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: initial;
}

@media screen and (min-width: 992px){
    .contact-page-wrap .input-box-wrap {
        padding-left: 3rem;
        border-left: 1px solid #edd7c7;
    }
}


.fix-bg-attach {
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}

.fix-bg-attach .content-box {
    text-align: center;
    position: relative;
}

.fix-bg-attach .content-box {}

.fix-bg-attach .content-box h3 {
    font-size: 2.5rem;
    max-width: 700px;
    margin: auto;
    color: #fff;
    line-height: initial;
}

.fix-bg-attach:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000087;
    top: 0;
    left: 0;
}

.project-pg-inner {}

.project-pg-inner .image-box,
.project-pg-inner .items {
    height: 400px;
}

.project-pg-inner .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-page .main-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.text-page 
 .pg-tile {
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.text-page 
 ul {
    margin: 15px 0;
    list-style-type: disc;
    padding-left: 15px;
}

.text-page ul li {
    font-size: 15px;
    padding: 7px 0;
}

.text-page p {
    font-size: 15px;
}

.filter-wrap {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-item {
    min-width: 220px;
    flex: 1;
    max-width: 300px;
}

.filter-item label {
    margin-bottom: 5px;
    font-size: 15px;
}

/*
span.select2-search.select2-search--inline {
    display: none !important;
}*/

.filter-wrap .form-select{
    font-size: 14px;
}

.select2-search__fieldP{
    resize: none !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
    resize: none;
}

.select2-container--bootstrap-5 .select2-selection,
.select2-container--bootstrap-5 .select2-dropdown,
.select2-results__options .select2-results__option{
    font-size: 14px !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clearP{
    border: 0 !important;
        border: 0 !important;
    background-size: 8px !important;
    background-position: 3px !important;
    background-color: #ffffff !important;
    padding: 7px !important;
    text-align: center;
    border-radius: 100%;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: 13px !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice button {
    font-size: 12px !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    background-size: 10px !important;
}

/*new added css*/


.products-showcase-section {
    z-index: 8;
    margin-top: -50px;
    position: relative;
}

.products-showcase-slide {
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 5px 4px 75px 13px rgb(0 0 0 / 9%);
}

.products-showcase-slide .item-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.products-showcase-slide .item .image-box {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.products-showcase-slide .item h6 {}

.products-showcase-slide .item .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.why-choose-us{
    background-image: url('../../assets/images/banner/bg-shape-1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}



.why-us-box {
    position: relative;
    text-align: left;
    padding: 4rem 2rem;
    height: 100%;
    background: #fff;
    height: 100%;
    box-shadow: 5px 4px 75px 13px rgb(0 0 0 / 4%);
    border-radius: 6px;
}

.why-us-box .icon-box {
    font-size: 2.3rem;
    justify-content: center;
    color: var(--primary-color);
    margin: 0 auto;
}

.why-us-box {}

.why-us-box .content-box {
    margin-top: 2rem;
}

.why-us-box .content-box h3 {
    font-size: 1.3rem;
    line-height: initial;
    font-weight: 500;
}

.why-us-box .content-box p {
    margin-top: 0.9rem;
    font-weight: 300;
}

@media screen and (min-width:  1199px){
  .why-us-box.red {
        transform: scale(1.03);
    }  
}

@media screen and (max-width:  576px){
  .why-us-box {
        border-radius: 0;
    }  

    .products-slide .slick-slide .items{
        margin: 10px 0;
    }
}

  .why-us-box.red {
        background: var(--primary-color);
    }  



.why-us-box.red .icon-box {
    color: #fff;
}

.why-us-box.red h3,.why-us-box.red p {
    color: #fff;
}


.easy-bg{
    background-image: url('../../assets/images/banner/bg-shape-2.png');
}


.get-touch-section {}

.get-touch-section .item-wrap {}

.get-touch-section .item-wrap .item {
    text-align: center;
    box-shadow: 5px 4px 75px 13px rgb(0 0 0 / 9%);
    background: #fff;
    padding: 30px 20px;
    width: 90%;
    margin: auto;
}

.get-touch-section .item-wrap .item i {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.get-touch-section .item-wrap .item h5 {
    font-size: 16px;
    line-height: normal;
}

.easy-section.products-easy {}

.easy-section.products-easy img {
    /* box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 9%); */
    /* border: 1px solid #efefef; */
}

.easy-section.products-easy .image-box{
    height: 600px;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-top: 0;
    border-bottom: 0;
}

.easy-section.products-easy .image-box img{
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.products-pg-list {
    list-style-type: disc;
    padding-left: 15px;
    margin: 20px 0;
    column-count: 2;
}

.products-pg-list li {
    font-size: 15px;
    padding: 10px 0;
    color: #383838;
}

.bg-bread-plain{
    background: #f4e7d4;
}

.list-card{

}

.list-card .card-img-top{
    height: 180px;
    object-fit: cover; 
}

.list-card ul {
    list-style-type: disc;
    padding-left: 15px;
}

.list-card ul li {
    padding: 7px 0;
}

.list-card .card {
    height: 100%;
}

h6{
    line-height: initial;
}
