header .top-bar {
    background: #012169;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    font-size: 0.9rem;
    height: 44px;
    display: flex;
    align-items: center;
}

header .main-nav {
    height: 98px;
    display: flex;
    align-items: center;
    background: #fff;
}

header .main-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

header .main-nav .container nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    height: 100%;
}

header .main-nav .container nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
}

header .main-nav .container nav ul li {
    list-style: none;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

header .main-nav .container nav ul li a {
    color: #012169;
    text-decoration: unset;
    letter-spacing: 1px;
    font-size: 1rem;
}

header .main-nav .container nav .search-bar  form {
    display: flex;
    align-items: center;
    position: relative;
    background: #F5F5F5;
    padding: 7px;
    border-radius: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: #cbcbcb;
    height: 100%;
}

header .main-nav .container nav .search-bar form input[type="text"] {
    border: unset;
    background: transparent;
    color: #012169;
    font-size: 0.8rem;
    width: 100%;
    padding: 0;
    letter-spacing: 1px;
    opacity: 0.5;
}

header .main-nav .container nav .search-bar form input[type="text"]::placeholder {
    color: #012169;
}

header .main-nav .container nav .search-bar {
    min-width: 225px;
}

header .main-nav .container nav .search-bar form input[type="text"]:focus {
    outline: unset;
}

header .main-nav .container nav .search-bar form i {
    font-size: 0.7rem;
}

header .main-nav .container .logo-area {
    width: 256;
}

header .main-nav .container .logo-area img {
    width: 100%;
}

.btn.btn- {}

.btn-primary {
    background-color: #012169;
    border-color: #012169;
}

a.btn.btn-primary:hover {
    background: #002f99;
}

.btn-outline-primary {
    color: #012169;
    border-color: #012169;
}

.btn-outline-primary:hover {
    background: #012169;
    color: #fff;
    border-color: #012169;
}

header .main-nav .container nav .actions {
    justify-content: center;
}

header .main-nav .container nav .actions a {
    height: 34px;
    padding: 0px 20px;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.1px;
    display: flex;
    align-items: center;
}

header {position: fixed;z-index: 15;left: 0;right: 0;box-shadow: 0px 0px 10px 3px #9393935e;border-bottom: 1px solid #d3d3d3;top: 0;}

section.slider-area {
    padding-top: 148px;
    height: calc(100vh);
}

.section-padding {
    padding: 40px;
}

section {}

.heading-1 {
    color: #01216B;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.sub-heading-1 {
    text-align: center;
    font-size: 0.9rem;
    color: #6e6e6e;
}


.heading-2 {
    color: #012169;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.sub-heading-2 {
    text-align: center;
    font-size: 0.9rem;
    color: #6e6e6e;
}

.list-packages {
    margin-top: 40px;
}

.list-packages .package {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.list-packages .package > div {
    width: 100%;
}

.list-packages .package .img {
    max-width: 33.33%;
}

.list-packages .package .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transform: translate(-50% , -50%); */
    /* margin-top: 50%; */
    /* margin-left: 50%; */
}

.list-packages .package .info {
    padding: 30px 40px;
    background: #F5F5F5;
    /* box-shadow: 2px 0px 6px 2px #6e6e6e; */
}

.list-packages .package .price {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #012169;
    color: #fff;
    max-width: 25%;
}

.list-packages .package .price .btn-outline-primary {
    border-color: #fff;
    color: #fff;
    padding: 5px 25px;
}

.list-packages .package .price .btn-outline-primary:hover {
    background: #fff;
    color: #012169;
}

.list-packages .package .price h2 {
    font-size: 3.5rem;
}

.list-packages .package .price span {
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.list-packages .package .info h4 {
    color: #707070;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 15px;
}

.list-packages .package .info {
    color: #707070;
    text-align: left;
}

.list-packages .package .info p {
    text-align: left;
}

.list-packages .package .info .p-type {
    font-weight: 600;
}

.list-packages .package .info .desc {
    font-size: 0.9rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-packages .package .info ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.list-packages .package .info ul li {
    list-style: none;
    float: left;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 20px;
    font-size: 0.9rem;
}

.list-packages .package .info ul li:nth-child(1) {
    width: 100%;
}


.image-container {
    width: 100%;
    height: 100%;
}

.image-container img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.image-container .image-view {
    padding: inherit;
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding-bottom: 10px;
}

.gallery .row {
    height: 100%;
}

.bg-grey {
    background: #F5F5F5 !important;
}

ul.tag-list {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 25px;
}

ul.tag-list li {
    list-style: none;
    border: 1px solid #012169;
    border-radius: 10px;
    color: #012169;
    padding: 5px 31px;
    font-size: 0.9rem;
    text-transform: uppercase;
    transition: all 0.2s;
}

ul.tag-list li:hover {
    color: #fff;
    background: #012169;
    cursor: pointer;
    transition: all 0.2s;
}

.card-list-packages {}

.card-list-packages .card-package {
    width: 100%;
}

.card-list-packages .card-package .card {
    width: 100% !important;
    border-radius: 10px;
}

.card-list-packages .card-package .card img {
    border-radius: 10px 10px 0 0;
}

.card-list-packages .card-package .card .card-body {
    background: #F5F5F5;
    border-radius: 0px 0px 10px 10px;
    padding: 15px 30px;
    color: #707070;
}

.card-list-packages .card-package .card .card-body h3 {
    font-size: 1.2rem;
    color: #707070;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.high-heading h2 {
    text-align: center;
    color: red;
    font-size: 4.9rem;
    font-weight: 300;
    letter-spacing: 9px;
}

.high-heading {
    margin-bottom: 20px;
}

.rc-rcbrand-container {}

.rc-rcbrand-container .rc-rcbrand-inner {
    background: transparent;
    border: unset;
}

.rc-rcbrand-container .rc-rcbrand-inner .rc-rcbrand-nav-left:before {
    content: "\f104";
}

.rc-rcbrand-container .rc-rcbrand-inner .rc-rcbrand-nav-left , .rc-rcbrand-container .rc-rcbrand-inner .rc-rcbrand-nav-right {
    background: TRANSPARENT;
    color: #012169;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 3.2rem;
}

.rc-rcbrand-container .rc-rcbrand-inner .rc-rcbrand-nav-right::before {
    content: "\f105";
}

.card-blog {}

.card-blog .card {
    display: flex;
    flex-direction: row;
    border: unset;
}

.card-blog .card .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.card-blog .card .img {
    height: 300px;
    width: 100%;
    min-width: 50%;
}

.card-blog .card .card-body {
    flex: unset;
    padding: 20px 20px;
    background: #F5F5F5;
    border: unset;
    border-radius: 0px 10px 10px 0;
    color: #707070;
    display: flex;
}

.card-blog .card .card-body p.category {
    margin-bottom: 1px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
}

.card-blog .card .card-body h3 {
    text-align: left !important;
}

.card-blog .card .card-body .desc {
    font-size: 0.9rem;
}

.card-blog {}

.card-blog .card {
    display: flex;
    flex-direction: row;
    border: unset;
    height: 300px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px #e5e5e5;
    background: #F5F5F5;
}

.card-blog .card .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.card-blog .card .img {
    height: 300px;
    width: 100%;
    min-width: 50%;
}

.card-blog .card .card-body {
    flex: unset;
    padding: 20px 20px;
    background: #F5F5F5;
    border: unset;
    border-radius: 0px 10px 10px 0;
    color: #707070;
    display: block;
}

.card-blog .card .card-body p.category {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
}

.card-blog .card .card-body h3 {
    text-align: left !important;
}

.card-blog .card .card-body .desc {
    font-size: 0.9rem;
}

footer {
    padding: 30px 30px 0;
    background: #012169;
    color: #fff;
}

footer .logo-img {}

footer .logo-img img {
}

footer .widget {}

footer .widget p {
    font-size: 0.9rem;
}

ul.social-links {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    font-size: 1.8rem;
}

ul.social-links li {
    list-style: none;
}

ul.social-links li a {
    background: #fff;
    color: #012169;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: unset;
    border-radius: 40px;
    padding-top: 0;
    font-size: 1.5rem;
}

ul.social-links li a:hover {
    color: #fff;
    background: #c8102e;
}

footer .img-res {
    width: 100%;
    margin-bottom: 10px;
}

footer .img-res .img {
    width: 100%;
    height: 100px;
}

footer .img-res .img img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

footer .widget h3 {
    text-transform: uppercase;
}

footer .widget .subs-form {}

footer .widget .subs-form from {
    display: flex;
    align-items: center;
}

footer .widget .subs-form input[type="email"] { 
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #fff;
    /* text-transform: uppercase; */
    font-size: 0.9rem;
    padding-right: 70px;
}

footer .widget .subs-form button {
    height: 100%;
    background: #C8102E;
    color: #fff;
    border-color: #C8102E;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 8px 45px;
    margin-left: -57px;
}

footer .bottom-footer {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
}

footer .bottom-footer ul.footer-menu {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

footer .bottom-footer ul.footer-menu li {
    list-style: none;
}

footer .bottom-footer ul.footer-menu li a {
    color: #fff;
    text-decoration: none;
}

footer .bottom-footer ul.footer-menu li:after {
    content: "|";
    padding-left: 10px;
}

footer .bottom-footer ul.footer-menu li:last-child:after {
    display: none;
}

footer .bottom-footer ul.footer-menu li a:hover {
    text-decoration: underline;
}

footer .widget a.href {
    color: #012169;
}

.subs-form-main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0 30px;
}

.subs-form-main input[type="email"] {
    min-width: 500px;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #fff;
    /* text-transform: uppercase; */
    font-size: 0.9rem;
    padding-right: 70px;
    box-shadow: 0px 0px 9px 2px #9898985e;
}

.subs-form-main form {
    display: flex;
}

.subs-form-main form button {
    padding: 7px 40px;
    text-transform: uppercase;
    border-radius: 10px;
    margin-left: -60px;
    font-size: 0.9rem;
    letter-spacing: 3px;
}

header .main-nav .container .mobile-nav-button {
    display: none;
}

header .main-nav .container .mobile-nav-button-close {
    display: none;
}

body.no-scroll {
    overflow: hidden !important;
}

.demo-1 .sl-slide h2 {
    top: 43%;
    font-size: 3.8rem;
    transform: translateY(-50%);
}

.demo-1 .sl-slide blockquote {
    top: 50%;
    transform: translateY(calc(-50% + 100px) );
}

.card-blog .card .card-body h3 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 30px;
}

.card-blog .card .card-body .desc {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

ul.tag-list li a {
    color: #012169;
    text-align: center;
    display: block;
    text-decoration: unset;
}

ul.tag-list li:hover a {
    color: #fff;
}


div#tripPageMainSlider {
    max-height: 450px;
    overflow: hidden;
    margin-top: 99px;
}

.trip-detail {}

.trip-detail {
    padding: 30px 10px;
}

.trip-detail .title-1 {
    font-size: 2.1rem;
    color: #012169;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.trip-detail .desc {
    padding: 10px 0;
    color: #707070;
    text-align: justify;
}

.trip-detail .metainfo {
    padding: 0;
    margin: 0;
    gap: 60px !important;
}

.trip-detail .metainfo li {
    list-style: none;
    color: #707070;
    display: flex;
    gap: 10px;
    align-items: center;
}

.trip-detail .metainfo li i {
    font-size: 1.2rem;
}

.trip-detail .metainfo li span {
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 2px;
}

.trip-detail .price {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: right;
}

.trip-detail .price h2 {
    font-size: 3.9rem;
    color: #012169;
    line-height: 48px;
    margin-bottom: 30px;
}

.trip-detail .price span {
    color: #707070;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.trip-detail .price a {

}

.trip-detail-listing {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px !important;
}

.trip-detail-listing .start-point , .trip-detail-listing .end-point {
    font-weight: 600;
    font-size: 1rem;
    color: #4f4f4f;
}

.trip-detail-listing > div {
    border-left: 4px dotted #707070;
    margin-bottom: 3px;
    padding-left: 25px;
}

.trip-detail-listing .skip-border {
    border-left: unset;
}


.trip-detail-listing .box-details {
    display: flex;
    gap: 50px;
    margin-bottom: 30px;
    position: relative;
}

.trip-detail-listing .box-details .images {
    width: 100%;
    min-width: 30%;
    box-shadow: 0px 0px 14px 3px #00000059;
    border-radius: 10px;
    overflow: hidden;
}

.trip-detail-listing .box-details .images img {
    border-radius: 10px;
}

.trip-detail-listing .box-details .content-col {
    display: flex;
    flex-direction: column;
}

.trip-detail-listing .box-details .content-col .days {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1rem;
    color: #C8102E;
    letter-spacing: 1px;
}

.trip-detail-listing .box-details .content-col h3 {
    color: #012169;
    font-weight: 400;
    font-size: 1.5rem;
}

.trip-detail-listing .box-details .content-col p {
    color: #707070;
    margin: 0;
}

.trip-detail-listing .box-details .content-col a.href {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 0.8rem;
    text-decoration: unset;
    margin-top: 10px;
}

.trip-detail-listing .box-details.travel {
    gap: 10px;
    align-items: center;
    color: #707070;
}

.trip-detail-listing .box-details.travel i {
    margin-left: -35px;
    width: 20px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    color: #707070;
}

.trip-detail-listing .box-details.travel .duration {
    margin-left: 10px;
}

.trip-detail-listing .box-details .pin-handler {
    position: absolute;
    left: -35px;
    width: 20px;
    height: 50px;
    display: flex;
    font-size: 1.3rem;
    z-index: 1;
    background: #fff;
    align-items: center;
    top: -9px;
    color: #707070;
}

div#tripPageMainSlider {}

div#tripPageMainSlider .carousel-item {}

div#tripPageMainSlider .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

div#tripPageMainSlider .carousel-item {
    /* display: flex; */
    align-items: center;
}


.list-packages .package {
    min-height: 300px;
    position: relative;
}

.is-loading:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 3;
    transform: translateX(-100%);
    display: inline-block;
    background-image:  linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: shimmer 5s infinite;
    animation: shimmer 5s infinite;
}

@keyframes shimmer {
    100% {
      transform: translateX(100%);
    }
  }

.is-loading:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background-color: #d5d5d5;
}
.is-loading {
    position: relative;
    overflow: hidden;
}

.area-detail-images {
    max-height: 300px;
}

.area-detail-images .carousel-item {
}

.area-detail-images .carousel-item img {}

.card-list-packages .card-package .img {
    height: 300px;
    overflow: hidden;
}

section.page-header-area {
    height: 300px;
    overflow: hidden;
    margin-top: 99px;
}

section.page-header-area .header-image {
    height: 100%;
    position: relative;
}

section.page-header-area .header-image .img {
    height: 100%;
}

section.page-header-area .header-image .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.page-header-area .header-image .content-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #01216966;
    display: flex;
    flex-direction: column;
}

section.page-header-area .header-image .content-overlay h3 {
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: 2.2px;
    text-decoration: underline;
    text-transform: uppercase;
}

section.page-detail {
    padding: 60px;
}
section.page-header-area .header-image .content-overlay h6 {
    font-size: 1.2rem;
}

section.page-detail * {
    color: #717171;
}


.contact-page {}

.contact-page .heading-1 {
    text-align: left;
    color: #012169;
}

.contact-page .sub-heading-1 {
    text-align: left;
}

section.contact-page ul.social-links {
}

section.contact-page ul.social-links li a {
    background: #012169;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    padding: 2px 0 0 2px;
}

section.contact-page ul.social-links li a i {
    color: #fff;
}

section.contact-page ul.social-links li a:hover i {
    color: red;
}

.contact-page .icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.9rem;
    background: #012169;
    border-radius: 80px;
}

.contact-page .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #e7eaef;
    padding: 25px;
}

.contact-page .icon i {
    color: #fff;
}

.contact-page .card .card-body h4 {
    text-transform: uppercase;
    margin-top: 11px;
    color: #012169;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.contact-page .card-body ul {
    padding: 0;
    margin: 0;
}

.contact-page .card-body ul li {
    list-style: none;
}

.contact-page .card-body ul li a {
    text-decoration: unset;
    font-size: 1.2rem;
    word-break: break-word;
    white-space: pre-wrap;
    font-weight: 600;
}

.contact-page .form-view {
    background: #012169;
    padding: 50px;
    border-radius: 10px;
}

.contact-page .form-view .fomr-group {
    display: flex;
    flex-direction: column;
}

.contact-page .form-view .fomr-group label {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.contact-page .form-view .fomr-group input[type="text"] {}

.contact-page .form-view .fomr-group input[type="text"] , .contact-page .form-view .fomr-group textarea {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 24px;
}

.contact-page .form-view  .actions {
    text-align: center;
    display: flex;
    justify-content: center;
}

.contact-page .form-view .actions button {
    border-color: #fff;
    color: #fff;
    padding: 5px 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-page .form-view .actions button:hover {
    background: #fff;
    color: #012169;
}

.contact-page .form-view .fomr-group textarea {min-height: 191px;}

footer ul.social-links li a {
    background: #fff;
}

.list-packages .package .img {
    overflow: hidden;
}


.section-padding-packages {
    margin-top: 143px;
}


.page-paggination {}

.page-paggination nav > div:first-child {
    display: none;
}

.page-paggination nav > div:last-child > div:first-child {
    display: none;
}

.page-paggination nav > div:last-child > div:last-child
 > span {
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    box-shadow: unset !important;
}

.page-paggination nav > div:last-child > div:last-child > a {
    width: 30px;
    display: block;
}

.page-paggination nav > div:last-child > div:last-child > span > a {
    display: flex;
    min-width: 45px;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    border-radius: 10px;
    min-height: 45px;
    text-decoration: unset;
    font-weight: 600;
    background: #dcdcdc !important;
    color: #000;
}

.hotale-page-title-wrap.hotale-style-custom .hotale-page-title a {
    color: #fff;
}
.gdlr-core-pagination.gdlr-core-style-circle a, .gdlr-core-pagination.gdlr-core-style-circle span {
    padding: 0px !important;
    color: #565656;
}

.page-paggination nav > div:last-child > div:last-child > span > a:hover {
    color: #fff;
    background: #8d8d8d !important;
}
.page-paggination nav > div:last-child > div:last-child > span > span[aria-current="page"] {
    background: #fff;
}

.page-paggination nav > div:last-child > div:last-child > span > span[aria-current="page"] span {
    background: #c8102e !important;
    color: #fff;
    height: 45px;
    display: flex;
    font-weight: 600;
    border-radius: 10px;
    width: 65px;
    justify-content: center;
    align-items: center;
    text-indent: 2px;
    font-size: 1.2rem;
    line-height: 1;
}

.paggination-archives.page-paggination {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}

.page-paggination nav > div:last-child > div:last-child > span > a svg {
    background: #012169;
    color: #fff !important;
    min-height: 45px;
    border-radius: 10px;
}

.page-paggination nav > div:last-child > div:last-child > span > a svg * {
    color: #fff;
}


.page-paggination nav span[aria-disabled="true"] span svg {
    background: #0121694d;
    color: #fff !important;
    min-height: 45px;
    border-radius: 10px;
    width: 45px;
}

.page-paggination nav span[aria-disabled="true"] span svg path {
    color: #fff;
}

.page-paggination nav span[aria-disabled="true"] span {
    border: unset !important;
}

.page-paggination nav span[aria-disabled="true"] {
}

.blog-detail-area {}

section.page-header-area.blog-detail-area  .header-image .content-overlay {padding: 0 20%;text-align: center;}

section.page-header-area.blog-detail-area .header-image .content-overlay .pit-info {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

section.page-header-area.blog-detail-area .header-image .content-overlay .pit-info a {
    color: #fff;
}
section.page-detail.related-posts {
    background: #e2e2e2;
}

section.page-detail.related-posts .heading-1 {
    color: #012169;
    font-size:2.1rem;
}
