* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
}
p {
  position: relative;
}
header.header .left-right-header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
header.header .left-right-header img {
  max-width: 190px;
  /* filter: brightness(0) saturate(100%) invert(89%) sepia(73%) saturate(5553%) hue-rotate(184deg) brightness(140%) contrast(100%); */
}
header.header .left-right-header .right-side-menu {
  display: flex;
  align-items: center;
  width: 65%;
  justify-content: flex-end;
}
header.header
  .left-right-header
  .right-side-menu
  .tophumberger-menu
  ul.nav-section {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
}
.close-button {
  display: none;
}
ul.nav-section li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  color: #000;
  font-family: "Poppins", serif;
}
.call-wrap p,
.call-wrap a {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  /* color: #fff; */
  font-family: "Poppins", serif;
}
.call-wrap {
  display: flex;
  align-items: center;
  margin: 0 40px 0 0;
}
.call-wrap .fa-phone {
  color: #fff;
  background: #931111;
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border-radius: 5px;
}
.contact-us a {
  background: #931111;
  color: #fff;
  line-height: 45px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 5px;
  font-family: "Poppins", serif;
}
.contact-us a:hover {
  background: #fff;
  color: #000;
}
.call-wrap .wrap-call-a {
  padding: 0 0 0 10px;
}
.tophumberger-menu {
  margin: 0 0 0 0;
}
.tophumberger-menu ul.nav-section li {
  margin: 0 17px 0 0;
}
/* header.header .top-main-header {
  /* background: #c1282e; */
/* box-shadow: 0 0 10px #00000082; */
/* padding: 15px 0; */
/* position: relative; */
/* } */
header.header .top-main-header {
  box-shadow: 0 0 10px #00000082;
  padding: 10px 0;
  position: fixed; /* stick it at top */
  top: 0; /* align to top */
  left: 0;
  width: 100%; /* full width */
  background: #fff; /* solid background to stop content reflection */
  z-index: 999; /* keep it above all content */
}

header.header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
ul.nav-section li a:hover,
.call-wrap a:hover {
  color: #000;
}
section.banner img {
  width: 100%;
}
.big-logo-images-wrap ul.logo-five-logo {
  padding: 0;
  display: block;
  margin: 0 0 0 0;
}
.big-logo-images-wrap ul.logo-five-logo .owl-nav {
  display: none;
}
.big-logo-images-wrap ul.logo-five-logo .design-logo-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  /* padding: 15px; */
  padding: 12px;

  border-radius: 5px;
  height: 79px;
  border: 1px solid #0000002e;
}
section.logo-section {
  padding: 10px 0 30px 0;
}
.big-logo-images-wrap ul.logo-five-logo .design-logo-wrp img {
  width: 100%;
}
.big-wrap-digital-solution-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.big-wrap-digital-solution-wrap .left-digital-solution-img {
  width: 50%;
}
.big-wrap-digital-solution-wrap .right-digital-solution-content {
  width: 50%;
}
.big-wrap-digital-solution-wrap .left-digital-solution-img img {
  width: 100%;
}
h3.digital-solution {
  color: #333;
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 20px 0;
  font-family: "Poppins", serif;
}
.digital-solution-p p {
  font-size: 17px;
  line-height: 29px;
  color: #4a4a4a;
  font-family: "Poppins", serif;
}
.view-more a {
  background: #931111;
  color: #fff;
  padding: 0 20px;
  line-height: 52px;
  display: inline-block;
  border-radius: 5px;
  margin: 50px 0 0 0;
  font-family: "Poppins", serif;
}
.view-more a:hover {
  background: #23256c;
}
.digital-solution-p p.second-para {
  margin: 20px 0 0 0;
}
.big-wrap-digital-solution-wrap .right-digital-solution-content {
  width: 50%;
  padding: 0 0 0 80px;
}
.digital-solution-p::before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  border-left: 3px solid #931111;
}
.digital-solution-p {
  position: relative;
  padding: 0 0 0 20px;
}
section.the-digital-solutions-section {
  padding: 50px 0 0 0;
}
ul {
  padding: 0;
}
ul.different-content-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  padding: 10px;
}
ul.different-content-boxes::before,
ul.different-content-boxes::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  right: auto;
  background: #c1282e;
  height: 85px;
  width: 85px;
  z-index: -1;
}
ul.different-content-boxes::after {
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
}
ul.different-content-boxes li.content-boxes-text-img {
  text-align: center;
  border: 1px solid #00000029;
  padding: 20px;
  position: relative;
  z-index: 99;
  background: #fff;
}
.boxes-images img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%)
    hue-rotate(38deg) brightness(87%) contrast(107%);
}
ul.different-content-boxes li.content-boxes-text-img:hover {
  background: #c1282e;
}
/* ul.different-content-boxes{
  border-radius: 10px;
  overflow: hidden;
} */
h3.boxes-heading {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
  margin: 0 0 0 0;
}
p.boxes-para {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  font-family: "Poppins", serif;
  line-height: 20px;
}
ul.different-content-boxes li.content-boxes-text-img:hover p.boxes-para,
ul.different-content-boxes li.content-boxes-text-img:hover h3.boxes-heading {
  color: #fff;
}
ul.different-content-boxes li.content-boxes-text-img:hover .boxes-images img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%)
    hue-rotate(357deg) brightness(103%) contrast(105%);
}
section.different-boxes-section {
  /* padding: 70px 0; */
  padding: 50px 0;
}

h2.happily-heading {
  text-align: center;
  font-family: "Poppins", serif;
  font-size: 30px;
  margin: 0 0 0 0;
}
p.happily-par {
  text-align: center;
  font-size: 18px;
  margin: 10px 0 0 0;
  font-family: "Poppins", serif;
}
.big-images-wrap {
  max-width: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
ul.happily-listing-list {
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 600px;
}
ul.happily-listing-list li.hpily-title p {
  font-size: 13px;
  font-family: "Poppins", serif;
  line-height: 37px;
  background: #931111;
  color: #fff;
  padding: 0 12px;
  border-radius: 5px;
}
.big-images-wrap img {
  height: 310px;
}
ul.happily-listing-list li.hpily-title p:hover {
  background: #20236a;
  box-shadow: 0 0 10px #00000082;
}
.big-wrap-meet-founder-section {
  display: flex;
  width: 100%;
  align-items: center;
}
.big-wrap-meet-founder-section .width {
  width: 33.33%;
}
.heding-meet.width h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  font-family: "Poppins", serif;
  margin: 0 0 0 0;
  color: #931111;
}
.meet-content-heading-para h3.name {
  margin: 0 0 0 0;
  font-size: 27px;
  font-family: "Poppins";
  font-weight: 700;
}
.meet-content-heading-para p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", serif;
  line-height: 28px;
  margin: 10px 0 0 0;
  padding: 0 30px 0 0;
}
.wrap-images-founder img {
  width: 100%;
  height: 230px;
}
.wrap-images-founder {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 230px;
  margin: 0 0 0 auto;
}
.big-wrap-meet-founder-section {
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid #0000004f;
  padding: 40px;
  border-radius: 10px;
}
section.meet-the-founder-section {
  /* padding: 130px 0 0 0; */
  padding: 50px 0 0 0;
}
h3.reviews-heading {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}
.star-wrap .fa-star {
  color: #f6bb06;
  font-size: 40px;
}
p.reviews-para span {
  font-weight: 700;
}
p.reviews-para {
  text-align: center;
  font-size: 18px;
  font-family: "Poppins", serif;
  margin: 10px 0 0 0;
}
.google-img-wrap {
  text-align: center;
  margin: 10px 0 0 0;
}
.google-img-wrap img {
  height: 40px;
}
.star-wrap {
  text-align: center;
}
.profile-name-date-wrap {
  display: flex;
  align-items: center;
}
.profile-name-date-wrap h3.profile-heading {
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 0 0;
  font-family: "Poppins", serif;
}
.profile-name-date-wrap p.profile-date {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-family: "Poppins", serif;
}
.profile-content-date-wrap {
  padding: 0 0 0 10px;
}
.img-profile img {
  height: 35px;
  width: 35px;
}
li.content-slider-imagescontent .star-wrap {
  text-align: left;
  margin: 10px 0;
}
li.content-slider-imagescontent .star-wrap .fa-star {
  font-size: 18px;
}
li.content-slider-imagescontent .star-wrap img {
  height: 30px;
  width: 30px;
}
li.content-slider-imagescontent .star-wrap img {
  height: 20px;
  width: 20px;
}
.review-para p {
  font-family: "Poppins", serif;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
ul.slider-part-review li.content-slider-imagescontent {
  background: #fff;
  border: 1px solid #dbdde1;
  padding: 20px;
  border-radius: 5px;
}
.big-wrap-remarkebale {
  display: block;
  width: 100%;
}
.big-wrap-remarkebale .left-heading {
  width: 100%;
}
.big-wrap-remarkebale .tab-brands-influencer {
  width: 100%;
}
.big-wrap-remarkebale .left-heading h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  margin: 0 0 0 0;
  text-align: center;
  font-family: "Jost", sans-serif;
}
.big-wrap-remarkebale .tabs {
  text-align: center;
  margin: 20px 0 40px 0;
}
.tab-brands-influencer button.tab-button {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 0 141px;
  line-height: 50px;
  border-radius: 5px;
  font-family: "Poppins", serif;
}
.view-all-wrap {
  text-align: right;
}
.tab-brands-influencer button.tab-button:hover,
.tab-brands-influencer button.tab-button.active {
  background: #931111;
  color: #fff;
  border: 1px solid transparent;
}
.view-all-wrap a.viewall {
  color: #c1282e;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
}
.view-all-wrap a.viewall:hover {
  color: #000;
}

ul.logo-images-content-wrap li.logo-wrap-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-shadow: 0 0 19px #0000001a;
}
ul.logo-images-content-wrap li.logo-wrap-content img {
  width: 100%;
}
ul.logo-images-content-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  margin: 30px 0 0 0;
}
ul.different-photos-wrap,
ul.videos-photo-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  margin: 30px 0 0 0;
}

ul.different-photos-wrap li.different-wrap-photos,
ul.videos-photo-wrap li.photos-wrap-video {
  background: #fff;
  box-shadow: 0 0 22px #00000033;
  padding: 15px;
}
ul.different-photos-wrap li.different-wrap-photos img {
  width: 100%;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
ul.videos-photo-wrap li.photos-wrap-video img {
  width: 100%;
}
ul.social-media-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 20px 0 20px 0;
}
ul.social-media-wrap li.social-icon i {
  font-size: 25px;
  color: #000;
}
ul.social-media-wrap li.social-icon i:hover {
  color: #931111;
}
ul.social-media-wrap li.social-icon img {
  height: 30px;
  width: 30px;
}
ul.social-media-wrap li.social-icon img:hover {
  filter: brightness(0) saturate(100%) invert(14%) sepia(45%) saturate(5394%)
    hue-rotate(352deg) brightness(87%) contrast(96%);
}
ul.social-media-wrap li.social-icon {
  margin: 0 15px 0 0;
}
.copyright-content p {
  font-size: 16px;
  font-family: "Poppins";
  color: #575757;
}
.big-footer-wrap-all-content {
  display: flex;
  width: 100%;
}
.big-footer-wrap-all-content .footer-logo-social-media-part {
  width: 30%;
  padding: 0 120px 0 0;
}
.footer-logo img {
  width: 100%;
  max-width: 180px;
}
.big-footer-wrap-all-content .width-footer {
  width: 17.5%;
}
h3.links-heading {
  margin: 0 0 0 0;
  font-size: 25px;
  font-family: "Poppins";
  font-weight: 600;
  color: #000;
}
ul.links-li-wrap li a {
  font-size: 16px;
  line-height: 16px;
  color: #4a4a4a;
  font-family: "Poppins";
}
ul.links-li-wrap {
  margin: 10px 0 0 0;
}
ul.links-li-wrap li {
  margin: 0 0 8px 0;
}
ul.links-li-wrap li a:hover {
  color: #931111;
}
footer.footer {
  border-top: 1px solid #00000038;
  padding: 50px 0 0 0;
  /* margin: 60px 0 0 0; */
}
section.we-work-with-remarkebale-section {
  padding: 0 0 0 0;
}
section.good-reviews-section {
  padding: 50px 0 0 0;
}
h3.digital-solution.responsive {
  display: none;
}
.owl-stage-outer {
  overflow: hidden;
}
.owl-stage {
  overflow: hidden;
}
.owl-item {
  float: left;
}
.owl-dots {
  display: none;
}
.owl-nav button {
  height: 40px;
  width: 40px;
  padding: 0;
  border-radius: 50%;
  background: #931111;
  border: 1px solid #fff;
  position: relative;
  right: 0;
  cursor: pointer;
}
.owl-nav button::before {
  content: "";
  background-image: url(../images/crausel-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 13px;
  left: 7px;
  right: 0;
  margin: auto;
  height: 15px;
  width: 18px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(93deg) brightness(103%) contrast(103%);
}
.owl-nav button.owl-next::before {
  transform: rotate(180deg);
  left: -8px;
}
.owl-nav {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  bottom: 116px;
}
ul.slider-part-review {
  margin: 40px 0 0 0;
}
ul.slider-part-review .owl-stage-outer {
  max-width: 1264px;
  margin: 0 auto;
}
/* font-family: "Poppins", serif; */
.banner-big-left-right-side-wrap {
  display: flex;
  width: 100%;
}
.banner-big-left-right-side-wrap .left-side-banner-content {
  width: 40%;
}
.banner-big-left-right-side-wrap .right-side-banner-content {
  width: 60%;
  position: relative;
  /* width: 100vw; */
  left: 50%;
  right: 50%;
  margin-left: -35vw;
  margin-right: -50vw;
  border-radius: 0px;
  display: block;
}
html body {
  overflow-x: hidden;
}
h2.banner-heading {
  color: #1c253b;
  font-family: "Poppins";
  font-size: 70.125px;
  font-style: normal;
  font-weight: 600;
  line-height: 84.116px;
  letter-spacing: -4.006px;
  text-transform: uppercase;
  margin: 0;
}
h2.banner-heading span {
  display: block;
  color: #fff;
  border: 1px solid #20236a;
  border-radius: 0px;
  padding: 0 20px;
  max-width: 304px;
  background: #20236a;
  line-height: 68px;
}
.left-side-banner-content p.banner-para {
  font-size: 24px;
  font-family: "Poppins";
  line-height: 29px;
  color: #000;
  padding: 0 0 10px 0;
  position: relative;
  font-style: italic;
  display: inline-block;
}
.left-side-banner-content p.banner-para::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  border-bottom: 1px solid #000;
  bottom: 5px;
  height: 1px;
  width: auto;
}
a.ready-btn-wrap span.text-a {
  font-family: "Poppins";
  color: #fff;
  background: #931111;
  line-height: 42px;
  padding: 0 20px;
  display: inline-block;
  border-radius: 50px;
}
/* a.ready-btn-wrap:hover  span.text-a {
  background: #000;
} */
a.ready-btn-wrap {
  display: inline-flex;
  align-items: center;
  margin: 20px 0 0 0;
}
.arrow-design {
  position: relative;
  height: 45px;
  width: 45px;
  background: #931111;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0 10px;
}
.arrow-design img {
  height: 14px;
  padding: 0 10px;
  position: relative;
  transition: 0.5s;
}
a.ready-btn-wrap:hover .arrow-design img {
  padding: 0 5px 0 15px;
}
section.banner {
  padding: 111px 0 0 0;
  overflow: hidden;
}
.common-heading {
  font-size: 32px;
  line-height: 42px;
  color: #121a21;
  font-family: "Jost", sans-serif;
  padding: 0 20px 0 0;
}
h2.more-than-heading.common-heading span {
  color: #e21f30;
}
.left-right-side-heading-logo-wrap .left-side-morethan {
  width: 40%;
}
.left-right-side-heading-logo-wrap .right-side-more-than-slider {
  width: 60%;
}
.left-right-side-heading-logo-wrap {
  display: flex;
  align-items: center;
}
/* ul.slider-banner-part-image .owl-nav button.owl-prev {
  display: none;
} */
ul.slider-banner-part-image .owl-nav {
  bottom: 180px;
}
ul.slider-banner-part-image .owl-dots {
  display: block;
  text-align: center;
}
ul.slider-banner-part-image .owl-dots .owl-dot {
  display: inline-block;
  background: transparent;
  border: none;
}
ul.slider-banner-part-image button.owl-dot.active {
  background: transparent;
  border: none;
}
ul.slider-banner-part-image .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 3px;
  background: #e21f304d;
  cursor: pointer;
  margin: 0px 7.5px;
  border: 1px solid #e21f304d;
  transition: all 500ms ease;
}
ul.slider-banner-part-image .owl-dots .owl-dot.active span,
ul.slider-banner-part-image .owl-dots .owl-dot span:hover {
  background-color: #931111;
}
section.banner .image-slider-wrp img {
  height: 370px;
  object-fit: cover;
  border-radius: 15px;
}
ul.slider-banner-part-image .owl-nav button {
  right: -20px;
}
ul.slider-banner-part-image button.owl-prev {
  right: auto;
  left: -20px;
}

section.the-digital-solutions-section .container,
section.different-boxes-section .container,
section.meet-the-founder-section .container,
section.we-work-with-remarkebale-section .container,
section.frequently-asked-question .container,
section.credential-section .container {
  max-width: 1100px;
}
section.frequently-asked-question h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  margin: 0 0 20px 0;
  text-align: center;
  font-family: "Jost", sans-serif;
}
section.frequently-asked-question {
  /* margin: 60px 0 0 0; */
  margin: 0 0 0 0;
}
.accordion.lato-bold {
  background: #c1282e;
  border-radius: 10px;
  padding: 22px 21px;
  margin: 0 0 12px 0;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-family: "Jost", sans-serif;
  cursor: pointer;
}
.title-content-wrap .panel p {
  color: #00000087;
  line-height: 24px;
  font-size: 14px;
  padding: 20px 20px;
  font-family: "Poppins";
}
.title-content-wrap .accordion.lato-bold::before {
  content: "+";
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  color: #fff;
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-content-wrap.active .accordion.lato-bold::before {
  content: "-";
  border: 1px solid #fff;
  color: #fff;
}
.title-content-wrap.active .accordion.lato-bold {
  margin: 0;
  background: #20236a;
  color: #fff;
}
.big-left-right-faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

h3.credential-headig {
  font-size: 32px;
  line-height: 42px;
  color: #121a21;
  font-family: "Jost", sans-serif;
  padding: 0 20px 0 0;
  text-align: center;
  font-weight: 700;
}
p.para-credential {
  text-align: center;
  font-size: 16px;
  color: #00000078;
  font-family: "Poppins";
  font-weight: 500;
}
ul.credential-section-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 40px 0 0 0;
}
ul.credential-section-wrap li.content-credential-content {
  width: 25%;
  text-align: center;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 14px #00000024;
  margin: 0 10px;
}
li.content-credential-content i {
  font-size: 35px;
  color: #c1282e;
  margin: 0 10px 10px 0;
}
h3.numbers-bold {
  font-family: "Jost";
  font-size: 35px;
  color: #20236a;
  line-height: 35px;
}

/**************************23-12-2024*********************88*/
.big-left-right-banner-content {
  display: flex;
  width: 100%;
}
.big-left-right-banner-content .left-banner-content {
  width: 50%;
}
.big-left-right-banner-content .right-banner-content {
  width: 50%;
}
.left-banner-content h2.lets-create {
  font-size: 57px;
  line-height: 75px;
  color: #000;
  font-family: "Poppins";
  font-weight: 700;
}
/* section.banner .container {
  max-width: 1100px;
} */
section.contact-deatils-form {
  padding: 50px 0 50px 0;
}
.submit-button {
  text-align: right;
}
section.banner img {
  width: 100%;
  object-fit: cover;
}
section.banner.contact-banner img {
  height: 450px;
}
.left-banner-content p.let-talk {
  font-size: 35px;
  font-weight: 700;
  font-family: "Poppins";
  color: #000;
  line-height: 45px;
}
.contact-details-form-wrap {
  display: flex;
  width: 100%;
}
.contact-details-form-wrap .left-contact-detail {
  width: 50%;
}
.contact-details-form-wrap .right-contact-form {
  width: 50%;
}
.contact-details-form-wrap p.contact a {
  font-size: 18px;
  font-family: "Poppins";
  color: #000;
  line-height: 32px;
}
.contact-details-form-wrap p.contact::before {
  content: "\f0e0";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-family: "FontAwesome";
  font-size: 18px;
  color: #fff;
  height: 45px;
  width: 45px;
  background: #20236a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
}
p.contact {
  padding: 0 0 0 55px;
  margin: 0 0 25px 0;
}
.contact-details-form-wrap p.contact.contactnumber::before {
  content: "\f095";
}
h3.join-the-team {
  font-family: "Poppins";
  font-weight: 600;
  padding: 10px 0 10px 0;
  font-size: 35px;
  color: #000;
}
.account-field.form-field {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.account-field.form-field > div {
  display: flex;
  flex-direction: column;
  position: relative;
}
.check-box-wrapcheck {
  grid-column-start: 1;
  grid-column-end: 3;
}
ul.check-box-wrap-li {
  display: flex;
  justify-content: space-between;
  max-width: 430px;
}
.fields-wrap input,
.fields-wrap select {
  border: none;
  border-bottom: 1px solid #20236a66;
  font-family: "Poppins";
  padding: 10px 15px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
}
.img-gate img {
  width: 100%;
}
.fields-wrap label {
  font-family: "Poppins";
  font-size: 16px;
  font-style: italic;
  color: #000;
  position: relative;
  left: 15px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding-right: 20px;
}
.field-icon {
  font-size: 18px;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  top: 13px;
  margin: auto;
  height: 12px;
}
input:focus,
select:focus {
  outline: none;
  border: none;
}
.fields-wrap input:focus,
.fields-wrap select:focus {
  border-bottom: 1px solid #c1282e;
}
label.label {
  font-family: "Poppins";
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
input[type="checkbox"] {
  accent-color: #20236a;
}
button.submit-button {
  font-family: "Poppins";
  font-size: 18px;
  color: #fff;
  background: #20236a;
  padding: 0 20px;
  line-height: 42px;
  border: none;
  margin: 15px 0 0 0;
}
button.submit-button:hover {
  background: #c1282e;
}
.right-form-white {
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 34px #20236a29;
  border-radius: 25px;
}
.big-delhi-section-date-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
.big-delhi-section-date-wrap .delhi-left-section {
  width: 50%;
}
.big-delhi-section-date-wrap .delhi-right-section {
  width: 50%;
}
.big-delhi-section-date-wrap .delhi-right-section iframe {
  width: 100%;
  height: 352px;
  border: 1px solid #00000057;
  background: #fff;
  box-shadow: 0 0 10px #00000047;
  padding: 20px;
  border-radius: 25px;
}
.gate-img-time-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px #0000003b;
  max-width: 370px;
  padding: 30px;
  border-radius: 25px;
  margin: 0 auto 30px;
}
.contact-details-form-wrap p.contact a:hover {
  color: #c1282e;
}
h2.delhi-heading {
  font-size: 57px;
  line-height: 75px;
  color: #000;
  font-weight: 700;
}
div#time {
  font-size: 25px;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 35px;
  color: #000;
}
p.address {
  font-size: 18px;
  line-height: 32px;
  font-family: "Poppins";
  color: #000;
  font-weight: 600;
  position: relative;
  text-align: left;
  padding: 0 0 0 55px;
}
p.address::before {
  content: "";
  background-image: url(../images/venue-detail-location.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-color: #20236a;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin: auto;
}
