.rounded-10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.section_padding{
    padding: 100px 0px;
}
.sec_package .swiper-slide{
    height: auto !important;
}
.img_right_align{
    margin-left: 80px;
}
@media only screen and (max-width: 767px) {
    .img_right_align{
        margin-left: 55px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .img_right_align{
        margin-left: 58px;
    }
}

.page_sub_banner{
    padding: 87x 0px;
}
.contact_social ul{
    display: flex;
    justify-content: start;
    text-align: center;
    list-style: none;
    margin: 0 20px;
    margin-top: -20px;
    gap: 20px;
    padding: 0;
}
.contact_social ul li {
    display: inline-block;
    margin: 0;
}
.contact_social ul li a {
    position: relative;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.contact_social ul li a i {
    position: relative;
    font-size: 18px;
    color: #fff;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.contact_social ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-secondary);
    border-radius: 50%;
    /* opacity: 40%; */
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.contact_social ul li:hover a::before {
    background-color: var(--color-tertiary);
}
@media only screen and (max-width: 767px) {
    .breadcrumb-area-wrapper .nav-bread-crumb{
        justify-content:center;
    }
    .breadcrumb-area-wrapper{
        text-align: center;
    }
    .page_sub_banner{
        height: 200px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .breadcrumb-area-wrapper .nav-bread-crumb{
        justify-content:center;
    }
    .breadcrumb-area-wrapper{
        text-align: center;
    }
}

.home-banner-2{
    background-color: #f3f2ea;
    height: 800px;
}