header {
    z-index: 9999;
    position: relative;
}

.bodyoverlay {
    position: relative;
    min-height: 100vh;
    transition: all 300ms linear;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.bodyoverlay::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
    content: '';
    z-index: 1;
}

.bodyoverlay {
    visibility: visible;
}

.manucontainer {
    max-width: 100% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.theamcolor {
    color: #ad1e25 !important;
}

.btn-outline {
    color: #ad1e25 !important;
    border-color: #ad1e25 !important;
    border: 1px solid #ad1e25;
    padding: 10px 29px;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.bg-lighgray {
    background-color: #f2f2f2 !important;
}

.glighgray-area {
    padding-top: 80px;
    background: #fff;
    /* background-color: rgba(241,237,227,0.5); */
    /* background-color: rgb(250 249 252 / 0.3); */
    /* background-image: url(../images/light-leak-nine_ZKOxae.webp); */
    background: linear-gradient(180deg, #ecebeb 0, #fff 40.5%);
    padding-bottom: 120px;
    background-blend-mode: normal;
    background-size: cover;
}

.manucontainer .mainlogo {
    width: 250px !important;
}

.button-area .connect-btn .connecticon {
    width: 100px !important;
}

.prelatieve {
    position: relative !important;
}

.connect-btn {
    height: 46px;
    max-width: max-content;
    padding: 10px 22px;
    border: none;
    box-shadow: none;
    min-width: max-content;
    border-radius: 15px;
    transition: 800ms;
    font-weight: 600;
    background: #FFF;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border: 1px solid #eae2e2;
    border-radius: 50px;
    backdrop-filter: blur(5.5px);
    transition: all 0.3s ease-in-out;

    /* box-shadow: 0 10px 8px -6px rgba(0,0,0,0.7); */
}

.connect-btn:hover {
    background: #FFF;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1)
}

/* hero-slider-section */


section.hero-section {
    position: relative;
    background-color: #fff;
    /* background: linear-gradient(90deg,rgb(42, 123, 155) 0%, rgb(24, 142, 73) 40%, rgb(219, 174, 40) 100%); */
}

@media (min-width: 992px) {
    section.hero-section {
        flex-direction: row-reverse;
        display: flex;
        overflow: hidden;
    }
}

section.hero-section .text-wrapper {
    background-color: #fff;
    background: linear-gradient(90deg, rgb(238, 238, 238) 0%, rgb(244, 241, 241) 40%, rgb(251, 250, 248) 100%);
    position: relative;
    margin: auto;
    padding: 35px 32px 75px;
}

@media (min-width: 992px) {
    section.hero-section .text-wrapper {
        width: 50%;
        margin: 0;
        padding: 0;
    }
}

section.hero-section .text-wrapper .swiper-container {
    display: flex;
    flex-direction: column-reverse;
}

@media (min-width: 992px) {
    section.hero-section .text-wrapper .swiper-container {
        display: block;
        margin-left: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        padding: 15%;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1401px) {
    section.hero-section .text-wrapper .swiper-container {
        margin-left: calc((100vw - 1400px)/2 + 20px);
        min-width: 300px;
    }
}

section.hero-section .text-wrapper .swiper {
    width: 100%;
    overflow: hidden;
}

section.hero-section .text-wrapper .swiper-slide {
    height: fit-content;
    margin: auto;
}

section.hero-section .text-wrapper .slider-content {
    color: #b70e15;
    margin: auto;
}

section.hero-section .text-wrapper .slider-content h1,
section.hero-section .text-wrapper .slider-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #b70e15;
}

@media (min-width: 992px) {

    section.hero-section .text-wrapper .slider-content h1,
    section.hero-section .text-wrapper .slider-content h2 {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    section.hero-section .text-wrapper .slider-content h4 {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1199px) {

    section.hero-section .text-wrapper .slider-content h1,
    section.hero-section .text-wrapper .slider-content h2 {
        font-size: 4.375rem;
    }
}

section.hero-section .text-wrapper .slider-content p {
    color: #000;
}

section.hero-section .text-wrapper .brand-logo {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (min-width: 992px) {
    section.hero-section .text-wrapper .brand-logo {
        display: none;
    }
}

section.hero-section .logo-shape {
    display: none;
    pointer-events: none;
}

@media (min-width: 992px) {
    section.hero-section .logo-shape {
        display: block;
        position: absolute;
        left: calc(40% - 220px);
        z-index: 1;
        height: 100%;
    }
}

@media (min-width: 992px) {
    section.hero-section .img-wrapper {
        width: 50%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

section.hero-section .img-wrapper .swiper-slide {
    height: auto;
    min-height: 300px;
}

@media (min-width: 992px) {
    section.hero-section .img-wrapper .swiper-slide {
        max-height: min(70vh, 815px);
        min-height: 500px;
    }
}

section.hero-section .img-wrapper img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 992px) {
    section.hero-section .img-wrapper img {
        aspect-ratio: auto;
    }
}

section.hero-section .swiper-pagination {
    position: static;
    text-align: center;
    margin-bottom: 35px;
}

@media (min-width: 992px) {
    section.hero-section .swiper-pagination {
        margin-top: 20px;
        text-align: center;
        margin-bottom: 0;
    }
}

section.hero-section .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    background-color: #e4e4e4;
    opacity: 1;
    margin-right: 10px;
}

@media (min-width: 992px) {
    section.hero-section .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }
}

section.hero-section .swiper-pagination-bullet-active {
    background-color: #000;
}

.swiperSliderNavbtn {
    position: absolute;
    width: 100px;
    right: 25px;
    bottom: 46px;
}

.heroswiper .swiper-button-next,
.heroswiper .swiper-button-prev {
    position: absolute;
    top: 0;
    height: 45px;
    margin-right: -15px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #373333;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 50%;
    background: #ffff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    width: 45px;
}

.heroswiper .swiper-button-next:hover,
.heroswiper .swiper-button-prev:hover {

    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);

}

.heroswiper .swiper-button-next::after,
.heroswiper .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: 14px;

}

.myppswiper .swiper-slide-active .bd-blog-3__content {
    bottom: 0%;
}

.bd-blog-3__item:hover .bd-blog-3__content {
    bottom: 0%;
}

/* myppswiper  */
.myppswiperpadding {
    padding-left: 5rem;
    padding-right: 5rem;
    position: relative;
}

.myppswiper .bd-blog-3__item {
    border-radius: 20px;
    overflow: hidden;
}

.bd-blog-3__thumb.w-img {
    max-height: 450px;
    overflow: hidden;
}

.bd-blog-3__content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -100%;
    width: 100.1%;
    /* height: 100%; */
    padding: 2.85rem 3rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.bd-blog-3__content {
    display: none;
}

.myppswiper .swiper-slide.swiper-slide-active .bd-blog-3__content {
    display: block;
}

.bd-blog-3__content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -100%;
    width: 100.1%;
    /* height: 100%; */
    padding: 2.85rem 3rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.bd-blog-3__content p {
    opacity: 0;
    margin-top: 5%;
    line-height: 1.5;
    color: #fff;
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    -o-transform: translateX(-1rem);
    transform: translateY(-1rem);
    width: 99%;
    font-size: 14px;
}

.myppswiper .swiper-slide-active .bd-blog-3__item::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 100%);
}


.myppswiperpadding .swiper-button-next::after,
.myppswiperpadding .swiper-button-prev::after {
    font-size: 22px;
    color: #040F35;
}

.myppswiperpadding .swiper-button-next,
.myppswiperpadding .swiper-button-prev {
    position: absolute;
    top: 50%;
    height: 45px;
    margin-right: -15px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #373333;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 50%;
    background: #ffff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    width: 45px;
}

.myppswiperpadding .swiper-button-prev {
    padding: 25px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: -10px;
}

.myppswiperpadding .swiper-button-next {
    padding: 25px;
    border: 1px solid #ccc;
    border-radius: 50%;
    right: 5px;
}

.myppswiper .bd-blog-3__item .bd-blog-3__title {
    position: absolute;
    bottom: 90px;
    /* transition: 0.5s ease; */
    width: 80%;
    /* padding: 2.85rem 3rem; */
}

.bd-blog-3__title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.5;
    text-transform: unset;
    letter-spacing: -1px;
}

.myppswiper .bd-blog-3__item:hover .bd-blog-3__title {
    position: relative;
    color: #fff;
    bottom: 2rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}


.bd-blog-3__content p {
    opacity: 0;
    margin-top: 5%;
    line-height: 1.5;
    color: #fff;
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    -o-transform: translateX(-1rem);
    transform: translateY(-1rem);
    width: 99%;
    font-size: 14px;

}

.bd-blog-3__item:hover p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s 0.2s ease;
    -o-transition: all 0.4s 0.2s ease;
    transition: all 0.4s 0.2s ease;

}

.myppswiper .swiper-slide-active .bd-blog-3__content {
    bottom: 0%;
}

.bd-blog-3__item:hover .bd-blog-3__content {
    bottom: 0%;
}

.link-btn-2 {
    position: relative;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding-right: 21px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding: 5px 20px;
    border-radius: 20px;
}

/* myppswiper  */
.Offers-ellips {
    position: absolute;
    width: 100%;
    height: 527px;
    right: auto;
    top: 0px;
    background: #E04700;
    opacity: 0.12;
    filter: blur(150px);
    z-index: 0;
}

.Offers-ellipsGray {
    position: absolute;
    width: 100%;
    height: 527px;
    right: auto;
    top: 0px;
    background: #727272;
    opacity: 0.12;
    filter: blur(150px);
    z-index: 0;
}

.mySwiper-blognews {
    position: relative;
    overflow: hidden;
}

.contact-area {
    position: relative;
    display: block;
    background-color: #fff;

    background: linear-gradient(180deg, white, #f2f0eb);
}

.contact-content-box {
    position: relative;
}

.contact-content-box .contactbox {
    display: flex;
    gap: 10px;
}

.contact-content-box .singlecontactbox {
    /* background: #eeecec; */

    height: 300px;
    width: 100%;
    border-radius: 10px;
    padding: 30px;
}

.contact-content-box .singlecontactbox .contactarea-title {
    margin: 10px 0;


}

.color_beige_50 {
    background-color: rgba(241, 237, 227, 0.5);
}


.footer-area {
    position: relative;
    display: block;
    background: #f1f1f1;
    z-index: 10;
    overflow: hidden;
}

footer::after,
footer::before {
    content: " ";
    position: absolute;
    top: 1px;
    height: 10px;
    width: 20%;
}

.footer-top {
    position: relative;
    display: block;
    border-top: 0 solid #ded8dd;
    /* border-bottom: 2px solid #d05858; */
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 20px;
}

.footer_container {
    background: #fff;
    padding: 30px 40px;
    border-radius: 50px;
}

.footer-top .single-widget {
    margin-bottom: 0px;
}

.single-footer-widget {
    position: relative;
    display: block;
    margin-top: 20px;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -4px;
}

.single-footer-widget .title h3 {
    color: #333;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.footer-widget-links {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 0px;
}

.footer-widget-links ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
}

.footer-widget-links ul li {
    position: relative;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
}

.footer-widget-links ul li a {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    color: #333;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    transition: all 100ms linear;
    transition-delay: 0.1s;
    line-height: 18px;
}

.footer-widget-links ul li a:hover {
    color: #b70e15;
}

.footer-widget-links ul li a:before {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f054";
    position: absolute;
    right: 0;
    font-size: 14px;
    transform: perspective(400px) scaleX(0);
    transform-origin: center;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.footer-widget-links ul li a:hover:before {
    transform: perspective(400px) scaleX(1.0);
}

.footer-social-link {
    position: relative;
    display: block;
}

.footer-social-link ul {
    position: relative;
    display: block;
}

.footer-social-link ul li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.footer-social-link ul,
.footer-social-link ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social-link ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #060606;
    font-size: 20px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.footer-bottom {
    position: relative;
    display: block;
    background: transparent;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px;
}

.copyright-text {
    position: relative;
    display: block;
}

.footer-menu {
    position: relative;
    display: block;
}

.footer-menu ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 30px;
}

.footer-menu ul li a {
    color: #b8b4b1;
    font-size: 12px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.copyright-text p {
    color: #b8b4b1;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0s;
    transition-delay: 0.1s;
}

section.hero-section .text-wrapper .swiper-slide .btns-box {
    padding: 20px 0px;
    position: relative;
}

.common-btn.Hslider-btn {
    /* background-color: var(--black-color); */
    background-color: rgb(227, 6, 19);
    /* border: 1px solid #fff; */
    border-radius: 50px;
    backdrop-filter: blur(5.5px);
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.7);
    color: #fff;
}

.common-btn {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    padding: 12px 28px;
    border-radius: 0px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    overflow: hidden;
    width: auto;
}

.common-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    visibility: hidden;
    overflow: hidden;
    background-color: var(--black-color);
    transition: all 0.3s;
    z-index: 11;
}

.main-nav.has-dropdown.mega-menu .aboutbox {
    display: block;
    /* align-items: center; */
    /* justify-content: center; */
    align-items: center;
    align-content: center;
    vertical-align: middle;
}

.mega-menu .mega-menu-item.aboutbox li {
    margin-bottom: 20px;
    width: 200px;
    float: left;
    height: 100px;
    background: #ddd;
    margin-right: 15px;
    padding: 20px 10px;
    text-align: center;
    /* border: 1px solid #ac1e25; */
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 20px;
    box-shadow: 0 36px 35px rgba(61, 60, 60, 0.08);
}

.toprated {
    font-size: 4.5rem !important;
    color: #b11e23 !important;
    font-weight: 700 !important;
}

.modal-lg, .modal-xl {
    max-width: 1024px !important;
}


.aceibility-switcher {
	width: 210px;
	position: fixed;
	left: -210px;
	top: 50%;
	margin-top: -240px;
	background: #292a2b;
	/* z-index: 400; */
	padding: 10px 10px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 3px 0 15px rgba(0,0,0,0.40);
	z-index: 9999;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 2px solid #fff;
	border-left: none;
}
.aceibility-switcher .accsstitle {
	color: #fff !important;
    font-size: 18px !important;
    margin-bottom: 10px;
}
.aceibility-switcher .accsssubtitle {
	color: #fff !important;
    font-size: 16px !important;
    padding-bottom: 0px;
    padding-top: 0px;
}
.aceibility-switcher a {
	color: #fff !important;
	font-size: 13px;
}

.aceibility-switcher a.active {
	background: #eeeeee;
	color: #000 !important;
	border-radius: 15px;
	box-shadow: 3px 0 15px rgb(6, 25, 38);
}
.aceibility-switcher hr {
	border-top: 1px solid rgb(255, 255, 255);
}
.picker_close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -46px;
	top: 50%;
	border-left: 0;
	text-align: center;
	padding: 5px !important;
	background: #910003;
	border-radius: 50%;
}

.picker_close i {
	font-size:26px;
	margin-top:0px;
	color:#fff;
}
.position {
	left: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.animations {
	display: table;
	padding: 0px 0 15px;
	text-align: left;
	width:100%;
}
.animations a {
	display: inline-block;
	text-align: center;
	/* width: 46.9%; */
	margin: 0 5px 0 0;
	color: #0055a2;
	font-size: 17px;
	/* border: 1px solid #eee; */
	padding: 7px 7px 7px;
	/* height: 36px;
	width: 50px; */
	line-height: normal;
	font-weight: 400;
}
.animations a:hover, .animations a.active{
	background:#eeeeee;color:#5d5d5d;
}
.styled-selectt ul {
 list-style: none;
}

.styled-selectt ul li{
    margin-top: 0px;
    margin-bottom: 0px;
}

.styled-selectt ul li a{
    position: relative;
   }
/* .styled-selectt ul li a::before {
content: "";
width: 5px;
height: 5px;
position: absolute;
left: -13px;
background: #0055a2;
top: 10px;
}

.styled-selectt ul li a.btnselected::before {
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    left: -13px;
    background: #0055a2;
    top: 10px;
    } */
.btnselected {
	color: #0055a2;

}

    .non-selected-ap {
    background-color: #fc3f3f !important;;
    }

    body .selected {
    background-color: #fc3f3f !important;;
    color: #000;
    }

    .underline {
      text-decoration: underline !important;
      text-decoration-color: #ecc200 !important;
      -moz-text-decoration-color: #ecc200 !important;
}

.grayscale {
    -webkit-filter: grayscale(1); /* Webkit */
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* W3C */
  }

html.guide #readingGuide {
background-color: rgb(205, 228, 0);
display: block !important;
}

html.monochrome {
	filter: grayscale(100%) contrast(120%);
}

    /* .inverted {
    filter: invert(100%);
    } */

    html.inverted {
        filter: invert(75%) contrast(120%);
    }
    html.inverted {
	filter: invert(75%) contrast(120%);
}
.styled-selectt ul {
	padding-left: 15px;
}
#choose_color h4{ color:#005da0;}
/* End color switcher */
html.bigCursor, html.bigcursor * {
	cursor: url("../images/cursor.svg"), auto !important;

}
.cursor:hover {
    border: 1px solid red;
  }
  html.guide #reading_Guide {
	display: block !important;
	position: relative;
	width: 100%;
	height: 4px;
	background-color: red;
	z-index: 99999999;
	top:0px;
}
html.guide #reading_Guide-off {
	box-sizing: border-box;
	background: #000;
	width: 99% !important;
	min-width: 100% !important;
	position: absolute !important;
	height: 12px !important;
	border: solid 3px #b70004;
	border-radius: 5px;
	top: 20px;
	z-index: 99999999;
}
.picker_close i.fa-times {
	font-size: 20px !important;
	margin-top: 5px;
}
.aceibility-switcher input[type="checkbox"]{
	box-sizing: border-box;
	padding: 0;
	position: absolute;
	left: -9999px;
}
html.monochrome {
	filter: grayscale(100%) contrast(120%);
}

/**/
/* checked state */
/**/

.aceibility-switcher ul {
	list-style: none;
	line-height: normal;
}
.aceibility-switcher li a i {
	position: absolute;
	top: 5px;
	left: -14px;
	display: block;
	width: 10px;
	height: 10px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.aceibility-switcher .btnselected input + i::after {
	content: "\2713";
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;

	text-align: center;
}

.aceibility-switcher .btnselected input + i::after {
	top: 2px;
	left: 0;

}
.aceibility-switcher .btnselected input + i::after {
	top: 5px;
	left: 5px;
	/* background-color: #999; */
	position: absolute;
	left: -5px;
	top: -6px;
	color: #171616;
	font-size: 10px;
	font-weight: bold;
}

.skip-links-wrapper {
	z-index: 10000;
	/* top: -1000px; */
	transition: .4s all ease-in-out;
	text-align: center;
	position: absolute;
	width: 100%;
	background: #e00000;
	/* margin-top: 10px; */
	top: 0;
	padding: 10px;
}
.skip-contents {
	font-size: 14px !important;
	background-color: #fff;
	border: 2px solid rgb(19, 18, 18) !important;
	color: #040F35 !important;
	font-weight: bold;
}
.shadow-none {
	box-shadow: none !important;
}
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.justify-content-center {
	justify-content: center !important;
}


@media only screen and (min-width: 768px) and (max-width: 1440px) {
    .h-450 {
        height: 450px;
    }
}







@media screen and (max-width: 768px) {
    section.hero-section .text-wrapper .swiper-container .slider-content h2 {
        line-height: normal !important;
    }

    section.hero-section .text-wrapper {

        position: relative;
        margin: auto;
        padding: 25px 15px 25px;
    }

    section.hero-section .swiper-pagination {
        position: static;
        text-align: center;
        margin-bottom: 15px;
    }

    .funfact-counter .funfact-inner {
        display: block;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .funfact-counter .auto-counter-section {
        display: flex;
        gap: 30px;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: wrap;
        flex-grow: 1;
    }

    .funfactmagic .funfactmagicstyle {
        padding: 20px;
        position: relative;
        right: 0px;
        top: 20px;
        /* background: aquamarine; */
        background: rgb(0, 69, 123, 0.9);
        -webkit-backdrop-filter: blur(2.5px);
        backdrop-filter: blur(5.5px);
        z-index: 99;
        border-radius: 15px;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .ak-nav .ak-nav_list {

        background-color: #053f55;
    }

    section.hero-section {
        padding-top: 0px;
    }

    .connect-btn {
        display: none !important;
    }

    .footer_container {
        background: #fff;
        padding: 30px 20px;
        border-radius: 50px;
    }

    .footer-menu ul {
        display: flex;
        justify-content: center;
        margin-left: 0;
        padding-left: 0;
        flex-wrap: wrap;
    }

    .footer-menu ul li {
        position: relative;
        display: block;
        float: left;
        margin-right: 30px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .copyright-text p {

        text-align: center;
    }




}
