:root{
    --background-gradient : linear-gradient(180deg, var(--main-color) 0%, var(--secon-color) 100%);
    --transition: all 300ms;
    --main-color: #DB0250;
    --secon-color: #3B5BB1;
}
h1, h2, h3, h4, h5, h6, .aux-h1, .aux-h2, .aux-h3, .aux-h4, .aux-h5, .aux-h6{
    font-family: "roboto", sans-serif;
    line-height: normal;
}
h1, .aux-h1 {
    font-size: clamp(2.5rem, 2rem + 2.5vw, 5rem);
}
h2, .aux-h2 {
    font-size: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}
h3, .aux-h3 {
    font-size: clamp(1.625rem, 1.45rem + 0.875vw, 2.5rem);
}
h4, .aux-h4 {
    font-size: clamp(1.625rem, 1.575rem + 0.25vw, 1.875rem);
}
h5, .aux-h5 {
    font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem); 
}
h6, .aux-h6 {
    font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
}
body {
    margin: 0;
    padding: 0;
    font-family: "roboto", sans-serif;
    font-size: 16px; 
    line-height: 1.5; 
    color: #333;
    background-color: #ffffff;
    overflow-x: hidden;
}

img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
button{
    margin: 0px;
}
.iframe-mobile{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.iframe-mobile iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.elementor-location-header{
    z-index: 10;
}
.elementor-container::before,
.elementor-container::after{
    display: none;
}
.swiper-pagination{
    z-index: 1;
}
.grd-bg-button {
    background-color: transparent;
    background-image: linear-gradient(-90deg, #0C0C0C 51%, var(--secon-color) 0%, var(--main-color) 100%);
    background-size: 250% auto;
    background-position: 100% 100%;
    color: #F1F1F1;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    border-radius: 30px;
    padding: 18px 38px;
    width: auto !important;
    margin: 0px auto;
    transition: all 300ms;
}
.grd-bg-button:hover{
    background-position: 0 100%;
    cursor: pointer;
}
.grd-bg-button a{
    padding: 0;
}
.text_black-color .hero-heading-title{
    display: flex;
    flex-wrap: wrap;
}
.text_white-color .hero-heading-title{
    color: #ffffff;
}
.text_black-color .hero-heading-title{
    font-size: clamp(1.875rem, 1.525rem + 1.25vw, 3.125rem);
    color: #000;
    justify-content: center;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
}
.text_black-color .hero-heading-wrapper{
    color: transparent;
    background: var(--background-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: inherit;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    margin: 0px 12px;
    display: flex;
}
.text_black-color .hero-heading-wrapper .hero-heading-title-style{
    -webkit-text-stroke-color: unset;
}

/* List Post */
.post-list {
    column-count: 3;
}
.post-list .post-item{
    padding: 20px;
}
.post-list .post-item .wrap-item-image-gallery{
    position: relative;
}
.post-list .post-item .post-thumbnail{
    border-radius: 20px;
    overflow: hidden;
    -webkit-will-change: transform;
    will-change: transform;
}
.post-list .post-item .wrap-btn-read-more{
    position: absolute;
    right: 0;
    bottom: 0;
}
.post-list .post-item .wrap-btn-read-more::before{
    content: "";
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background-color: #ffffff;
    top: -6px;
    bottom: 0;
    left: -6px;
    right: 0;
    z-index: 2;
    border-radius: 50% 0 0 0;
    -webkit-border-radius: 50% 0 0 0;
}
.post-list .post-item a.btn-read-more{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 50%;
    z-index: 3;
    position: relative;
}
.post-list .post-item a.btn-read-more::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 20px;
    top: -16px;
    right: -10px;
    z-index: 0;
    -webkit-box-shadow: inset -10px 10px 0px 0px #fff;
    box-shadow: inset -10px 10px 0px 0px #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: unset;
    -webkit-transition: unset;
}
.post-list .post-item a.btn-read-more::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 20px;
    bottom: -10px;
    left: -16px;
    z-index: 0;
    -webkit-box-shadow: inset -10px 10px 0px 0px #FFF;
    box-shadow: inset -10px 10px 0px 0px #FFF;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: unset;
    -webkit-transition: unset;
}
.post-list .post-item .btn-read-more svg{
    width: 30px;
    height: 30px;
    fill: #fff;
}
.post-list .post-item .wrap-content{
    padding-top: 26px;
}
.post-list .post-item .post-category{
    margin-bottom: 10px;
    font-size: 14px;
}
.post-list .post-item  .wrap-date .wrap{
    display: none;
}
.post-list .post-item .post-title{
    line-height: 1.2;
}
.post-list .post-item .post-title a{
    font-size: clamp(1.625rem, 1.575rem + 0.25vw, 1.875rem);
    font-weight: 700;
    text-transform: capitalize;
    display: inline;
    transition: all 0.3s linear 0s;
    color: #0C0C0C;
    margin-bottom: 10px;
}
.post-list .post-item .post-excerpt{
    margin-bottom: 0;
    color: #0C0C0C;
    text-wrap: balance;
}
/* Back To Top */
.aux-arrow-nav .aux-svg-arrow {
    animation: wdt-back-to-top-animation 0.6s cubic-bezier(.45,.05,.55,.95);
    -webkit-animation: wdt-back-to-top-animation 0.6s cubic-bezier(.45,.05,.55,.95);
}

@keyframes wdt-back-to-top-animation {
    0% { top: 0; opacity: 1; } 50% { top: -100%; opacity: 0;} 75% { top: 100%; opacity: 0; } 100% { top: 0; opacity: 1; }
}

@-webkit-keyframes wdt-back-to-top-animation {
    0% { top: 0; opacity: 1; } 50% { top: -100%; opacity: 0;} 75% { top: 100%; opacity: 0; } 100% { top: 0; opacity: 1; }
}

/* Breadcrumbs */
ul#crumbs{
    display: flex;
    align-items: center;
    margin: 12px 0px;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
}
ul#crumbs li{
    margin-bottom: 0px;
}
ul#crumbs li a{
    color: #fff;
}
ul#crumbs span{
    margin: 0px 8px;
    
}

/* Responsive */
@media (max-width: 767px){
    ul#crumbs li{
        font-size: 14px;
        text-align: center;
    }
}