.wellcome-section .image-box-new{
    width: 100%;
    height: 220px;
}

.image-box-new img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wellcome-section .flickity-button{
    background-color: unset;
    color: #0b4696;
    visibility: hidden;
    opacity: 0;
}
.wellcome-section:hover.flickity-button{
    opacity: 1;
    visibility: visible;
}
.wellcome-section .flickity-prev-next-button.previous {
    left: -40px;
}
.wellcome-section .flickity-prev-next-button.next {
    right: -40px;
}
.wellcome-section .flickity-page-dots .dot{
    background: #0b4696;
    height: 5px;
    width: 35px;
    border-radius: 10px;
    margin: 5px;
}
.wellcome-section .flickity-page-dots{
    bottom: -65px;
}
.wellcome-section .item-holder{
    height: 420px;
    margin-bottom: 0;
}
.wellcome-section .image-box{
    height: 220px;
}
.wellcome-section .image-box img{
    height: 100%;
    object-fit: cover;
}

.wellcome-section .flickity-page-dots .dot.is-selected {
    width:55px ;
}
.useful_links44{
    padding-top: 100px;
}
.useful_links44 .col-lg-4:first-child{
    padding-right: 60px;
}

.useful_links44 .col-lg-4:nth-child(2){
    padding-right: 60px;
}

.useful_links44 .col-lg-4:nth-child(3){
    padding-right: 60px;
}

@media(max-width:992px){
    .useful_links44 .col-lg-4:first-child{
        padding-right: 20px;
    }
    .useful_links44 .col-lg-4:nth-child(2){
        padding-right: 20px;
    }
    .useful_links44 .col-lg-4:nth-child(3){
        padding-right: 20px;
    }
    .useful_links44 .col-lg-4{
        margin-bottom: 40px;
    }
}


.useful-link__item{
    width: 100%;
    padding: 30px;
    border: 2px solid #0b4696;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 170px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.useful-link__item span{
    font-weight: 600;
    color: #0b4696;
    transition: all .3s ease-in-out;
}
.useful-link__item h3{
    transition: all .3s ease-in-out;
}
.useful-link__item:hover{
    background-color: #0b4696;
    transform: translateY(-10px);

}
.useful-link__item:hover span,
.useful-link__item:hover h3{
    color: #fff;
}
.site-map__item{
    margin-bottom: 38px;
}

.site-map__item-title{
    background-color: #f8f8f8;
    padding: 5px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 20px;
    color: #8b8b8b;
}
.site-map__item-title a{
    color: #8b8b8b;
}

.site-map__list-item{
    background-color: #f8f8f8;
    padding: 5px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 60px;
    color: #8b8b8b;
    transition: all .3s ease-in-out;
}
.site-map__list-item:hover{
    background-image: linear-gradient(-90deg, #1063d4, #006cff);
}
.site-map__list-item:hover a{
    color: #fff;
}
.site-map__item-title:hover{
    background-image: linear-gradient(-90deg, #1063d4, #006cff);
}
.site-map__item-title:hover,
.site-map__item-title:hover a{
    color: #fff;
}
.site-map__list-item a{
    color: #8b8b8b;
}

.image-box figure {
    height: 100%;
}