﻿@charset "utf-8";
:root {
	--bg-color:#0d2950;
    --main-color:#ffea00;
    --main-color-dark:#0d2950;;
    --main-color-darker:#FFC700;
    --text-color:#000000;
    --light-color:#5D6E8D;
    --white-color:#FFFFFF;
    --gray-color:#d8d8d8;
}

html {
	margin:0px;
	padding:0px;
	color:#000;
	font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
}
body {
	margin:0px;
	padding:0px 0 0 0;
	background-color:var(--bg-color);
	font-family: quasimoda, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	font-smoothing: antialiased;
	line-height:24px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:var(--text-color);
}
html {
  --scrollbarBG: #0d2950;
  --thumbBG: #ffea00;
}
body::-webkit-scrollbar {
  width: 15px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 86px;
  border: 3px solid var(--scrollbarBG);
}

.bgmain {
	background-color:var(--main-color);
}
.text-main {
	color:var(--main-color);
}
.text-main-dark {
	color:var(--main-color-dark);
}
.bgwhite {
	background: #fff;
	color: #000;
}

strong.info {
	border-left:3px solid var(--main-color);
	display: block;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom:0px;
	right:0px;
	z-index:99999;
	text-align:center;
	width:100%;
	height:100%;
	background:#FFFFFF;
}

.pre-log {
    width: 100%;
    text-align: center;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    position: absolute;
}
#ieLoader {display:none;}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #ieLoader {color:#000; font-size:100px; position:absolute; top:50%; left:50%; display:block; margin-left:-42px; margin-top:-42px; width:84px; height:84px;}
}
@keyframes preFadeOut{0%{opacity:1}100%{opacity:0}}
@-webkit-keyframes preFadeOut{0%{opacity:1}100%{opacity:0}}
.pre-loading{animation:preFadeOut .4s ease forwards;-webkit-animation:preFadeOut .4s ease forwards; background: none!important;}
@keyframes preFadeIn{0%{opacity:0}100%{opacity:1}}
@-webkit-keyframes preFadeIn{0%{opacity:0}100%{opacity:1}}
body{animation:preFadeIn .4s linear forwards;-webkit-animation:preFadeIn .4s linear forwards;}	

a {
 text-decoration: none;
	color: unset;
}

#cookies-message {
    width: 320px;
    padding: 25px;
    left: 20px;
    bottom: 20px;
    font-size: 10px;
    color: rgba(255,255,255,1.00);
    line-height: 14px;
    position: fixed;
    z-index: 99999;
	background:rgba(0,0,0,1.00);
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
}
img.cook {
height: 70px;
    margin: 0 20px 0px 0px;
    float: left;
}

@media (max-width:575px) {
	#cookies-message {
		width:90% !important;
		left:5% !important;
	}
}
@media (min-width: 992px) {	
	#cookies-message {
    width: 320px;
    padding: 25px;
    left: 20px;
    bottom: 20px;
    font-size: 10px;
    color: rgba(255,255,255,1.00);
    line-height: 14px;
    position: fixed;
    z-index: 99999;
	background:rgba(0,0,0,1.00);
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
	}	
	
#cookies-message .cook {
	height: 70px;
    margin: 0 20px 0px 0px;
    float: left;
	}
}

.main-menu li {
	display: inline;
	margin-left: 20px;
}

.main-menu li a {
	padding: 5px 10px;
    display: inline-block;
	color: #000000;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
}
.main-menu li a:hover {
	padding: 5px 10px;
	color: unset;
    display: inline-block;
	color: var(--main-color);
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
}
.main-menu li:last-child a{
	padding: 10px 30px;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
	color:#000;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	white-space: nowrap;
	border:1px solid var(--main-color);
	border-radius: 25px;
	font-size: 16px;
	color: #fff;
}

.main-menu li:last-child a:hover {
	background: var(--main-color);
	color: var(--main-color-dark);
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
}

.f22 {font-size: 22px; line-height: 26px;}
.f30 {font-size: 30px; line-height: 34px;}
.f40 {font-size: 40px; line-height: 44px;}
.f63 {font-size: 63px; line-height: 70px;}
.f14 {font-size: 14px; line-height: 18px;}
.f16 {font-size: 16px; line-height: 20px;}
h3 {font-weight: 600;}

.border-bottom {
	border-bottom: 1px solid rgba(255,255,255,0.20)!important;
}
.border-top {
	border-top: 1px solid rgba(255,255,255,0.20)!important;
}

.border-bottom-dark {
	border-bottom: 1px solid rgba(0,0,0,0.20)!important;
}
.border-top-dark {
	border-top: 1px solid rgba(0,0,0,0.20)!important;
}

span.linemain {
	width: 50px;
	border-bottom: 2px solid var(--main-color);
	display: inline-block;
	line-height: 0;
}
span.lineblack {
	width: 50px;
	border-bottom: 2px solid #000;
	display: inline-block;
	line-height: 0;
}
.hero p {
	margin: 0; 
	padding: 0; 
	font-weight: 600; 
	text-transform: uppercase;
}
.hero p strong {
	color:var(--main-color);
	/*background:  linear-gradient(to bottom, rgba(255,255,255,0.00) 50%, rgba(255,198,0,1.00) 50%);*/
}
.hero p.firstp {
	text-align: right;
}
.hero p.secondp {
	text-align: justify;
}
.bghero {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	z-index: -1;
}

.infoshow {
	position: absolute;
	left: -60px;
	top: -40px;
	width: 60px;
	height: 60px;
}
.gradbg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 90;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13,41,80,0)), to(rgba(13,41,80,1)) );
    background-image: -moz-linear-gradient(rgba(13,41,80,0.00), rgba(13,41,80, 1) );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#031E4E, endColorstr=#031E4E);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#031E4E, endColorstr=#031E4E);
}

ul.listed {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.listed li {
	padding: 15px 0;
	border-bottom: 1px solid var(--gray-color);
}

ul.listed2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.listed2 li {
	padding: 10px 0;
	border-bottom: 1px solid var(--gray-color);
}
ul.listed2 li:last-child {
	padding: 10px 0;
	border-bottom: none;
}
ul.hoverlist li {
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
}
ul.hoverlist:hover li {
	color: #ccc;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
}

ul.hoverlist:hover li:hover {
	color: #000;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
}

ul.questionlist {
	cursor: help;
}

a.main-btn{
	padding: 10px 30px;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
	color:#000;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	background: var(--main-color);
	white-space: nowrap;
	border:1px solid var(--main-color);
	border-radius: 25px;
	font-size: 16px;
}
a.main-btn:hover {
	color: var(--main-color-dark);
	background: var(--main-color-darker);	
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
}
.pulsebutton {
	animation:pulse 2s infinite; 
	position: relative;
	display: inline-flex;
}
a.main-btn2{
	padding: 10px 30px;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
	color:#000;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	background: var(--main-color);
	white-space: nowrap;
	border:1px solid var(--main-color);
	border-radius: 25px;
	font-size: 16px;
}
a.main-btn2:hover {
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
	color: var(--main-color-dark);
	background: var(--main-color-darker);
}
@keyframes pulse {
	0% {transform: scale(1)}
	43% {transform: scale(1)}
	52% {transform: scale(1.1)}
	60% {transform: scale(1)}
	68% {transform: scale(1.1)}
	82% {transform: scale(1)}
	100% {transform: scale(1)}
}
  
  
  
  
.footer-contact a {
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
}
.footer-contact a:hover {
	color: var(--main-color);
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
}
@media screen and (min-width:768px) {
	.text-md-left {
		text-align: left!important;
	}	
}
ul.footer-menu {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	float: right;
}
ul.footer-menu li{
	display: inline-block;
	padding: 0 20px;
	margin: 0px;
	border-right: 1px solid rgba(255,255,255,.2);
}
ul.footer-menu li:last-child{
	border-right: none;
}
ul.footer-menu li a {
	color: rgba(255,255,255,.5);
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
}
ul.footer-menu li a:hover {
	color: rgba(255,255,255,1);
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;	
}

.copy {
	color: rgba(255,255,255,.3);
}
.bgunder {
	position: absolute;
	top: 30px;
	left: 0px;
	right: 0px;
	height: 100%;
	z-index: -1;
	opacity: 0.3;
}

.gradbgunder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 90;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13,41,80,1)), to(rgba(13,41,80,0)) );
    background-image: -moz-linear-gradient(rgba(13,41,80, 1), rgba(13,41,80, 0) );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#FCFCFC, endColorstr=#FFFFFF);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#FFFFFF, endColorstr=#FFFFFF);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion {
	--bs-accordion-bg: unset;
	    --bs-accordion-border-width:unset;
    --bs-accordion-btn-focus-border-color: #unset;
    --bs-accordion-btn-focus-box-shadow: unset;
    --bs-accordion-active-color: unset;
    --bs-accordion-active-bg: unset;	
}
.accordion-button:not(.collapsed)::after {  
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffc600'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button {
	color: #fff;
}
.accordion-button:not(.collapsed) {
	color:var(--main-color);
}

.accordion-button img {
	width: 25px;
	margin-right: 20px;
}
.accordion-body {
    padding-top: 0;
    padding-bottom: 30px;
}
.countblock {
	min-width:100px;
	float:left;
	border-left: 1px solid rgb(0 0 0 / 10%);
	border-right: 1px solid rgb(0 0 0 / 10%);
	font-weight: 400;
}
.countblock:first-child{
	border-left:none;
}
.countblock:last-child{
	border-right:none;
}
.countblock span{
	width:100%;
}
.countblock span:first-child{
	font-size:53px;
    line-height: 60px;
	font-weight: 600;
}

.slideDown {
}

.slideDown i.icon-downw {
	-webkit-animation-name: slideInDown;
	content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.71 37.1'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M32.58,16.28c-5.23,5.23-10.47,10.47-15.7,15.7-2.73,2.73,1.51,6.98,4.24,4.24,5.23-5.23,10.47-10.47,15.7-15.7,2.73-2.73-1.51-6.98-4.24-4.24h0Z'/%3E%3Cpath class='b' d='M20.83,31.98L5.13,16.28c-2.73-2.73-6.98,1.51-4.24,4.24,5.23,5.23,10.47,10.47,15.7,15.7,2.73,2.73,6.98-1.51,4.24-4.24h0Z'/%3E%3Cpath class='b' d='M21.85,33.35c.12-10.15,.23-20.3,.35-30.45,.04-3.86-5.96-3.86-6,0-.12,10.15-.23,20.3-.35,30.45-.04,3.86,5.96,3.86,6,0h0Z'/%3E%3C/svg%3E");
	animation-name: slideInDown;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	font-size:20px;
	width:20px;
	float:left;
	padding-top:60px;
}

@-webkit-keyframes slideInDown {
	0% {
	  -webkit-transform: translateY(-100%);
	  opacity:0;
	  transform: translateY(-100%);
	  visibility: visible;
	}
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  opacity:1;
	}
}
@keyframes slideInDown {
	0% {
	  -webkit-transform: translateY(-100%);
	  transform: translateY(-100%);
	  opacity:0;
	  visibility: visible;
	}
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  opacity:1;
	}
} 
@media screen and (max-width:1199px) {
	.hero p.firstp {
		text-align: left;
	}
	.hero p.secondp {
		text-align: left;
	}	
}
@media screen and (max-width:768px) {
	body {
		font-size: 16px;
		line-height: 20px;
	}
.f22 {font-size: 18px; line-height: 22px;}
.f30 {font-size: 24px; line-height: 28px;}
.f40 {font-size: 30px; line-height: 34px;}
.f63 {font-size: 37px; line-height: 41px;}
.f14 {font-size: 11px; line-height: 13px;}
.f16 {font-size: 13px; line-height: 15px;}	

	.countblock span {
		font-size: 12px;
	}
	.countblock {
		    min-width: 30px;
    padding: 0 10px;
	}
	.countblock span:first-child {
    font-size: 40px;
    line-height: 40px;
	}
}


.woocommerce table.shop_table {
    border-radius: 0!important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #feea00!important;
    color: #000000!important;
    border: 1px solid #e3e3e3!important;
    -webkit-font-smoothing: antialiased!important;
    padding: 15px 30px!important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: 25px!important;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #FFC700!important;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.shop_table_responsive td.product-thumbnail a {display: none;} 
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	    border-radius: 0px!important;
	background: #f2f2f2!important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 10px!important;
    border-radius: 0!important;
    border: 1px solid #ccc!important;
	    background: #f8f8f8;
}

.select2-container--default .select2-selection--single {
    background-color: #fff!important;
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
}
.select2-container .select2-selection--single {
	height: 48px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px!important;
    right: 5px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 45px!important;
	    background: #f7f7f7;
}

input#coupon_code {
	min-width: 140px;
	font-size: 14px;
}
h3#order_review_heading {
    margin-top: 50px;
    margin-bottom: 20px;
}
.woocommerce-terms-and-conditions-link {
	border-bottom: 1px solid #000;
}

.woocommerce ul.order_details {
	margin: 0 0 3em;
    list-style: none;
    background: #f1f1f1;
    padding: 20px;
}
.woocommerce-thankyou-order-received {
	font-size: 30px;
	margin-bottom: 30px;
}
.woocommerce table.woocommerce-cart-form__contents td {
	padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
}
.woocommerce table.woocommerce-cart-form__contents thead tr{
	background: #f1f1f1;
}
.cart_totals h2 {
	margin-bottom: 30px;
    margin-top: 20px;
}
.woocommerce a.remove {
	display: block;
    font-size: 1.5em!important;
    height: 1.2em!important;
    width: 1.2em!important;
    padding: 0px!important;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce-order-details__title {
	margin-bottom: 30px;
}
.wc-bacs-bank-details-heading {
	margin-top: 30px;
	margin-bottom: 20px;
}
.woocommerce-order .woocommerce-customer-details {display:none;}


	.socialwall img {
		width: 100%;
		height: auto;
	}	

ol.listcheck li {
	margin-bottom: 
		10px;
}
ol.listcheck li ul li  {
	margin-bottom:unset!important;
}
ol.listcheck li:last-child {
	margin-bottom:0px;
}