/* Compact Header Toggle - SCSS Version */
.gitexBanner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../images/web-summit/web-summit-banner.png");
  background-size: cover;
  min-height: calc(100vh - 90px);
}
.gitexBanner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.gitexBanner .bannerContent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 999;
}
.gitexBanner .bannerContent h2 {
  font-family: "RedHatDisplay-Extrabold";
  font-size: 58.42px;
  line-height: 68.1px;
  letter-spacing: 3%;
  color: #fff;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .gitexBanner .bannerContent h2 {
    font-size: 40px !important;
    line-height: 43px;
  }
}
@media (max-width: 575px) {
  .gitexBanner .bannerContent h2 {
    font-size: 26px !important;
    line-height: 39px !important;
    padding-bottom: 12px;
  }
}
.gitexBanner .bannerContent h2 span {
  color: #FF2C94;
  font-family: "RedHatDisplay-Extrabold";
}
.gitexBanner .bannerContent h3 {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-family: "RedHatDisplay-Regular";
  padding: 10px 0;
  border: 1px solid #fff;
  border-right: 0;
  border-left: 0;
  width: 92%;
  margin: auto;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .gitexBanner .bannerContent h3 {
    width: 100%;
    font-size: 18px;
  }
}
.gitexBanner .bannerContent h3 span {
  color: #fff;
  text-transform: uppercase;
  font-family: "RedHatDisplay-Bold";
}
.gitexBanner .bannerContent .eventWrapper {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 44px;
  justify-content: center;
  font-family: "RedHatDisplay-Bold";
  letter-spacing: 0.8px;
  display: inline-flex;
}
@media screen and (max-width: 510px) {
  .gitexBanner .bannerContent .eventWrapper {
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  .gitexBanner .bannerContent .eventWrapper {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .gitexBanner .bannerContent .eventWrapper {
    display: none;
  }
}
.gitexBanner .bannerContent .eventWrapper .eventMain {
  padding: 0 25px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #3D0D1F;
  color: #fff;
  margin-right: 4px;
  border: 2px solid #fff;
}
@media screen and (max-width: 991px) {
  .gitexBanner .bannerContent .eventWrapper .eventMain {
    justify-content: center;
  }
}
@media screen and (max-width: 390px) {
  .gitexBanner .bannerContent .eventWrapper .eventMain {
    gap: 6px;
  }
}
.gitexBanner .bannerContent .eventWrapper .eventMain.eventDate {
  border-radius: 40px 0 0 40px;
  padding: 10px 10px 10px 25px;
}
.gitexBanner .bannerContent .eventWrapper .eventMain.eventMonth {
  padding: 10px 15px;
}
.gitexBanner .bannerContent .eventWrapper .eventMain.eventLocation {
  background-color: #fff;
  color: #1b1b1b;
  border-radius: 0 40px 40px 0;
  border-width: 0;
}
.gitexBanner .bannerContent .eventWrapper .eventMain.eventLocation .eventYear {
  border: 2px solid #fff;
  padding: 10px 17px;
  background-color: #3D0D1F;
  color: #fff;
  border-radius: 0 40px 40px 0;
  margin-right: 4px;
}
.gitexBanner .bannerContent .mobileEventMain {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 40px;
  justify-content: center;
  font-family: "RedHatDisplay-Bold";
  letter-spacing: 0.8px;
  display: inline-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
@media (max-width: 767px) {
  .gitexBanner .bannerContent .mobileEventMain {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .gitexBanner .bannerContent .mobileEventMain {
    margin-top: 22px;
    font-size: 15px;
  }
}
@media screen and (max-width: 350px) {
  .gitexBanner .bannerContent .mobileEventMain {
    font-size: 13px;
  }
}
.gitexBanner .bannerContent .mobileEventMain .mobEvenyDate {
  padding: 10px 52px;
  background: #3D0D1F;
  color: #fff;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 576px) {
  .gitexBanner .bannerContent .mobileEventMain .mobEvenyDate {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 576px) {
  .gitexBanner .bannerContent .mobileEventMain .mobEvenyDate svg {
    width: 18px;
    height: 18px;
  }
}
.gitexBanner .bannerContent .mobileEventMain .eventLocation {
  padding: 10px 20px;
  border-radius: 40px !important;
  margin-right: 0;
  margin-top: 15px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 576px) {
  .gitexBanner .bannerContent .mobileEventMain .eventLocation {
    padding: 10px 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .gitexBanner .bannerContent .mobileEventMain .eventLocation svg {
    width: 18px;
    height: 18px;
  }
}
.gitexBanner .bannerContent .customBtn {
  margin: 40px auto 0;
  background: #3D0D1F;
  border: 1px solid #3D0D1F;
  color: #fff !important;
  padding: 18px 75px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "RedHatDisplay-Semibold";
  display: block;
  width: 443px;
}
.gitexBanner .bannerContent .customBtn:focus {
  box-shadow: none;
}
@media screen and (max-width: 576px) {
  .gitexBanner .bannerContent .customBtn {
    margin-top: 25px;
    width: 100%;
    padding: 13px 10px;
  }
}

.ditsekTeam {
  background: linear-gradient(2.87deg, #E8F7FF 0%, #FEEBEB 100%);
  padding: 70px 0px;
}
@media (max-width: 576px) {
  .ditsekTeam {
    padding: 40px 0px;
  }
}
.ditsekTeam .ourTeamHead {
  padding-bottom: 30px;
  max-width: 840px;
  margin: auto;
}
.ditsekTeam .ourTeamHead h2 {
  font-family: "RedHatDisplay-Medium";
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 1px;
  color: #3D0D1F;
}
.ditsekTeam .aboutTeamWrapper .teamCard {
  background-color: #f9f9f9;
  padding: 30px 15px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 10px;
}
.ditsekTeam .aboutTeamWrapper .teamCard .imageThumbnail {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .ditsekTeam .aboutTeamWrapper .teamCard .imageThumbnail {
    margin-bottom: 0px;
  }
}
.ditsekTeam .aboutTeamWrapper .teamCard .imageThumbnail::before {
  display: none;
}
.ditsekTeam .aboutTeamWrapper .teamCard .imageThumbnail img {
  width: 100%;
  max-width: 230px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .ditsekTeam .aboutTeamWrapper .teamCard .imageThumbnail img {
    max-width: 200px;
  }
}
.ditsekTeam .aboutTeamWrapper .teamCard .imageThumbnail .socialMedias {
  position: absolute;
  right: 70px;
  bottom: 20px;
}
.ditsekTeam .aboutTeamWrapper .teamCard .imageThumbnail .socialMedias ul li {
  background: #3D0D1F;
  padding: 5px;
  border: 1px solid #3D0D1F;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  z-index: 111;
  position: relative;
  box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.1);
  list-style: none;
}
.ditsekTeam .aboutTeamWrapper .teamCard .imageThumbnail .socialMedias ul li.twitter {
  left: 72px;
  top: 16px;
}
.ditsekTeam .aboutTeamWrapper .teamCard .imageThumbnail .socialMedias ul li.facebook {
  left: 38px;
  top: 19px;
}
.ditsekTeam .aboutTeamWrapper .teamCard .imageThumbnail .socialMedias ul li.linkedin {
  left: 86px;
  bottom: -3px;
}
.ditsekTeam .aboutTeamWrapper .teamCard .imageThumbnail .socialMedias ul li a img.twitterIcon {
  min-width: 18px;
  max-width: 20px;
  object-fit: cover;
}
.ditsekTeam .aboutTeamWrapper .teamCard .imageThumbnail .socialMedias ul li a i {
  color: #fff;
  position: absolute;
  left: 12px;
  top: 9px;
  font-size: 15px;
}
.ditsekTeam .aboutTeamWrapper .teamCard .heading h3 {
  font-family: "RedHatDisplay-Medium";
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 13px 0;
  color: #3D0D1F;
}
.ditsekTeam .aboutTeamWrapper .teamCard .designation h3 {
  text-align: center;
  font-size: 20px;
  font-family: "RedHatDisplay-Bold";
  letter-spacing: 1px;
  max-width: 250px;
  color: #3D0D1F;
  margin: auto;
  padding: 22px 0 0 0 !important;
  line-height: 25px;
  word-spacing: 1px;
}
@media (max-width: 767px) {
  .ditsekTeam .aboutTeamWrapper .teamCard .designation h3 {
    font-size: 17px;
    line-height: 22px;
  }
}

.workInfo {
  padding: 80px 0px;
}
.workInfo .service-card .card {
  border-radius: 12px;
  position: relative;
}
.workInfo .service-card .card .card-img-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.workInfo .service-card .card .card-img-overlay .innerCard {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .workInfo .service-card .card .card-img-overlay .innerCard {
    justify-content: space-between;
  }
}
.workInfo .service-card .card .card-img-overlay .innerCard h3 {
  color: #fff;
  font-family: "RedHatDisplay-Medium";
  font-size: 19.3px;
  line-height: 23.16px;
  letter-spacing: 1.29px;
}
.workInfo .service-card .card .card-img-overlay .innerCard .arrow-icon {
  margin-top: 12px;
  filter: brightness(0) invert(1);
  font-size: 24px;
}

.deliveringExcellence {
  padding: 100px 0 80px;
  background-repeat: no-repeat;
  background-image: url("../images/web-summit/delivering-excellence.png");
  background-size: cover;
}
.deliveringExcellence .innerContent h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .deliveringExcellence .innerContent h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 769px) {
  .deliveringExcellence .innerContent h2 {
    font-size: 25px;
  }
}
.deliveringExcellence .innerContent p {
  font-size: 18px;
  color: #fff;
}
.deliveringExcellence .innerContent .contactInfo {
  font-size: 16px;
  color: #fff;
  margin-bottom: 52px;
}
.deliveringExcellence .innerContent .contactInfo a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.deliveringExcellence .innerContent .contactInfo a:hover {
  text-decoration: underline;
}
.deliveringExcellence .coundown h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .deliveringExcellence .coundown h3 {
    font-size: 40px;
  }
}
@media (max-width: 769px) {
  .deliveringExcellence .coundown h3 {
    line-height: 39px;
    font-size: 32px;
  }
}
.deliveringExcellence .coundown span {
  font-family: "RedHatDisplay-Regular";
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.portfolioSection {
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 1200px) {
  .portfolioSection {
    padding: 50px 0px;
  }
}
.portfolioSection .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #0b1c3d;
}
.portfolioSection .portfolio-main .item {
  padding: 40px 0;
  height: 100%;
}
.portfolioSection .portfolio-main .portfolio-image {
  border-radius: 16px;
  overflow: hidden;
}
.portfolioSection .portfolio-main .portfolio-image img {
  width: 100%;
  height: auto;
  display: block;
}
.portfolioSection .portfolio-main .portfolio-content {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .portfolioSection .portfolio-main .portfolio-content {
    padding-top: 20px;
  }
}
.portfolioSection .portfolio-main .portfolio-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0b1c3d;
  margin-bottom: 20px;
}
.portfolioSection .portfolio-main .portfolio-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #6b7280;
  margin-bottom: 30px;
}
.portfolioSection .portfolio-main .portfolio-content .btn-portfolio {
  background: #4a1025;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
.portfolioSection .portfolio-main .portfolio-content .btn-portfolio:hover {
  background: #3a0c1c;
}
@media (max-width: 1200px) {
  .portfolioSection .portfolio-tabs {
    display: none;
  }
}
.portfolioSection .portfolio-tabs .item {
  cursor: pointer;
  padding: 12px 10px;
  position: relative;
  text-align: left;
}
.portfolioSection .portfolio-tabs .item span {
  font-size: 13px;
  color: #6b7280;
  display: inline-block;
  white-space: nowrap;
  padding-top: 12px;
}
.portfolioSection .portfolio-tabs .current .item span {
  color: #4a1025;
  font-weight: 600;
  position: relative;
}
.portfolioSection .portfolio-tabs .current .item span::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #4a1025;
  position: absolute;
  left: 0;
  top: -12px;
}
.portfolioSection #sync1.owl-theme {
  position: relative;
}
.portfolioSection #sync1.owl-theme .owl-prev,
.portfolioSection #sync1.owl-theme .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.portfolioSection #sync1.owl-theme .owl-prev svg path,
.portfolioSection #sync1.owl-theme .owl-next svg path {
  stroke: #000000;
}
.portfolioSection #sync1.owl-theme .owl-prev {
  left: -20px;
}
.portfolioSection #sync1.owl-theme .owl-next {
  right: -20px;
}

.developmentPartner {
  padding: 90px 0;
  background-color: #FFF3F7;
}
@media (max-width: 767px) {
  .developmentPartner {
    padding: 45px 0;
  }
}
.developmentPartner .heading {
  text-align: center;
  margin: auto;
}
.developmentPartner .heading h2,
.developmentPartner .heading p {
  color: #3D0D1F;
}
.developmentPartner .developmentFirmCarousel {
  padding-top: 40px;
}
.developmentPartner .developmentFirmCarousel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.developmentPartner .developmentFirmCarousel ul .developmentList {
  background: #ffffff;
  border: 0.69px solid #DEDEDE;
  padding: 40px;
  border-radius: 18px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.5s;
  position: sticky;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}
.developmentPartner .developmentFirmCarousel ul .developmentList:nth-child(1) {
  top: 116px;
}
.developmentPartner .developmentFirmCarousel ul .developmentList:nth-child(2) {
  top: 132px;
}
.developmentPartner .developmentFirmCarousel ul .developmentList:nth-child(3) {
  top: 148px;
}
.developmentPartner .developmentFirmCarousel ul .developmentList:nth-child(4) {
  top: 164px;
}
@media (max-width: 767px) {
  .developmentPartner .developmentFirmCarousel ul .developmentList {
    flex-direction: column;
    position: static;
    padding: 20px 25px;
  }
}
.developmentPartner .developmentFirmCarousel ul .developmentList .developmentContent {
  max-width: 540px;
}
@media (max-width: 991px) {
  .developmentPartner .developmentFirmCarousel ul .developmentList .developmentContent {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .developmentPartner .developmentFirmCarousel ul .developmentList .developmentContent {
    max-width: 100%;
  }
}
.developmentPartner .developmentFirmCarousel ul .developmentList .developmentContent h3 {
  font-family: "RedHatDisplay-Bold";
  color: #000000;
  margin-bottom: 11px;
}
@media (max-width: 575px) {
  .developmentPartner .developmentFirmCarousel ul .developmentList .developmentContent h3 {
    font-size: 18px;
  }
}
.developmentPartner .developmentFirmCarousel ul .developmentList .developmentContent P {
  color: #000000;
}
.developmentPartner .developmentFirmCarousel ul .developmentList .developmentContent .customBtn {
  margin: 20px 0px;
  border: 1px solid #3D0D1F;
  color: #3D0D1F !important;
  padding: 18px 75px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "RedHatDisplay-Semibold";
}
.developmentPartner .developmentFirmCarousel ul .developmentList .developmentContent .customBtn:focus {
  box-shadow: none;
}
@media screen and (max-width: 576px) {
  .developmentPartner .developmentFirmCarousel ul .developmentList .developmentContent .customBtn {
    margin-top: 25px;
    width: 100%;
    padding: 13px 10px;
  }
}

/*# sourceMappingURL=web-summit.css.map */
