@charset "UTF-8";

/* Start Slick Styles */
/*
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg")
}
*/
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li, .slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/* End Slick Styles */


/* Card Style Start */

.westa-card-description {
    margin: 0 auto;
}
.westa-card-tag {
    margin: 0;
}

.westa-card.default {
    position: relative;
}

.westa-card.default .westa-card-thumb img {
    display: block;
}

.westa-card.default .westa-card-body .westa-card-title,
.westa-card.text_on_image .westa-card-body .westa-card-title{
    display: inline-block;
    text-decoration: none;
    position: relative;
    transition: all .4s ease;
    font-size: 20px;
    font-weight: bold;
}

.westa-card.default .westa-card-body .westa-card-title::before,
.westa-card.text_on_image .westa-card-body .westa-card-title::before {
    position: absolute;
    content: '';
    height: 3px;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all .3s ease;
    opacity: 0;
}

.westa-card.default .westa-card-body .westa-card-title:hover::before,
.westa-card.text_on_image .westa-card-body .westa-card-title:hover::before {
    opacity: 1;
    left: -30px;
}

.westa-card .westa-card-body .westa-card-action {
    display: table;
    border-radius: 4px;
    transition: all .4s ease;
    color: #132c47;
    text-decoration: none;
}

.westa-card.left .westa-card-action {
    margin-right: auto;
}
.westa-card.center .westa-card-action {
    margin-right: auto;
    margin-left: auto;
}
.westa-card.right .westa-card-action {
    margin-left: auto;
}

.westa-card.text_on_image {
    position: relative;
    overflow: hidden;
}

.westa-card.text_on_image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: all .2s ease;
    z-index: 1;
}

.westa-card.text_on_image:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.westa-card.text_on_image .westa-card-thumb {
    position: relative;
}

.westa-card.left .westa-card-thumb {
    margin-right: auto;
}
.westa-card.center .westa-card-thumb {
    margin-left: auto;
    margin-right: auto;
}
.westa-card.right .westa-card-thumb {
    margin-left: auto;
}

.westa-card .westa-card-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.westa-card.text_on_image .westa-card-thumb img {
    width: 100%;
}

.westa-card.text_on_image .westa-card-thumb::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 123, 255,.99) 0%, rgba(128, 128, 128, 0.1) 50%, rgba(255, 255, 255, 0.1) 100%);
}

.westa-card.text_on_image .westa-card-body {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.westa-card.yes .westa-card-thumb img{
    transform: scale(1);
    transition: all .3s ease;
}

.westa-card:hover.yes .westa-card-thumb img{
    transform: scale(1.15);
}

.westa-card{
    position: relative;
}

.westa-card-badge{
    position: absolute;
}

/* Card Style End */


/* Team Member Start */

.westa-left{
    text-align: left;
}
.westa-left .westa-team-member-thumb{
    margin-right: auto;
}

.westa-center{
    text-align: center;
}

.westa-center .westa-team-member-thumb{
    margin: 0 auto;
}

.westa-team-member-thumb.style_1{
    -webkit-animation: clip-1 10s linear infinite alternate forwards;
    animation: clip-1 10s linear infinite alternate forwards;
    overflow: hidden;
}
.westa-team-member-thumb.style_2{
    -webkit-animation: clip-2 10s linear infinite alternate forwards;
    animation: clip-2 10s linear infinite alternate forwards;
    overflow: hidden;
}
.westa-team-member-thumb.style_3{
    -webkit-animation: clip-3 10s linear infinite alternate forwards;
    animation: clip-3 10s linear infinite alternate forwards;
    overflow: hidden;
}

.westa-right{
    text-align: right;
}

.westa-right .westa-team-member-thumb{
    margin-left: auto;
}

.westa-top-background{
    clear: both;
}

.westa-team-item .westa-team-member.westa-position-left,
.westa-team-item .westa-team-member.westa-position-right {
    display: flex;
}
.westa-position-left .westa-team-member-thumb{
    width: 40%;
}
.westa-position-left .westa-team-member-content{
    width: 60%;
}
.westa-position-right .westa-team-member-thumb{
    width: 40%;
    order: 2;
}
.westa-position-right .westa-team-member-content{
    width: 60%;
    order: 1;
}
.westa-team-item .westa-team-member.westa-position-left .westa-team-member-thumb img,
.westa-team-item .westa-team-member.westa-position-right .westa-team-member-thumb img {
    height: 100%;
    object-fit: cover;
}

.elementor .westa-team-member-thumb img {
    height: 100%;
    width: 100%;
}

.westa-team-member-cta{
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease;
}

.westa-team-member-social{
    margin: 0;
    padding: 0;
}

.westa-team-member-social li{
    list-style: none;
    display: inline-block;
}
.westa-team-member-social li a{
    display: block;
    position: relative;
    transition: all .3s ease;
    text-decoration: none;
}

.westa-team-member-social li a i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.westa-team-member-thumb img{
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
}

.westa-team-member-content{
    position: relative;
    z-index: 8;
}

.westa-team-member-name{
    margin: 0 0 20px 0;
}

.westa-team-member-designation{
    margin: 0 0 20px 0;
    display: block;
}

.westa-team-member-about{
    margin: 0 0 20px 0;
    line-height: 1.5em;
}

@media (max-width: 480px) {
    .westa-team-item .westa-team-member.westa-position-left,
    .westa-team-item .westa-team-member.westa-position-right {
        flex-direction: column;
    }
    .westa-team-item .westa-team-member.westa-position-left .westa-team-member-thumb img,
    .westa-team-item .westa-team-member.westa-position-right .westa-team-member-thumb img,
    .westa-position-left .westa-team-member-thumb,
    .westa-position-left .westa-team-member-content,
    .westa-position-right .westa-team-member-thumb,
    .westa-position-right .westa-team-member-content {
        width: 100%;
    }
}

@keyframes clip-1{
    0%, 100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

@keyframes clip-2 {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}

@keyframes clip-3 {
    0%, 100% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;;
    }
    20% {
        border-radius: 45% 55% 62% 38% / 53% 51% 49% 47%;
    }
    40% {
        border-radius: 45% 55% 49% 51% / 36% 51% 49% 64%;
    }
    60% {
        border-radius: 60% 40% 57% 43% / 47% 62% 38% 53%;
    }
    80% {
        border-radius: 60% 40% 32% 68% / 38% 36% 64% 62%;
    }
}

/* Team member style eight end */

/* Logo Carousel Style Start */

.westa-logo-carousel-element {
    visibility:hidden;
    opacity:0;
    transition: opacity .3s;
}

.westa-logo-carousel-element.slick-initialized {
    visibility:visible;
    opacity:1;
}

.westa-logo-carousel-element .westa-logo-carousel-item{
    display:none ;
}

.westa-logo-carousel-element .westa-logo-carousel-item:first-child{
    display:block;
    visibility:hidden;
}

.westa-logo-carousel-element.slick-initialized .westa-logo-carousel-item{
    display:block;
    visibility:visible;
}



.westa-logo-carousel .slick-dots {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 0;
    position: absolute;
}

.westa-logo-carousel .slick-dots li {
    list-style: none;
    display: inline-block;
    padding: inherit;
    outline: none;
    border: 0;
}

.westa-logo-carousel .slick-dots li button {
    padding: inherit;
    outline: none;
    border: 0;
    text-indent: -9999px;
}

.westa-logo-carousel-left img{
    margin-right: auto;
}
.westa-logo-carousel-center img{
    margin-left: auto;
    margin-right: auto;
}
.westa-logo-carousel-right img{
    margin-left: auto;
}

.westa-logo-carousel-prev,
.westa-logo-carousel-next {
    position: absolute;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
}

.westa-logo-carousel-prev i, .westa-logo-carousel-element .westa-logo-carousel-next i {
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.westa-logo-carousel-element .westa-logo-carousel-prev:hover,
.westa-logo-carousel-element .westa-logo-carousel-next:hover {
    background: #fff;
}

.westa-logo-carousel-element .westa-logo-carousel-prev:hover i,
.westa-logo-carousel-element .westa-logo-carousel-next:hover i {
    color: #000000;
}

.westa-logo-carousel-element .westa-logo-carousel-prev {
    z-index: 1;
    top: 50%;
    right: -80px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.westa-logo-carousel-element .westa-logo-carousel-next {
    z-index: 1;
    top: 50%;
    left: -80px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.westa-logo-carousel .slick-dots {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}
.westa-logo-carousel-element.westa-logo-carousel-max-height-yes .westa-logo-carousel-item{
    display: flex;
    align-items: center;
}

/* carousel style */
.westa-carousel-item .westa-carousel-nav-prev,
.westa-carousel-item .westa-carousel-nav-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 1;
}

.westa-carousel-item .westa-carousel-nav-prev i,
.westa-carousel-item .westa-carousel-nav-next i {
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.westa-carousel-item .westa-carousel-nav-prev:hover,
.westa-carousel-item .westa-carousel-nav-next:hover {
    color: #0a1724;
}

.westa-carousel-item .westa-carousel-nav-prev {
    right: 30px;
}

.westa-carousel-item .westa-carousel-nav-next {
    left: 30px;
}

/* Logo Carousel Style End */

/* Fun Factor Style Start */
.westa-fun-factor__content .westa-fun-factor__content-number-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px
}

.westa-fun-factor__content .westa-fun-factor__content-text {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px
}

.westa-fun-factor__content .westa-fun-factor__content-number, .westa-fun-factor__content .westa-fun-factor__content-number-prefix, .westa-fun-factor__content .westa-fun-factor__content-number-suffix {
    font-size: 24px
}

.westa-ff-icon--left .westa-fun-factor__content {
    padding-right: 20px
}

.westa-ff-icon--right .westa-fun-factor__content {
    padding-left: 20px
}

.westa-fun-factor__divider {
    display: inline-block;
    margin-bottom: 15px;
    height: 1px;
    background-color: #ccc
}

.westa-ff-icon--top .westa-fun-factor__media {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px
}

.westa-ff-icon--top .westa-fun-factor__media--image {
    width: 200px
}

:not(.westa-ff-icon--top) .westa-fun-factor__media--image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px
}

.westa-fun-factor__media--image img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
    object-fit: cover
}

.westa-fun-factor__media--icon {
    font-size: 3rem
}

.westa-fun-factor__media--icon i, .westa-fun-factor__media--icon svg {
    position: relative;
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.westa-fun-factor__media--icon i:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.westa-fun-factor__wrap {
    padding: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    justify-content: center;
}

.westa-ff-icon--left > .elementor-widget-container .westa-fun-factor__wrap, .westa-ff-icon--right > .elementor-widget-container .westa-fun-factor__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.westa-ff-icon--left > .elementor-widget-container .westa-fun-factor__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.westa-ff-icon--right > .elementor-widget-container .westa-fun-factor__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right
}

.westa-ff-icon--top > .elementor-widget-container .westa-fun-factor__wrap .westa-fun-factor__divider {
    width: 100px
}

.westa-ff-icon--left > .elementor-widget-container .westa-fun-factor__wrap .westa-fun-factor__divider, .westa-ff-icon--right > .elementor-widget-container .westa-fun-factor__wrap .westa-fun-factor__divider {
    width: 100% !important
}

/* Fun Factor Style End */

/* Countdown Timer Start */

.westa-countdown-description {
    text-align: center;
    margin-bottom: 90px;
    position: relative;
    z-index: 2;
    color: #fff;
}

.westa-countdown-description h2 {
    font-size: 40px;
    color: #0a1724;
    font-weight: 500;
    margin-bottom: 23px;
    position: relative;
}

.westa-countdown-description p {
    margin-bottom: 0;
    padding: 0 300px;
}

.westa-countdown {
    display: flex;
    position: relative;
    z-index: 2;
    direction: ltr;
}

.westa-countdown .westa-countdown-container {
    width: calc((100% / 4) - 23px);
    margin-right: 30px;
    text-align: center;
}

.westa-countdown-content-container.yes .westa-countdown{
    justify-content: center;
}
.westa-countdown-content-container.yes .westa-countdown .westa-countdown-container{
    position: relative;
}
.westa-countdown-content-container.yes .westa-countdown-timer-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.westa-countdown .westa-countdown-container .westa-countdown-timer-wrapper > span {
    display: block;
}

.westa-countdown .westa-countdown-count {
    line-height: 1;
}


.westa-countdown .westa-countdown-count {
    position: relative;
}

.westa-countdown.westa-countdown-divider .westa-countdown-container {
    position: relative;
}

.westa-countdown.westa-countdown-divider .westa-countdown-container::after {
    content: ":";
    font-weight: 100;
    position: absolute;
    right: 10px;
    top: 50%;
    color: #000;
    font-size: 70px;
}

.westa-countdown.westa-countdown-divider .westa-countdown-container:last-child::after {
    display: none;
}

.westa-countdown .westa-countdown-count {
    font-size: 80px;
    color: #000;
    text-align: center;
}

.westa-countdown .westa-countdown-title {
    color: #0a1724;
    text-align: center;
}

.westa-coundown-bg > svg {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.westa-coundown-bg > svg > path {
    fill: rgba(255, 255, 255, 0.078);
}

.westa-countdoen-watermark {
    font-size: 200px;
    color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    font-weight: 700;
}

.westa-countdown-offer-limitation-title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 38px;
    position: relative;
    z-index: 2;
}

.westa-countdown .message {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 0;
}

.westa-countdown-banner {
    padding: 194px 0;
}

.westa-countdown-banner .westa-countdown-description {
    margin-bottom: 117px;
}


@media (max-width: 1200px) {
    .westa-countdown-description p {
        padding: 0 150px;
    }
}

@media (max-width: 991px) {
    .westa-countdown-description p {
        padding: 0 20px;
    }

    .westa-coundown-bg > svg,
    .westa-countdoen-watermark {
        display: none;
    }

}

@media (max-width: 767px) {
    .westa-countdown .westa-countdown-container {
        width: calc((100% / 2) - 20px);
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
        padding: 23px 10px;
    }
    .westa-countdown .westa-countdown-container.gradient-version, .westa-countdown .westa-countdown-container.image-version, .westa-countdown .westa-countdown-container.modern {
        padding-left: 15px;
        padding-right: 15px;
    }

    .westa-countdown .westa-countdown-container {
        width: calc((100% / 2) - 20px);
        margin-right: 10px;
        margin-left: 10px;
    }
    .westa-countdown .westa-countdown-count {
        font-size: 40px;
    }
    .westa-countdown.westa-countdown-divider .westa-countdown-container::after {
        top: 0;
    }
    .westa-countdown.westa-countdown-divider .westa-countdown-container:nth-child(2)::after {
        display: none;
    }

}

@media (max-width: 480px) {
    .westa-countdown .westa-countdown-container {
        width: calc(100% - 20px);
    }
    .westa-countdown.westa-countdown-divider .westa-countdown-container::after {
        display: none;
    }
}

@media (max-width: 400px) {
    .westa-countdown-banner {
        padding: 97px 0;
    }
    .westa-countdown-banner .westa-countdown-description {
        margin-bottom: 58.5px;
    }
    .westa-countdown-description.two p {
        padding-right: 0px;
    }
}

/* Countdown Timer End */

/* Photo Stack Style Start */
@-webkit-keyframes westa_rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes westa_rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes westa_rotating_inverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes westa_rotating_inverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes westa_bounce_sm {
    0%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }
}

@keyframes westa_bounce_sm {
    0%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }
}

@-webkit-keyframes westa_bounce_md {
    0%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }
}

@keyframes westa_bounce_md {
    0%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }
}

@-webkit-keyframes westa_bounce_lg {
    0%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%)
    }
}

@keyframes westa_bounce_lg {
    0%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%)
    }
}

@-webkit-keyframes westa_fade {
    0%, to {
        opacity: 1
    }
    50% {
        opacity: .6
    }
}

@keyframes westa_fade {
    0%, to {
        opacity: 1
    }
    50% {
        opacity: .6
    }
}

@-webkit-keyframes westa_scale_sm {
    0%, to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes westa_scale_sm {
    0%, to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes westa_scale_md {
    0%, to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@keyframes westa_scale_md {
    0%, to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@-webkit-keyframes westa_scale_lg {
    0%, to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }
}

@keyframes westa_scale_lg {
    0%, to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }
}

.westa-photo-stack-wrapper {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.westa-photo-stack-wrapper .westa-photo-stack-item {
    position: absolute
}

.westa-rotating, .westa-rotating-inverse {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform
}

.westa-rotating {
    -webkit-animation: westa_rotating 50s linear infinite;
    animation: westa_rotating 50s linear infinite;
    -webkit-animation-name: westa_rotating;
    animation-name: westa_rotating
}

.westa-rotating-inverse {
    -webkit-animation-name: westa_rotating_inverse;
    animation-name: westa_rotating_inverse
}

.westa-rotating, .westa-rotating-inverse {
    -webkit-animation-duration: var(--animation_speed, 5s);
    animation-duration: var(--animation_speed, 5s)
}

.westa-bounce, .westa-bounce-fast {
    -webkit-animation: westa_bounce 6s ease infinite;
    animation: westa_bounce 6s ease infinite;
    will-change: transform
}

.westa-bounce {
    -webkit-animation: westa_bounce 3s ease-in-out infinite;
    animation: westa_bounce 3s ease-in-out infinite
}

.westa-bounce-lg, .westa-bounce-md, .westa-bounce-sm, .westa-fade, .westa-scale-lg, .westa-scale-md, .westa-scale-sm {
    -webkit-animation-name: westa_bounce_sm;
    animation-name: westa_bounce_sm;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform
}

.westa-bounce-lg, .westa-bounce-md, .westa-fade, .westa-scale-lg, .westa-scale-md, .westa-scale-sm {
    -webkit-animation-name: westa_bounce_md;
    animation-name: westa_bounce_md
}

.westa-bounce-lg, .westa-fade, .westa-scale-lg, .westa-scale-md, .westa-scale-sm {
    -webkit-animation-name: westa_bounce_lg;
    animation-name: westa_bounce_lg
}

.westa-fade, .westa-scale-lg, .westa-scale-md, .westa-scale-sm {
    -webkit-animation-name: westa_scale_sm;
    animation-name: westa_scale_sm
}

.westa-fade, .westa-scale-lg, .westa-scale-md {
    -webkit-animation-name: westa_scale_md;
    animation-name: westa_scale_md
}

.westa-fade, .westa-scale-lg {
    -webkit-animation-name: westa_scale_lg;
    animation-name: westa_scale_lg
}

.westa-fade {
    -webkit-animation-name: westa_fade;
    animation-name: westa_fade
}

.westa-bounce-lg, .westa-bounce-md, .westa-bounce-sm, .westa-fade, .westa-scale-lg, .westa-scale-md, .westa-scale-sm {
    -webkit-animation-duration: var(--animation_speed, 5s);
    animation-duration: var(--animation_speed, 5s)
}

.scale, .scale-inverse, .scale-inverse-lg, .scale-inverse-sm, .scale-lg, .scale-sm {
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.scale *, .scale-inverse *, .scale-inverse-lg *, .scale-inverse-sm *, .scale-lg *, .scale-sm * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.scale-sm:hover, .scaled-sm {
    z-index: 999;
    -webkit-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    transform: scale(1.05) !important
}

.scale:hover, .scaled {
    z-index: 999;
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important
}

.scale-lg:hover, .scaled-lg {
    z-index: 999;
    -webkit-transform: scale(1.15) !important;
    -ms-transform: scale(1.15) !important;
    transform: scale(1.15) !important
}

.scale-inverse-sm:hover {
    -webkit-transform: scale(.95) !important;
    -ms-transform: scale(.95) !important;
    transform: scale(.95) !important
}

.scale-inverse:hover {
    -webkit-transform: scale(.925) !important;
    -ms-transform: scale(.925) !important;
    transform: scale(.925) !important
}

.scale-inverse-lg:hover {
    -webkit-transform: scale(.9) !important;
    -ms-transform: scale(.9) !important;
    transform: scale(.9) !important
}

.fly-sm {
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

.fly-sm:hover {
    -webkit-transform: translate(0, -3px) !important;
    -ms-transform: translate(0, -3px) !important;
    transform: translate(0, -3px) !important
}

.fly-sm, .fly-sm * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fly {
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

.fly:hover {
    -webkit-transform: translate(0, -6px) !important;
    -ms-transform: translate(0, -6px) !important;
    transform: translate(0, -6px) !important
}

.fly, .fly * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fly-lg {
    -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

.fly-lg:hover {
    -webkit-transform: translate(0, -9px) !important;
    -ms-transform: translate(0, -9px) !important;
    transform: translate(0, -9px) !important
}

.fly-lg, .fly-lg * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

/* Photo Stack End */
/* Testimonial style start */

.westa-testimonial-ratings{
    margin: 0;
    padding: 0;
}

.westa-testimonial-ratings li{
    list-style: none;
    display: inline-block;
}

.westa-testimonial-thumb img {
    height: 100% !important;
    width: 100%;
    display: block;
    object-fit: cover;
}
.westa-testimonial-thumb {
    background: #ffffff;
}

.westa-testimonial-wrapper.westa-testimonial-align-center{
    text-align: center;
}

.westa-testimonial-wrapper.westa-testimonial-align-center .westa-testimonial-thumb{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.westa-testimonial-wrapper.westa-testimonial-align-bottom{
    text-align: center;
}

.westa-testimonial-wrapper.westa-testimonial-align-bottom .westa-testimonial-thumb{
    margin-left: auto;
    margin-right: auto;
}

.westa-testimonial-wrapper.westa-testimonial-align-right{
    text-align: right;
}

.westa-testimonial-wrapper.westa-testimonial-align-center .westa-testimonial-thumb{
    margin-left: auto;
}

.westa-testimonial-wrapper.westa-testimonial-align-left .westa-testimonial-reviewer-wrapper,
.westa-testimonial-wrapper.westa-testimonial-align-right .westa-testimonial-reviewer-wrapper{
    display: flex;
    align-items: center;
}

.westa-testimonial-wrapper.westa-testimonial-align-right .westa-testimonial-reviewer-wrapper{
    justify-content: flex-end;
}

.westa-testimonial-wrapper.westa-testimonial-align-right .westa-testimonial-reviewer-wrapper .westa-testimonial-thumb{
    order: 2;
}
.westa-testimonial-wrapper.westa-testimonial-align-right .westa-testimonial-reviewer-wrapper .westa-testimonial-reviewer{
    order: 1;
}

.westa-testimonial-description{
    margin: 0;
}

.westa-testimonial-name{
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    transition: all .3s ease;
}

.westa-testimonial-designation{
    margin: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.westa-testimonial-content-wrapper-arrow::before{
    position: absolute;
    content: "\e92a";
    font-family: eicons;
    transform: translateX(-50%);
    font-size: 25px;
    line-height: 1;
}

.westa-testimonial-wrapper-inner.layout-2 .westa-testimonial-content-wrapper-arrow::before{
    /* top: -15px; */
    transform: translateX(-50%) rotate(180deg);
}
.westa-testimonial-wrapper {
    transition: all .3s ease;
}

.westa-testimonial-content-wrapper-arrow{
    position: relative;
    z-index: 1;
}

.westa-testimonial-wrapper.westa-testimonial-align-center .westa-testimonial-wrapper-inner.layout-1 .westa-testimonial-content-wrapper-arrow::before{
    left: 50%;
    bottom: -15px;
}

.westa-testimonial-wrapper.westa-testimonial-align-bottom .westa-testimonial-wrapper-inner.layout-1 .westa-testimonial-content-wrapper-arrow::before{
    left: 50%;
    bottom: -15px;
}

.westa-testimonial-wrapper.westa-testimonial-align-left .westa-testimonial-wrapper-inner.layout-1 .westa-testimonial-content-wrapper-arrow::before{
    left: 40px;
    bottom: -15px;
}

.westa-testimonial-wrapper.westa-testimonial-align-right .westa-testimonial-wrapper-inner.layout-1 .westa-testimonial-content-wrapper-arrow::before{
    right: 25px;
    bottom: -15px;
}

.westa-testimonial-wrapper.westa-testimonial-align-center .westa-testimonial-wrapper-inner.layout-2 .westa-testimonial-content-wrapper-arrow::before{
    left: 50%;
    top: -15px;
}

.westa-testimonial-wrapper.westa-testimonial-align-bottom .westa-testimonial-wrapper-inner.layout-2 .westa-testimonial-content-wrapper-arrow::before{
    left: 50%;
    top: -15px;
}

.westa-testimonial-wrapper.westa-testimonial-align-left .westa-testimonial-wrapper-inner.layout-2 .westa-testimonial-content-wrapper-arrow::before{
    left: 40px;
    top: -15px;
}

.westa-testimonial-wrapper.westa-testimonial-align-right .westa-testimonial-wrapper-inner.layout-2 .westa-testimonial-content-wrapper-arrow::before{
    right: 25px;
    top: -15px;
}

.westa-testimonial-wrapper.westa-testimonial-image-aside{
    display: flex;
    align-items: center;
}

.westa-testimonial-wrapper.westa-testimonial-transition-top-yes:hover{
    transform: translateY(-10px);
}
.westa-testimonial-wrapper.westa-testimonial-transition-top-yes{
    transform: translateY(0px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* Testimonial style end */

/* post-carousel */
.westa-post-carousel.westa-post-carousel-dots-left .slick-dots {
    margin-right: auto;
}
.westa-post-carousel.westa-post-carousel-dots-center .slick-dots {
    margin-left: auto;
    margin-right: auto;
}
.westa-post-carousel.westa-post-carousel-dots-right .slick-dots {
    margin-left: auto;
}

/* grid style */
.westa-element-row-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.westa-slider-gap-default {
    margin: 0 -10px;
}

.westa-element-row-grid .westa-col-grid {
    padding: 0 10px 20px;
}

.westa-slider-gap-default .westa-col-slider {
    margin: 0 10px;
}

.westa-element-row-grid.westa-col-1 .westa-col-grid {
    flex: 0 0 100%;
    max-width: 100%;
}

.westa-element-row-grid.westa-col-2 .westa-col-grid {
    flex: 0 0 50%;
    max-width: 50%;
}

.westa-element-row-grid.westa-col-3 .westa-col-grid {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.westa-element-row-grid.westa-col-4 .westa-col-grid {
    flex: 0 0 25%;
    max-width: 25%;
}

.westa-element-row-grid.westa-col-5 .westa-col-grid {
    flex: 0 0 20%;
    max-width: 20%;
}

.westa-element-row-grid.westa-col-6 .westa-col-grid {
    flex: 0 0 16.66666%;
    max-width: 16.666666%;
}

@media (max-width: 767px) {
    .westa-element-row-grid.westa-col-2 .westa-col-grid,
    .westa-element-row-grid.westa-col-3 .westa-col-grid,
    .westa-element-row-grid.westa-col-4 .westa-col-grid,
    .westa-element-row-grid.westa-col-5 .westa-col-grid,
    .westa-element-row-grid.westa-col-6 .westa-col-grid {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .westa-element-row-grid .westa-col-grid {
        padding: 10px 10px;
    }
}

.westa-post-carousel.westa-carousel-item .slick-dots{
    position: absolute;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin: 0;
}

.westa-row-wrapper .westa-post-grid-container .westa-post-grid-thumbnail{
    position: relative;
}
.westa-row-wrapper .westa-post-grid-container .westa-post-grid-thumbnail::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.slick-slide:focus{
    outline: 0;
}

.westa-post-carousel .slick-slide a:focus{
    outline: 0;
}

/* Post Grid Start */

.westa-row-wrapper .westa-post-grid-thumbnail {
    position: relative;
    z-index: 0;
}

.westa-row-wrapper .westa-post-grid-thumbnail ul.westa-post-grid-category {
    margin: 0;
    padding: 0;
    list-style: none;
}
.westa-post-grid-container .westa-post-grid-body {
    position: relative;
}
.westa-post-grid-container .westa-post-grid-body ul.westa-post-grid-category.cat-pos-bottom-left {
    transform: translateY(-50%);
    top: 0;
    position: absolute;
}
.westa-row-wrapper .westa-post-grid-thumbnail ul.westa-post-grid-category.postion-top-right {
    position: absolute;
    top: 20px;
    right: 20px;
}
.westa-row-wrapper .westa-post-grid-thumbnail ul.westa-post-grid-category li {
    display: inline-block;
}

.westa-post-grid-container ul.westa-post-grid-category li:not(:last-child) {
    margin-right: 8px;
}

.westa-row-wrapper .westa-post-grid-body {
    z-index: 9;
}

.westa-row-wrapper .westa-post-grid-body .westa-post-grid-category,
.westa-row-wrapper .westa-post-grid-body .westa-post-data {
    margin: 0;
    padding: 0;
}
.westa-row-wrapper .westa-post-grid-body .westa-post-grid-category {
    margin-bottom: 20px;
    position: absolute;
    top: -44px;
    right: 10px;
    left: 10px;
    z-index: 999;
}
.westa-row-wrapper .westa-post-grid-body .westa-post-grid-category li {
    display: inline-block;
    list-style: none;
    padding: 4px 8px;
    border-radius: 8px;
}
.westa-row-wrapper .westa-post-grid-body li {
    margin-left: 0px;
}

.westa-row-wrapper .westa-post-grid-body .westa-post-data li {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .westa-row-wrapper .westa-post-grid-body .westa-post-data li:not(last-child) {
  padding-right: 15px;
} */

.westa-row-wrapper .westa-post-grid-body .westa-post-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.westa-post-grid-container .westa-post-data.show-avatar-yes li.westa-post-date {
    margin-top: -3px;
}
.westa-row-wrapper .westa-post-grid-body .westa-author-avatar img {
    border-radius: 100%;
    margin-left: 12px;
}

.westa-row-wrapper .westa-post-grid-body .westa-post-grid-category li:not(:last-child) {
    margin-left: 5px;
}

.westa-row-wrapper .westa-post-grid-body .westa-post-grid-category li:hover:nth-child(2n-1) {
    opacity: 0.7;
}

.westa-row-wrapper .westa-post-grid-body .westa-post-grid-category li:hover:nth-child(2n) {
    opacity: 0.7;
}

.westa-post-grid-container .westa-post-grid-body h3 {
    margin: 15px 0 5px 0;
}

.westa-row-wrapper .westa-post-grid-body .westa-post-grid-title {
    display: block;
    text-decoration: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    transition: all .3s ease;
}

.westa-row-wrapper .westa-post-grid-body .westa-post-grid-title:hover {
    color: #FF6F51;
}

.westa-row-wrapper .westa-post-grid-body .westa-post-data li {
    color: #848484;
}

.westa-row-wrapper .westa-post-grid-body .westa-post-grid-action {
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}

.westa-row-wrapper.westa-col-6 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.westa-row-wrapper.westa-col-6 .westa-col {
    flex: 0 0 16.66666%;
    max-width: 16.666666%;
    padding: 0 10px;
}

.westa-row-wrapper .westa-post-grid-body .westa-post-grid-read-time {
    display: inline-block;
}

.westa-row-wrapper .westa-post-grid-body ul.westa-post-grid-time-comment {
    margin: 0;
    padding: 0;
    list-style: none;
}

.westa-row-wrapper .westa-post-grid-body ul.westa-post-grid-time-comment li {
    display: inline-block;
}

.westa-row-wrapper .westa-post-grid-body ul.westa-post-grid-time-comment li:not(:last-child) {
    padding-left: 20px;
}

.westa-row-wrapper .westa-post-grid-body ul.westa-post-grid-time-comment li i.fa.fa-comment-o{
    padding-left: 10px;
}

.westa-post-grid-container .westa-post-grid-body .westa-post-footer a {
    display: inline-block;
    transition: all .3s ease;
}
.westa-post-grid-container.image-position-left,
.westa-post-grid-container.image-position-right {
    display: flex;
}
.westa-post-grid-container.image-position-left .westa-post-grid-thumbnail,
.westa-post-grid-container.image-position-right .westa-post-grid-thumbnail {
    z-index: 999;

}
.westa-post-grid-container.image-position-left > figure,
.westa-post-grid-container.image-position-left > div,
.westa-post-grid-container.image-position-right > figure,
.westa-post-grid-container.image-position-right > div {
    flex-direction: column;
}
.westa-post-grid-container.image-position-left > figure,
.westa-post-grid-container.image-position-right > figure {
    width: 40%;
}
.westa-post-grid-container.image-position-left > div,
.westa-post-grid-container.image-position-right > div {
    width: 60%;
}
.westa-post-grid-container.image-position-left > figure img,
.westa-post-grid-container.image-position-right > figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.westa-post-grid-container.image-position-right > figure {
    order: 2;
}
.westa-post-grid-container.image-position-right > div {
    order: 1;
}
.westa-post-grid-container.image-position-top .westa-post-grid-thumbnail a {
    display: flex;
}

/* .elementor .westa-post-grid-container img {
  height: 100%;
} */

nav.westa-post-pagination {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
nav.westa-post-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav.westa-post-pagination ul li {
    display: inline-block;
}
@media (max-width: 767px) {
    .westa-row-wrapper.westa-col-6 .westa-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 10px;
    }
}
.westa-row-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.westa-row-wrapper .westa-col{
    padding: 0 10px;
}
.westa-row-wrapper.westa-col-5 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.westa-row-wrapper.westa-col-5 .westa-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .westa-row-wrapper.westa-col-5 .westa-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 10px;
    }
}

.westa-row-wrapper.westa-col-4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.westa-row-wrapper.westa-col-4 .westa-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .westa-row-wrapper.westa-col-4 .westa-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 10px;
    }
}

.westa-row-wrapper.westa-col-3 {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.westa-row-wrapper.westa-col-3 .westa-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .westa-row-wrapper.westa-col-3 .westa-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 10px;
    }
}

.westa-row-wrapper.westa-col-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.westa-row-wrapper.westa-col-2 .westa-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .westa-row-wrapper.westa-col-2 .westa-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 10px;
    }
}

.westa-row-wrapper.westa-col-1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.westa-row-wrapper.westa-col-1 .westa-col {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px 25px;
}

@media (max-width: 767px) {
    .westa-row-wrapper.westa-col-1 .westa-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 10px;
    }
}

@media (max-width: 480px) {
    .westa-post-grid-container.image-position-left,
    .westa-post-grid-container.image-position-right {
        flex-direction: column;
    }
    .westa-post-grid-container.image-position-left > figure,
    .westa-post-grid-container.image-position-right > figure,
    .westa-post-grid-container.image-position-left > div,
    .westa-post-grid-container.image-position-right > div {
        width: 100%;
    }
}

.westa-post-grid-description{
    line-height: 1.8;
}

.westa-post-grid-container.image-position-top .westa-post-grid-thumbnail a img{
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
}
.westa-post-grid-load-btn{
    text-align: center;
}
.westa-post-grid-paginate-btn{
    text-align: center;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}
.westa-post-grid-container ul.westa-post-grid-category li a{
    display: block;
}
.westa-post-grid.westa-post-grid-featured-post-yes article.westa-post-grid-three:first-child{
    flex: 100%;
    max-width: 100%;
}

.westa-post-grid.westa-post-grid-featured-post-yes.layout_one article.westa-post-grid-three:first-child .westa-post-grid-container{
    display: flex;
}
.westa-post-grid.westa-post-grid-featured-post-yes.layout_one article.westa-post-grid-three:first-child .westa-post-grid-container .westa-post-grid-thumbnail{
    width: 50%;
}
.westa-post-grid.westa-post-grid-featured-post-yes.layout_one article.westa-post-grid-three:first-child .westa-post-grid-container .westa-post-grid-thumbnail a{
    height: 100%;
}
.westa-post-grid.westa-post-grid-featured-post-yes.layout_one article.westa-post-grid-three:first-child .westa-post-grid-container .westa-post-grid-thumbnail a img{
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.westa-post-grid.westa-post-grid-featured-post-yes.layout_one article.westa-post-grid-three:first-child .westa-post-grid-container .westa-post-grid-body{
    width: 50%;
}
.westa-post-grid .westa-row-wrapper .westa-post-grid-container .westa-post-grid-thumbnail::before{
    display: none;
}
/* Post Grid End */
/*--------------------------------------------------------------
== Section Extensions
--------------------------------------------------------------*/

.westa-jarallax {
    position: relative;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.westa-parallax-multi-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.westa-parallax-ml-children {
    position: relative;
    display: none;
}

.westa-parallax-ml-children img {
    max-width: 100%;
    width: 100%;
}

.westa-glass-effect-yes {

}

/* End Extentions */

.mobile-navigation-container {
    display: flex;
    position: fixed;
    justify-content: space-between;
    z-index: 50;
    bottom: .75rem;
    right: .75rem;
    left: .75rem;
    border-radius: .75rem;
    background-color: rgba(256, 256, 256, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.mobile-navigation-link {
    color: #333;
    font-size: 0.8rem;
    padding: .25rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    display: flex;
    position: relative;
    text-decoration: none;
}

.mobile-navigation-link:visited {
    color: #333;
}
.mobile-navigation-text {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 5px
}
.mobile-navigation-link.active {
    font-weight: bold;
}
.mobile-navigation-link.active svg {
    fill: var(--e-global-color-primary);
    stroke: var(--e-global-color-secondary)
}
.mobile-navigation-link:not(.active) svg {
    stroke: var(--e-global-color-primary);
    fill: none
}