/*************************/
/*     02. Preloader     */
/*************************/
.spinner-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fbf9f5;
}

.spinner {
	position: absolute;
	top: 50%; /* centers the loading animation vertically one the screen */
	left: 50%; /* centers the loading animation horizontally one the screen */
	width: 3.75rem;
	height: 1.25rem;
	margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */ 
	text-align: center;
}

.spinner > div {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background-color: #ffbd50;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1.0); }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}

body,
html {
    width: 100%;
	height: 100%;
	background-color: #ffebcc !important; 
}

body, p {
	color: #000;
	font: 400 1rem/1.625rem "Montserrat", sans-serif;
}

.header {
	position: relative;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../../img/home/backgrounds/background.jpg') center center no-repeat;
	background-size: cover;
	padding-top: 8rem;
	padding-bottom: 40%;
	text-align: center;
}

.btn-primary:disabled, .btn-primary.disabled {
	color: #000000;
	background-color: #FF9A00;
	border-color: #FF9A00;
  }

.header .countdown {
	margin-bottom: 0.5rem;
	color: #fff;
	text-align: center;
}

.starttime .countdown #clock .counter-number {
	display: inline-block;
	width: 4.5rem;
	height: 4.5rem;
	margin-right: 0.5rem;
	margin-bottom: 0rem;
	margin-left: 0.5rem;
	padding-top: 1rem;
	border: 0.125rem solid #fff;
	border-radius: 50%;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.25rem;
	text-align: center;
}

.starttime .countdown #clock .counter-number .timer-text {
	font-size: 0.75rem;
	line-height: 1rem;
	text-align: center;
}

.card-bg {
	background-color: rgba(255, 154, 0, 0.3);
	-webkit-backdrop-filter: blur(0.625rem);
	backdrop-filter: blur(0.625rem);
  }

  .btn-primary {
	color: #536468;
	background-color: #ff9a00;
	border-color: #FF9A00;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .btn-primary:hover{
	background-color: #000;
	border-color: #ffebcc;
	color: #ffebcc;
  }

  .form-ensurance-header-control {
	background-color: transparent;
	background-clip: padding-box;
	border: 0 solid var(--ensurance-input-border-color);
	border-bottom: 1px solid #FF9a009a;
	border-radius: 0;
	color: #DBE4E7;
  }

  .hero-header-form {
	border: none; 
  }

  .circle-hover-wrapper:hover::before {
	
	border: 1px solid #FF9A00;
	
  }

  .form-ensurance-header-control:hover{
	border-bottom: 1px solid #ffcc66;
  }

  .carousel-indicators [data-bs-target] {
	background-color: #ff9a00;
  }

  .testimonial-bg {
	background-color: #ff9a007d;
  }


  
  .img-shape::before {
    position: absolute;
    content: "";
    top: -1.5rem;
    left: -1.5rem;
    height: 10.125rem;
    width: 11rem;
    border-radius: 3.125rem;
    z-index: -1 !important;
    opacity: 0.3;
    background-image: linear-gradient(200deg, #ff9a00, #fff5e6) !important;
  }

  @media (min-width: 1140px) {
	.img-shape::before {
	  position: absolute;
	  content: "";
	  top: -1.5rem;
	  left: -1.5rem;
	  height: 10.125rem;
	  width: 11rem;
	  border-radius: 3.125rem;
	  z-index: -1 !important;
	  opacity: 0.3;
	  background-image: -o-linear-gradient(250deg, #186be8, #186be8);
	  background-image: linear-gradient(200deg, #186be8, #186be8);
	}
	.img-shape::after {
	  border: 1px solid #FF9A00;

	}
  }

  .icon-box {
	border-radius: 50%;
	height: 70%;
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ff9a00;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
  }

  .icon-box:hover{
	background-color: #ff9a00;
  }

  .text-200-light, .text-400-light{
	color: #ff9a00 !important;
	
  }

  .text-200-dark {
	color:#000 !important;
  }
  h2.text-dark{
	color:#FF9A00 !important;
  }
  h4.text-200{
	color:#FF9A00 !important;
  }
  
  .circle-wrapper::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border: 1px solid #ff9a00;
	border-radius: 50%;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0.3;
  }

  #news{
	background-color: #FF9A00;
  }

  