.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 !important;
}

.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,
.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
}
 
.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 !important;
    }
}

/* Small Tablets (768px) */
@media (max-width: 768px) {
    .yg-wdt-para-section-title-1{
        font-size: 28px !important;
    }
    .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;
}
