.breadcrumb-section {
    background-image: url(../image/banner-img/breadcrumb-section-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 236px 0 113px;
    position: relative;
}

@media (max-width:767px) {
    .breadcrumb-section {
        padding: 160px 0 80px;
    }
}

@media (max-width:576px) {
    .breadcrumb-section {
        padding: 160px 15px 80px;
    }
}

.breadcrumb-section .banner-wrapper .banner-content h1 {
    font-family: var(--font-Outfit);
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    color: var(--white-color);
    margin-bottom: 18px;
}

@media (max-width:767px) {
    .breadcrumb-section .banner-wrapper .banner-content h1 {
        font-size: 50px;
        margin-bottom: 16px;
    }
}

@media (max-width:576px) {
    .breadcrumb-section .banner-wrapper .banner-content h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

.breadcrumb-section .banner-wrapper .banner-content .breadcrumb-list {
    display: flex;
    gap: 10px;
}

.breadcrumb-section .banner-wrapper .banner-content .breadcrumb-list li {
    font-family: var(--font-Outfit);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: var(--paragraph-bg-dark-two);
    margin: 0;
}

.breadcrumb-section .banner-wrapper .banner-content .breadcrumb-list li a {
    font-family: var(--font-Outfit);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: var(--paragraph-bg-dark-two);
    margin: 0;
}

@media (max-width:991px) {
    .contact-info-wrapper .contact-area .contact-image {
        display: none;
    }
}

.contact-info-wrapper .contact-area {
    background-color: var(--white-color);
    box-shadow: 0px 4px 50px 3px #0323300d;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 60px;
}
.contact-map-section .contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 742px;
}
.blog-details-page .blog-details-content P {
    font-family: var(--font-DM-Sans);
    font-weight: 400;
    font-size: 17px;
    color: var(--paragraph);
}

.blog-details-page .blog-details-content P span {
    font-family: var(--font-DM-Sans);
    color: var(--primary-black);
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width:576px) {
    .blog-details-page .blog-details-content P span {
        font-size: 60px;
    }
}
.blog-details-page p {
    font-family: var(--font-DM-Sans);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.8;
    color: var(--paragraph);
}
.page .blog-details-page {
    font-size: 18px;
}
table{
    overflow: auto;
    display: block;
}

.accordion-button:not(.collapsed){
    color: #fff;
    background-color: #f29001;
    box-shadow: none;
}
.accordion-body {
    background: #032330;
    color: #fff;
}
.accordion-button:focus{
    border: none;box-shadow: none;
}

.accordion-body li{
    position: relative;padding-left: 30px;
}
.accordion-body li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 15px;
    height: 4px;
    background-color: #f29001;
    border-radius: 20px 0;
}
.accordion-body li:first-letter{
    text-transform: uppercase;
}
.landmark-image{
    height: 350px;
    object-fit: cover;
    overflow: hidden;border: 4px dashed #03233040;
    border-radius: 8px;
}
.landmark-image img{
    height: 100%;
    object-fit: cover !important;
    width: 100%;
}
.landmark-image:hover img{
    -webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;
    animation-name: bounceIn;
}
.section-hr {
    width: 180px;
    height: 5px;
    background: var(--primary-color);
    margin: 0 auto 25px;
    position: relative;
    border-radius: 0 0 10px 10px;
}

.section-hr::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 10px;
    transform: translate(-50%, -50%);
    background: #000;
    box-shadow: 0 0 0px 4px var(--primary-color);
    border: 3px solid #fff;
    border-radius: 0 0 1px 1px;
}

.cta-section-six .cta-content .videa-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cta-section-six .cta-content .videa-wrapper .video-area {
    position: relative;
    z-index: 2;
}

.cta-section-six .cta-content .videa-wrapper .video-area .icon {
    height: 63px;
    width: 63px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cta-section-six .cta-content .videa-wrapper .video-area .icon svg path {
    fill: var(--white-color);
}

.cta-section-six .cta-content .videa-wrapper .video-area .icon .wrapper {
    display: inline-block;
    position: absolute;
    top: 65px;
    left: 65px;
}

.cta-section-six .cta-content .videa-wrapper .video-area .icon .waves {
    position: absolute;
    width: 97px;
    height: 97px;
    background: linear-gradient(to right, var(--primary-color), #fbaf3e);
    opacity: 0;
    border-radius: 100%;
    right: -15px;
    bottom: -15px;
    z-index: -1;
    animation: waves 3s ease-in-out infinite;
}

.cta-section-six .cta-content .videa-wrapper .video-area .icon .waves.wave-1 {
    animation-delay: 0s;
}

.cta-section-six .cta-content .videa-wrapper .video-area .icon .waves.wave-2 {
    animation-delay: 1s;
}

.cta-section-six .cta-content .videa-wrapper .video-area .icon .waves.wave-3 {
    animation-delay: 2s;
}

.cta-section-six .cta-content .videa-wrapper span {
    font-family: var(--font-Outfit);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: var(--paragraph-bg-dark-two);
}
.obj{
    object-fit: cover !important;
}
.blog-standard-card {
    position: relative;
    overflow: hidden;
    background-color: var(--white-color);
    box-shadow: 0 0 16px 3px #00000029;
    padding: 0;
    margin-bottom: 63px;
}

.blog-standard-card:last-child {
    margin-bottom: 0;
}

.blog-standard-card .card-img-wrap {
    position: relative;
    transition: all 0.5s;
}

.blog-standard-card .card-img-wrap .card-img {
    position: relative;
    overflow: hidden;
    display: block;
    transition: all 0.5s;
}

.blog-standard-card .card-img-wrap .card-img img {
    transition: all 0.5s;
    width: 100%;
}

.blog-standard-card .card-img-wrap .card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}

.blog-standard-card .card-img-wrap .card-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgb(255 255 255 / .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all 0.5s ease-out;
    content: "";
    z-index: 1;
}

.blog-standard-card .card-content {
    padding: 20px;
}

@media (max-width:1199px) {
    .blog-standard-card .card-content {
        padding: 16px;
    }
}

@media (max-width:991px) {
    .blog-standard-card .card-content {
        padding: 28px;
    }
}

.blog-standard-card .card-content .author-area {
    display: flex;
    align-items: baseline;
    gap: 8px;
    line-height: 1;
    margin-bottom: 20px;
}

@media (max-width:1199px) {
    .blog-standard-card .card-content .author-area {
        margin-bottom: 10px;
    }
}

.blog-standard-card .card-content .author-area a {
    font-family: var(--font-Outfit);
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: var(--paragraph);
    margin: 0;
    transition: 0.3s;
}

.blog-standard-card .card-content .author-area a:hover {
    color: var(--primary-color);
}

.blog-standard-card .card-content h5 {
    margin-bottom: 21px;
    transition: 0.3s;
    max-width: 633px;
    width: 100%;
}

@media (max-width:1199px) {
    .blog-standard-card .card-content h5 {
        margin-bottom: 10px;
    }
}

.blog-standard-card .card-content h5 a {
    font-family: var(--font-Outfit);
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: var(--primary-black);
    text-transform: capitalize;
    margin: 0;
    transition: 0.3s;
}

@media (min-width:1200px) and (max-width:1399px) {
    .blog-standard-card .card-content h5 a {
        font-size: 26px;
        line-height: 1;
    }
}

@media (max-width:1199px) {
    .blog-standard-card .card-content h5 a {
        font-size: 26px;
    }
}

.blog-standard-card .card-content h5:hover a {
    color: var(--primary-color);
}

.blog-standard-card .card-content p {
    font-family: var(--font-DM-Sans);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    color: var(--paragraph);
    margin-bottom: 36px;
}

@media (max-width:1199px) {
    .blog-standard-card .card-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.blog-standard-card .date-area {
    position: absolute;
    top: 7%;
    left: 5%;
    background-color: var(--primary-color);
    height: 64px;
    width: 64px;
    text-align: center;
    z-index: 2;
}

.blog-standard-card .date-area span {
    font-family: var(--font-Outfit);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: var(--white-color);
}

.blog-standard-card .date-area h4 {
    font-family: var(--font-Outfit);
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    color: var(--white-color);
    margin: 0;
}

.blog-standard-card:hover .card-img-wrap .card-img img {
    transform: scale(1.1);
}

.blog-standard-card:hover .card-img-wrap .card-img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: #fff0;
}

.blog-standard-card:hover .card-img-wrap .gallery-option {
    opacity: 1;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 16px;
}
.pagination .page-numbers {
    font-family: var(--font-Outfit);
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: var(--primary-black);
    margin: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #02111826;
    border-radius: 50%;
    transition: 0.3s;
}
.pagination .page-numbers:hover {
    background-color: var(--primary-black);
    color: var(--white-color);
}
.pagination .page-numbers.current{
color: var(--white-color);
    background-color: var(--primary-black);
    border-radius: 50%;

}

.other-news .blog-standard-card .card-content h5 a{
    font-size: 24px;
}