:root{
  --color-primary-dark:#ff4500;
  --color-primary-darkest:#ff3700;
  --color-primary:#ff693d;
  --color-secondary:#771600;
  --color-black: #281410;
  --light-primary-background:#fff2ed;
  --transition-time: .3s;
  --shadow: 0px 0px 5px 0px rgba(208, 208, 208, 0.75);
}

a{
  display: inline-block;
  text-decoration: none;
  color: initial;
}
a:hover{
  color: initial;
}
img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
p{
  margin: 0;
}
.color-primary{
  color: var(--color-primary);
}
.color-primary-dark{
  color: var(--color-primary-dark);
}
.color-primary-darkest{
  color: var(--color-primary-darkest);
}
.color-black{
  color: #000;
}
.color-secondary{
  color: var(--color-secondary);
}
section{
  padding: 64px 35px;
}
.sub-heading{
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Bold-font';
}
.fw-500{
  font-weight: 500;
}
.fs-sm-8{
  font-size: 10px!important;
}
.fs-14{
  font-size: 14px;
}
.fs-17{
  font-size: 17px;
}
.fs-18{
  font-size: 18px;
}
.fs-20{
  font-size: 19px;
}
.fs-24{
  font-size: 24px;
}
.fs-26{
  font-size: 26px;
}
.w-60{
  width: 60%;
}

.line-height-short-p{
  line-height: 1.3;
}
.line-height-short{
  line-height: 1;
}
.line-height-1{
  line-height: 1.2;
}

.awarded-sec, .success-sec, .result-sec{
  padding-inline: 0;
  padding-bottom: 0px;
}
.awarded-cont, .success-cont, .results-cont{
  background-color: #fff;
  padding: 50px 45px;
}
.bg-white{
  background-color: #fff;
}

.bold-f{
  font-family: 'Bold-font';
}
.extra-bold-f{
  font-family: 'ExtraBold-font';
}
.italic-f{
  font-family: 'RegularItalic-font';
}
.reg-f{
  font-family: 'Regular-font';

}
.header-ul-link.show::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.header-ul-link.show::-webkit-scrollbar-thumb {
  background-color: #858585;
  border-radius: 10px;
}

.header-ul-link.show::-webkit-scrollbar-button {
  display: none;
}
.btn-outline-dark:hover{
  background-color: #fff;
  color: #000;
}
.form-select:focus, .form-select:visited{
  box-shadow: none;
}