#global-page-loader {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #e5e7eb;
    border-top-color: #EFB516;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


.bg-gray {
    background-color: #e1e4e8 !important
}
 
.rounded-4 {
    border-radius: 1rem !important
}
 
.rounded-5 {
    border-radius: 2rem !important
}
 
.opacity-75 {
    opacity: 0.75 !important
}
 
iframe {
    display: inline-block;
    width: 100%;
    border: none
}
 
label {
    margin-bottom: 0.25rem
}
 
 
.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
}
 
.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
}
 
.z-1 {
    z-index: 1 !important
}
 
.slick-track {
    display: flex;
}

/* .slick-track {
    display: flex !important;
} */

.slick-slide {
    height: inherit !important;
    display: flex;
    /* width: 100%; */
}

.slick-slide img{width: 100%; object-fit: cover; object-position: center; height: 100%;}

.slick-slide {
    margin: 0 0.625rem;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}
.slick-prev{left: 0;}
.slick-next{right: 0;}

.slick-prev,
.slick-next {
    background-color: var(--main-color-one);
    border-radius: 100%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: var(--secondary-color);
}

.slick-prev:before,
.slick-next:before{
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    line-height: 12px;
    display: inline-block;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before{
    content: "→";
}

.slick-prev:before{
    content: '←';
}

.slick-dots{
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 1rem; 
    margin-bottom: 0;
    padding: 0;
}

.slick-dots li {
    text-indent: -9999px;
    height: 10px;
    width: 10px;
    background: #DDD;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slick-dots li.slick-active {
    background: var(--main-color-one);
    width: 30px;
    border-radius: 10px;
}
 
.slider-init {
    visibility: hidden
}
 
.slider-init.loaded {
    visibility: visible
}
 
.yg-wdt-para-section-title-1 {
    margin-bottom: 0;
    position: relative
}
 
.yg-wdt-para-section-title-1 span {
    color: var(--secondary-color)
}

 
.yg-wdt-para-btn-6 {
    padding: 0.65rem 1.25rem;
    position: relative;
    border-radius: 0.35rem;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
    outline: none;
    border: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: black;
    color: white;
    transition: 0.3s
}
 
.yg-wdt-imgpara-btn-6 {
    padding: 0.65rem 1.25rem;
    position: relative;
    border-radius: 0.35rem;
    font-size: 1rem;
    color: white;
    background-color: black;
    text-decoration: none;
    font-weight: 500;
    outline: none;
    border: 0;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    justify-content: center;
    width: auto !important;
    max-width: max-content;
    white-space: nowrap;
    cursor: pointer;
    transition:0.4s
}
 
.yg-wdt-imgpara-imgEffect-7 {
    overflow: hidden;
    position: relative
}
 
.yg-wdt-imgpara-imgEffect-7::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}
 
@keyframes shine {
    100% {
        left: 125%
    }
}
 
.yg-wdt-imgpara-imgEffect-7 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out
}
 
.yg-wdt-imgpara-imgEffect-7:hover::before {
    -webkit-animation: shine 0.8s;
    animation: shine 0.8s
}
 
.yg-wdt-imgpara-imgEffect-7:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}
 
.yg-wdt-imgpara-overlay-8 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
 
.yg-wdt-imgpara-imgEffectPers-9 {
    position: relative;
    width: 100%;
    height: 100%;
    /*background: #CCC;*/
    transform: rotateX(0) rotateY(0);
    transform-style: preserve-3d;
    transition-duration: 0.1s;
    transition-timing-function: ease !important;
    backface-visibility: hidden;
    will-change: tranform
}
 
.yg-wdt-imgpara-imgEffectPers-9.is-out {
    transform: rotateX(0) rotateY(0) !important;
    transition-duration: 1s
}
 
.middle-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}
 
.middle-floating-btn {
    margin: 0 20px
}

/* =============================================== */
/* Extra small devices (phones, 320px and up) */
@media (max-width: 480px) {
    .yg-wdt-para-title-onlyLeft-imgIco-2 img, .yg-wdt-para-title-onlyRight-imgIco-3 img{
        width: 20px;
    }
    .yg-wdt-para-section-title-1{
        font-size: 24px;
    }
}

/* Small Tablets (768px) */
@media (max-width: 768px) {
    .yg-wdt-para-section-title-1{
        font-size: 28px;
    }
    .yg-wdt-para-title-onlyLeft-imgIco-2 img, .yg-wdt-para-title-onlyRight-imgIco-3 img{
        width: 24px;
    }
    .slick-slide {
        display: block !important;
    }
}

/* Large Tabs (1024px) */
@media (min-width: 1024px) {
    .yg-wdt-para-title-onlyLeft-imgIco-2 img, .yg-wdt-para-title-onlyRight-imgIco-3 img{
        width: 30px;
    }
    
}





















/* Blog List Class */
.yg-wdt-blogListMain-30 a{
    position: relative;
    text-decoration: none;
    margin-bottom: 1.25rem;
}
.yg-wdt-blogListMain-30 .leftPart{
    width: 30%;
}
.yg-wdt-blogListMain-30 .rightPart{
    width: calc(70% - 1rem);
    margin-left: 1rem;
}
.yg-wdt-blogListMain-30 .imgPt{
    aspect-ratio: 3 / 2;
    overflow: hidden;
    position: relative;
    border-radius: 0.5rem;
    background: #ddd;
    background-size: cover;
}
.yg-wdt-blogListMain-30 .imgPt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.yg-wdt-blogListMain-30 h4{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.yg-wdt-blogListMain-30 a:hover h4{
    text-decoration: underline;
}
.yg-wdt-blogListMain-30 .commentPnl{
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}
.yg-wdt-blogListMain-30 .commentPnl li{
    position: relative;
    padding-right: 0.75rem;
    margin-right: 0.75rem;
    color: rgba(0, 0, 0, 0.7);
}
.yg-wdt-blogListMain-30 .commentPnl li:last-child{
    padding: 0;
    margin: 0;
}
.yg-wdt-blogListMain-30 .commentPnl li:before{
    position: absolute;
    content: '·';
    right: 0;
    top: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
}
.yg-wdt-blogListMain-30 .commentPnl li:last-child::before{
    display: none;
}

/* ---------------- adding style-css --------------- */
.step-block-wrapper .row{height:100%}
.step-block{height:100%; display:flex; align-items:center; justify-content:center;padding: 13px;}
        
@media(max-width:767px){
    .step-block-wrapper{
        max-width: 170px;
        width: 100%;
        margin: 0 auto;
    }
    .step-block{
        height:100%; display:flex; align-items:center; justify-content:center;padding: 13px;
    }
}

.hl-raidus{
    background: #fff;
    padding: 6px 20px;
    border-radius: 30px;
}

.hl-box{
    background: #fff;
    padding: 6px 20px;
    border-radius: 0px;
}
.hl-rounded{
    background: #fff;
    padding: 6px 20px;
    border-radius: 8px;
}

.h-circle{
    margin-bottom: 0;
    background: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
 .h-square{
    margin-bottom: 0;
    background: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    /* color: inherit !important; */
    color: inherit;
    text-decoration: none !important;
}


.yg-wdt-ps-overlay-content{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}

p{
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    /* line-height: 1.85; */
    /* font-size: inherit !important; */
}

.tab-pane img{width: 100%;}

.yg-letter-wrapper:first-letter{
        float: left;
        font-size: 53px;
        line-height: 1;
        font-weight: 700;
        margin-right: 6px;
        margin-top: 0;
        color: #000;
}

/* .yg-border-style{
    border-style: var(--border-dashed);
    border-width: medium;
} */
.yg-global-radius{
    border-radius: 50px;
}
.yg-global-radius-button{
    border-radius: 50px !important;
}
.yg-global-radius-image{
    border-radius: 50px;
    box-sizing: border-box;
    overflow: hidden;
    width:100%;
    /* aspect-ratio: 4/3; */
    object-fit: cover;
}
/* ----------------------- */
/* .note-editor .note-editable{
  
} */

/* ----------------- heading-styles ---------------- */

/* 1. Right Line */
.style-right-line {
    display: flex;
    align-items: center;
}
.style-right-line::after {
    content: "";
    flex: inherit;
    height: 2px;
    background: #000;
    margin-left: 15px;
    width: 120px;
    position: relative;
    display: inline-block;
    top: 6px;
}

/* 2. Both Side Line */
.style-both-line {
    display: flex;
    align-items: center;
    justify-content: center;
}
.style-both-line::before,
.style-both-line::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #000;
    position: relative;
    top: 6px;
}
.style-both-line::before {
    margin-right: 15px;
}
.style-both-line::after {
    margin-left: 15px;
}

/* 3. Underline */
.style-underline {
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
}

/* 4. Background Rounded */
.style-bg-rounded {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    border: 2px solid #000;
}

/* 5. Background Square */
.style-bg-square {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

/* 5. Background Square */
.style-border-radius{
    padding: 10px 20px;
    background: #000;
    border: 2px solid #000;
    border-radius: 12px;
}

.border{ border: var(--border-size) var(--border-style) var(--border-color) !important;}

.border-top{
    border-top: var(--border-size) var(--border-style) var(--border-color) !important;
}
.border-bottom{
    border-bottom: var(--border-size) var(--border-style) var(--border-color) !important;
}
.border-start{
    border-left: var(--border-size) var(--border-style) var(--border-color) !important;
}
.border-end{
    border-right: var(--border-size) var(--border-style) var(--border-color) !important;
}



