.gilda-display-regular {
  font-family: "Gilda Display", serif;
    font-style: normal;
}
.bg-light-blue{
background-color: #06538b;
}
.fw-400{
  font-weight: 400;
}
.fs-80-52{
    font-size: 80px;
}
.fs-45{
    font-size: 45px;
}
.fs-34{
    font-size: 34px;
}
.fs-32{
    font-size: 32px;
}
.fs-25{
    font-size: 25px;
}
.fs-24{
    font-size: 24px;
}
.fs-20{
    font-size:20px;
}

.text-org{
    color: #F26B35;
}
.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500 !important;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.py-100{
    padding:100px 10px;
}
.pb-100{
    padding-bottom:100px;
    
}
 @media (max-width: 767px) {
      .fs-80-52{
    font-size: 52px !important;
}
    }