body {
  font-size: 15.75px;
  font-family: "Inter", sans-serif;
  color: #6B6B6B;
  line-height: 25.59px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid {
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
}

.container_fluid{
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
a {
  text-decoration: none !important;
  color: #AFCBC4;
}

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

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

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

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

.btn_custom {
  padding: 15.27px 35px;
  font-size: 10.5px;
  line-height: 14px;
  font-weight: 400;
  border-radius: 8.75px;
  transition: all 0.5s ease;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  box-shadow: 0px 2px 4px -2px #0000001A;
  box-shadow: 0px 4px 6px -1px #0000001A;
}

.btn_custom_success {
  background-color: #AFCBC4;
  color: #fff;
  border: 1px solid #AFCBC4;
}
.btn_custom_success:hover {
  background-color: #AFCBC4;
  color: #fff;
  border: 1px solid #AFCBC4;
}
.btn_custom_success_dark {
  background-color: #AFCBC4;
  color: #333333;
  border: 1px solid #AFCBC4;
}
.btn_custom_success_dark:hover {
  background: transparent;
  color: #AFCBC4;
  border-color: #AFCBC4;
}
.btn_custom_border_light{
  border: 1.82px solid #C0C0C0;
  color: #333333;
  background-color: #fff;
}
.btn_custom_border_light:hover{
  border: 1.82px solid #C0C0C0;
  color: #333333;
  background-color: #fff;
}
.btn_custom_light{
  border: 1px solid #fff;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.92);
}
.btn_custom_light:hover{
  border: 1px solid #fff;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.92);
}
/******************padding*****************************/
.py-6 {
  padding-top: 110px;
  padding-bottom: 110px;
}

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