.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

@media screen and (max-width:768px) {

    .filter-button-group button {
        /* display: flex; */
        align-items: center !important;
        justify-content: center !important;
        outline: none !important;
        cursor: pointer !important;
        width: 95px !important;
        height: 40px !important;
        background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%) !important;
        border-radius: 30px !important;
        border: 1px solid #3498db !important;
        transition: all 0.2s ease !important;
        font-family: "Source Sans Pro", sans-serif !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        color: #606060 !important;
        /* padding-top: 10px; */
        text-shadow: 0 1px #fff !important;
        margin-right: 1px!important;
    }

    .lb-nav a.lb-next {
        width: 64%;
        right: 0;
        float: right;
        background: url(../images/next.png) right 48% no-repeat;
        /* filter: alpha(Opacity=0); */
        opacity: 1;
        -webkit-transition: opacity .6s;
        -moz-transition: opacity .6s;
        -o-transition: opacity .6s;
        transition: opacity .6s
    }

    .lb-nav a.lb-prev {
        width: 34%;
        left: 0;
        float: left;
        background: url(../images/prev.png) left 48% no-repeat;
        /* filter: alpha(Opacity=0); */
        opacity: 1;
        -webkit-transition: opacity .6s;
        -moz-transition: opacity .6s;
        -o-transition: opacity .6s;
        transition: opacity .6s
    }


}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 1%);
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    position: absolute;
    top: -30px;
}


.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

.event .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

/* .event-img{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
} */
.event .event-img .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #98b5e075;
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.event .event-img:hover .event-overlay {
    opacity: 1;
}

.product_detail {
    color: #000;
    text-align: center;
}

.tab-content {
    margin-top: 30px;
}

.button {
    font-family: inherit;
    background: #2CA0D9;
    color: white;
    padding: 0.35em 0;
    font-size: 17px;
    border: none;
    border-radius: 0.7em;
    letter-spacing: 0.08em;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    overflow: hidden;
    height: 2.5em;
    padding-left: 2.8em;
    padding-right: 0.92em;
}

.button .icon {
    background: #fff;
    height: 1.5em;
    width: 1.5em;
    border-radius: 2em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0.4em;
    transition: all 0.5s;
    margin-left: 12px;
}

.icon svg {
    margin-left: 0.1em;
    transition: all 0.5s;
    color: #2CA0D9;
    width: 1.2rem;
    height: 1.2rem;
}

.button:hover .icon svg {
    transform: rotate(360deg);
}

.button:hover .icon {
    width: calc(85% - 0.85rem);
    border-radius: 0.5em;
    /* padding-right: 5px; */
}

.button:hover .icon {
    width: calc(100% 0.85rem);
    border-radius: 0.5em;
}

.btn-main-whatsapp {
    display: flex;
    justify-content: center;
    padding-top: 20px;


}

p.enquiry {
    margin-left: -10px;
}

.new_btn {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #3c6fe7;
    border-radius: 0.6em;
    color: #3c64e7;
    cursor: pointer;
    display: flex;
    align-self: center;

    font-weight: 400;
    line-height: 1;
    margin: 20px;
    padding: 12px 38px;
    text-decoration: none;



}

.btn_style:hover {
    box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
}

.btn_style:hover .wh {
    color: black !important;
}

.btn_style {
    border-color: #3498db;
    /* color: #fff; */
    box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db;
    transition: all 150ms ease-in-out;
}

.wh {
    font-size: 20px;
}

.new_prdct_img {
    height: 350px;
}

/*** Gallery Start ***/
.img-zoom{
    background-color: #0060ff;
    font-size: 17px;
}
.gallery .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery .gallery-img .hover-style {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 1s;
}

.gallery .gallery-img:hover .hover-style {
    width: auto;
    height: auto;
    border: 600px solid rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.gallery .gallery-img img {
    transition: 0.5s;
}

.gallery .gallery-img:hover img {
    transform: scale(1.3);
    overflow: hidden;
}

.gallery .gallery-item .gallery-overlay {
    transition: 0.5s;
}

.gallery .gallery-item {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all 0.8s ease-in-out;
    border-radius: 0.25rem;
}

.gallery .gallery-item:hover .gallery-overlay {
    background: transparent !important;
    border: 0 !important;
}

.gallery .gallery-item:hover {
    transform: translateY(-5px);
    /* transition: all 1s ease-in-out; */
    /* #1f73fb */
    /* background-color: #ffffff; */
    /* border:3px solid rgba(0, 0, 0, 0.317); */
    /* border:3px solid rgba(0, 0, 0, 0.317); */
    /* box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

/* .gallery .gallery-item:hover .product_details{
    color: white;
    transition: 0.5s ease-in-out;
}
.gallery .gallery-item:hover .product_type{
    color: white;
    transition: 0.5s ease-in-out;

}

.gallery .gallery-item:hover .prduct_detail_ul {
    background-color: #ffffff;
    color: black;
    border-radius: 8px;
    width: 215px;
    transition: 0.5s ease-in-out;
} */
.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
    font-size: 20px;
}

.gallery .gallery-img:hover .search-icon {
    opacity: 1;
}

/*** Gallery End ***/
.product_details {
    text-align: center;
    color: #555555;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
    padding-top: 20px;
}

.product_type {
    text-align: center;
    color: var(--main-color);
    /* background-image: linear-gradient(to right, #009cf3, #16d6d9); */
    /* color: rgba(0, 0, 0, 0.856); */
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    padding-top: 10px;
    /* padding-bottom: 15px; */
}
.prduct_detail {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    
}

.product_img {
    height: 400px;
}

.title-all {
    margin-bottom: 30px;
}

.title-all h1 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
}

.title-all p {
    color: #999999;
    font-size: 16px;
}

.products-box {
    padding: 50px 0px;
}

.special-menu {
    margin-bottom: 30px;
}

.filter-button-group {
    display: inline-block;
}


.abt-button-group button {
    /* background: #0d6efd;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 5px 20px;
    font-size: 18px; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    width: 150px;
    height: 50px;
    background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
    border-radius: 30px;
    border: 1px solid #3498db;
    transition: all 0.2s ease;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #606060;
    text-shadow: 0 1px #fff;
}

.submit-button-group button {
    /* background: #0d6efd;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 5px 20px;
    font-size: 18px; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    width: 150px;
    height: 50px;
    background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
    border-radius: 30px;
    border: 1px solid #3498db;
    transition: all 0.2s ease;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #606060;
    text-shadow: 0 1px #fff;
}
.submit-button-group button:hover {
    /* box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;} */
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px
}

.whatsapp-button-group button {
    /* background: #0d6efd;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 5px 20px;
    font-size: 18px; */
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    width: 150px;
    height: 50px;
    background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
    border-radius: 30px;
    border: 1px solid #3498db;
    transition: all 0.2s ease;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #606060;
    text-shadow: 0 1px #fff;
}
@media screen and (max-width:768px) {
    .abt-btn-title{
        font-size: 11px!important;
    }
   
    
    .whatsapp-button-group button {
        /* background: #0d6efd;
        color: #ffffff;
        border: none;
        cursor: pointer;
        padding: 5px 20px;
        font-size: 18px; */
        /* display: flex; */
        align-items: center;
        justify-content: center;
        outline: none;
        cursor: pointer;
        width: 150px!important;
        height: 50px!important;
        background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
        border-radius: 30px;
        border: 1px solid #3498db;
        transition: all 0.2s ease;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #606060;
        text-shadow: 0 1px #fff;
    }
    
}
.whatsapp-button-group button:hover {
    /* box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;} */
    box-shadow: rgba(37, 211, 102, 0.5) 0px 0px 0px 3px;
}

.whatsapp-png {
    height: 30px;
    width: 30px;
    margin-right: 5px;
}

.abt-button-group button:hover {
    /* box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;} */
    box-shadow: rgba(214, 3, 3, 0.3) 0px 0px 0px 3px;
}

.filter-button-group button.active {
    /* box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;} */
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
}



.products-single {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.products-single .box-img-hover {
    overflow: hidden;
    position: relative;
}

.box-img-hover img {
    margin: 0 auto;
    text-align: center;
    display: block;
}

/* .main_head_product {

    background-color: rgba(245, 245, 245);
    background-image: url(../images/portfolio-bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
} */



.news-block-two {
    position: relative;
    margin-bottom: 5px;
}

.news-block-two .inner-box {
    position: relative;
    padding: 10px 5px;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-two .inner-box .border-one:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 2px;
    background-color: #3c6fe7;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.news-block-two .inner-box .border-one:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 2px;
    height: 0px;
    background-color: #3c6fe7;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.news-block-two .inner-box:hover .border-one:before {
    width: 100%;
}

.news-block-two .inner-box:hover .border-one:after {
    height: 100%;
}

.news-block-two .inner-box .border-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 2px;
    height: 0px;
    background-color: #3c6fe7;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.news-block-two .inner-box .border-two:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background-color: #3c6fe7;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.news-block-two .inner-box:hover .border-two:before {
    height: 100%;
}

.news-block-two .inner-box:hover .border-two:after {
    width: 100%;
}

/* .news-block-two .inner-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    border:2px solid transparent;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.news-block-two .inner-box:hover::before{
    border-color:#f43737;
} */

/* .news-block-two .inner-box:after{
    position:absolute;
    content:'\f105';
    right:30px;
    top:50%;
    color:#84858a;
    font-size:20px;
    margin-top:-10px;
    font-family: 'FontAwesome';
} */

.news-block-two .inner-box .post-meta {
    position: relative;
}

.news-block-two .inner-box .post-meta li {
    position: relative;
    color: #84858a;
    font-size: 14px;
    margin-right: 18px;
    display: inline-block;
}

.news-block-two .inner-box .post-meta li:last-child {
    margin-right: 0px;
}

.news-block-two .inner-box h6 {
    position: relative;
    color: #242f6c;
    font-weight: 700;
    line-height: 1.4em;
    margin-top: 8px;
}

.news-block-two .inner-box h6 a {
    position: relative;
    color: #242f6c;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-two .inner-box h6 a:hover {
    color: #3c6fe7;
}




/* new card design */
.new_card_main{
    background-color: rgba(245, 245, 245);
}


.section {
    position: relative;
    padding: 110px 0;
  }
  
  .section .container {
    position: relative;
  }
  
  .section.section-padding {
    padding: 30px 0 30px;
  }
  
  /* media */
  .sigma_service {
    display: block;
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 40px;
    text-align: left;
    transition: .3s;
    margin-bottom: 30px;
  }
  
  .sigma_service.border .sigma_service-thumb {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #efefef;
  }
  
  .sigma_service.border .sigma_service-thumb::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 17px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #034192;
    transition: .3s;
  }
  
  .sigma_service.border .sigma_service-thumb::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 17px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #034192;
    transition: .3s;
  }
  
  .sigma_service.primary-bg:hover,
  .sigma_service.primary-bg {
    background-color: #034192;
    border: 0;
  }
  
  .sigma_service.secondary-bg:hover,
  .sigma_service.secondary-bg {
    background-color: #000000;
    border: 0;
  }
  
  .sigma_service.border.primary-bg .sigma_service-thumb::after,
  .sigma_service.border.primary-bg .sigma_service-thumb::before,
  .sigma_service.border.secondary-bg .sigma_service-thumb::after,
  .sigma_service.border.secondary-bg .sigma_service-thumb::before {
    background-color: #fff;
  }
  
  .sigma_service.border:hover .sigma_service-thumb::after {
    bottom: -4px;
    left: 47px;
  }
  
  .sigma_service.border:hover .sigma_service-thumb::before {
    top: -4px;
    right: 47px;
  }
  
  .sigma_service.bg-white {
    border: 0;
  }
  
  .sigma_service.style-1.bg-white:hover p,
  .sigma_service.style-1.bg-white:hover h5 {
    color: #000000;
  }
  
  .sigma_service.style-1.bg-white:hover i {
    color: #034192;
  }
  
  .sigma_service i {
    font-size: 60px;
    color: #034192;
    line-height: 1;
    transition: .3s;
  }
  
  .sigma_service-thumb {
    margin-bottom: 40px;
  }
  
  .sigma_service h5 {
    margin-bottom: 10px;
    transition: .3s;
  }
  
  .sigma_service p {
    margin: 0;
    transition: .3s;
  }
  
  .sigma_service:hover {
    background-color: #034192;
    transform: translateY(-3px);
  }
  
  .sigma_service.style-1:hover i,
  .sigma_service.style-1:hover p,
  .sigma_service.style-1:hover h5 {
    color: #fff;
  }
  
  /* Style 2 & 3 */

  
  .border {
    border: 2px solid #efefef !important;
  }
  
  
  
  
  
  
  
  
  
  
  