.ratio {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%
}

.ratio.ratio-16\/9 {
    padding-top:  56.25%
}

.ratio.ratio-3\/4 {
    padding-top:  75%
}

.ratio.ratio-1\/2 {
    padding-top: 50%
}

.ratio.ratio-2\/3 {
    padding-top: 66%
}

.np-block-subtitle span {
    background: #BAEDF6;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 99px;
    padding: 5px 10px 2px;
    display: inline-block;
    color: #299DB4;
}

.np-block-title {
    margin-top: 2rem;
    
    font-size: 60px;
    line-height: 130%;
    text-transform: uppercase;
    color: #272D37;
}


.np-block-title-wrap.center {
    text-align: center;
}

.np-block-title-wrap.right {
    text-align: right;
}

.np-block-title-wrap.dark .np-block-subtitle span {
    color: #FFF;
    background: rgba(186, 237, 246, 0.4);

}

.np-page-title-wrap{

}

.np-page-title-wrap .np-page-title{
    color: var(--page-title-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.np-page-title-wrap .np-page-title::after{
    content: "";
    border-style: solid;
    border-color: var(--page-title-color);
    border-width: 1px 0 0 0;
    width: 69px;
    margin-top: -1px;
    height: 0px;
    margin-left: 10px;
}

.np-page-title-main{
    color: #272d37;
    text-align: left;
    font-family: var(--font-svn-gilroy-bold);
    font-size: 60px;
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    align-self: stretch;
}

.np-page-sub-title{
    color: #5f6d7e;
    text-align: left;
    font-family: var(--font-inter-regular);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    font-weight: 400;
}

.box-contact{
    margin-bottom: 30px;
}

.box-contact h5{
    color: #1d2130;
    text-align: left;
    font-family: var(--font-svn-gilroy-bold);
    font-size: 24px;
    line-height: 160%;
    font-weight: 700;
    text-transform: initial;
}

.box-contact p{
    color: #5f6d7e;
    text-align: left;
    font-family: var(--font-inter-regular);
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.1px;
    font-weight: 500;
}

.social-follow-icons a{
    margin-right: 10px;
}

.social-follow-icons a:last-child{
    margin-right: 0px;
}


.ux-post-featured .main-post .post-item-title{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ux-post-featured .post-item{
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}
.ux-post-featured .post-item:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}



.post-item.border-bottom{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.post-item.border-bottom:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-item .post-item-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item .post-item-excerpt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1rem;
}


.post-item .post-item-content .post-item-title{
    margin-bottom: 0;
}

.post-item .post-item-content.has-excerpt .post-item-title{
    margin-bottom: 1.5rem;
}



.post-item-list {
    margin-bottom: 2rem;
}

.post-item-list:last-child{
    margin-bottom: 0;
}


.post-item-list .post-item-inner{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  
}

.post-item-list .post-item-content .post-item-title{
    margin-top: 0;
}


.post-item-list .post-item-inner .post-item-thumb{
    width: 30%;
    position: relative;
    min-height: 70px;
}

.ratio img{
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.post-item-list .post-item-inner .post-item-content{
    flex: 1;
    padding-left: 1.5rem;
}

.post-item-list.thumb-right .post-item-inner .post-item-thumb{ 
    order: 1; 
}
.post-item-list.thumb-right .post-item-inner .post-item-content{
    order: 0;
    padding-left: 0;
    padding-right: 1rem;
}

.block-box{
    border-radius: 10px;
    overflow: hidden;
}

.block-box .block-box-header{
    padding: 10px;
}

.block-box-header{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
}

.block-box-header .box-more-link{
    text-transform: capitalize;
    font-size: 1.6rem;
    display: flex;
    align-items: center;

}

.block-box-header .title-inner{
    display: flex;
    align-items: center;
    margin-right: auto;
}

.block-box-header .title-inner *{
    margin-bottom: 0;
    margin-top: 0 !important;
    font-size: 16px;
}

.block-box-header.has-border-bottom{
    border-bottom: 1px solid #e5e5e5;
}

.box-term-links a{
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 1rem;
    text-wrap: nowrap;
}

.block-box-header.title-center .title-inner{
    justify-content: center;
    margin: 0 auto;
}

.block-box .block-box-body{
    padding: 1.5rem;
}

.block-box .box-link-bottom a{
    background: #f7f7f7;
    border-radius: 4px;
    display: inline-flex;
    font-weight: 500;
    padding: 10px 15px;
    align-items: center;
}
.block-box .box-link-bottom a:hover{
    color: var(--fs-experimental-link-color-hover);
}



.ux-number .number-title{
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #FFD004;
}


.ux-number .number-explain{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #4F4F4F;
}

.ux-number .number-desc{
    
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #4F4F4F;

}

.ux-address{
    display: flex;
    align-items: start;
}
.ux-address span{
    flex: 1;
    margin-left: 8px;
}

.ux-phone-contact{
    
    background: #F9F9F9;
    border: 1px solid #F8F8F8;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.ux-phone-contact .ux-phone-contact-info{
    display: flex;
    align-items: center;
}
.ux-phone-contact .ux-phone-contact-icon{
    text-align: center;
    background: #FEEA93;
    border-radius: 99px;
    width: 35px;
    height: 35px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.ux-phone-contact-number{
    display: block;
    text-align: center;
    margin-top: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    letter-spacing: 1px;
}


.card-title-bottom .card-title{
    text-align: center;
    margin-top: 10px;
}

.ux-scroll{
    overflow-y: scroll;
}


.scroll-primary {
    overflow-y: scroll;
    scroll-behavior: smooth
}

.scroll-primary::-webkit-scrollbar {
    width: 9px
}

.scroll-primary::-webkit-scrollbar-track {
    background-color: rgb(212, 214, 216)
}

.scroll-primary::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #4d6687;
    background-color: #4d6687
}

.scroll-primary::-webkit-scrollbar-thumb:hover {
    background: #002554
}


.entry-content .ux-box{
    margin-bottom: 20px;
}


.blog-post-inner .post-title{
    margin-top: 10px;
}

@media(max-width: 767px){
    .ux-post-featured  .post-item-list .post-item-inner .post-item-thumb{
        width: 27%;
    }
    .ux-post-featured .main-post .post-item-title{
        font-size: 20px;
        line-height: 1.2;
    }
    .post-cat-lst .post-item .post-item-excerpt{
        display: none;
    }
}

@media only screen and (max-width: 48em) {
    .np-page-title-main{
        font-size: 38px;
    }
}