/*
================== Global Variables
*/
:root {
    --base-color: #102D5D;
    --primary-color: #37A83F;
    --grey-18: #181818;
    --white: #fff;
    --e-global-typography-primary-font-family: "Inter", Sans-serif;
    --e-global-typography-accent-font-family: "Poppins", Sans-serif;
}

input:focus {
    outline: none;
}

.text-center {
    text-align: center;
}

.section-gap {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.default-lang select {
    background: transparent;
    border: none;
    width: 50px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--base-color);
}

.custom-search-box {
    display: none !important;
    position: fixed !important;
    top: 90px !important;
    z-index: 5 !important;
}

.custom-search-box.active {
    display: block !important;
}

.custom-search-wrapper {
    position: relative;
    display: block !important;
    max-width: 900px;
    width: 100%;
    margin-left: auto;
}

/* DEPRECATED
.custom-search-wrapper:after {
    position: absolute;
    content: '';
    right: 8%;
    top: -30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
}
*/

.custom-search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.search-icon {
    cursor: pointer;
}

.custom-search-wrapper .custom-search-form input.search-input {
    width: 100%;
    background: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #fff;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 0;
}

.custom-search-form .search-btn {
    background-color: #37A83F;
    border-color: #37A83F;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    padding: 8px 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    /*
    gap: 5px;
    */
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.custom-search-form .search-btn svg {
    width: 20px;
    height: 20px;
    /*
	margin-left: 5px;
	*/
}

.custom-search-form .search-btn:hover,
.custom-search-form .search-btn:focus {
    background-color: #37A83F;
}

.custom-search-form .close-btn {
    border: none;
    padding: 0;
}

.custom-search-form .close-btn svg {
    display: block;
}

.custom-search-form .close-btn:hover {
    background: #102D5D;
}

.elementor-element.open-search {
    display: none !important;
    background-color: rgba(0, 0, 0, .7);
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 4 !important;
}

.elementor-element.open-search.active {
    display: block !important;
}

.userList {
    display: none;
    margin-top: 10px;
}

.user-toggle-icon {
    cursor: pointer;
    font-size: 24px;
    position: relative;
    z-index: 4;
}

.user-toggle-wrapper {
    position: relative;
}

.user-toggle-wrapper .userList {
    position: absolute;
    top: 100%;
	right: 0;
    z-index: 2;
    background: #fff;
    width: 200px;
    margin-top: 0;
    display: none;
    z-index: 4;
    border-radius: 5px;
    padding: 5px;
	
	@media (min-width: 1024px) {
		top: 115%;
		right: -4px;
	}
}

.user-toggle-wrapper .userList:after {
    position: absolute;
    content: '';
    border: solid 1px transparent;
    border-left-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    top: -10px;
    right: 8px;
    border-bottom-color: #fff;
}

.user-toggle-wrapper.active .userList {
    display: block;
}

.user-toggle-wrapper .userList ul {
    padding: 0;
    list-style-type: none;
}

.user-toggle-wrapper .userList ul li {
    margin-bottom: 5px;
}

.user-toggle-wrapper .userList ul li:last-child {
    margin-bottom: 0;
}

.user-toggle-wrapper .userList ul li a {
    display: block;
    padding: 10px;
    line-height: 1;
    border-bottom: none;
    background-color: #eee;
    border-radius: 10px;
    text-align: center;
    color: #102D5D;
}

.user-toggle-wrapper .userList ul li a.loginBtn {
    background-color: #37A83F;
    color: #FFFFFF;
}

.user-toggle-wrapper .userList ul li a.registerBtn {
    background-color: #102D5D;
    color: #FFFFFF;
}

.user-toggle-wrapper .userList ul li:last-child a {
    border-bottom: none;
}

.open-backdrop {
    display: none;
    background-color: rgba(0, 0, 0, .15);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}

.open-backdrop.active {
    display: block;
}

/* Swiper Container */
.hero-banner {
    position: relative;
}

.hero-banner.active:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 45, 93, 0.6);
    z-index: 1;
}

.hero-thumbnail-slider-wrap {
    position: relative;
}

.hero-video-wrap {
    position: relative;
}

.hero-thumbnail-slider-wrap .owl-slide {
    position: relative;
}

.hero-thumbnail-slider-wrap .owl-item {
	height: 85vh;
}

.hero-thumbnail-slider-wrap .owl-slide:after {
    position: absolute;
    content: '';
	
	background: #26406C;
	background: linear-gradient(35deg, rgba(38, 64, 108, 1) 0%, rgba(38, 64, 108, 0) 60%, transparent);
 
	/*
    background: url('../images/banner-color-bg.png') no-repeat;
    background-size: cover;
	*/

    width: 100%;
    height: 85vh;
    left: 0;
    top: 0;
}


.hero-video-wrap video {
    display: block;
    object-fit: cover;
    max-height: 830px;
    width: 100%;
    height: 100%;
}

.hero-video-wrap video::-webkit-media-controls {
    display: none;
}

.hero-video-wrap:after {
    background: linear-gradient(0deg, rgba(16, 45, 93, 0.60) 0%, rgba(16, 45, 93, 0.60) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
}

.thumbnail-hero-content-wrap {
    position: absolute;
    bottom: 150px;
    left: 50px;
    padding: 10px;
    max-width: 792px;
    /* width: 100%; */
	width: calc(100% - 32px);
    z-index: 1;
}

.thumbnail-hero-content-wrap h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-top: 0;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.54);
	
	font-family: "Poppins", Sans-serif;
	font-weight: bold;
	font-size: 36px;
	
	overflow-wrap: break-word;
	hyphens: auto;
	hyphenate-character: "-";
}

.thumbnail-hero-content-wrap p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    max-width: 589px;
	
	font-family: "Inter", Sans-serif;
	font-weight: normal;
	font-size: 20px;
}

.border-btn {
    border-radius: 80px;
    border: 1px solid var(--Central-Grey, #DEDDDE);
    background: rgba(55, 168, 63, 0.00);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) !important;
    padding: 10px 21px;
    display: inline-block;
    color: #fff;
	
	font-family: "Inter", Sans-serif;
	font-weight: normal;
	font-size: 14px;
}

.border-btn:hover {
    color: #37A83F;
}

.thumbnail-swiper .hero-image-wrap img {
    height: 90vh;
    object-fit: cover;

}

.thumbnail-hero-content-wrap .border-btn {
    margin-top: 24px;
    border-radius: 10px;
}

.thumbnail-owl-wrapper .owl-nav {
    position: absolute;
    right: 64px;
    z-index: 1;
    bottom: 70px;
}

.thumbnail-owl-wrapper .owl-nav:before {
    width: 35vw;
    position: absolute;
    content: '';
    right: 80px;
    top: 20px;
    height: 1px;
    background: #DEDDDE;
}

.thumbnail-owl-wrapper .owl-nav button:hover,
.thumbnail-owl-wrapper .owl-nav button:focus-visible {
    background: transparent !important;
    border: none;
    outline: 0;
}

.thumbs-image-wrapper {
    position: absolute;
    bottom: 120px;
    right: 64px;
    max-width: 600px;
}

.hero-thumbnail-slider-wrap .hero-image-thumbs {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #102D5D;
}

.hero-thumbnail-slider-wrap .thumbnail-owl-thumbs .owl-item.active .hero-image-thumbs {
    background: #37A83F;
}

.hero-thumbnail-slider-wrap .hero-image-thumbs::after {
    background: url(images/banner-circle-bg.png) no-repeat center center;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    left: 0px;
    top: 0px;
}

.hero-thumbnail-slider-wrap .hero-image-thumbs img {
    display: block;
    width: 52px;
    height: auto;
}

.active .ken-burns-zoom-in img {
    animation: kenburns-in 10s infinite alternate ease-in-out;
}

.active .ken-burns-zoom-out img {
    animation: kenburns-out 10s infinite alternate ease-in-out;
}

@keyframes kenburns-in {
    0% { transform: scale(1); }
    100% { transform: scale(1.2); }
}

@keyframes kenburns-out {
    0% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* Import CSS */
.custom-item .custom-text p {
    margin-bottom: 0;
}

.text-overlay-image .elementor-image-box-wrapper {
    position: relative;
}

.text-overlay-image .elementor-image-box-img {
    position: relative;
    margin: 0 !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
}

.text-overlay-image .elementor-image-box-img img {
    display: block;
}

.text-overlay-image .elementor-image-box-img:hover {
    /* border-radius: 0; */
}

.text-overlay-image .elementor-image-box-wrapper .elementor-image-box-content h3 {
    transition: all 3s ease;
}
.text-overlay-image .elementor-image-box-wrapper:hover .elementor-image-box-content h3  {
	transition-delay: .3s;
    transform: scale(1.2);
}

.text-overlay-image .elementor-image-box-img:after {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    transition: all 0.5s;
}

.text-overlay-image .elementor-image-box-img:hover::after {
    z-index: -1;
}

.text-overlay-image .elementor-image-box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: fit-content !important;
}

.text-overlay-image .elementor-image-box-content h3 {
    margin-bottom: 0;
}

.box-with-line {
    position: relative;
}

.box-with-line:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    height: 100%;
    width: 0.9px;
    background-color: #37A83F;
    transform: translateX(-50%);
}

.box-with-line .e-con-inner>.elementor-element {
    position: relative;
}

.box-with-line .e-con-inner>.elementor-element:before,
.box-with-line .e-con-inner>.elementor-element:after {
    position: absolute;
    content: '';
    width: 42px;
    height: 20px;
    background: url(../images/green-eaves.svg) no-repeat;
    background-size: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.box-with-line .e-con-inner>.elementor-element:before {
    display: none;
}

.box-with-line .e-con-inner>.elementor-element:first-child::before {
    top: -60px;
    bottom: auto;
    display: block;
}

.box-with-line .e-con-inner>.elementor-element:after {
    left: 50%;
    bottom: 0;
}

.box-with-line .e-con-inner>.elementor-element:last-child::after {
    top: auto;
    bottom: -50px;
    display: block;
}

.news-carousel-wrap .owl-stage-outer {
    overflow: visible;
}

.news-carousel-wrap .item {
    background-color: #102D5D;
    border-radius: 5px;
    overflow: hidden;
	
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news-carousel-wrap .item .news-content {
	flex-grow: 1;
}

.news-carousel-wrap .item img {
    height: 237px;
    display: block;
    object-fit: cover;
}

.news-carousel-wrap .news-content {
    padding: 15px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
}

.news-carousel-wrap .news-content h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #A6A6A6;
    margin-bottom: 16px;
    margin-top: 0;
    font-family: 'Inter', sans-serif;
}

.news-bottom {
    margin-top: auto;
}

.news-carousel-wrap .news-content h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    margin-bottom: 16px;
    margin-top: 0;
    font-family: 'Inter', sans-serif;
}

.news-carousel-wrap .news-content .news-details-link {
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    font-family: 'Inter', sans-serif;
}

.news-carousel-wrap .news-content .news-cat-wrap {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-top: 16px;
    color: #fff;
    padding-left: 10px;
    border-left: solid 2px #80CE51;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    font-family: 'Inter', sans-serif;
}

.news-carousel-wrap .news-content .news-cat-wrap span {
    position: relative;
}

.news-carousel-wrap .news-content .news-cat-wrap span:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -13px;
    border-radius: 50%;
}

.news-carousel-wrap .news-content .news-cat-wrap span:last-child:after {
    display: none;
}

.news-carousel-wrap .news-content .news-cat-wrap span a {
    color: #fff;
}
.news-carousel-wrap .news-content .news-cat-wrap span a:hover {
    border-bottom: 1px solid #80CE51;
}

.default-slider.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: -85px;
    right: 0;
}

.default-slider.owl-theme .owl-nav span {
    background: url(../images/arrow-icon-next.svg) no-repeat;
    display: block;
    background-size: 100%;
    font-size: 0;
    height: 100%;
}

.default-slider.owl-theme .owl-nav button {
    width: 40px;
    height: 40px;
}

.default-slider.owl-theme .owl-nav button:hover {
    background: none;
}

.default-slider.owl-theme .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.default-slider.owl-theme .owl-dots {
    margin-top: 20px;
}

.default-slider.owl-theme .owl-dots .owl-dot span {
    background-color: #D9D9D9;
    width: 14px;
    height: 14px;
    margin: 5px;
}

.default-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #102D5D;
}

.contactus-form.contactus-form--dark-theme p {
	color: #fff;
}

.contactus-form input[type=text],
.contactus-form input[type=email] {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #666;
    padding-left: 40px;
    border-radius: 5px;
}

.contactus-form textarea {
    padding-left: 13px !important;
    border-radius: 5px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #666;
}

.contactus-form input[type=text] {
    background: #fff url(../images/user-male.svg) no-repeat;
    background-position: 13px 10px;
    background-size: 20px;
}

.contactus-form input[type=email] {
    background: #fff url(../images/email-icon.svg) no-repeat;
    background-position: 13px 13px;
    background-size: 20px;
}

.submit-btn {
    text-align: center;
}

.dark-bg-form .wpcf7-response-output {
    color: #fff;
}

.submit-btn p {
    margin-bottom: 0;
}

.submit-btn .wpcf7-spinner {
    display: block;
}

.contactus-form input[type="submit"] {
    background: var( --e-global-color-accent ) !important;
    padding: 13px 20px;
    border: none;
    border-radius: 10px;
    max-width: 270px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

.contactus-form input[type="submit"]:hover {
	background: var( --e-global-color-2bc746b ) !important;
}

.news-footer .elementor-post__text {
    position: absolute;
    bottom: 6px;
    left: 12px;
    z-index: 1;
    width: calc(100% - 24px) !important;
}

.news-footer article {
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px !important;
    overflow: hidden;
    height: 150px;
}

.news-footer .elementor-post__title a {
    position: relative;
    padding-left: 10px;
    display: inline-block;
}

.news-footer .elementor-post__title a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    bottom: 0;
    margin: auto 0;
    width: 2px;
    background-color: #37A83F;
}

.news-footer article::after {
    position: absolute;
    content: '';
    bottom: 0%;
    left: 0;
    height: 50%;
    width: 100%;
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(16 45 93) 100%);
}

.news-footer .elementor-post .elementor-post__thumbnail__link {
    margin: 0 !important;
    position: absolute !important;
    padding: 0 !important;
    height: 100%;
}

.news-footer .elementor-post .elementor-post__thumbnail__link .elementor-post__thumbnail {
    position: static;
    padding: 0 !important;
    height: 100%;
}

.news-footer .elementor-post .elementor-post__thumbnail__link .elementor-post__thumbnail img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
}

.news-footer .elementor-post .elementor-post__badge {
    position: static;
}

.icon-text-box .elementor-widget-container {
    min-height: 320px;
}

.icon-text-box .elementor-widget-icon-box {
    position: relative;
}

.icon-text-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    position: absolute;
    right: 10px;
    bottom: 0;
    margin-bottom: 0;
}

.image-icon-text-box .elementor-element.e-con-full {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.image-icon-text-box .elementor-element.e-con-full .elementor-widget-image img {
    height: 333px;
    object-fit: cover;
}

.image-icon-text-box .elementor-widget-icon-box {
    height: 100%;
}

.image-icon-text-box .elementor-icon-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
    background: #37A83F;
    border-radius: 50%;
}

.image-icon-text-box .elementor-icon-box-icon svg {
    width: 36px;
}

.b-heading .elementor-heading-title {
    position: relative;
}

.b-heading .elementor-heading-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    width: 30px;
    height: 2px;
    background-color: #37A83F;
    display: block;
}

.begNum .elementor-icon-box-title {
    margin-top: 0;
}

.begNum .elementor-icon-box-description {
    margin-left: -50px;
    margin-top: 10px;
}

.begNum .elementor-icon-box-description span {
    color: #37A83F;
    text-decoration: underline;
}

.mobile-member-section .elementor-image-box-wrapper {
    position: relative;
}

.mobile-member-section .elementor-image-box-wrapper .elementor-image-box-content {
    position: absolute;
    bottom: 12px;
    left: 4px;
    width: 50%;
    text-align: left;
    padding: 16px;
}

.mobile-member-section .elementor-image-box-wrapper figure {
    margin: 0 !important;
}

.mobile-member-section .elementor-image-box-wrapper figure img {
    display: block;
}

.mobile-member-section .elementor-image-box-wrapper h3.elementor-image-box-title {
    position: relative;
}

.mobile-member-section .elementor-image-box-wrapper h3.elementor-image-box-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    display: block;
    width: 45px;
    height: 1.5px;
    background: #80CE51;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.member-popup .elementor-icon-box-wrapper {
    padding-bottom: 20px;
    border-bottom: solid 1px #37A83F;
}

.member-popup .elementor-icon-box-wrapper .elementor-icon-box-icon svg path {
    fill: #102D5D;
}

.member-popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

body.active-popup {
    overflow: hidden;
}

#popup-btn-1 {
    cursor: pointer;
}

.cfms-carousel .owl-stage-outer {
    overflow: visible;
}

.cfms-carousel-wrap .owl-stage {
    padding-left: 5px !important;
    padding-bottom: 10px;
}

.cfms-carousel-wrap .item {
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cfms-image-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
}

.cfms-image-wrap .cfms-image img {
    display: block;
    height: 391.72px;
    object-fit: cover;
}

.cfms-carousel-wrap .item h4 {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    font-family: "Inter", Sans-serif;
}

.cfms-carousel-wrap .item .cfms-content {
    padding: 8px 40px 10px 20px;
}

.cfms-carousel-wrap .item h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Inter", Sans-serif;
    color: #102D5D;
    margin-bottom: 5px;
}

.cfms-carousel-wrap .item p {
    font-weight: 400;
    line-height: 24px;
    font-family: "Inter", Sans-serif;
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
}

.cfms-carousel-wrap .item p a {
    color: #000;
    text-decoration: underline;
}

.active-cfms-popup {
    overflow: hidden;
}

.cfms-popup-wrap {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

.cfms-popup-inner {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #102D5D;
    margin-top: 30px;
    padding: 90px 121px;
}

.cfms-popup-inner .close-cfms-popup {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 1;
    border: none;
    padding: 0;
}

.cfms-popup-inner .close-cfms-popup svg {
    width: 100%;
    height: 100%;
}

.cfms-popup-content {
    display: flex;
    gap: 5%;
}

.cfms-popup-mobile {
    display: none;
}

.cfms-popup-content .cfms-image-wrap {
    width: 33%;
    overflow: hidden;
}

.cfms-popup-content .cfms-image-wrap img {
    display: block;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cfms-popup-content .cfms-content {
    width: 62%;
}

.cfms-popup-content h4 {
    color: #fff;
    position: relative;
    padding-bottom: 9px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Inter", Sans-serif;
}

.cfms-popup-content h4 br {
    display: none;
}

.cfms-popup-content h4:before {
    position: absolute;
    content: '';
    width: 21px;
    height: 2px;
    background: #80CE51;
    left: 0;
    bottom: 0;
}

.cfms-popup-content h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 32px;
    color: #37A83F;
}

.cfms-popup-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    font-family: "Inter", Sans-serif;
}

.circleNumber .custom-item.position-top {
    position: relative;
    margin-bottom: 0 !important;
    padding-bottom: 30px;
}

.circleNumber .custom-item.position-top .custom-style {
    text-align: left !important;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.circleNumber .custom-item.position-top .custom-number {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #37A83F;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.circleNumber .custom-item.position-top .custom-title {
    margin-left: 80px;
    font-size: 18px !important;
    line-height: 27px;
    font-weight: 700;
    color: #37A83F !important;
}

.circleNumber .custom-item.position-top .custom-text {
    margin-left: 80px;
}

.circleNumber .custom-item.position-top:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #DEDDDE;
    top: 0;
    left: 30px;
}

.circleNumber .custom-item.position-top:last-child:after {
    display: none;
}

.updated-featured-post {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 25%);
}

.featured-image {
    margin: 0;
}

.featured-image img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.featured-post-details {
    padding: 50px;
    background: #102D5D;
}

.post-date {
    font-size: 18px;
    line-height: 27px;
    color: #37A83F;
    font-weight: 400;
    margin-bottom: 10px;
}

.featured-post-details h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
}

.featured-post-details h2 a {
    color: #fff;
}

.featured-post-details p {
    color: #DEDDDE;
    font-size: 16px;
    line-height: 24px;
}

.featured-post-details .read-more {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-decoration: underline;
}

.catName {
    margin-top: 30px;
    color: #fff;
    padding-left: 10px;
    border-left: solid 2px #80CE51;
    font-size: 15px;
}

.catName a {
    color: var(--e-global-color-primary) !important;
}
.featured-post-details .catName a {
    color: #fff !important;
}
.catName a:hover {
    border-bottom: 1px solid #80CE51;
}

.custom-post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.custom-post-item {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 25%);
	
	display: flex;
	flex-direction: column;
}

.custom-post-item .post-image {
    margin: 0;
}

.custom-post-item .post-image img {
    display: block;
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.custom-post-item .post-details {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
	flex-grow: 1;
}

.custom-post-item .post-details h2 {
    font-size: 20px;
    line-height: 28px;
    color: #102D5D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.custom-post-item .post-details h2 a {
    color: #102D5D;
}

.custom-post-item .post-details p {
    font-size: 16px;
    color: #102D5D;
    line-height: 24px;
	
	flex-grow: 1;
}

.custom-post-item .post-details .read-more {
    color: #102D5D;
    text-decoration: underline;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
}

.custom-post-item .post-details .catName {
    color: #102D5D;
    font-size: 15px;
    line-height: 18px;
    margin-top: auto;
}

.category-filter {
    margin-bottom: 30px;
}

.category-filter select {
    color: #000;
    padding: 10px;
}

.main-listing-posts {
    display: grid;
    grid-gap: 2%;
    align-items: self-start;
}

.main-listing-posts h3 {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 10px;
    color: #102D5D;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}

.custom-post-list-wrap {
    position: relative;
    grid-template-columns: 100%;
    grid-gap: 0;
}

.filter-box {
    margin-bottom: 40px;
}

.filter-box ul {
    padding: 0;
    margin: 0;
}

.filter-box ul li {
    list-style-type: none;
    font-size: 1rem;
}

#post-loader {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: start;
    justify-content: center;
}

#post-loader img {
    width: 50px;
}

.filter-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    max-width: 450px;
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease-in-out;
    z-index: 1000;
}

.filter-overlay.active {
    left: 0;
}

.filter-panel {
    padding: 20px;
}

.filter-panel h3 {
    margin-bottom: 10px;
}

.filter-panel ul {
    list-style: none;
    padding: 0;
}

.filter-panel li {
    margin: 5px 0;
}

.filter-content {
    overflow: auto;
    height: 100vh;
    padding-bottom: 100px;
}

#close-filter-panel {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
}

#close-filter-panel:hover {
    color: #000;
}

#apply-filters {
    width: 100%;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    color: #FFFFFF;
    background-color: #37A83F;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #37A83F !important;
    padding: 5px 14px 5px 14px;
}

.mobile-filter {
    display: none;
}

.filter-box-panel button {
    background: transparent url(../images/filter-icon.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20% auto;
    padding: 10px 50px 10px 10px;
    font-size: 1.6rem;
    color: #102D5D;
    font-weight: 600;
    border: none;
}

.filter-box-panel button:hover {
    background-color: transparent;
    color: #102D5D;
}

.filter-panel h2 {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 20px;
    color: #102D5D;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}

.filter-panel h3 {
    border-bottom: 0;
    padding-bottom: 0;
}

.search-results .e-con-inner {
    padding-bottom: 80px;
    padding-top: 80px;
}

.search-results .elementor-posts-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.search-results .elementor-posts-container article {
    margin-bottom: 0;
}

.search-results .elementor-posts-container article h3.elementor-post__title {
    margin-top: 0;
    font-size: 20px;
    color: #102d5d;
}

.search-results .elementor-posts-container article h3.elementor-post__title a {
    color: inherit;
}

.search-results .elementor-posts-container article .elementor-post__excerpt p {
    font-size: 18px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.custom-accordion .e-n-accordion-item-title {
    justify-content: space-between !important;
}

.custom-accordion .e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom: none;
}

.custom-accordion .e-n-accordion-item[open] summary {
	border:none !important;
}

.custom-accordion .e-n-accordion-item[open] div .e-child {
	padding-left: 0;
	padding-right: 0;
}
.custom-accordion .e-n-accordion-item[open] div .e-con-inner {
	padding-top: 0;
}

.timeline-widget-carousel {
    width: 100%;
}

.timeline-widget-carousel {
    display: flex;
    gap: 3%;
}

.timeline-years {
    width: 23%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 40px;
}

.year-item {
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
    transform-origin: left center;
    margin: 5px 0;
    color: rgba(222, 221, 222, 0.6);
    opacity: 1;
}

.year-item.active {
    color: #102D5D;
    font-size: 60px;
    transform: scale(1.1);
    margin: 15px 0;
}

.year-item.above-active {
    color: rgba(222, 221, 222, 0.6);
    opacity: 0.7;
}

.year-item.below-active {
    font-size: 115px;
    font-weight: 600;
    color: rgba(222, 221, 222, 0.6);
}

.timeline-content-wrap {
    width: 74%;
    overflow: hidden;
}

.timeline-content-wrap .timeline-slider {
    position: relative;
    height: 100%;
    display: flex;
}

.timeline-content-wrap .timeline-slider .slide-item {
    flex-shrink: 0;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.timeline-content-wrap .timeline-slider .slide-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.timeline-content-wrap .timeline-slider .slide-item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(16, 45, 93);
    background: linear-gradient(0deg, rgba(16, 45, 93, 0.9108018207282913) 12%, rgba(255, 255, 255, 0) 100%);
}

.timeline-content-wrap .timeline-slider .slide-item h2 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    position: absolute;
    bottom: 40px;
    left: 71px;
    z-index: 1;
}

.timeline-content-wrap .timeline-slider .slide-item img {
    width: 100%;
    height: 645px;
    display: block;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

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

.year-item.active+.year-item {
    font-size: 100%;
}

.year-item.active+.year-item+.year-item {
    font-size: 80%;
}

.year-item.active+.year-item+.year-item+.year-item {
    font-size: 60%;
}

.year-item.active+.year-item+.year-item+.year-item+.year-item {
    font-size: 40%;
}

.switch-accordion .accordion-container {
    display: flex;
    height: 690px;
    gap: 0;
}

.switch-accordion .panel {
    flex: 0 0 120px;
    background: #3A5F9F;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    cursor: pointer;
    transition: flex 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-right: -15px;
}

.switch-accordion .panel:nth-child(2n) {
    background: #102D5D;
}

.switch-accordion .panel:last-child {
    margin-right: 0;
    border-radius: 20px;
}

.switch-accordion .panel.active {
    flex: 1 0 40%;
    background: #fff;
    margin-right: 0;
}

.switch-accordion .panel-title {
    writing-mode: vertical-rl;
    transform: translateX(-50%) rotate(180deg);
    position: absolute;
    left: 50%;
    top: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    white-space: nowrap;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 100px 0;
}

.switch-accordion .panel.active .panel-title {
    display: none;
}

.switch-accordion .content {
    padding: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.switch-accordion .accordion-content {
    display: grid;
    grid-template-columns: 38% 59%;
    grid-gap: 3%;
    height: 100%;
}

.switch-accordion .panel.active .content {
    opacity: 1;
    transition-delay: 0.2s;
    padding: 0 20px;
}

.switch-accordion .accordion-content .switch-content {
    align-self: end;
}

.switch-accordion .panel:not(.active):hover {
    flex: 0 0 100px;
}

.switch-content {
    align-self: end;
}

.switch-image {
    border-radius: 10px;
    overflow: hidden;
}

.switch-accordion .accordion-content .switch-image img {
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.switch-accordion .accordion-content .switch-content h3 {
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
    color: #102D5D;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
}

.switch-accordion .accordion-content .switch-content h3:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #80CE51;
    left: 0;
    bottom: 0;
}

.switch-accordion .accordion-content .switch-content h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #102D5D;
    margin-top: 0;
    margin-bottom: 15px;
}

.switch-accordion .accordion-content .switch-content p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #102D5D;
    margin-top: 0;
    margin-bottom: 15px;
}

.powerTaxiBlue .elementor-icon-list-item .elementor-icon-list-text span {
    color: #37A83F;
}

.ctaBtn .btn {
    padding: 25px 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    background-color: #fff;
}

.ctaBtn .btn:before {
    display: none;
}

.ctaBtn .btn:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.ctaBtn .btn svg {
    width: 80px !important;
    height: 80px !important;
}

.ctaBtn .btn:hover .pxl--btn-text {
    text-decoration: none;
    top: 0 !important;
    opacity: 1 !important;
}

.blueIconBox figure.elementor-image-box-img {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.blueIconBox figure.elementor-image-box-img img {
    height: 220px;
    width: auto;
}

.blueIconBox .elementor-image-box-content {
    padding-left: 20px;
    padding-right: 20px;
}

.blueIconBox .elementor-image-box-content h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.blueIconBox .elementor-image-box-content h3:after {
    position: absolute;
    content: '';
    width: 90px;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #80CE51;
}

.blueIconBox .elementor-widget-image-box,
.blueIconBox .elementor-widget-image-box>.elementor-widget-container {
    height: 100%;
}

.ctaBtn.ctaBtnFloat {
    position: absolute;
    top: 180px;
}

.ctaBtn .btn span:nth-last-child(n+5) {
    color: #102D5D;
}

.searchFaqTab .e-n-accordion-item .elementor-element.e-con-full {
    display: block !important;
}

.faqSearch {
    position: relative;
    max-width: 500px;
    margin: 0px auto;
    width: 100%;
}

.faqSearch svg {
    position: absolute;
    width: 27px;
    top: 14px;
    left: 9px;
}

.faqSearch svg path {
    fill: #ddd;
}

.faqSearch input {
    padding: 10px 10px 10px 50px !important;
    font-size: 16px;
    line-height: 24px;
    border-radius: 10px !important;
    height: 55px;
}

.custom-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-accordion .accordion-item {
    border-bottom: 1px solid #ddd;
}

.custom-accordion .accordion-item:last-child {
    border-bottom: none;
}

.custom-accordion .accordion-header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 25px 15px 15px;
    cursor: pointer;
    color: #000;
    transition: background 0.3s ease;
}

.custom-accordion .accordion-header .acc-icon {
    position: absolute;
    right: 0;
    top: 15px;
}

.custom-accordion .accordion-header .acc-icon svg {
    width: 20px;
    height: 20px;
}

.custom-accordion .active .accordion-header .acc-icon {
    transform: rotate(45deg);
}

.custom-accordion .accordion-header h3 {
    font-size: 1.3rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.custom-accordion .accordion-header h3:hover {
    color: #102d5d;
}

.custom-accordion .accordion-header i {
    margin-right: 10px;
}

.custom-accordion .accordion-content {
    display: none;
    padding: 15px;
    background: #fff;
}

.custom-accordion .accordion-logos {
    margin-top: 30px;
}

.custom-accordion .accordion-logos ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.custom-accordion .accordion-logos li {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.custom-accordion .accordion-logos li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.custom-accordion .logo-image-wrap {
    padding: 20px 20px 20px 20px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 160px;
}

.custom-accordion h3.logo-title {
    color: #102D5D;
    font-size: 15px;
    font-weight: 600;
    background-color: #eee;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: auto !important;
}

.custom-accordion .accordion-logos img {
    max-height: 125px;
}

.single-sidebar .custom-sidebar-widget {
    display: flex;
    flex-direction: column;
    column-gap: 40px;
    row-gap: 40px;
}

.single-sidebar .custom-sidebar-widget .sidebar-widget-box {
    box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 40px !important;
}

.single-sidebar h2.widget-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #102D5D;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
}

.single-sidebar h2.widget-title:before {
    background-color: #80CE51;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 22px;
    height: 2px;
}

.sidebar-widget-box ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-widget-box ul li {
    border-bottom: solid 1px #DEDDDE;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: 33% 61%;
    grid-gap: 18px;
}

.sidebar-widget-box ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-widget-box ul li .post-thumbnail img {
    width: 100%;
    border-radius: 5px;
}

.sidebar-widget-box ul li .related-post-content {
    display: flex;
    flex-direction: column;
}

.sidebar-widget-box ul li .related-post-content .post-date {
    color: #979597;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.sidebar-widget-box ul li .related-post-content a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #102D5D;
}

.sidebar-widget-box ul li .related-post-content .post-category {
    margin-top: 10px;
    position: relative;
    border-left: solid 2px #80CE51;
    padding-left: 10px;
    line-height: 1;
}

.sidebar-widget-box ul li .related-post-content .post-category a {
    font-size: 11px;
}

.sidebar-widget-box ul.category-list li.category-item {
    display: block;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-widget-box ul.category-list li .category-title {
    padding-bottom: 10px;
    border-bottom: solid 1px #80CE51;
    display: flex;
    justify-content: space-between;
    align-items: start;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #102D5D;
    margin-bottom: 0;
    cursor: pointer;
}

.sidebar-widget-box ul.category-list li .category-title.active .toggle-subcat {
    transform: rotate(45deg);
}

.sidebar-widget-box ul.category-list li .subcategory-list {
    display: none;
    margin-top: 10px;
}

.sidebar-widget-box ul.category-list li .subcategory-list.active {
    display: block;
}

.sidebar-widget-box ul.category-list li ul.subcategory-list li {
    padding: 0;
    border: none;
}

.sidebar-widget-box ul.category-list li ul.subcategory-list li a {
    padding: 5px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #102D5D;
}

.sidebar-widget-box ul.category-list li .category-title.no-toggle {
    cursor: default;
}

.search-results article .pxl-item--excerpt {
    font-size: 18px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

nav.elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-pagination .page-numbers {
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-pagination .page-numbers.prev {
    background: transparent url(../images/arrow-icon-next.svg);
    width: 41px;
    height: 41px;
    display: inline-block;
    background-size: 100%;
    font-size: 0;
    transform: rotate(180deg);
}

.elementor-pagination .page-numbers.next {
    background: transparent url(../images/arrow-icon-next.svg);
    width: 41px;
    height: 41px;
    display: inline-block;
    background-size: 100%;
    font-size: 0;
}

.elementor-pagination span.page-numbers {
    opacity: 0.5;
}

body:not([class*=elementor-page-]) .site-main {
    padding-top: 80px;
    padding-bottom: 80px;
    margin: 0 auto;
    max-width: 1340px;
    width: 100%;
}

.archive .page-header .entry-title {
    max-width: 100%;
    margin-bottom: 40px;
}

.archive .page-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.archive .page-content .post h2 {
    font-size: 18px;
    margin-top: 0;
}

.archive .page-content .post img {
    border-radius: 5px;
}


.elementor .elementor-element.elementor-widget-n-tabs:not(:has(> .elementor-widget-container)) > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title[aria-selected="true"],
.elementor .elementor-element.elementor-widget-n-tabs:not(:has(> .elementor-widget-container)) > .e-n-tabs[data-touch-mode="false"] > .e-n-tabs-heading .e-n-tab-title[aria-selected="false"]:hover {
	background: none !important;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

.news-footer article .elementor-post__title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 1px 2px 3px rgb(0, 0, 0);
}

.news-single-article {
	font-family: var(--e-global-typography-primary-font-family);
}

.borlabs-cookie-open-dialog-preferences a {
	color: white !important;
	line-height: 27px !important;
	padding-block: 0 !important;
	padding-inline: 0 !important;
}

.borlabs-cookie-open-dialog-preferences a:hover {
	color: white !important;
}

.grecaptcha-badge { visibility: hidden; }

.small-phone .elementor-icon-list-icon svg {
	width: 50px !important;
}

.custom-pagination-wrapper {
	display: flex;
	justify-content: center;
	
	padding-block: 64px 72px;
}

.custom-pagination-wrapper .custom-pagination {
	display: flex;
	align-items: center;
	gap: 16px;
}

.custom-pagination-wrapper .page-number {
	font-family: var(-e-global-typography-primary-font-family);
	line-height: 150%;
	font-weight: 400;
}

.custom-pagination-wrapper .page-number.active {
	color: var(--base-color);
	font-weight: 700;
}

.custom-pagination-wrapper .page-numbers.prev,
.custom-pagination-wrapper .page-numbers.next {
	line-height: 0;
}