/* Header css start */
.site-logo-img .transparent-custom-logo img,
.ast-theme-transparent-header .site-logo-img img,
.site-logo-img img {
    filter: unset;
}

header .ast-site-identity .site-title a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #FFDA5A;

}

.home .ast-site-identity .site-title a {
    color: #FFFFFF;
}

header .ast-custom-button {
    background: transparent !important;
    box-shadow: unset !important;
    color: #000 !important;
    position: relative !important;
    z-index: 1;
}

header a.ast-custom-button-link {
    position: relative;
    overflow: hidden;
    display: block;
    background: #fff !important;
    border: 1px solid #ffda5a;
}

.home header a.ast-custom-button-link {
    border: 0px solid #ffffff;
}

header .ast-custom-button-link:after {
    content: "";
    position: absolute;
    /* Position of the skewed line*/
    left: 0;
    top: 0;
    /* Size of the skewed line*/
    height: 490%;
    width: 140%;
    /* Background color of the skewed line */
    background: #FFDA5A;
    /* Duration of the slide */
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 0;
    /* makes the line skewed/slanted. Without this, it will be a straight line */
    /* -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg); */
    -webkit-transform: translateX(44%) translateY(25%) rotate(45deg);
    transform: translateX(44%) translateY(25%) rotate(45deg);
}

header .ast-custom-button-link:hover:after {
    /* Moves the skewed line when the button is hovered */
    /* -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg); */
    -webkit-transform: translateX(-33%) translateY(-60%) rotate(45deg);
    transform: translateX(-33%) translateY(-60%) rotate(45deg);
}

header .ast-builder-menu-1 .menu-item>.menu-link {
    border-bottom: 3px solid #FFDA5A00 !important;
    line-height: 2;
}

header .ast-builder-menu-1 .menu-item.current-menu-item>.menu-link,
header .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
header .ast-builder-menu-1 .current-menu-ancestor>.menu-link {
    color: #ffda5a !important;
    border-bottom: 3px solid #FFDA5A !important;
}

header .ast-builder-menu-1 .menu-item:hover>.menu-link,
header .ast-builder-menu-1 .inline-on-mobile .menu-item:hover>.ast-menu-toggle {
    color: #ffda5a !important;
    border-bottom: 3px solid #FFDA5A !important;
}

header .ast-builder-menu .main-navigation>ul {
    gap: 26px;
}




@media (min-width: 1201px) {
    header .ast-container {
        max-width: 1920px;
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width:1639px) {
    header .ast-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 769px) and (max-width:1439px) {
    header .ast-builder-menu-1 .menu-item>.menu-link {
        /* padding-left: 7px;
        padding-right: 7px; */
        font-size: 16px;
    }

    header .ast-builder-menu .main-navigation>ul {
        gap: 12px;
    }

    header .ast-site-identity .site-title a {
        font-size: 20px;
        line-height: 36px;
    }

    header .ast-custom-button {
        font-size: 16px;
    }
}

@media (min-width: 769px) and (max-width:1100px) {
    header .ast-site-title-wrap {
        display: none;
    }

}

@media (min-width: 769px) and (max-width:991px) {

    header a.ast-custom-button-link {
        display: none;
    }
}

@media (min-width: 769px) {
    .ast-builder-grid-row>.site-header-section {
        justify-content: space-between;
    }
}

@media (max-width:768px) {
    header .ast-site-identity .site-title a {
        font-size: 16px;
    }
    header .ast-builder-menu .main-navigation>ul {
        gap: 0;
    }
    .ast-header-break-point .main-navigation ul .menu-item .menu-link,
    .ast-header-break-point .main-navigation .stack-on-mobile li{
        line-height: normal;
    }
    .ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile{
            line-height: normal;
    padding: 10px 0px;
    gap: 5px;
    }
}

/* Header css end */

/* Footer css start */
footer .elementor-widget-image figure {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .elementor-widget-image figure figcaption {
    margin: 0 !important;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;

}

footer .elementor-icon-box-title {
    margin-bottom: 0;
}

footer .elementor-heading-title {
    position: relative;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

footer .elementor-heading-title:after {
    content: "";
    width: 60px;
    height: 3px;
    background: #FFDA5A;
}

.copyright-link-col .hfe-nav-menu li {
    position: relative;
    display: flex;
    align-items: center;
}

.copyright-link-col .hfe-nav-menu li:after {
    color: #fff;
    content: "|";
}

.copyright-link-col .hfe-nav-menu li:last-child:after {
    display: none;
}

@media (max-width:1439px) {
    footer .elementor-widget-image figure figcaption {
        font-size: 20px;
        line-height: 150%;
    }
}

/* Footer css end */

.site-main .elementor-heading-title span {
    color: #FFDA5A;
}

.site-main .blue-color .elementor-heading-title span {
    color: #243B8C;
}

.sub-title .elementor-icon-list-item {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 10px;
}

.sub-title .elementor-icon-list-item:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #FFDA5A;
}

.blue-color .sub-title .elementor-icon-list-item:before {
    background: #243B8C;
}

.primary-button .elementor-button-content-wrapper {
    position: relative;
    color: #000;
    z-index: 1;
}

.primary-button .elementor-button {
    position: relative;
    overflow: hidden;
    background: #fff !important;
}

.primary-button .elementor-button:after {
    content: "";
    position: absolute;
    /* Position of the skewed line*/
    left: 0;
    top: 0;
    /* Size of the skewed line*/
    height: 490%;
    width: 140%;
    /* Background color of the skewed line */
    background: #FFDA5A;
    /* Duration of the slide */
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 0;
    /* makes the line skewed/slanted. Without this, it will be a straight line */
    /* -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg); */
    -webkit-transform: translateX(44%) translateY(25%) rotate(45deg);
    transform: translateX(44%) translateY(25%) rotate(45deg);
}

.primary-button .elementor-button:hover:after {
    /* Moves the skewed line when the button is hovered */
    /* -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg); */
    -webkit-transform: translateX(-33%) translateY(-60%) rotate(45deg);
    transform: translateX(-33%) translateY(-60%) rotate(45deg);
}



/* home page css start */
/*  */



/* category slider css start */


.swiper-pagination {
    display: flex;
    gap: 0;
    flex-flow: nowrap;
    align-items: center;
}

.swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 100%;
    height: 4px;
    border-radius: 0;
    background: #FFDA5A00;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 50%);
    top: 2px;
    z-index: 0;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFDA5A;

}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background: #FFDA5A00 !important;

}

.swiper-button-prev,
.swiper-button-next {
    width: 42px !important;
    height: 42px !important;
    border-radius: 42px !important;
    background: #FFDA5A;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none !important;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5385 14.0001H8.43232L14.4523 20.0201L12.9231 21.5386L4.30771 12.9232L12.9231 4.30781L14.4416 5.82627L8.43232 11.8463L21.5385 11.8463V14.0001Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.30768 14.0001H17.4138L11.3938 20.0201L12.9231 21.5386L21.5385 12.9232L12.9231 4.30781L11.4046 5.82627L17.4138 11.8463L4.30768 11.8463V14.0001Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
}

.bg-slide-image img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

.bg-slide-title {
    color: #fff;
    margin: 0;
}

.bg-slide-count {
    font-weight: 400;
    font-size: 2rem;
    font-family: 'Marcellus', serif;
    line-height: 1.3em;
    color: #FFDA5A;

}

.bg-slide-title-wrap {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 16px;
}

.category-slider-section .swiper-button-prev,
.category-slider-section .swiper-button-next {
    top: auto !important;
    transform: none !important;
    bottom: 0px;
    left: 0;
}

.category-slider-section .swiper-button-next {
    left: 55px;
}

.category-slider-section .swiper-pagination {
    bottom: 55px !important;
}

.category-slider-section {
    padding-left: calc((100% - 1360px)/2);
}

@media (min-width:1025px) {
    .category-slider-section .e-con-inner {
        position: relative;
    }

    .category-slider-section .elementor-element {
        position: static;
    }

    .category-slider-section .bg-custom-slider {
        position: static;
    }

    .category-slider-section .swiper-pagination {
        bottom: 190px !important;
        width: 39% !important;
    }

    .category-slider-section .swiper-button-prev,
    .category-slider-section .swiper-button-next {
        top: auto !important;
        transform: none !important;
        bottom: 120px;
    }

    .category-slider-section .swiper-pagination {
        width: 33% !important;
        left: 20px !important;
    }

    .category-slider-section .swiper-button-prev {
        left: 20px;
    }

    .category-slider-section .swiper-button-next {
        left: 75px;
    }

}

@media (max-width:1400px) {
    .category-slider-section {
        padding-left: 20px;
    }
}

@media (max-width:1024px) {
    .category-slider-section .bg-custom-slider {
        padding-bottom: 80px;
    }
}

@media (min-width:1400px) {
    .category-slider-section .swiper-pagination {
        width: 33% !important;
        left: calc((100% - 1360px) / 2) !important;
    }

    .category-slider-section .swiper-button-prev {
        left: calc((100% - 1360px) / 2);
    }

    .category-slider-section .swiper-button-next {
        left: calc(((100% - 1360px) / 2) + 55px);
    }
}

/* category slider css end */

/*  review slider css start*/
.review-slider-section {
    padding-left: calc((100% - 1360px)/2);
}

.bg-review-slider {
    padding: 20px !important;
    padding-bottom: 113px !important;
}

.review-slider-section .swiper-button-prev {
    top: auto !important;
    transform: none !important;
    bottom: 0px;
    left: calc(50% - 26px);
}

.review-slider-section .swiper-button-next {
    top: auto !important;
    transform: none !important;
    bottom: 0px;
    left: calc(50% + 26px);
}

.review-slider-section .swiper-pagination {
    bottom: 70px !important;
    background: transparent;
}

.review-slider-section .swiper-pagination .swiper-pagination-bullet:before {
    background: rgb(0 0 0 / 20%);
}

.bg-review-item {
    background: #ffffff;
    padding: 40px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.bg-review-stars .star {
    font-size: 24px;
    color: #ccc !important;
    line-height: 0;
}

.bg-review-stars .star.active {
    color: #171717 !important;
}

.bg-review-title {
    margin: 30px 0 16px;
    font-size: 1.625rem;
    line-height: 1.2em;
    font-family: 'Marcellus', serif;
}

.bg-review-content {
    font-size: 18px;
    margin-bottom: 30px;
}

.bg-review-author span {
    font-weight: bold;
    color: #2c3e94;
}

.bg-review-prev,
.bg-review-next {
    color: #000;
    width: 40px;
    height: 40px;
}

.bg-review-prev::after,
.bg-review-next::after {
    font-size: 18px;
    font-weight: bold;
}

.bg-review-prev {
    left: -50px;
}

.bg-review-next {
    right: -50px;
}

.bg-review-progress {
    position: relative;
    height: 4px;
    background: #eee;
    margin-top: 40px;
    border-radius: 2px;
    overflow: hidden;
}

.bg-review-progress .swiper-pagination-progressbar-fill {
    background: #f4c542;
    /* yellow line */
    border-radius: 2px;
}

.bg-review-author {
    font-weight: bold;
    font-size: 18px;
}

@media (max-width:1400px) {
    .review-slider-section {
        padding-left: 20px;
    }
}

/*  review slider css end*/



/*  */
/* home page css end */

/* Blog list page design start */
.ast-blog-layout-4-grid .ast-article-inner,
.ast-blog-layout-5-grid .ast-article-inner,
.ast-blog-layout-6-grid .ast-article-inner {
    padding: 30px;
}

.ast-blog-single-element.ast-read-more-container.read-more a {
    border: 1px solid #243b8c;
    padding: 14px;
    font-size: 18px;
    line-height: 1;
    font-family: 'Marcellus', serif;
    color: #243b8c;
    transition: all 0.5s;
    background: transparent;
}

.ast-blog-single-element.ast-read-more-container.read-more a:hover {
    border: 1px solid #243b8c;
    background: #243b8c;
    color: #fff;
    transition: all 0.5s;
}

.ast-taxonomy-container.cat-links.default a {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    text-decoration: underline;
}

.archive .entry-title,
.blog .entry-title,
.search .entry-title {
    margin-bottom: 16px;
}

.entry-title a {
    color: #000;
}

header.entry-header .entry-title {
    font-size: 4.25rem;
    font-family: 'Marcellus', serif;
    line-height: 1.4em;
}

span.ast-terms-link a {
    text-decoration: underline;
}

.category-dropdown select {
    background: #fff;
    font-size: 16px;
    color: #000;
    border-radius: 0;
}



/*Blog Post banner */

.ast-single-entry-banner,
.ast-archive-entry-banner {
    background-size: cover;
}

.ast-single-entry-banner:after,
.ast-archive-entry-banner:after {
    background-color: transparent;
    content: '';
    background-image: linear-gradient(180deg, #000000 0%, #000000CC 80%);
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.5;
    z-index: 0;

}

.ast-single-entry-banner[data-post-type="post"] .ast-container,
.ast-archive-entry-banner[data-post-type="post"] .ast-container {
    position: relative;
    z-index: 1;
}

.ast-blog-layout-4-grid .ast-article-inner {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}

.ast-blog-layout-4-grid .category-dropdown {
    margin-bottom: 30px;
}

body.archive.category {
    background-color: #fff;
}

.ast-blog-single-element.ast-read-more-container.read-more a {
    position: relative;
    overflow: hidden;
    display: block;
    background: #ffda5a !important;
    box-shadow: unset !important;
    color: #000 !important;
    position: relative !important;
    border: 1px solid #ffda5a;
    z-index: 1;
    max-width: max-content;
    padding-left: 20px;
    padding-right: 20px;
}

.ast-blog-single-element.ast-read-more-container.read-more a:hover {
    border: 1px solid #ffda5a;
}

.ast-blog-single-element.ast-read-more-container.read-more a:after {
    content: "";
    position: absolute;
    /* Position of the skewed line*/
    left: 0;
    top: 0;
    /* Size of the skewed line*/
    height: 490%;
    width: 140%;
    /* Background color of the skewed line */
    background: #fff;
    /* Duration of the slide */
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 0;
    /* makes the line skewed/slanted. Without this, it will be a straight line */
    /* -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg); */
    -webkit-transform: translateX(20%) translateY(20%) rotate(45deg);
    transform: translateX(20%) translateY(20%) rotate(45deg);
}

.ast-blog-single-element.ast-read-more-container.read-more a:hover:after {
    /* Moves the skewed line when the button is hovered */
    /* -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg); */
    -webkit-transform: translateX(-40%) translateY(-48%) rotate(45deg);
    transform: translateX(-40%) translateY(-48%) rotate(45deg);
    z-index: -1;
}

body .ast-scroll-to-top-right{
        bottom: 67px;
}

.wpforms-container .wpforms-field{
    position: unset;
}
.wpforms-container input[type=email],
.wpforms-container  input[type=number], .wpforms-container input[type=password],
.wpforms-container input[type=reset], 
.wpforms-container input[type=search],
.wpforms-container input[type=tel],
.wpforms-container input[type=text],
.wpforms-container input[type=url],
.wpforms-container select, .wpforms-container textarea{
    background-color: transparent;
}

.wpforms-container textarea{
    resize: none;
}

.wpforms-container .wpforms-field-label{
        font-weight: 500;
            color: var(--e-global-color-astglobalcolor3);
}

h5, .entry-content :where(h5), .entry-content :where(h5) a{
    line-height: 1.4;
}
@media (max-width: 1199px) {

    .ast-blog-layout-4-grid .ast-article-inner,
    .ast-blog-layout-5-grid .ast-article-inner,
    .ast-blog-layout-6-grid .ast-article-inner {
        padding: 20px;
    }
}

@media (max-width: 544px) {
    .ast-separate-container #content .ast-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wpforms-container .wpforms-one-half, 
    .wpforms-container .wpforms-three-sixths,
     .wpforms-container .wpforms-two-fourths {
    width: 100%;
    margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .archive .ast-width-md-4 {
        width: 50%;
    }
}

.single-post article ul,
.single-post article ol {
    padding-left: 20px;
}
.post-content>.read-more {
    margin-top: auto;
    padding-top: 1.5rem;
}
.blog-layout-4  .post-content.ast-grid-common-col {
    height: 100%;
    display: flex;
    flex-flow: column;
}
/* Blog list page design end */
.categary-number-col .elementor-shortcode {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #FFDA5A;
    line-height: 1;
}

.categary-number-col p:last-child {
    margin-bottom: 0;
}