.headingTitle p {
    font-size: var(--fs20);
    color: #2699fb;
}

.headingTitle h1 {
    font-size: var(--fs45);
    font-weight: bolder;
    color: #1b2e4b;
    text-transform: uppercase;
}

.welcomePara p {
    color: #24272c;
    font-size: var(--fs18);
    font-weight: 400;
    letter-spacing: 0.7px;
}

/*.TopCategories .ResourcesBoxes .col-md-4:nth-child(1),.TopCategories  .ResourcesBoxes .col-md-4:nth-child(2) {
    width: 50%;
}*/
/*********|| Carousel Slide ||*********/

.fullCarouselSlide {.effect-steve h2 {
    color: #000;
    font-size: 15px;
    font-weight: inherit;
}
    top: -1px;
    position: relative;
}

.carousel-indicators button {
    width: 20px !important;
}

.TopFullCarousel .carousel-indicators .active {
    background-color: var(--background-blue);
    width: 30px !important;
}

.elcinaBtn {
    background-color: var(--background-blue);
    color: var(--txt-white);
    border-radius: 50px;
    padding: 8px 30px;
    font-size: var(--fs18);
    min-width: 200px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 23px;
}

.bgCarouselImg {
    background-size: cover;
    height: 90vh;
    display: table;
    width: 100%;
    max-height: 1000px;
    background-position: center;
}

.carouselSliderContant {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.carouselInner h1 {
    font-size: var(--fs55);
    font-weight: 800;
    letter-spacing: 2px;
}

.carouselInner p {
    font-size: var(--fs20);
    font-weight: 400;
    color: var(--txt-white);
    letter-spacing: 2px;
    
}


/*********|| Carousel Slide ||*********/

.welcomeContant {
    position: relative;
    height: 100%;
}

.welcomebtn {
    position: absolute;
    bottom: 0;
}


/*video css*/

.VideoBannerImage {
    position: relative;
}

.overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: 100%;
    background: #022f8794;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d;
     */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #2699fb;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.VideoBannerImage img {
    max-height: 450px;
    object-fit: cover;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: var(--fs36);
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);

}

.welcomePara .txtDarkBlue {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}


/*video css*/


/*****counter css*****/

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

.elcinaCounterNumber .counter-count {
    color: #2699fb;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}

.elcinaCounterNumber p {
    font-size: 15px;
    font-weight: 600;
    color: var(--txt-darkblue);
    letter-spacing: 1px;
}


/*****counter css*****/


/*****Full Banner Video Section css*****/

.headingTitleCenter .titleLine {
    color: var(--txt-white);
}

.fullVideoPara p {
    font-size: var(--fs35);
    font-weight: 600;
    color: var(--txt-white);
    letter-spacing: 1.5px;
}

.fullVideoBannerImage {
    position: relative;
    padding: 20px 0;
}

.fullVideoBannerImage .videoSection .video-play-button {
    position: unset;
    z-index: 10;
    top: unset;
    left: unset;
    transform: unset;
    box-sizing: content-box;
    display: inline-block;
    width: 32px;
    height: 40px;
    background: unset;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}


/*****Full Banner Video Section css*****/


/******** Elcina People Section ********/

.peopleElecinaPara h4 {
    color: var(--txt-darkblue);
    font-size: var(--fs22);
    font-weight: 500;
    letter-spacing: 1px;
}

.peopleElecinaPara p {
    color: var(--clr1);
    font-size: var( --fs18);
    font-weight: 400;
    letter-spacing: 0.8px;
    max-width: 85%;
}


/******** Elcina People Section ********/


/*********** User Say Section ***********/

.user-single-content {
    padding: 50px 40px 30px;
    background: #FFFFFF;
    position: relative;
}

.user-single-content p {
    margin: 0;
    font-size: var(--fs22);
    color: #677294;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
}

.user-say-img {
    max-width: 670px;
    margin: auto;
}

.WhatMembers {
    /*box-shadow: 0px 0px 10px #bebebe;*/
    background-color: white;
    position: relative;
    padding: 0px 0px 30px 0px;
    border: 1px solid #e8e8e8;
}

.WhatMembers .QuetImg {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: -25px;
}

.QuetImg img {
    max-width: 80px;
}

.user-single-img {
    height: 288px;
    transition: 0.5s;
}

.user-single-img img {
    margin: 50px auto 10px;
    opacity: 0.25;
    cursor: pointer;
    width: 80px;
    transition: 0.5s;
    border-radius: 50%;
    background: #FFFFFF;
    height: 80px;
    object-fit: cover;
}

.user-single-img.slick-center.slick-current img {
    width: 150px;
    cursor: auto;
    opacity: 1;
    margin-top: 0;
    height: 150px;
}

.user-single-img h3 {
    font-size: var(--fs20);
    color: #1b2e4b;
    padding-top: 5px;
}

.user-single-img h3,
.user-single-img .stars {
    opacity: 0;
}

.slick-current.user-single-img h3,
.slick-current.user-single-img .stars {
    opacity: 1;
}

.stars i:before {
    color: #259afa;
    font-size: var(--fs18);
    margin: 0px 1px;
}

.user-say-img .slick-arrow {
    color: #071C35;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: 40%;
    z-index: 1;
    border: 0;
    outline: 0;
    box-shadow: none;
    transform: translate(-50%, -50%);
}

.user-say-img .user-prev {
    left: -150px;
}

.user-say-img .user-next {
    right: -150px;
}

.user-say-img .slick-arrow:hover img,
.userSayImg button:hover img,
.latestCompaniesImg button:hover img {
    filter: invert(43%) sepia(81%) saturate(621%) hue-rotate( 169deg) brightness(106%) contrast(97%);
}
.slick-slide {
    min-height: 250px;
}

/*********** User Say Section ***********/


/*********** Fabulous Products Section ***********/

.ProductsHeading .fullVideoPara p {
    color: var(--clr1);
}

.ProductContent h4 {
    letter-spacing: 1px;
    font-size: var(--fs20);
    color: var(--txt-darkblue);
    font-weight: 500;
}

.ProductContent p {
    font-size: var(--18);
    color: var(--clr1);
    margin: 0;
}

.ProductContent p del {
    font-weight: 400;
    color: var(--clr1);
    padding: 0 5px;
    display: inline-block;
}

.ProductContent p ins {
    font-weight: 500;
    padding: 0 5px;
    display: inline-block;
    text-decoration: none;
}

.ProductInfo {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #e3e3e3;
    transition: all 0.8s;
}
.ProductInfo:hover {
    /*background-color: #ededed;*/
    box-shadow: none;
}
.ProductImg>img {
    height: 250px;
    width: auto;
    object-fit: cover;
    margin-bottom: 8px;
}
.ProductInfo  .ProductContent {
    background-color: #d0cecc;
    padding: 12px 2px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.effect-steve figcaption {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    padding: 0px 25px;
}

.effect-steve img {
    transition: 1s;
    padding: 30px;
    /*background-color: #ddddde;*/
    border-radius: 15px;
}
.effect-steve:hover img{
   /* opacity: 0.9;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);*/
}
.effect-steve h2 {
    color: #000;
    font-size: 18px;
    font-weight: inherit;
}
.effect-steve a {
   color: #ff8623;
    border-radius: 50px;
    font-size: 13px;
}
.effect-steve {
    margin: 0 0 1rem;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 11px #cdcdcd;
    padding: 13px 13px 0;
    height: 100%;
}
span.saleTag {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 8px;
    text-transform: uppercase;
    border: 1px solid;
    padding: 2px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
}

.OnSale {
    background-color: #7fbb25;
    border-color: #7fbb25 !important;
}

.SoldOut {
    background-color: #d64951;
    border-color: #d64951 !important;
}

.ViewList {
    position: absolute;
    right: 10px;
    top: 10px;
    transform: scaleY(0);
    transition: 0.5s;
    transform-origin: top;
    z-index: 11;
}

.ViewList li {
    margin-bottom: 10px;
}

.ProductInfo:hover .ViewList {
    transform: scaleY(1);
}

.OutStock .ProductImg img {
    opacity: 0.5;
}

.OutStock *,
.OutStock {
    cursor: not-allowed;
}

.ViewMoreBtn {
    line-height: 28px;
    font-size: 16px;
    padding: 12px 30px;
}


/*********** Fabulous Products Section ***********/


/*********** Our Partners Section ***********/

.userSingleImg {
    padding: 20px 15px;
}

.userSingleImg .UserSingleOne {
    display: flex;
    height: 130px;
    align-items: center;
    text-align: center;
    width: 100% !important;   
    background-color: #fff;
    border-bottom: 4px solid transparent;
    transition: 0.5s;
    filter: grayscale(1);
    cursor: pointer;
}

.userSingleImg .UserSingleOne img {
    height: auto;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    max-width: 100%;
    padding: 30px;
}

.userSayImg .slick-list,
.latestCompaniesImg .slick-list {
    padding: 0 !important;
}

.userSingleImg .UserSingleOne:hover {
    filter: grayscale(0);
    border-color: #2699fb;
    transition: 0.5s;
}

.userSayImg button,
.latestCompaniesImg button {
    position: absolute;
    top: 32%;
    transform: translate(0%, 50%);
    background-color: transparent !important;
    border: 0px !important;
}

.userSayImg button,
.latestCompaniesImg button {
    position: absolute;
    top: 34%;
    transform: translate(0%, 50%);
    background-color: transparent !important;
    border: 0px !important;
    z-index: 1;
}

.userSayImg button.user-prev,
.latestCompaniesImg button.user-prev {
    left: -30px;
}

.userSayImg button.user-next,
.latestCompaniesImg button.user-next {
    right: -30px;
}


/*********** Our Partners Section ***********/


/*********** Top Categories Section ***********/

.AllCats .ProductInfo {
    position: relative;
    background-color: #ffffff;
    padding: 15px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
    /*box-shadow: 0 1px 3px rgb(36 39 44 / 15%);*/
    border: 1px solid #e3e3e3;
    height: 232px
}

.AllCats .ProductInfo .HoverEffects {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1b2e4bbf;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.5s;
    z-index: 1;

}

.AllCats .ProductInfo:hover .HoverEffects,.AllCats .hovercategory .HoverEffects{
    transform: scaleY(1);
}

.AllCats .ProductInfo .HoverEffects p {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-family: system-ui;
    border: 1px solid #ffffff36;
    padding: 13px;
    font-weight: 400;
}


/*********** Top Categories Section ***********/


/*********** latest companies Section ***********/

.latestCompaniesImg .userSingleImg .UserSingleOne {
    height: 130px;
    border-bottom: 0px;
    filter: grayscale(0);
    overflow: hidden;
border: 1px solid rgba(36,39,44,.15);
box-shadow: 0 1px 3px 0 rgb(36 39 44 / 15%);
}


.latestCompaniesImg .userSingleImg12 .UserSingleOne12 {
    height: 180px;
    border-bottom: 0px;
    filter: grayscale(0);
    overflow: hidden;
border: 1px solid rgba(36,39,44,.15);
box-shadow: 0 1px 3px 0 rgb(36 39 44 / 15%);
}

.latestCompaniesImg .userSingleImg {
    padding: 20px 1px;
}
.PeopleShowBoxCard {
    padding: 90px 20px 90px 70px;
    box-shadow: 0px 0px 10px #c8c8c8;
    overflow: hidden;
}

.carouselFeaturedCompanies button.owl-prev {
    left: 0;
}
.carouselFeaturedCompanies button.owl-next {
    right: 0;
}


#TopCategories .ProductInfo img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.welcomeInnerSection, .top_cate {
    box-shadow: 0 1px 3px rgb(32 32 34 / 15%);
    padding: 20px;
    background-color: #fff !important;
    /*border: 1px solid rgba(0,0,0,.12);*/
}

.elcinaCounterInnerSection {
    border-top: 1px solid rgba(0,0,0,.12);
    border-bottom: 1px solid rgba(0,0,0,.12);
    background-color: #fff;
padding: 19px;
}
.elcinaCounterIcons img {
    width: 50px;
}
#owlCarouselFeaturedCompanies .owl-nav button,#owlcarouselFeaturedCompaniesCategory .owl-nav button {
    width: 40px;
    height: 40px;
    box-shadow: 0 8px 12px 0 rgb(36 39 44 / 15%);
    background: #fff !important;
    border-radius: 100%;
    z-index: 99999;
    position: absolute;
    top: 24%;
    font-size: 23px;
}
#owlCarouselFeaturedCompanies .owl-nav button.owl-next,#owlcarouselFeaturedCompaniesCategory .owl-nav button.owl-next {
    right: -15px;
}
#owlCarouselFeaturedCompanies .owl-nav button.owl-prev.disabled,#owlCarouselFeaturedCompanies .owl-nav button.owl-next.disabled,#owlcarouselFeaturedCompaniesCategory .owl-nav button.owl-prev.disabled,#owlcarouselFeaturedCompaniesCategory .owl-nav button.owl-next.disabled{
    display: none;
}
#owlCarouselFeaturedCompanies .owl-nav button.owl-prev,#owlcarouselFeaturedCompaniesCategory .owl-nav button.owl-prev{
     left: -15px;
}



/*********** latest companies Section ***********/
@media screen and (min-width: 1600px) {
    .ViewMoreBtn {
        font-size: 16px;
    }
}

.LatestCompanies #owlCarouselFeaturedCompanies .owl-stage,.LatestCompanies #owlcarouselFeaturedCompaniesCategory .owl-stage {
    margin: 0 auto;
}


/*********** pricing Section ***********/
.pricingPlan {
    width: 100%;
    margin: 0 auto;
}
.pricingOuter {
    gap: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 -5px;
    flex-wrap: wrap;
}
.pricingInner {
    width: 20%;
    padding: 5px;
}
.pricingOuter .pricingInner .card {
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    border-radius: 6px;
    height: 100%;
}
.pricingGroup {
    gap: 10px;
    justify-content: center;
}
.pricingBadge .badge{
    background-color: #203367;
    padding: 10px;
}
.pricingHead h5, .pricingHead p {
    color: #2f1c6a;
    font-size: 15px;
}
.packagesPrices p {
    font-size: 20px;
    color: #2f1c6a;
    font-weight: 600;
}
.packagesPrices span {
    font-size: 26px;
    color: #ff6600;
    font-weight: 700;
}
.pricingGroupPrice del {
    color: #999;
}
.pricingGroupPrice del, .pricingBadge span {
    font-size: 18px;
}
/* .pricingPriceBtn .btn {
    color: #fff;
    background-color: #673de6;
    border: #673de6;
    border-radius: 50px;
    width: 100%;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
} */
.pricingPriceBtn p {
    color: #999;
}
.pricingPriceBtn .btn {
    color: #fff;
    background-color: #203367;
    border: #673de6;
    border-radius: 50px;
    width: 100%;
    padding: 3px 18px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}
.pricingHead {
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 4px;
}
.planPointOtr h6 {
    font-size: 15px;
    color: #2f1c6a;
    font-weight: 700;
}
.planPointsTxt p {
    font-size: 14px;
    color: #2f1c6a;
}
.planPointsInner {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.pointsGroup {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}
.cardInnerBody {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.stickyHeader .scrollNavBar {
    justify-content: space-between !important;
    align-items: center;
}
@media (max-width: 1199px){
    .pricingPlan {
        width: 100%;
    }
}
@media (max-width: 992px){
    .stickyheadernavright {
    align-items: anchor-center;
}
}
@media (max-width: 991px){
    .pricingOuter {
        grid-template-columns: repeat(2, 50%);
    }
}

@media (max-width: 600px){
    .pricingOuter {
        grid-template-columns: repeat(1, 100%);
    }
}
@media (max-width: 400px){
    .scrollNavBarnew {
        display: block !important;
    }
    .stickyHeader .stickyheadernavright .register-nav {
    margin: 0px;
}
.stickyheadernavright {
    justify-content: space-between !important;
}
}

/*********** 14-nov ***********/

figcaption.effect-anchor:hover {
    text-decoration: underline;
    color: black;
}
figure.effect-steve:hover img {
    opacity: 0.8;
}
.catagories_box:hover img {
    opacity: 0.8;
}
.catagories_box:hover .categories_text {
    text-decoration: underline;
    color: black;
}
.catagories_box_index {
    height: 250px;
}

/*********** pricing Section ***********/
@media (max-width: 576px) {
    .effect-steve img {
    padding: 30px 30px 10px 30px;
}
ul.navbar-nav.navLink.register-nav {
    padding: 0px 13px 13px 0px;
}
.sourcesatya {
    width: 120px !important;
}
}
@media (max-width: 375px) {
    .effect-steve h2 {
    font-size: 15px;
}
.stickyHeader .navLink.register-nav {
    margin: 0 auto 0 0;
}
}


.UserSingleOne1 h6 {
    font-size: 14px;
}

.UserSingleOne1 img {
    height: 200px;
    width: initial;
    width: auto;
    object-fit: cover;
    margin: 0 auto;
    max-width: 100%;
}