@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  position: relative;
}
body.scrollLock {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.container {
  max-width: 1314px;
  margin: 0 auto;
}

a#button {
  display: table;
  width: 70px;
  height: 70px;
  background-color: #ed1c24;
  background-image: url(../images/move-to-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
a#button.show {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.red-btn {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px 28px;
  border-radius: 30px;
  background: var(--Red, #ed1c24);
  border: 1px solid var(--Red, #ed1c24);
  display: inline-block;
}
.red-btn:hover {
  color: #fff;
}

.border-btn {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px 28px;
  border-radius: 30px;
  border: 1px solid var(--Red, #ed1c24);
  display: inline-block;
}
.border-btn:hover {
  color: #fff;
}

h2 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px; /* 127.778% */
  margin-bottom: 16px;
}

p {
  color: var(--Paragraph, #535353);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin: 0;
}

header {
  background-color: transparent;
  padding: 6px 0;
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
}
header .head-content-wraper {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
header .head-content-wraper .logo-wraper {
  max-width: 230px;
  width: 100%;
}
header .head-content-wraper .logo-wraper a {
  display: table;
}
header .head-content-wraper .menu-wraper {
  display: flex;
  align-items: center;
  gap: 6px;
}
header .head-content-wraper .menu-wraper nav ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
header .head-content-wraper .menu-wraper nav ul li {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
header .head-content-wraper .menu-wraper nav ul li.menu-item-has-children a {
  padding-right: 20px;
}
header .head-content-wraper .menu-wraper nav ul li.menu-item-has-children::after {
  content: "\f107";
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 13px;
  height: 16px;
  font-family: fontawesome;
  transition: all 0.3s ease-in-out;
}
header .head-content-wraper .menu-wraper nav ul li.for-mobile-only {
  display: none;
}
header .head-content-wraper .menu-wraper nav ul li.submenu-open ul.dropdown {
  display: block;
}
header .head-content-wraper .menu-wraper nav ul li.submenu-open ul.sub-menu {
  display: block;
}
header .head-content-wraper .menu-wraper nav ul li a {
  padding: 10px;
  font-size: 0.9rem;
  color: var(--White, #fff);
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
header .head-content-wraper .menu-wraper nav ul li a:hover {
  color: #ed1c24;
}
header .head-content-wraper .menu-wraper nav ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(100%) saturate(2549%) hue-rotate(344deg) brightness(97%) contrast(101%);
}
header .head-content-wraper .menu-wraper nav ul li a img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
header .head-content-wraper .menu-wraper nav ul li ul.dropdown, header .head-content-wraper .menu-wraper nav ul li ul.sub-menu {
  width: 129px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: rgba(217, 217, 217, 0.1);
  position: absolute;
  top: auto;
  left: 0;
  display: none;
}
header .head-content-wraper .menu-wraper nav ul li ul.dropdown li, header .head-content-wraper .menu-wraper nav ul li ul.sub-menu li {
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 10px 0;
}
header .head-content-wraper .menu-wraper nav ul li ul.dropdown li:first-child, header .head-content-wraper .menu-wraper nav ul li ul.sub-menu li:first-child {
  padding-top: 0;
}
header .head-content-wraper .menu-wraper nav ul li ul.dropdown li:last-child, header .head-content-wraper .menu-wraper nav ul li ul.sub-menu li:last-child {
  border: none;
  padding-bottom: 0;
}
header .head-content-wraper .menu-wraper nav ul li ul.dropdown li a, header .head-content-wraper .menu-wraper nav ul li ul.sub-menu li a {
  padding: 14px 10px;
  justify-content: center;
}
header .head-content-wraper .menu-wraper .btn-wraper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 15px;
}
header .head-content-wraper .menu-wraper .btn-wraper a {
  padding: 15px 26px;
}

footer {
  padding-top: 60px;
  background: var(--Black, #000);
}
footer p {
  color: #c8c8c8;
  font-family: Montserrat;
  font-size: 15.9px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin: 24px 0 28px;
}
footer h5 {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
footer h5 + p {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 28px;
  margin-top: 0;
}
footer h6 {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  padding: 24px 0 31px;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
  margin: 60px 0 0;
}
footer ul.menu li {
  color: #c8c8c8;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
footer ul.menu li:last-child {
  margin: 0;
}
footer ul.menu li a {
  color: #c8c8c8;
}
footer ul.s-media {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer ul.s-media li {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #fff;
  display: table;
}
footer ul.s-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
footer ul.s-media li a img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .form-wrap {
  position: relative;
}
footer .form-wrap input:not([type=submit]) {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  outline: none;
  border-radius: 30px;
  background: #fff;
  border: none;
  padding-right: 50px;
}
footer .form-wrap input:not([type=submit])::-moz-placeholder {
  color: var(--Paragraph, #535353);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .form-wrap input:not([type=submit])::placeholder {
  color: var(--Paragraph, #535353);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .form-wrap input[type=submit] {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background: var(--Red, #ed1c24);
  background-image: url(../images/send-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  font-size: 0;
}

section.inner-banner {
  position: relative;
}
section.inner-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
}
section.inner-banner > img {
  width: 100%;
  height: auto;
}
section.inner-banner .content-wraper {
  padding: 100px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 9;
}
section.inner-banner .content-wraper h1 {
  color: var(--White, #fff);
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 135% */
  margin-bottom: 12px;
}
section.inner-banner .content-wraper p {
  max-width: 530px;
  color: #efefef;
  text-align: center;
  margin: 0 auto;
}
section.inner-banner.slightchange .content-wraper p {
  font-weight: 300;
  max-width: 590px;
  margin-bottom: 10px;
}
section.inner-banner.slightchange .content-wraper p:last-child {
  margin-bottom: 0;
}

section.home-banner {
  position: relative;
  z-index: 0;
}
section.home-banner::after {
  content: "";
  width: 100%;
  height: 99.5%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
section.home-banner video {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner .top-part {
  padding: 202px 0 102px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}
section.home-banner .bottom-part {
  padding: 50px 0 103px;
}
section.home-banner .bottom-part .text-wrap {
  display: flex;
  align-items: flex-start;
  gap: 238px;
}
section.home-banner .bottom-part .text-wrap h4 {
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 130% */
  margin: 0;
}
section.home-banner .bottom-part .text-wrap p {
  max-width: 530px;
  color: #efefef;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin: 0;
}
section.home-banner .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
section.home-banner h1 {
  max-width: 642px;
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px; /* 118.519% */
  margin-bottom: 24px;
}

section.home-sec2 {
  padding: 60px 0;
}
section.home-sec2 h2,
section.home-sec2 p {
  text-align: center;
  max-width: 754px;
  margin: 0 auto 16px;
}
section.home-sec2 p {
  margin-bottom: 40px;
}
section.home-sec2 .box {
  border-radius: 8px;
  background: #fafafa;
  padding: 24px 20px;
  margin: 0 0 40px;
}
section.home-sec2 .box span {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: var(--Red, #ed1c24);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.home-sec2 .box span img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec2 .box h5 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  margin: 16px 0 12px;
}
section.home-sec2 .box p {
  text-align: left;
  margin-bottom: 12px;
}
section.home-sec2 .box a {
  color: var(--Red, #ed1c24);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 162.5% */
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
section.home-sec2 .box a img {
  width: 27px;
  height: auto;
}

section.home-sec3 {
  padding: 60px 0;
}
section.home-sec3 p {
  margin: 24px 0;
  font-size: 15.4px;
}
section.home-sec3 h2 + p {
  margin: 20px 0 30px;
}
section.home-sec3 img {
  width: 100%;
  height: 400px;
}

section.home-sec4 {
  padding: 60px 0;
}
section.home-sec4 ul.check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 40px;
}
section.home-sec4 ul.check li {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.home-sec4 ul.check li .check-wraper {
  position: relative;
  display: table;
  border-radius: 15px;
  overflow: hidden;
}
section.home-sec4 ul.check li .check-wraper span {
  display: block;
  width: 68px;
  height: 30px;
  background-color: #ed1c24;
  position: relative;
}
section.home-sec4 ul.check li .check-wraper span::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 5px0;
  left: 5px;
  bottom: 5px;
}
section.home-sec4 ul.check li .check-wraper input {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
}
section.home-sec4 ul.check li .check-wraper input:checked + span::after {
  left: unset;
  right: 5px;
}
section.home-sec4 .cart-wraper {
  padding: 32px 29px;
  border-radius: 16px;
  border: 1px solid #d4d4d4;
  background: var(--White, #fff);
}
section.home-sec4 .cart-wraper h5 {
  color: var(--Red, #ed1c24);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 24px;
  border-bottom: 1px solid #d4d4d4;
  margin: 32px 0 0;
}
section.home-sec4 .cart-wraper h5 span {
  display: block;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 8px;
}
section.home-sec4 .cart-wraper ul {
  margin-top: 24px;
}
section.home-sec4 .cart-wraper ul li {
  color: var(--Paragraph, #535353);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 28px;
  margin-bottom: 20px;
  background-image: url(../images/red-tick.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
}
section.home-sec4 .cart-wraper ul li:last-child {
  margin: 0;
}
section.home-sec4 .cart-wraper.red-cart {
  background: var(--Red, #ed1c24);
}
section.home-sec4 .cart-wraper.red-cart a.red-btn {
  background: #fff;
  color: var(--Red, #ed1c24);
}
section.home-sec4 .cart-wraper.red-cart h5,
section.home-sec4 .cart-wraper.red-cart span,
section.home-sec4 .cart-wraper.red-cart ul li {
  color: #fff;
}
section.home-sec4 .cart-wraper.red-cart ul li {
  background-image: url(../images/white-tick.svg);
}
section.home-sec4 .images-wraper {
  height: 100%;
  position: relative;
}
section.home-sec4 .images-wraper img {
  height: 100%;
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec4 .images-wraper .text-wraper {
  position: absolute;
  top: 32px;
  left: 32px;
}
section.home-sec4 .images-wraper .text-wraper h5 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 22px;
}
section.home-sec4 .images-wraper .text-wraper p {
  color: var(--Paragraph, #535353);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 20px 0;
  text-transform: capitalize;
}

section.home-sec5 {
  padding: 60px 0;
}
section.home-sec5 p {
  margin-bottom: 18px;
}
section.home-sec5 p + p {
  margin-bottom: 28px;
}
section.home-sec5 ul {
  padding: 10px 0;
  position: relative;
}
section.home-sec5 ul::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #535353;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 19px;
}
section.home-sec5 ul li {
  margin-bottom: 50px;
  padding-left: 121px;
  position: relative;
}
section.home-sec5 ul li::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #ed1c24;
  border: 6px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 5px;
  z-index: 1;
}
section.home-sec5 ul li:last-child {
  margin: 0;
}
section.home-sec5 ul li h4 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 81.25% */
  margin-bottom: 20px;
}
section.home-sec5 ul li h5 {
  color: var(--Paragraph, #535353);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  margin-bottom: 16px;
}
section.home-sec5 ul li p {
  max-width: 480px;
  margin-bottom: 20px;
}
section.home-sec6 {
  padding: 60px 0;
}
section.home-sec6 ul {
  margin: 28px 0;
}
section.home-sec6 ul li {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: 60px auto;
  gap: 12px;
}
section.home-sec6 ul li:last-child {
  margin: 0;
}
section.home-sec6 ul li span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: var(--Red, #ed1c24);
}
section.home-sec6 ul li span img {
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec6 ul li p strong {
  display: block;
  margin-bottom: 8px;
}

section.home-sec7 {
  padding: 60px 0;
}
section.home-sec7 a.red-btn {
  display: table;
  margin: 32px auto 0;
}
section.home-sec7 .hs7-slider {
  margin-top: 40px;
}
section.home-sec7 .hs7-slider .item {
  padding: 24px 15px 16px;
}
section.home-sec7 .hs7-slider .item .profile-wraper {
  margin-top: 24px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 60px;
}
section.home-sec7 .hs7-slider .item .profile-wraper span {
  display: table;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ed1c24;
  background-image: url(../images/double-quotation.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
section.home-sec7 .hs7-slider .item .profile-wraper img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
section.home-sec7 .hs7-slider .item .profile-wraper h5 {
  color: var(--Paragraph, #535353);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  margin: 0;
}
section.home-sec7 .hs7-slider .item .profile-wraper h5 strong {
  color: var(--Black, #000);
  font-size: 16px;
  font-weight: 600;
  display: block;
}
section.home-sec7 .hs7-slider .owl-dots {
  margin-top: 32px !important;
}
section.home-sec7 .hs7-slider .owl-dots button {
  margin-right: 8px;
}
section.home-sec7 .hs7-slider .owl-dots button:hover span {
  background-color: #ed1c24;
}
section.home-sec7 .hs7-slider .owl-dots button:last-child {
  margin: 0;
}
section.home-sec7 .hs7-slider .owl-dots button.active span {
  background-color: #ed1c24;
}
section.home-sec7 .hs7-slider .owl-dots button span {
  margin: 0 !important;
  width: 12px;
  height: 12px;
  border: 1px solid #ed1c24;
  border-radius: 50%;
  background-color: #fff;
}

section.home-sec8 {
  padding: 60px 0;
}
section.home-sec8 a.red-btn {
  display: table;
  margin: 32px auto 0;
}
section.home-sec8 .marquee {
  margin: 40px 0;
  white-space: nowrap;
  position: relative;
  width: 100%;
  overflow: hidden;
}
section.home-sec8 .marquee .marquee-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
section.home-sec8 .marquee .marquee-inner img {
  width: 194px;
  height: 80px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.home-sec9 {
  padding: 60px 0;
  background: #fafafa;
}
section.home-sec9 ul {
  margin-top: 40px;
}
section.home-sec9 ul li {
  margin-bottom: 20px;
  border-radius: 40px;
  background-color: #fff;
}
section.home-sec9 ul li.active h5::after {
  transform: rotate(180deg);
}
section.home-sec9 ul li:last-child {
  margin: 0;
}
section.home-sec9 ul li h5 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 24px 75px 24px 28px;
  position: relative;
}
section.home-sec9 ul li h5::after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-radius: 25px;
  background-color: #ed1c24;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  transition: all 0.3s ease-in-out;
}
section.home-sec9 ul li .content {
  display: none;
  padding: 14px 10px 14px 28px;
}
section.about-sec1 {
  padding: 80px 0;
}
section.about-sec1 p {
  margin-bottom: 12px;
}
section.about-sec1 p:last-child {
  margin: 0;
}
section.about-sec1 .img-wraper {
  position: relative;
}
section.about-sec1 .img-wraper img {
  width: 100%;
  height: 350px;
}
section.about-sec1 .img-wraper .text-box {
  padding: 32px 25px;
  background: var(--Red, #ed1c24);
  display: flex;
  align-items: center;
  justify-content: center;
  display: table;
  position: absolute;
  bottom: 0;
  right: 0;
}
section.about-sec1 .img-wraper .text-box h6 {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
section.about-sec1 .img-wraper .text-box h6 span {
  display: block;
  font-size: 40px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 36px;
}

section.about-sec2 {
  padding: 0 0 80px;
}
section.about-sec2 .content-box {
  position: relative;
  margin-top: 60px;
}
section.about-sec2 .images-box {
  display: table;
  margin: 0 auto;
  padding: 0 68px 0 84px;
  position: relative;
  z-index: 0;
}
section.about-sec2 .images-box span.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 476px;
  height: 476px;
  border-radius: 476px;
  background: rgba(237, 28, 35, 0.05);
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
section.about-sec2 .images-box span.circle span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 375px;
  height: 375px;
  border-radius: 375px;
  background: rgba(237, 28, 35, 0.1);
}
section.about-sec2 .images-box span.circle span span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 228px;
  height: 228px;
  border-radius: 50%;
  background-color: #ed1c24;
}
section.about-sec2 .images-box span.circle span span img {
  width: 161px;
  height: 58px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about-sec2 ul {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 400px 400px;
  justify-content: space-between;
  gap: 60px 0;
}
section.about-sec2 ul li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}
section.about-sec2 ul li:nth-child(3) {
  padding-right: 90px;
}
section.about-sec2 ul li:nth-child(5) {
  padding-right: 90px;
}
section.about-sec2 ul li:nth-child(4) {
  padding-left: 90px;
}
section.about-sec2 ul li:nth-child(6) {
  padding-left: 90px;
}
section.about-sec2 ul li:nth-child(even) {
  flex-direction: row-reverse;
}
section.about-sec2 ul li:nth-child(even) p {
  text-align: left;
}
section.about-sec2 ul li p {
  color: var(--Black, #000);
  text-align: right;
  font-weight: 300;
  font-size: 15.5px;
  line-height: 22px; /* 137.5% */
}
section.about-sec2 ul li p strong {
  color: var(--Black, #000);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  display: block;
  margin-bottom: 8px;
}
section.about-sec2 ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  height: 80px;
  width: 100%;
  border-radius: 50%;
  background-color: rgba(237, 28, 35, 0.1);
}
section.about-sec2 ul li span img {
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.about-sec3 {
  padding: 60px 0;
}
section.about-sec3 ul {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px 116px;
  justify-content: space-between;
  padding: 0 20px;
}
section.about-sec3 ul li {
  text-align: center;
}
section.about-sec3 ul li span {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed1c24;
  border-radius: 50%;
  margin: 0 auto;
}
section.about-sec3 ul li span img {
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about-sec3 ul li h5 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  margin: 13px 0 0;
  text-align: center;
}

section.about-sec4 {
  padding: 80px 0;
}
section.about-sec4 ul {
  margin-top: 26px;
}
section.about-sec4 ul li {
  position: relative;
  color: var(--Paragraph, #535353);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  padding-left: 36px;
  margin-bottom: 20px;
}
section.about-sec4 ul li::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  position: absolute;
  top: 0;
  left: 0;
}
section.about-sec4 ul li:last-child {
  margin: 0;
}
section.about-sec4 ul li span {
  display: block;
  color: var(--Black, #000);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

section.membership-sec1 {
  padding: 80px 0 40px;
}
section.membership-sec1 p {
  margin-bottom: 40px;
  text-align: center;
}
section.membership-sec1 .cart-wraper {
  border-radius: 16px;
  border: 1px solid #d4d4d4;
  background: var(--White, #fff);
  padding: 24px;
  margin-bottom: 40px;
}
section.membership-sec1 .cart-wraper h4 {
  color: var(--Red, #ed1c24);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
section.membership-sec1 .cart-wraper h4 span {
  font-size: 16px;
}
section.membership-sec1 .cart-wraper h5 {
  color: var(--Paragraph, #535353);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
section.membership-sec1 .cart-wraper a.red-btn {
  display: table;
  color: var(--White, #fff);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 9px 30px;
  border-radius: 30px;
  background: var(--Red, #ed1c24);
  margin: 20px 0 24px;
}
section.membership-sec1 .cart-wraper ul {
  padding-top: 24px;
  border-top: 1px solid #d4d4d4;
}
section.membership-sec1 .cart-wraper ul li {
  color: var(--Paragraph, #535353);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin-bottom: 24px;
  padding-left: 28px;
  position: relative;
}
section.membership-sec1 .cart-wraper ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  position: absolute;
  top: 2px;
  left: 0;
}
section.membership-sec1 .cart-wraper ul li:last-child {
  margin: 0;
}

section.membership-sec2 {
  padding: 80px 0;
  background: var(--Red, #ed1c24);
}
section.membership-sec2 .cart-wraper {
  border-radius: 12px;
  background: var(--White, #fff);
  overflow: hidden;
  display: flex;
  align-items: center;
}
section.membership-sec2 .cart-wraper img {
  max-width: 306px;
  width: 100%;
  height: 376px;
}
section.membership-sec2 .cart-wraper .text-wraper {
  padding: 20px 20px 20px 24px;
}
section.membership-sec2 .cart-wraper .text-wraper h5 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
section.membership-sec2 .cart-wraper .text-wraper p {
  margin-bottom: 24px;
}

section.certification-sec1 {
  padding: 80px 0;
}
section.certification-sec1 ul.text {
  margin: 28px 0;
}
section.certification-sec1 ul.text li {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin-bottom: 22px;
  padding-left: 36px;
  position: relative;
}
section.certification-sec1 ul.text li::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  position: absolute;
  top: 5px;
  left: 0;
}
section.certification-sec1 ul.text li:last-child {
  margin: 0;
}
section.certification-sec1 .wraper-box {
  width: 100%;
  height: 534px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.certification-sec1 .wraper-box span.red-circle {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed1c24;
  border-radius: 50%;
}
section.certification-sec1 .wraper-box span.red-circle img {
  width: 142px;
  height: auto;
}
section.certification-sec1 .wraper-box ul li {
  width: 270px;
  height: 270px;
  border-radius: 270px;
  background: rgba(237, 28, 35, 0.1);
  display: flex;
  position: absolute;
}
section.certification-sec1 .wraper-box ul li:nth-child(1) {
  padding-top: 35px;
  align-items: flex-start;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.certification-sec1 .wraper-box ul li:nth-child(2) {
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  padding-bottom: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
section.certification-sec1 .wraper-box ul li:nth-child(3) {
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.certification-sec1 .wraper-box ul li:nth-child(4) {
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
section.certification-sec1 .wraper-box ul li h5 {
  max-width: 142px;
  color: var(--Black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
section.certification-sec1 .wraper-box ul li h5 span {
  color: var(--Red, #ed1c24);
  display: block;
  margin-bottom: 14px;
}

section.certification-sec2 {
  padding: 0 0 80px;
}
section.certification-sec2 .table-wraper {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  margin: 40px 0;
}
section.certification-sec2 .table-wraper table {
  width: 100%;
}
section.certification-sec2 .table-wraper table thead tr {
  background: var(--Red, #ed1c24);
}
section.certification-sec2 .table-wraper table thead tr th {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 233.333% */
  text-align: center;
  padding: 10px;
}
section.certification-sec2 .table-wraper table thead tr th:first-child {
  text-align: left;
  padding-left: 48px;
}
section.certification-sec2 .table-wraper table tbody tr td {
  color: var(--Black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding: 16px 13px;
}
section.certification-sec2 .table-wraper table tbody tr td:first-child {
  text-align: left;
  padding: 16px 48px;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
section.certification-sec2 .table-wraper table tbody tr td strong {
  color: var(--Black, #000);
  font-weight: 600;
  line-height: 42px; /* 262.5% */
}
section.certification-sec2 p {
  color: var(--Black, #000);
  text-align: center;
}
section.certification-sec2 p a {
  color: #f00;
  font-weight: 600;
  text-decoration-line: underline;
}

section.certification-sec3 {
  padding: 80px 0;
}
section.certification-sec3 h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
section.certification-sec3 h2 img {
  width: 61px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.certification-sec3 h2 + p {
  color: #000;
}
section.certification-sec3 p {
  margin-bottom: 18px;
}
section.certification-sec3 h5 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 130% */
  margin-bottom: 10px;
}
section.certification-sec3 h6 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 162.5% */
  margin-bottom: 12px;
}
section.certification-sec3 ul {
  margin-bottom: 22px;
}
section.certification-sec3 ul li {
  color: var(--Paragraph, #535353);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
}
section.certification-sec3 ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  position: absolute;
  top: 2px;
  left: 0;
}
section.certification-sec3 ul li:last-child {
  margin: 0;
}
section.certification-sec3 .btn-wraper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}
section.certification-sec3 .btn-wraper a.border-btn {
  color: var(--Red, #ed1c24);
}
section.certification-sec3 .btn-wraper + p {
  line-height: normal;
}
section.certification-sec3 .btn-wraper + p a {
  color: var(--Red, #ed1c24);
  text-decoration-line: underline;
  font-weight: 600;
}

section.engage-sec1 {
  padding: 60px 0;
}
section.engage-sec1 h2 {
  margin-bottom: 40px;
  text-align: center;
}
section.engage-sec1 .box {
  border-radius: 8px;
  background: #fafafa;
  padding: 24px 20px;
}
section.engage-sec1 .box span {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: var(--Red, #ed1c24);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.engage-sec1 .box span img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.engage-sec1 .box h5 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  margin: 16px 0 12px;
}
section.engage-sec1 .box a {
  color: var(--Red, #ed1c24);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 162.5% */
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
section.engage-sec1 .box a img {
  width: 27px;
  height: auto;
}

section.event-sec1 {
  padding: 60px 0;
}
section.event-sec1 .pb-28 {
  padding-bottom: 28px;
}
section.event-sec1 .pb-28:last-child {
  padding: 0;
}
section.event-sec1 img {
  width: 100%;
  height: 215px;
  border-radius: 8px;
}
section.event-sec1 .bor-wraper {
  padding: 22px 28px;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
  background: #fff;
}
section.event-sec1 .bor-wraper h3 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
section.event-sec1 .bor-wraper a.red-btn {
  margin-top: 16px;
  padding: 10px 30px;
}

section.even-details-sec1 {
  padding: 60px 0;
}
section.even-details-sec1 h2 {
  margin-bottom: 32px;
}
section.even-details-sec1 img {
  display: block;
  margin-top: 32px;
  width: 100%;
}
section.even-details-sec1 img.img2 {
  width: auto;
}
section.even-details-sec1 .red-box {
  border-radius: 16px;
  background: var(--Red, #ed1c24);
  padding: 32px 28px;
}
section.even-details-sec1 .red-box h5 {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 32px 0 20px;
}
section.even-details-sec1 .red-box ul.top {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
}
section.even-details-sec1 .red-box ul.top li {
  color: #fff;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
}
section.even-details-sec1 .red-box ul.top li:last-child {
  margin: 0;
}
section.even-details-sec1 .red-box ul.top li span {
  font-weight: 600;
}
section.even-details-sec1 .red-box ul.bottom li {
  color: #fff;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
}
section.even-details-sec1 .red-box ul.bottom li:last-child {
  margin: 0;
}
section.even-details-sec1 .red-box ul.bottom li span {
  font-weight: 600;
}

section.store-sec1 {
  padding: 80px 0 30px;
}
section.store-sec1 img.main {
  height: 350px;
  width: 100%;
}
section.store-sec1 .wraper {
  margin-bottom: 50px;
}
section.store-sec1 h5 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  margin: 16px 0 8px;
}
section.store-sec1 a {
  color: var(--Red, #ed1c24);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 162.5% */
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
section.store-sec1 a img {
  width: 27px;
  height: auto;
}

section.sign-up {
  padding: 80px 0;
}
section.sign-up h3 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
section.sign-up p {
  text-align: center;
  line-height: normal;
  margin-top: 16px;
}
section.sign-up p a {
  color: var(--Red, #ed1c24);
  font-weight: 600;
  text-decoration-line: underline;
}
section.sign-up label {
  display: block;
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 7px;
}
section.sign-up input:not([type=submit]) {
  width: 100%;
  height: 50px;
  padding: 0px 12px;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  background: #fff;
  margin-bottom: 16px;
  color: #000;
  outline: none;
}
section.sign-up input:not([type=submit])::-moz-placeholder {
  color: var(--Paragraph, #535353);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.sign-up input:not([type=submit])::placeholder {
  color: var(--Paragraph, #535353);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.sign-up input[type=submit] {
  width: 100%;
  margin-top: 8px;
}
section.sign-up .form-group {
  position: relative;
}
section.sign-up .form-group .toggle-password {
  position: absolute;
  top: 15px;
  right: 12px;
  cursor: pointer;
  font-size: 20px;
}
section.sign-up .wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
section.sign-up .wraper .checkbox {
  display: table;
  position: relative;
}
section.sign-up .wraper .checkbox input {
  position: absolute;
  inset: 0;
  margin: 0;
  height: auto;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
}
section.sign-up .wraper .checkbox input:checked + span::before {
  content: "\f00c";
  font-family: fontawesome;
  color: #ed1c24;
  position: absolute;
  left: 4px;
  top: 1px;
  bottom: 0;
  margin: auto;
  font-size: 14px;
}
section.sign-up .wraper .checkbox span {
  color: var(--Paragraph, #535353);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  display: table;
  padding-left: 26px;
}
section.sign-up .wraper .checkbox span::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid var(--Red, #ed1c24);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.sign-up .wraper a {
  color: var(--Red, #ed1c24);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}

.trning_sec1 {
  padding: 60px 0;
}
.trning_sec1 .mb-32 {
  margin-bottom: 32px !important;
}
.trning_sec1 h2 {
  margin-bottom: 40px;
}
.trning_sec1 .side_img {
  width: 100%;
}
.trning_sec1 ul {
  margin-bottom: 40px;
}
.trning_sec1 ul.text li {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 28px;
  padding-left: 36px;
  position: relative;
}
.trning_sec1 ul.text li:last-child {
  margin: 0;
}
.trning_sec1 ul.text li span {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 12px;
  display: block;
}
.trning_sec1 ul.text li::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.trning_sec2 {
  padding: 60px 0;
}
.trning_sec2 h2 {
  margin-bottom: 20px;
}
.trning_sec2 .txt {
  margin-bottom: 28px;
}
.trning_sec2 .txt p:first-child {
  margin-bottom: 20px;
}

.yc_sec1 {
  padding: 60px 0 80px;
}
.yc_sec1 h2 {
  margin-bottom: 16px;
}
.yc_sec1 .txt p:first-child {
  margin-bottom: 16px;
}
.yc_sec1 .side_img {
  width: 100%;
  position: relative;
}
.yc_sec1 .side_img img {
  width: 100%;
}
.yc_sec1 .side_img .red_box {
  background: var(--Red, #ed1c24);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 166px;
  color: #fff;
  text-align: center;
  padding: 29.3px 25px;
}
.yc_sec1 .side_img .red_box p {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: normal;
  margin-bottom: 16px;
}
.yc_sec1 .side_img .red_box span {
  font-size: 40px;
  font-style: normal;
  color: #fff;
  font-weight: 600;
  line-height: normal;
  display: block;
}

.yc_sec2 {
  padding: 80px 0;
}
.yc_sec2 h2 {
  margin-bottom: 32px;
}
.yc_sec2 .side_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yc_sec2 form .inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 24px;
}
.yc_sec2 form input[type=submit] {
  min-width: 169px;
}
.yc_sec2 form .input {
  width: 48%;
}
.yc_sec2 form .input label {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 7px;
  display: block;
}
.yc_sec2 form .input input:not([type=submit]),
.yc_sec2 form .input select,
.yc_sec2 form .input textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  background: #fff;
  padding: 16px 12px;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
}
.yc_sec2 form .input input:not([type=submit])::-moz-placeholder, .yc_sec2 form .input select::-moz-placeholder, .yc_sec2 form .input textarea::-moz-placeholder {
  color: var(--Paragraph, #535353);
}
.yc_sec2 form .input input:not([type=submit])::placeholder,
.yc_sec2 form .input select::placeholder,
.yc_sec2 form .input textarea::placeholder {
  color: var(--Paragraph, #535353);
}
.yc_sec2 form .input select {
  background-image: url(../images/drpdwn-arrw.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 50px;
}
.yc_sec2 form .input textarea {
  min-height: 218px;
  padding: 12px;
  resize: none;
}
.yc_sec2 form .input .btn {
  margin-top: 32px;
}

section.about-sec4.magSec1 {
  padding: 2.5rem 0 3.75rem;
}
section.about-sec4.magSec1 p {
  margin: 0 0 0.875rem;
}
section.about-sec4.magSec1 p strong {
  color: var(--Black, #000);
  font-weight: 500;
}
section.about-sec4.magSec1 a.text_under {
  text-decoration: underline;
}
section.about-sec4.magSec1 h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 81.25% */
}
section.about-sec4.magSec1 h3 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem; /* 125% */
  margin: 2rem 0 1.5rem;
}
section.about-sec4.magSec1 .nav.nav-pills {
  margin-bottom: 6.25rem;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
section.about-sec4.magSec1 .nav.nav-pills li {
  margin: 0;
  padding: 0;
}
section.about-sec4.magSec1 .nav.nav-pills li.nav-item {
  padding: 0;
}
section.about-sec4.magSec1 .nav.nav-pills li.nav-item::after {
  display: none;
}
section.about-sec4.magSec1 .nav.nav-pills li.nav-item button.nav-link {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  border: 1px solid #e5e5e5;
  border-radius: 0;
  text-transform: uppercase;
}
section.about-sec4.magSec1 .nav.nav-pills li.nav-item button.nav-link.active {
  background: var(--Red, #ed1c24);
  color: #fff;
}
section.about-sec4.magSec1 ul.trick_circle {
  margin: 0 0 1.5rem;
}
section.about-sec4.magSec1 ul.trick_circle li span {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 0.45rem;
}
section.about-sec4.magSec1 ul.trick_circle li::after {
  top: 0.3125rem;
}
section.about-sec4.magSec1 h6 {
  color: var(--Black, #000);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 2rem;
}
section.about-sec4.magSec1 .mgFm {
  width: 100%;
  height: 100%;
}
section.about-sec4.magSec1 .mgFm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about-sec4.magSec1 .middle_978 {
  max-width: 61.125rem;
  width: 100%;
  margin: 0 auto 2.5rem;
  text-align: center;
}
section.about-sec4.magSec1 .tableGroup {
  background: #fbfbfb;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
}
section.about-sec4.magSec1 .tableGroup table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
section.about-sec4.magSec1 .tableGroup table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
section.about-sec4.magSec1 .tableGroup table thead {
  border-radius: 8px 8px 0 0;
}
section.about-sec4.magSec1 .tableGroup table thead tr th {
  background: var(--Red, #ed1c24);
  color: #fff;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 1.125rem 1.25rem;
  text-transform: none;
}
section.about-sec4.magSec1 .tableGroup table thead tr th:nth-child(4) {
  width: 25.1875rem;
}
section.about-sec4.magSec1 .tableGroup table thead tr th:nth-child(5) {
  width: 16.1875rem;
}
section.about-sec4.magSec1 .tableGroup table tr {
  background-color: #fbfbfb;
  border: 1px solid #ccc;
  padding: 0.35em;
}
section.about-sec4.magSec1 .tableGroup table th,
section.about-sec4.magSec1 .tableGroup table td {
  padding: 1rem 1.25rem;
  text-align: left;
  vertical-align: top;
  color: #535353;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
section.about-sec4.magSec1 .tableGroup table td + td {
  border-left: 1px solid #ccc;
}
section.about-sec4.magSec1 .tableGroup table td:first-of-type {
  color: #000;
}
section.about-sec4.magSec1 .tableGroup table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
section.about-sec4.magSec1 .tableGroup table a.red_link {
  color: var(--Red, #ed1c24);
  text-decoration-line: underline;
  word-break: break-all;
}
section.about-sec4.magSec1 .tableGroup.other2 thead tr th {
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0.625rem 1.025rem;
}
section.about-sec4.magSec1 .thankyou {
  text-align: center;
}
section.about-sec4.magSec1 .thankyou h3 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem; /* 130% */
}
section.about-sec4.magSec1 .thankyou ul.partner_logo {
  display: flex;
  gap: 3.8125rem;
  justify-content: center;
}
section.about-sec4.magSec1 .thankyou ul.partner_logo li {
  margin: 0;
  padding: 0;
  padding: 0;
}
section.about-sec4.magSec1 .thankyou ul.partner_logo li::after {
  display: none;
}
section.about-sec4.magSec1 .thankyou ul.partner_logo li .p_item {
  width: 12.125rem;
  height: 4.0625rem;
  aspect-ratio: 194/65;
  padding: 0.3125rem 0;
}
section.about-sec4.magSec1 .thankyou ul.partner_logo li .p_item a {
  display: block;
  width: 100%;
  height: 100%;
}
section.about-sec4.magSec1 .thankyou ul.partner_logo li .p_item a img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.about-sec4.magSec1 .mgFm_other {
  width: 100%;
  margin: 0;
}
section.about-sec4.magSec1 .mgFm_other img {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */