* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
.form-group {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

section {
  width: 100%;
  position: relative;
}

video {
  width: 100%;
  height: 1200px;
  object-fit: cover;
}

body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.grecaptcha-badge{
  z-index: 999;
}


sup {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  vertical-align: super;
}

::-webkit-scrollbar {
  width: 0;
}

.form-group {
  position: relative;
}

.banner-content-group .form-group .form-control.error {
  font-size: 16px;
  font-weight: 400;
}

/* ===================================================================== */
.awards-sec{
    padding: 0 50px;
  background-image: url(../image/awardsection-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.temp7 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 110px 0 100px 0;
}
.awards-sec .temp7 {
    height: 100%;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 110px 0 100px 0;
}
.awards-row {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 30px;
    row-gap: 100px;
    flex-wrap: wrap;
}
.awards-card:hover .left-wing {
    opacity: 1;
}
.awards-card:hover .right-wing {
    opacity: 1;
}
.awards-row:first-child {
    /* padding: 0 8%; */
    margin-bottom: 20px;
}
.awards-card:nth-child(n+4) {
    /* flex: 1 0 22%; */
    width: calc(24% - 22.5px);
}
.awards-sec .text-big{
   color: #fff;
   text-align: center;
}
.left-wing {
    position: absolute;
    height: 162px;
    /* width: 100px; */
    bottom: 65px;
    left: 0px;
    opacity: 0.5;
}
.right-wing {
    position: absolute;
    height: 162px;
    /* width: 100px; */
    bottom: 65px;
    right: 0px;
    opacity: 0.5;
}
.awards-tag {
    text-align: center;
    color: #FFF;
    /* font-family: "Poppins-Medium"; */
     font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -1.2px;
    text-transform: capitalize;
}
.awards-title {
    color: rgb(255, 255, 255, 0.6);
    text-align: center;
    /* font-family: "Poppins-Medium"; */
      font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.awards-logo {
    transition: all 0.5s ease;
    transform: scale(0.8);
}
.awards-wrapper {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 100%;
}
.awards-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.awards-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: relative;
    width: calc(26% - 20px);
}
/* ===================================================================== */
.form-control {
  width: 100%;
  border-radius: 26px;
  padding: 19px 19px 19px 82px;
  border: 0;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.2));
      max-height: 100px;
}

.form-control:focus {
  box-shadow: unset;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.2));
}

.form-check-input:focus {
  box-shadow: unset;
}

.form-check-input {
  border: 0;
}

.banner-content-left .text-big {
  font-size: 80px;
  line-height: 106px;
}

.text-big {
  font-size: 60px;
  font-weight: 500;
  line-height: 90px;
  letter-spacing: -0.64px;
  color: #000;
}


.text-big i {
  letter-spacing: -5.64px;
  display: block;
}


.text-semimedium {
  font-size: 30px;
  font-weight: 400;
  color: #000;
}

.text-para {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
  text-transform: capitalize;
}

.text-medium {
  font-size: 16px;
  font-weight: 300;
  color: #111;
  line-height: 22px;
}

.text-small {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

.btn-primary {
  font-size: 16px;
  font-weight: 600;
  height: 70px;
  background-color: #ff0000;
  color: #fff;
  border-radius: 71px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn:disabled {
  background-color: rgba(255, 0, 0, 0.8);
}

.btn:hover,
:not(.btn-check)+.btn:active,
.btn:first-child:active {
  background-color: rgba(255, 0, 0, 1);
}

.form-icon img {
  width: 100%;
}

.form-check-input:checked {
  background-color: #ff0000;
  border-color: #ff0000;
}

.padding-inline {
  padding-inline: 160px;
}

.arrow-icon {
  width: 10px;
}

.get-touch {
  width: fit-content;
  color: #090b0e;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: capitalize;
}

.get-touch span {
  padding-left: 8px;
  transition: all 0.4s ease 0s;
}

.get-touch:hover span {
  padding-left: 12px;
}

.error {
  font-size: 12px;
  font-weight: 600;
  color: #ff0000;
}

.mw300 {
  max-width: 300px;
  width: 100%;
}