html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  font-weight: 400;
  color: #666;
  background: #fff;
  font-family: 'Spline Sans', sans-serif;
  line-height: 26px;
  font-style: normal;
  font-size: 16px;
}
a {
  text-decoration: none !important;
}
p a, .list li a {
   font-weight: 600;	
   color: #fba038;
}
p a:hover , .list li a:hover {
  opacity: 0.95;
}
.number {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #fba038;
	color: #fff;
	text-align: center;
	margin: 0 auto 0.5rem auto;
	font-size: 25px;
	font-weight: 700;
	padding-top: 7px;
}
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Spline Sans', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #3f3f44;
  line-height: 1.2;
}
.header h1 {
  font-size: 50px;
  font-weight: 800;
}
@media (max-width:992px) {
.header h1 {
  font-size: 45px;
  }	
}
@media (max-width:576px) {
.header h1 {
  font-size: 30px;
  }	
}
h1 .description {
	color: #fba038;
	font-size: 25px;
	display: block;
	margin-top: 10px;
}
h2 {
  font-size: 28px;
}
@media (max-width:576px) {
  h2 {
    font-size: 25px;
  }
}
h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.custom-btn {
  color: #fff;
  border-radius: 10px;
  padding: 15px 35px;
  position: relative;
  display: inline-block;
  font-family: 'Spline Sans', sans-serif;
  font-size: 19px;
  font-weight: 600;
  -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;
  text-align: center;
}
.custom-btn:hover {
  background-color: #090C14;
  color: #fff;
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
  padding: 20px 0;
  color: rgba(239, 246, 244, 0.75);
  font-size: 15px;
}
.navbar {
  transition: 330ms;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}
.nav-item {
  padding-left: 15px;
  padding-right: 15px;
}
.nav-item:last-child {
  padding-right: 0;
}
.nav-item .nav-link {
  display: block;
  font-size: 18px;
  color: #3f3f44;
  -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;
  line-height: 40px;
  border: transparent;
  font-weight: 600;
  padding: 0 10px!important;
}
.nav-link:hover , .nav-link.active {
  color: #fba038!important;
}
.dropdown-menu {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  top: 40px;
  min-width: 17rem;
  z-index: 0;
  border: 0;
  border-radius: 0.25rem!important;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.dropdown-toggle::after {
  font-size: 12px;
  line-height: 3.5;
  vertical-align: top;
  margin-left: 0.25rem;
  border: none;
  font-family: 'bootstrap-icons';
  content: "\f282";
}
.dropdown-menu li.dropdown-item {padding: 0}
.dropdown-menu a.dropdown-item {
  display: block;
  background: #fff;
  color: #3f3f44;
  padding-left: 30px;
  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: 18px;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 400;
}
.dropdown-menu li:last-of-type a.dropdown-item { border-bottom: none}
.dropdown-menu a.dropdown-item:hover {
  background: #fba038;
  color: #fff!important;
  padding-left: 20px;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff!important;
  text-decoration: none;
  background-color: #fba038!important;
}
.navbar-toggler:focus{
  outline: none;
  box-shadow: none;
}
.form-floating label {
  padding-left: 15px;
}
.form-control {border-radius: 0;}
.form-control:focus {
  border-color: rgba(55, 63, 39,0.4);
  outline: none;
  box-shadow: none;
}
.min-height-text-area {
  min-height: 160px!important;
}
@media (max-width:768px) {
  .width-mobile {
    width: 98% !important;
  }
}
.container {
  max-width: 1200px;
}
.anchor {
  margin-top: -84px;
  display: block;
  height: 84px;
  visibility: hidden;
  position: relative;
}
::marker {
  color: #fba038;
  font-weight: bold;
}
.border-radius-default {
  border-radius: 0.5rem;
}
.overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.bg-gradient-theme {
	background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
}
.tag {
  border-radius: 40px;
  background-color: rgba(251,160,56,0.08);
  padding: 0.5rem;  
}
@media (max-width: 768px) {
  .table {
      display: block;
      width: 100%;
      overflow-x: scroll;
  }
    .table td {
        min-width: 200px;
    }
}