@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");

:root {
    --light-color: #eeeeee;
    --main-bg-color: #fcfcfc;
	--dark-bg-color: #212741;
	--darker-bg-color: #181d30;
	--dark-text-color: #212741;
    --cta-btn-bg-color: #ff511a;
    --cta-btn-text-color: #ffffff;
	--rev-btn-border: #c6c7ce;
	--rev-btn-border-muted: #e6e7ea;
    --bonus-color: #43ba7f;
    --elements-border-color: #43ba7f;
	--transition: all 0.3s;
	--icon-rating-star: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 16.627 15.888'%3E%3Cg data-name='Group 15'%3E%3Cpath d='M12.074 15.152c-.227 0-.455-.055-.659-.161L8.31 13.359l-3.102 1.63A1.42 1.42 0 0 1 3.15 13.5l.593-3.455-2.513-2.451a1.423 1.423 0 0 1-.016-2.01c.215-.218.498-.36.798-.406l3.473-.504 1.551-3.147A1.423 1.423 0 0 1 8.94.882c.277.138.504.366.64.64l1.555 3.15 3.468.504c.372.053.705.249.932.551.228.303.324.676.272 1.052a1.424 1.424 0 0 1-.42.823l-.002-.002-2.504 2.438.59 3.459a1.418 1.418 0 0 1-1.396 1.655Zm2.298-8.38h.002-.002Z' data-name='Path 47' style='fill:%23fbe269;stroke-width:0'/%3E%3C/g%3E%3C/svg%3E");
}

header, nav, section, article, aside, footer, hgroup { display: block; }
* { box-sizing: border-box; }
html, body { font-family: 'Poppins', sans-serif; font-weight: 400; background-color: #fff; font-size: 16px; line-height: normal; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { font-weight: 600; color: #43ba7f; text-decoration: none !important; transition: var(--transition); }
a:hover { color: #ff511a; }
h1, h2, h3, h4, h5, h6 { color: #212741; }
h3 { font-size: 1.7rem;}
p { font-size: 16px; line-height: 26px; color: #212741; }
.clearfix {clear: both;}

html, body { background: #fff; font-family: 'Poppins', sans-serif; }
body.fixed { position: fixed; width: 100%; }
body.no-scroll { overflow: hidden; }
div.blurred-message { background: hsl(0deg 0% 0% / 75%); z-index: 99999; width: 100%; height: 100%; color: #ffffff; font-weight: bold; font-size: 40px; backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); position: fixed; text-align: center; display: flex; justify-content: center; align-items: center; }
@media screen and (width < 576px) {
  	div.blurred-message { font-size: 27px; }
}
::selection { background: #ff511a; color: #fff; }
::-moz-selection { background: #ff511a; color: #fff; }
table { width: 100%; border-collapse: collapse; margin-bottom: 30px; }
:is(ul, ol).two-col {columns: 2;}
:is(ul, ol).three-col {columns: 3;}
:is(ul, ol):is(.two-col, .three-col) li { break-inside: avoid-column; margin-left: 5px; }
.styled-list { list-style: none; }
.styled-list li { display: flex; align-items: center; gap: 10px; margin-bottom: 5px; text-align: left; }
.styled-list li i { width: 16px; }

:is(.check-list, .cross-list) { padding-left: 20px; list-style: none; }
:is(.check-list, .cross-list) li { position: relative; margin-left: 15px; }
:is(.check-list, .cross-list) li::before { font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: -20px; top: 50%; transform: translateY(-50%); }
.check-list li::before { content: '\f00c'; color: rgb(var(--bs-success-rgb)); }
.cross-list li::before { content: '\f00d'; color: rgb(var(--bs-danger-rgb)); }

@media (max-width: 991px) {
	html, body { overflow-x: hidden; }
	.mobile-top-fix { margin-top: 30px; margin-bottom: 0px; }
	.mobile-bottom-fix { margin-bottom: 30px; }
	.mobile-bottom-fix-big { margin-bottom: 60px; }
	:is(ul, ol):is(.two-col, .three-col) { columns: 1;}
}

.green-text { font-weight: 600; color: #43ba7f; }
.green-button a { font-size: 14px; color: #fff; background-color: #43ba7f; padding: 12px 30px; display: inline-block; border-radius: 5px; font-weight: 500; text-transform: capitalize; letter-spacing: 0.5px; transition: all .3s; }
.green-button a:hover { opacity: 0.9; }
.orange-button a, :is(a, span).cta-btn { font-size: 14px; color: var(--cta-btn-text-color); background-color: var(--cta-btn-bg-color); padding: 12px 30px; display: inline-block; border-radius: 5px; font-weight: 500; letter-spacing: 0.5px; transition: all .3s; }
.orange-button a:hover, :is(a, span).cta-btn:hover { opacity: 0.9; }
section { margin-top: 60px; }
.section-heading { position: relative; z-index: 2; margin-top: 0px; text-align: center; margin-bottom: 70px; }
.section-heading h6 { font-size: 16px; text-transform: uppercase; color: #ff511a; font-weight: 700; }
.section-heading h4 { margin-top: 10px; line-height: 40px; font-size: 36px; font-weight: 700; text-transform: capitalize; color: #212741; }
.section-heading p { margin-top: 30px; }

.background-header { background-color: #212741; position: fixed !important; top: 0 !important; left: 0; right: 0; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important; }
.header-area { position: absolute; top: 0; left: 0; right: 0; z-index: 100; -webkit-transition: all .5s ease 0s; -moz-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; transition: all .5s ease 0s; }
.header-area .main-nav { min-height: 80px; background: transparent; }
.header-area .main-nav .logo { color: #fff; font-size: 28px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; float: left; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.navbar-toggler:focus {box-shadow: none;}
@media (width < 992px){
  	.header-area .main-nav .logo img { max-width: 175px; }
  	.header-area .main-nav .navbar-nav { max-height: 300px; overflow-y: auto; }
}

@media (width > 992px){
	.header-area .main-nav { display: flex; justify-content: space-between; align-items: center; }
}

.background-header .nav { margin-top: 18px !important; }
.header-area .main-nav .nav { float: right; background-color: transparent; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; position: relative; z-index: 999; }
.header-area .main-nav .nav li { padding-left: 25px; padding-right: 25px; }
.header-area .main-nav .nav li :is(a, span, button){ display: block; font-size: 14px; text-transform: capitalize; color: #fff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; height: 40px; border: transparent; letter-spacing: 1px; font-weight: 600; }
.header-area .main-nav .nav li.nav-button a { font-size: 14px; color: #fff; background-color: #43ba7f; padding: 10px 20px !important; display: inline-block; border-radius: 5px; font-weight: 500; text-transform: capitalize; height: auto; line-height: 25px; letter-spacing: 0.5px; transition: all .3s; }
.header-area .main-nav .nav li.nav-button a:hover { color: #fff; }
.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a, .background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a { margin-left: 0px; padding-left: 0px; padding-right: 0px; border-radius: 0px; padding-top: 0px !important; height: 40px; }
.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover, .background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover { padding-left: 25px !important; }
.header-area .main-nav .nav li:hover a, .header-area .main-nav .nav li a.active { color: #ff511a; }
.background-header .main-nav .nav li:hover a, .background-header .main-nav .nav li a.active { color: #ff511a; opacity: 1; }
.header-area .main-nav .nav li.has-sub { position: relative; padding-right: 15px; }
.header-area .main-nav .nav li.has-sub:after { font-family: FontAwesome; content: "\f107"; font-size: 12px; color: #fff; position: absolute; right: 2px; top: 12px; }
.header-area .main-nav .nav li.has-sub ul.sub-menu { position: absolute; width: 140px; background-color: #fff; box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06); overflow: hidden; top: 40px; border-radius: 5px; opacity: 0; transition: all .3s; transform: translateY(+2em); visibility: hidden; z-index: -1; }
.header-area .main-nav .nav li.has-sub ul.sub-menu li { margin-left: 0px; padding-left: 0px; padding-right: 0px; }
.header-area .main-nav .nav li.has-sub ul.sub-menu li a { opacity: 1; display: block; background: #f7f7f7; color: #2a2a2a !important; padding-left: 20px; height: 40px; line-height: 40px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; position: relative; font-size: 12px; font-weight: 400; border-bottom: 1px solid #eee; }
.header-area .main-nav .nav li.has-sub ul li a:hover { background: #fff; color: #ff511a !important; padding-left: 25px; }
.header-area .main-nav .nav li.has-sub ul li a:hover:before { width: 3px; }
.header-area .main-nav .nav li.has-sub:hover ul.sub-menu { visibility: visible; opacity: 1; z-index: 1; transform: translateY(0%); transition-delay: 0s, 0s, 0.3s; }
.header-area .main-nav .menu-trigger { cursor: pointer; display: block; position: absolute; top: 30px; width: 32px; height: 40px; text-indent: -9999em; z-index: 99; right: 0; display: none; }
.header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after { -moz-transition: all 0.4s; -o-transition: all 0.4s; -webkit-transition: all 0.4s; transition: all 0.4s; background-color: #fff; display: block; position: absolute; width: 30px; height: 2px; left: 0; }
.background-header .main-nav .menu-trigger span, .background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after { background-color: #fff; }
.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after { -moz-transition: all 0.4s; -o-transition: all 0.4s; -webkit-transition: all 0.4s; transition: all 0.4s; background-color: #fff; display: block; position: absolute; width: 30px; height: 2px; left: 0; width: 75%; }
.background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after { background-color: #fff; }
.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after { content: ""; }
.header-area .main-nav .menu-trigger span { top: 16px; }
.header-area .main-nav .menu-trigger span:before { -moz-transform-origin: 33% 100%; -ms-transform-origin: 33% 100%; -webkit-transform-origin: 33% 100%; transform-origin: 33% 100%; top: -10px; z-index: 10; }
.header-area .main-nav .menu-trigger span:after { -moz-transform-origin: 33% 0; -ms-transform-origin: 33% 0; -webkit-transform-origin: 33% 0; transform-origin: 33% 0; top: 10px; }
.header-area .main-nav .menu-trigger.active span, .header-area .main-nav .menu-trigger.active span:before, .header-area .main-nav .menu-trigger.active span:after { background-color: transparent; width: 100%; }
.header-area .main-nav .menu-trigger.active span:before { -moz-transform: translateY(6px) translateX(1px) rotate(45deg); -ms-transform: translateY(6px) translateX(1px) rotate(45deg); -webkit-transform: translateY(6px) translateX(1px) rotate(45deg); transform: translateY(6px) translateX(1px) rotate(45deg); background-color: #fff; }
.background-header .main-nav .menu-trigger.active span:before { background-color: #fff; }
.header-area .main-nav .menu-trigger.active span:after { -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg); -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg); -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg); transform: translateY(-6px) translateX(1px) rotate(-45deg); background-color: #fff; }
.background-header .main-nav .menu-trigger.active span:after { background-color: #fff; }
.header-area.header-sticky .nav li :is(a, span, button).active { color: #ff511a; }

@media (max-width: 1200px) {
	.header-area .main-nav .nav li { padding-left: 10px; padding-right: 10px; }
	.header-area .main-nav:before { display: none; }
}

@media (max-width: 991px) {
	.header-area .main-nav .logo { color: #1e1e1e; }
	.header-area.header-sticky .nav li :is(a, span, button):hover, .header-area.header-sticky .nav li :is(a, span, button).active { color: #ff511a !important; opacity: 1; }
	.header-area.header-sticky .nav li.search-icon a { width: 100%; }
	.header-area { background-color: #f7f7f7; box-shadow: none; text-align: center; }
	.header-area .container { padding: 0px; }
	.header-area .logo { margin-left: 0px; line-height: 80px; }
	.header-area .menu-trigger { display: block !important; }
	.header-area .main-nav { overflow: hidden; }
	.header-area .main-nav .nav { float: none; width: 100%; display: none; -webkit-transition: all 0s ease 0s; -moz-transition: all 0s ease 0s; -o-transition: all 0s ease 0s; transition: all 0s ease 0s; margin-left: 0px; }
	.header-area .main-nav .nav li:first-child { border-top: 1px solid #eee; }
	.header-area.header-sticky .nav { margin-top: 100px !important; }
	.background-header.header-sticky .nav { margin-top: 80px !important; }
	.header-area .main-nav .nav li { width: 100%; background: #fff; border-bottom: 1px solid #eee; padding-left: 0px !important; padding-right: 0px !important; }
	.header-area .main-nav .nav li :is(a, span, button) { height: 50px !important; line-height: 50px !important; padding: 0px !important; border: none !important; background: #f7f7f7 !important; color: #191a20 !important; }
	.header-area .main-nav .nav li :is(a, span, button):hover { background: #eee !important; color: #ff511a !important; }
	.header-area .main-nav .nav li.has-sub ul.sub-menu { position: relative; visibility: inherit; opacity: 1; z-index: 1; transform: translateY(0%); top: 0px; width: 100%; box-shadow: none; height: 0px; transition: all 0s; }
	.header-area .main-nav .nav li.submenu ul li a { font-size: 12px; font-weight: 400; }
	.header-area .main-nav .nav li.submenu ul li a:hover:before { width: 0px; }
	.header-area .main-nav .nav li.has-sub ul.sub-menu { height: auto; }
	.header-area .main-nav .nav li.has-sub:after { color: #3B566E; right: 30px; font-size: 14px; top: 15px; }
	.header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul { height: 0px; }
}

.swiper-container { height: calc(100vh - 0px); margin: 0px; background-color: #212741; }
.swiper-slide { overflow: hidden; }
.slide-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-size: cover; background-position: center; }
.swiper-slide-active h2 { animation: fadeInLeft .8s; -webkit-animation-delay: 1s; animation-delay: .3s; opacity: 1; }
.swiper-slide-active p { animation: fadeInRight .8s; -webkit-animation-delay: 1s; animation-delay: .3s; opacity: 1; }
.swiper-slide-active .div-dec { animation: fadeIn .8s; -webkit-animation-delay: 1s; animation-delay: .3s; opacity: 1; }
.swiper-slide-active .buttons .green-button, .swiper-slide-active .buttons .orange-button { animation: fadeInUp .8s; -webkit-animation-delay: 1s; animation-delay: .3s; opacity: 1; }
.slide-inner .header-text { position: absolute; width: 50%; top: 50%; transform: translateY(-50%); }
.slide-inner .header-text h2 { position: relative; z-index: 2; font-size: 56px; color: #fff; font-weight: 700; opacity: 1; visibility: visible; line-height: 70px; margin-bottom: 40px; }
.slide-inner .header-text .div-dec { width: 80px; height: 6px; border-radius: 3px; background-color: #fff; margin-bottom: 40px; opacity: 1; visibility: visible; }
.slide-inner .header-text p { color: #fff; margin-right: 60px; margin-bottom: 50px; opacity: 1; visibility: visible; }
.slide-inner .header-text h2 em { font-style: normal; color: #ff511a; }
.slide-inner .header-text .buttons { display: inline; opacity: 1; visibility: visible; }
.slide-inner .header-text .buttons .green-button { display: inline; float: left; margin-right: 20px; }
.swiper-button-next, .swiper-button-prev { color: #fff !important; }

.service-item { border-radius: 5px; padding: 40px; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); margin-top: 30px; }
.service-item h4 { font-size: 22px; font-weight: 600; margin-bottom: 20px; }
.service-item i { transition: all .5s; float: left; font-size: 60px; color: #43ba7f; margin: 10px 15px 10px 0; }
@media (width < 768px) {
	.service-item { padding: 20px; }
}

section.simple-cta { background-image: url(/images/elements/cta-bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; width: 100%; padding: 80px 0px; color: #fff;}
section.simple-cta .left-image { margin-right: 45px; }
section.simple-cta h2 { font-size: 36px; }
section.simple-cta h3 { font-size: 32px; }
section.simple-cta h4 { font-size: 28px; }
section.simple-cta :is(h2, h3, h4) { font-weight: 700; color: #fff; line-height: 50px; }
section.simple-cta :is(h2, h3, h4) em { font-style: normal; color: #43ba7f; }
section.simple-cta :is(h2, h3, h4) strong { color: #ff511a; font-weight: 700; }
section.simple-cta p { color: #fff; }
section.simple-cta .buttons { display: flex; justify-content: end; }
section.simple-cta .buttons .orange-button { margin-left: 20px; }
section.simple-cta .buttons .orange-button, section.simple-cta .buttons .green-button { margin-top: 25px; }

section.simple-cta table {color: #fff;}
section.simple-cta .service-item {box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.1);}

section.about-us { margin-top: 90px; }
section.about-us .section-heading { padding-top: 30px; }
section.about-us .naccs { position: relative; }
section.about-us .naccs .menu div { padding: 15px 30px; display: inline-block; text-align: center; border-radius: 5px !important; margin-right: 30px; font-size: 18px; color: #212741; background-color: #fff; cursor: pointer; vertical-align: middle; font-weight: 600; transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
section.about-us .naccs .menu div.active { color: #ff511a; }
section.about-us ul.nacc { margin-top: 50px !important; position: relative; min-height: 100%; list-style: none; margin: 0; padding: 0; }
section.about-us ul.nacc li { background-color: #fff; overflow: hidden; opacity: 0; transform: translateX(50px); position: absolute; list-style: none; transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); }
section.about-us ul.nacc li .main-list, section.about-us ul.nacc li .list-item { border-bottom: 1px solid #eee; margin-bottom: 25px; padding-bottom: 25px; }
section.about-us ul.nacc li .last-item { margin-bottom: 0px; }
section.about-us ul.nacc li span.title { font-size: 15px; color: #212741; font-weight: 600; display: inline-block; width: 24%; }
section.about-us ul.nacc li span.item-title { color: #43ba7f !important; font-weight: 600 !important; }
section.about-us ul.nacc li span.item { font-size: 15px; color: #212741; font-weight: 400; display: inline-block; width: 24%; }
section.about-us ul.nacc li.active { position: relative; transition-delay: 0.3s; z-index: 2; opacity: 1; transform: translateX(0px); }
section.about-us .right-content { margin-left: 60px; }
section.about-us .right-content h4 { font-size: 22px; font-weight: 700; line-height: 40px; margin-bottom: 40px; }
section.about-us .right-content p { margin-bottom: 50px; }

section.calculator { margin-top: 150px; background-image: url(/images/elements/calculator-bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; width: 100%; padding: 80px 0px; }
section.calculator .left-image { margin: -110px 45px -80px 0px; }
section.calculator .section-heading { text-align: left; }
section.calculator .section-heading h4 { color: #fff; }
#calculate label { color: #fff; font-size: 14px; margin-bottom: 5px; }
#calculate input, #calculate select { background-color: rgba(121, 134, 151, 0.7); border: none; border-radius: 5px; width: 100%; height: 42px; color: #fff; font-size: 14px; margin-bottom: 30px; outline: none; }
#calculate select { cursor: pointer; }
#calculate button.orange-button { font-size: 14px; color: #fff; background-color: #ff511a; padding: 12px 30px; display: inline-block; border-radius: 5px; font-weight: 500; text-transform: capitalize; letter-spacing: 0.5px; border: none; transition: all .3s; }
#calculate button.orange-button:hover { opacity: 0.9; }

section.testimonials .section-heading { padding-top: 30px; }
.testimonials .item { border-radius: 15px; padding: 50px 320px 50px 50px; background-color: #fff; position: relative; overflow: hidden; margin: 15px; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
.testimonials .item i { width: 70px; height: 70px; background-color: #43ba7f; display: inline-block; text-align: center; line-height: 70px; color: #fff; font-size: 44px; border-radius: 5px; margin-bottom: 30px; }
.testimonials .item p { font-size: 16px; font-style: italic; }
.testimonials .item h4 { margin-top: 30px; font-size: 22px; font-weight: 600; position: relative; }
.testimonials .item span { margin-top: 5px; display: block; font-size: 15px; font-weight: 600; color: #43ba7f; }
.testimonials .item img { position: absolute; right: 0; top: 50%; transform: translateY(-50%); max-width: 300px; border-radius: 5px; }
.testimonials .owl-dots { text-align: center; margin-top: 30px; }
.testimonials .owl-dots .owl-dot { width: 10px; height: 10px; background-color: #ffa88c; border-radius: 50%; margin: 0px 4px; }
.testimonials .owl-dots .active { background-color: #ff511a; }

section.partners { background-color: #212741; padding: 80px 0px; }
section.partners .item { margin: 0px 15px; cursor: pointer; transition: all .3s; }
section.partners .item:hover { opacity: 0.75; }

footer { background-color: #181d30; text-align: center; padding: 25px 0px; }
footer p { color: #fff; font-weight: 300; }
footer p a { color: #ff511a; }

.page-heading { background-image: url(/images/elements/heading-bg.jpg);background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 215px 0px 120px 0px; text-align: center; }
.page-heading h1 { font-size: 56px; color: #fff; font-weight: 700; }
@media screen and (width < 768px) {
	.page-heading { padding: 120px 0px 50px 0px;}
	.page-heading h1, section.simple-cta :is(h2, h3, h4) { font-size: 26px }
	section { margin-top: 60px; }
	section.simple-cta { padding: 40px 0px; }
}
.page-heading .div-dec { width: 80px; height: 6px; border-radius: 3px; background-color: #fff; margin: 20px auto 0 auto; }

section.top-section .left-image img { border-radius: 10px; }
.left-content { margin-right: 60px; }
.left-content h4 { font-size: 22px; font-weight: 700; line-height: 40px; margin-bottom: 40px; }
.left-content p { margin-bottom: 40px; }
.right-items .item { border-radius: 5px; padding: 40px 30px; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); margin-bottom: 30px; position: relative; }
.right-items .item em { position: absolute; font-style: normal; font-size: 44px; color: #43ba7f; font-weight: 600; right: 15px; top: 5px; transition: all .3s; }
.right-items .item h4 { font-size: 22px; font-weight: 600; margin-bottom: 22px; }
.right-items .item:hover em { top: 10px; }

.main-services .service-item { margin-bottom: 60px; padding-bottom: 60px; border-bottom: 1px solid #ecf8f2; }
.main-services .last-service { border-bottom: none; margin-bottom: 0px; padding-bottom: 0px; }
.main-services .left-image { margin-right: 15px; }
.main-services .left-image img { border-radius: 5px; }
.main-services .right-image { margin-left: 15px; }
.main-services .right-image img { border-radius: 5px; }
.main-services .right-text-content { margin-left: 15px; }
.main-services .left-text-content { margin-right: 15px; }
.main-services .right-text-content i, .main-services .left-text-content i { font-size: 64px; color: #43ba7f; background-color: #ecf8f2; width: 120px; height: 120px; text-align: center; display: inline-block; line-height: 120px; border-radius: 5px; }
.main-services .right-text-content h4, .main-services .left-text-content h4 { font-size: 36px; font-weight: 700; color: #212741; margin-top: 40px; margin-bottom: 30px; }
section.service-details .naccs { position: relative; }
section.service-details .naccs .menu { text-align: center; }
section.service-details .naccs .menu div { padding: 15px 30px; display: inline-block; text-align: center; border-radius: 5px !important; margin-right: 30px; font-size: 18px; color: #212741; background-color: #fff; cursor: pointer; vertical-align: middle; font-weight: 600; transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
section.service-details .naccs .menu div.active { color: #ff511a; }
section.service-details ul.nacc { margin-top: 50px !important; position: relative; min-height: 100%; list-style: none; margin: 0; padding: 0; }
section.service-details ul.nacc li { background-color: #fff; overflow: hidden; opacity: 0; transform: translateX(50px); position: absolute; list-style: none; border-radius: 10px; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1); }
section.service-details ul.nacc li .left-image { position: absolute; margin-right: 50px; top: 50%; transform: translateY(-50%); }
section.service-details ul.nacc li .left-image img { border-top-left-radius: 15px; border-bottom-left-radius: 15px; }
section.service-details ul.nacc li .right-content { padding: 50px 50px 50px 0px; margin-left: 470px; }
section.service-details ul.nacc li .right-content h4 { font-size: 24px; color: #212741; margin-bottom: 25px; font-weight: 700; line-height: 40px; margin-right: 120px; }
section.service-details ul.nacc li .right-content ul { margin-top: 20px; margin-bottom: 20px; }
section.service-details ul.nacc li .right-content span { display: block; font-size: 15px; font-weight: 500; color: #212741; font-style: italic; margin-bottom: 12px; }
section.service-details ul.nacc li .right-content .last-span { margin-bottom: 0px; }
section.service-details ul.nacc li .right-content p { margin-bottom: 30px; }
section.service-details ul.nacc li.active { position: relative; transition-delay: 0.3s; z-index: 2; opacity: 1; transform: translateX(0px); }

section.map .info-item { text-align: center; padding: 40px 30px; border-radius: 5px; background-color: #fff; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); margin-top: -60px; margin-left: 15px; margin-right: 15px; position: relative; z-index: 2; transition: all .5s; }
section.map .info-item:hover { margin-top: -70px; }
section.map .info-item i { font-size: 36px; color: #43ba7f; margin-bottom: 25px; }
section.map .info-item .title { font-size: 18px; color: #212741; font-weight: 600; margin-bottom: 12px; }
section.map .info-item a { font-size: 15px; font-weight: 600; color: #43ba7f; transition: all 0.3s; }
section.map .info-item a:hover { color: #ff511a; }
#contact input { width: 100%; height: 50px; background-color: #f7f7f7; color: #212741; border-radius: 5px; border: none; padding: 0px 15px; font-size: 14px; outline: none; margin-bottom: 30px; }
#contact textarea { width: 100%; height: 180px; max-height: 24px; min-height: 150px; background-color: #f7f7f7; color: #212741; border-radius: 5px; border: none; padding: 15px 15px; font-size: 14px; outline: none; margin-bottom: 30px; }
#contact input::placeholder, #contact textarea::placeholder { color: #212741; }
#contact button.orange-button { font-size: 14px; color: #fff; background-color: #ff511a; padding: 12px 30px; display: inline-block; border-radius: 5px; font-weight: 500; text-transform: capitalize; letter-spacing: 0.5px; border: none; transition: all .3s; }
#contact button.orange-button:hover { background-color: #43ba7f; }

body { overflow-x: hidden; }

@media (max-width: 992px) {
	.header-area .main-nav .nav li ul li:last-child { display: inline-block; }
	.header-area { background-color: #212741; }
	.slide-inner .header-text { width: 80%; }
	.simple-cta { text-align: center; }
	section.simple-cta .buttons { justify-content: center; }
	section.about-us .naccs .menu div, section.service-details .naccs .menu div { margin-right: 15px; font-size: 15px; padding: 15px 20px; }
	section.about-us .right-content { margin-left: 0px; margin-top: 60px; }
	section.calculator .left-image { display: none; }
	.testimonials .item img { max-width: 200px; right: 50px; }
	section.partners .item { margin: 15px; }
	.left-content { margin-right: 0px; margin-bottom: 45px; }
	.main-services .left-image { margin-right: 0px; margin-bottom: 30px; }
	.main-services .right-text-content { margin-left: 0px; }
	.main-services .right-image { margin-left: 0px; margin-top: 30px; }
	section.service-details ul.nacc li .left-image { position: relative; margin-right: 0px; transform: translateY(0px); }
	section.service-details ul.nacc li .left-image img { border-radius: 15px; }
	section.service-details ul.nacc li .right-content { padding: 50px; margin-left: 0px; }
	section.service-details ul.nacc li .right-content h4 { margin-right: 0px; }
	section.service-details ul.nacc li.active { display: inline-block; }
	section.service-details ul.nacc li { display: none; }
	section.map .info-item { margin-top: 30px; }
}

@media (max-width:767px) {
	.slide-inner .header-text p { display: none; }
	.slide-inner .header-text { text-align: center; width: 80%; margin-left: 10%; margin-right: 10%; }
	.slide-inner .header-text .div-dec { margin-left: auto; margin-right: auto; }
	.slide-inner .header-text .buttons { display: inline-flex; }
	.slide-inner .header-text .buttons .green-button { float: none; }
	.service-item i { font-size: 50px; margin-bottom: 20px; margin-right: 20px; }
	section.about-us ul.nacc li span.item-title { font-size: 14px !important; }
	section.about-us ul.nacc li span.item { font-size: 13px; }
	.testimonials .item i { margin-bottom: 60px; }
	.testimonials .item img { max-width: 100px; right: 50px; top: 35px; transform: translateY(0); }
	.testimonials .item { padding: 50px; }
}
#faq-element .accordion-header { font-weight: 600; color: #212741; cursor: pointer; font-size: 1.2rem; }
#faq-element .accordion-button:not(.collapsed) { background-color: unset; color: #43ba7f; }
#faq-element .accordion-button:not(.collapsed)::after { filter: invert(59%) sepia(33%) saturate(686%) hue-rotate(98deg) brightness(100%) contrast(89%); -webkit-filter: invert(59%) sepia(33%) saturate(686%) hue-rotate(98deg) brightness(100%) contrast(89%); }
#faq-element .accordion-item { border-color: #eee; }

.bg-20bet { background-color: #081D36; }
.bg-22bet { background-color: #052e32; }
.bg-betovo { background-color: #242424; }
.bg-fezbet { background-color: #2d2d32; }
.bg-wazamba { background: radial-gradient(circle at 0 0, #9547e9, #721dac); }
.bg-rtbet { background-color: #111; }
.bg-rabona { background-color: #CC0034; }
.bg-casinia { background-color: #1A362F; }
.bg-cashed { background-color: #002d28; }
.bg-talismania { background-color: #191a18; }
.bg-bankonbet { background-color: #fff; border: 1px solid #dedede; }
.bg-wonaco { background-color: #091683; }
.bg-malina { background-color: #250826; }
.bg-funbet { background-color: #5D45FF; }
.bg-wildsino { background-color: #191b20; }
.bg-ivibet { background-color: #edeff2; }
.bg-bassbet { background: linear-gradient(0deg, #0075ff1a, #0075ff1a), linear-gradient(#0837af 15%, #001e59); }
.bg-boabet {background-color: #008061;}
.bg-slotuna {background-color: #032b3d;}
.bg-sportuna {background-color: #1a1a1a;}
.bg-novajackpot {background-color: #160932;}
.bg-spinight {background-color: #0c0d24}
.bg-larabet {background-color: #09212a;}
.bg-playio {background:linear-gradient(90deg,#144e4e,#061819);background:-webkit-linear-gradient(90deg,#144e4e,#061819);}
.bg-winnerz {background-color: #671ac2}
.bg-romancasino, .bg-romancasino-sport { background-color: #0c0000; }
.bg-trinocasino-sport, .bg-trinocasino {background-color: #050c2b;}
.bg-slots-hammer { background: linear-gradient(230.28deg, #02024c 20.46%, #3e003e 75.25%); }
.bg-rollino {background-color: #00121c;}
.bg-casinoinfinity, .bg-casinoinfinity-sport { background-color: #57153a; }
.bg-robycasino, .bg-robycasino-sport {background-color: #310d65;}
.bg-slotspalace-sport, .bg-slotspalace {background-color: #4f338b;}
.bg-crownplay {background-color: #16100d;}
.bg-legendplay {background-color: #133c47;}
.bg-bet365 {background-color: #027b5b;}
.bg-bet-at-home {background-color: #fff; border: 1px solid #dedede;}
.bg-bahigo {background-color: #2e303b;}
.bg-wettigo {background-color: #3394d2;}
.bg-divaspin {background-color: #242346;}
.bg-dolfwin {background-color: #1d4893;}
.bg-unibet {background-color: #147b45;}
.bg-mr-green {background-color: #147b45;}
.bg-william-hill {background-color: #01143c;}
.bg-nordicbet {background-color: #0067b9;}
.bg-888sports {background-color: #fc6200;}
.bg-betsson {background-color: #FF6600;}
.bg-tonybet {background-color: #2f1141;}
.bg-betsafe {background-color: #000000;}
.bg-betway {background-color: #000000cc;}
.bg-betfair {background: linear-gradient(45deg, #ffbc00, #ff9c00);}
.bg-sol {background-color: #312d2b;}
.bg-jugabet {background-color: #0a234f;}
.bg-rojabet {background-color: #fff;}
.bg-pinnacle {background-color: #07223e;}
.bg-bodog {background-color: #1f1f1f;}
.bg-melbet {background-color: #151515;}
.bg-bumbet {background-color: #fff;}
.bg-1go {background-color: #181818;}
.bg-legiano {background-color: #0e0000;}
.bg-w88 {background-color: #212121;}
.bg-sapphirebet {background-color: #0e2381;}
.bg-1red {background-color: #282a36;}
.bg-megapari {background-color: #383838;}
.bg-supabet {background: #fff; border: 1px solid #dedede;}
.bg-gransino {background-color: #111213}
.bg-spinfest {background: linear-gradient( 270deg, #024cab 0%, #082e70 100% );}
.bg-mrpunter {background-color: #1a1a1a;}
.bg-vegashero {background-color: #0d111b;}
.bg-lamabet {background-color: #171b24;}
.bg-winrolla {background-color: #0f0c12;}
.bg-bethall {background-color: #967b60;}

.logo-rabona { background-image: var(--logo-rabona); }
.logo-ivibet { background-image: var(--logo-ivibet); }
.logo-funbet { background-image: var(--logo-funbet); }
.logo-malina { background-image: var(--logo-malina); }
.logo-wonaco { background-image: var(--logo-wonaco); }
.logo-bankonbet { background-image: var(--logo-bankonbet); }
.logo-cashed { background-image: var(--logo-cashed); }
.logo-casinia { background-image: var(--logo-casinia); }
.logo-22bet { background-image: var(--logo-22bet); }
.logo-betovo { background-image: var(--logo-betovo); }
.logo-20bet { background-image: var(--logo-20bet); }
.logo-wazamba { background-image: var(--logo-wazamba); }
.logo-fezbet { background-image: var(--logo-fezbet); }
.logo-boabet{background-image: var(--logo-boabet);}
.logo-sportuna { background-image: var(--logo-sportuna); }
.logo-winnerz { background-image: var(--logo-winnerz); }
.logo-romancasino, .logo-romancasino-sport { background-image: var(--logo-romancasino); }
.logo-slots-hammer { background-image: var(--logo-slots-hammer); }
.logo-rollino { background-image: var(--logo-rollino); }
.logo-casinoinfinity, .logo-casinoinfinity-sport { background-image: var(--logo-casinoinfinity); }
.logo-robycasino, .logo-robycasino-sport { background-image: var(--logo-robycasino); }
.logo-slotspalace-sport, .logo-slotspalace { background-image: var(--logo-slotspalace-sport); }
.logo-crownplay { background-image: var(--logo-crownplay); }
.logo-legendplay { background-image: var(--logo-legendplay); }
.logo-bet365 { background-image: var(--logo-bet365); }
.logo-bet-at-home { background-image: var(--logo-bet-at-home); }
.logo-bahigo { background-image: var(--logo-bahigo); }
.logo-wettigo { background-image: var(--logo-wettigo); }
.logo-unibet { background-image: var(--logo-unibet); }
.logo-mr-green { background-image: var(--logo-mr-green); }
.logo-nordicbet { background-image: var(--logo-nordicbet); }
.logo-william-hill { background-image: var(--logo-william-hill); }
.logo-dolfwin { background-image: var(--logo-dolfwin); }
.logo-888sports { background-image: var(--logo-888sports); }
.logo-betsson { background-image: var(--logo-betsson); }
.logo-betsafe { background-image: var(--logo-betsafe); }
.logo-betfair { background-image: var(--logo-betfair); }
.logo-betway { background-image: var(--logo-betway); }
.logo-tonybet { background-image: var(--logo-tonybet); }
.logo-sol { background: var(--logo-sol); }
.logo-w88 { background: var(--logo-w88); }
.logo-sapphirebet { background: var(--logo-sapphirebet); }
.logo-1red { background: var(--logo-1red); }
.logo-jugabet { background: var(--logo-jugabet); }
.logo-rojabet { background: var(--logo-rojabet); }
.logo-melbet { background: var(--logo-melbet); }
.logo-1go { background: var(--logo-1go); }
.logo-bodog { background: var(--logo-bodog); }
.logo-bumbet { background: var(--logo-bumbet); }
.logo-pinnacle { background: var(--logo-pinnacle); }
.logo-megapari { background: var(--logo-megapari); }
.logo-supabet {background: var(--logo-supabet);}
.logo-lamabet {background: var(--logo-lamabet);}
.logo-gransino {background: var(--logo-gransino);}
.logo-mrpunter {background: var(--logo-mrpunter);}
.logo-vegashero {background: url("/images/brands/vegashero.png");}
body.webp .logo-vegashero {background: url("/images/brands/vegashero.webp");}
.logo-spinfest {background: url("/images/brands/spinfest.png");}
body.webp .logo-spinfest {background: url("/images/brands/spinfest.webp");}
.logo-winrolla {background: url("/images/brands/winrolla.png");}
body.webp .logo-winrolla {background: url("/images/brands/winrolla.webp");}
.logo-legiano { background: url("/images/brands/legiano.png"); }
body.webp .svlogog-legiano { background: url("/images/brands/legiano.webp"); }
.webp .logo-talismania { background-image: url("/images/brands/talismania.webp"); }
.no-webp .logo-talismania { background-image: url("/images/brands/talismania.png"); }
.webp .logo-bassbet { background-image: url("/images/brands/bassbet.webp"); }
.no-webp .logo-bassbet { background-image: url("/images/brands/bassbet.png"); }
.logo-slotuna { background-image: url("/images/brands/slotuna.png"); }
body.webp .logo-slotuna { background-image: url("/images/brands/slotuna.webp"); }
.logo-larabet { background-image: url("/images/brands/larabet.png"); }
body.webp .logo-larabet { background-image: url("/images/brands/larabet.webp"); }
.logo-playio { background-image: url("/images/brands/playio.png"); }
body.webp .logo-playio { background-image: url("/images/brands/playio.webp"); }
.logo-trinocasino-sport { background-image: url("/images/brands/trinocasino-sport.png"); }
body.webp .logo-trinocasino-sport { background-image: url("/images/brands/trinocasino-sport.webp"); }
.logo-divaspin { background-image: url("/images/brands/divaspin.png"); }
body.webp .logo-divaspin { background-image: url("/images/brands/divaspin.webp"); }
.logo-wildsino { background-image: url("/images/brands/wildsino.svg"); }
.logo-rtbet { background-image: url("/images/brands/rtbet.svg"); }
.logo-novajackpot { background-image: url("/images/brands/novajackpot.svg"); }
.logo-spinight { background-image: url("/images/brands/spinight.svg"); }
.logo-paf { background-image: url("/images/brands/paf.svg"); }
.logo-bethall {background: url("/images/brands/bethall.svg");}

[class*=logo-] { width: 130px; margin: 0 auto; display: block; text-indent: -9999px; background-size: contain!important; background-position: center !important; background-repeat: no-repeat!important; max-width: 100%; height: 100%; }
[class*="brand-logo-"][class*="bg-"] { display: block; margin: 0 auto; padding: 5px; border-radius: 4px; max-height: 100%; }
.brand-logo-200[class*="bg-"] { width: 200px; height: 70px; }
.brand-logo-260[class*="bg-"] { width: 260px; height: 130px; }
.brand-logo { max-height: 100%; }

:is(a, span).cta-btn.review-btn { background: none; color: var(--dark-text-color); border: 1px solid var(--rev-btn-border);}
:is(a, span).cta-btn.review-btn:hover:not(.not-active) { background: var(--white); }
:is(a, span).cta-btn.review-btn.not-active {  color: var(--dark-text-color); font-weight: normal; border: 1px solid var(--rev-btn-border-muted); }
:is(a, span).cta-btn.cta-single { max-width: 100%; min-width: 200px; }

.primary-table .table-row { border: 1px solid var(--elements-border-color); border-radius: 6px; background: unset;}
.primary-table .table-row:first-of-type { border-width: 2px; }
.primary-table .brand-logo { border-radius: 4px 0 0 4px; }
.primary-table .brand-rating { border-right: 1px solid #eee; }
.brand-rating :is(h3, .brand-score, .brand-name) { color: var(--dark-text-color); font-size: 16px; text-transform: uppercase; font-weight: bold; }
.brand-rating h3::before { all: unset; }
.brand-score { gap: 5px; }
.rating-star { width: 17px; height: 16px; background: center / contain no-repeat var(--icon-rating-star); position: relative; top: -1px; }
.brand-bonus { color: var(--bonus-color); font-weight: 600; line-height: 1.2; min-height: 90px; }
.bonus-amount { font-size: 27px; }
.bonus-before { font-size: 22px; }
.bonus-after { font-size: 18px; }
.primary-table .brand-cta { gap: 8px; }
.primary-table .cta-btn { padding: 12px 20px; }
.special-terms {padding: 0 10px 20px; margin-top: -10px; font-size: 10px; }
@media screen and (min-width: 768px) {
	.primary-table .table-row { height: 120px; }
}
@media screen and (max-width:767px) {
	.primary-table { max-width: 350px; }
	.primary-table .brand-logo { border-radius: 4px 4px 0 0; display: block; height: 65px;}
	.primary-table .brand-rating { border-right: none; border-bottom: 1px solid #424658; padding: 12px 0;}
	.primary-table .brand-bonus { padding: 12px 0; }
	.primary-table .brand-cta { gap: 12px; }
	.primary-table :is(.brand-rating, .brand-bonus, .brand-cta) {max-width: 300px;}
}
@media screen and (max-width:991px) {
	.bonus-amount { font-size: 23px; }
	.bonus-before { font-size: 20px; }
	.bonus-after { font-size: 17px; }
}
#show-more { display: none; }
#show-more ~ #hide-btn { display: none; }
#show-more:checked ~ #show-btn { display: none; }
#show-more:checked ~ #hide-btn { display: inline-block; }
#show-more:checked ~ #hide-btn, label[for=show-more] { cursor: pointer; margin-bottom: 2rem; left: 50%; transform: translateX(-50%); position: relative; display: inline-block; }
.primary-table ~ #show-btn, .primary-table ~ #show-btn ~ #hide-btn { width: 285px; padding: 10px 0; border-radius: 6px; border: 2px solid var(--cta-btn-bg-color); background: none; color: var(--dark-text-color); font-weight: 600; font-size: 14px; text-align: center; }
.primary-table ~ #show-btn:hover, .primary-table ~ #show-btn ~ #hide-btn:hover { background: var(--cta-btn-bg-color); border-color: var(--cta-btn-bg-color); color: var(--cta-btn-text-color); }
.primary-table ~ #show-btn span, .primary-table ~ #show-btn ~ #hide-btn span { position: relative; }
.primary-table ~ #show-btn i, .primary-table ~ #show-btn ~ #hide-btn i { margin-left: 5px; font-size: 12px; }
.primary-table .row-hidden { display: none; }
#show-more:checked + .primary-table .row-hidden { display: flex; }

.popup-wrapper { display: none; z-index: 99999; left: 0; top: 0; background-color: rgb(from var(--dark-bg-color) r g b / 0.7); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.popup-wrapper .table-row { background: var(--main-bg-color); }
.popup-wrapper .close-btn { font-size: 22px; font-weight: bold; line-height: 20px; color: var(--cta-btn-bg-color); position: absolute; top: -30px; right: 2%; cursor: pointer; }
.popup-wrapper .close-btn:hover { opacity: 0.9; }
.popup-wrapper .popup-title { font-size: 25px; text-align: center; color: #fff; margin-bottom: 15px; }
.popup-wrapper .special-terms {color: #fff;}
@media screen and (min-width:768px) {
	.popup-wrapper .popup-box { min-width: 660px;  transform: translate(-50%, -50%); left: 50%; top: 50%; }
}
@media screen and (max-width:767px) {
	.popup-wrapper .popup-box { max-height: 100vh; width: 100%; max-width: 100%; padding: 40px 15px 15px; margin-top: 20px; }
	.popup-wrapper .primary-table ~ .special-terms { text-align: center; max-width: 350px; margin: -10px auto 0; font-size: 10px; }
	.popup-wrapper .primary-table .special-terms { padding: 0 10px 10px; margin-top: -10px; font-size: 10px; line-height: normal; }
	.popup-wrapper .primary-table .cta-btn { width: 250px; padding: 10px 0; }
	/* .popup-wrapper .primary-table .bonus-before { font-size: 20px; }
	.popup-wrapper .primary-table .bonus-amount { font-size: 25px; }
	.popup-wrapper .primary-table .bonus-after { font-size: 16px; }
	.popup-wrapper .popup-title { font-size: 23px; } */
	.popup-wrapper .close-btn { top: 1%; right: 3%; }
}

.simple-table.features-table td:first-of-type {white-space: nowrap; vertical-align: middle;}

.quick-nav { background: #ecf8f2; }
.quick-nav ul { overflow-x: auto; }
.quick-nav ul::-webkit-scrollbar { height: 4px; background: #ededed; border-radius: 6px; }
.quick-nav ul::-webkit-scrollbar-thumb { background: #43ba7f; border-radius: 6px; }
.quick-nav ul a { font-size: 15px; font-weight: 400; white-space: nowrap; width: 240px; max-width: 100%; }
.quick-nav li { background: none; border: none; border-right: 1px solid #ededed; }
.quick-nav li:first-of-type { border-left: 1px solid #ededed; }

/* New nav */
.main-nav .nav-item :is(a, span, button) {font-weight: 600; color: #fff; font-size: 14px; transition: all 0.3s ease 0s; letter-spacing: 1px;}
.main-nav .nav-item :is(a, span, button):is(.active, :hover), .nav-item .dropdown-menu :is(a, span, button):is(.active, :hover) {color: #ff511a;}
.main-nav .nav-item .dropdown-menu {background: #f7f7f7;}
.main-nav .navbar-collapse {flex-grow: 0;}
.main-nav .nav-item .dropdown-menu :is(a, span, button) {color: #191a20;}
.main-nav .nav-item .dropdown-menu :is(a, span, button).dropdown-item:is(.active, :active) { background-color: #ff511a; color: #fff; }
@media (width > 991px){
	.header-area .main-nav .nav li.has-sub ul.sub-menu { display: none; }
	.main-nav .dropdown:hover .dropdown-menu {display: block; margin-top: 0;}
	.main-nav .dropdown-menu {display: none; transition: all 0.3s ease;}
}
@media (width < 992px){
	.main-nav .navbar-collapse {background: #f7f7f7; flex-grow: 1;}
	.header-area .main-nav .menu-trigger {right: 10px;}
	.main-nav .nav-item :is(a, span, button) {color: #191a20;}
}

.sv, .se, .lang-sv a::before, .lang-se a::before { background: var(--flag-sweden); }
.ch, .de-ch, .lang-ch a::before, .lang-de-ch a::before { background: var(--flag-switzerland); }
.hu, .lang-hu a::before { background: var(--flag-hungary); }
.cl, .es-cl, .lang-cl a::before, .lang-es-cl a::before { background: var(--flag-chile); }

.flags { width: 30px; height: 20px; margin-right: 5px; background-repeat: no-repeat; }
.lang-switch .dropdown-toggle { background: #f3f3f3; border-radius: 0.25rem;}
.lang-switch .dropdown-menu::-webkit-scrollbar { width: 4px; background: #EAF8E4; border-radius: 0 0 4px 0; }
.lang-switch .dropdown-menu::-webkit-scrollbar-thumb { background: rgb(from #24AB10 r g b / 0.4); border-radius: 5px }
.lang-switch .dropdown-menu { background-color: #fff; }
.lang-switch .dropdown-menu.show { left: 50% !important; transform: translateX(-50%) !important; bottom: 35px !important; top: unset !important; min-width: 300px; max-width: 100%; max-height: 300px; overflow-y: auto; }
.lang-switch .dropdown-menu li a { color: #212741; }
.lang-switch li.dropdown-item:is(.active, :active) { background-color: #ff511a; }
.lang-switch li.dropdown-item:is(.active, :active) a { color: #fff; }
.lang-switch [class*="lang-"] a {background-repeat: no-repeat;}
.lang-switch [class*="lang-"] a::before { background-position: center; background-repeat: no-repeat; background-size: contain; content: ''; display: inline-block; vertical-align: sub; width: 30px; height: 20px; margin-right: 10px; }
.regulation-wrapper :is(.logo-regulation, .age-limit) {height: 35px; background-repeat: no-repeat; background-size: 100%;}
.regulation-wrapper .logo-regulation.esbk {width: 31px; background-image: var(--esbk);}
.regulation-wrapper .logo-regulation.spelinspektionen {width: 46px; background-image: var(--spelinspektionen);}
.regulation-wrapper .logo-regulation.gambling-therapy {width: 35px; background-image: var(--gambling-therapy);}
.regulation-wrapper .age-limit {width: 35px; background-image: var(--icon-age-limit); text-indent: -9999px;}

#btn-back-to-top { position: fixed; bottom: 20px; right: 20px; display: none; background: #ff511a; }
