body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #2f2b33;
  line-height: 27px;
  font-weight: 400;
}

.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none !important;
  color: #EB3719;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #090b17;
}

ul, ol, li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2f2b33;
}

.mb-6 {
  margin-bottom: 20px;
}

.mb-7 {
  margin-bottom: 30px;
}

.btn_custom {
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 500px;
  transition: all 0.5s ease;
}

.btn_custom_primary {
  background: #1866EE;
  color: #fff;
  border-color: #1866EE;
}

.btn_custom_primary:hover {
  background: #0d48b1;
  color: #fff;
  border-color: #0d48b1;
}

/******************padding*****************************/
.py-6 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-7 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.custom-circle-left {
  font-weight: 500;
  color: #EB3719;
  margin-bottom: 13px;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  display: inline-flex;
}
.custom-circle-left::before {
  content: "";
  background: #EB3719;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-circle-center {
  font-weight: 500;
  color: #EB3719;
  margin-bottom: 13px;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  display: inline-flex;
}
.custom-circle-center::before {
  content: "";
  background: #EB3719;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

h1 {
  font-size: 48px;
  line-height: 1.2;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 30px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.4;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}/*# sourceMappingURL=global.css.map */