@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Urbanist", sans-serif;
  scroll-behavior: smooth;
}

p {
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 0.3px;
}

.header_wrapper {
  position: sticky;
  z-index: 999999;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.5s;
  background: #ffffff00;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 20px rgb(255 255 255 / 33%);
}
.header_main_fx {
    background: #ffffffa3;
}

header .navbar-toggler {
    background-color: #000000 !important;
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

header .navbar-toggler:is(:focus, :focus-visible) {
    box-shadow:none !important;
    outline: none !important;
}
header .navbar-toggler-icon {
    line-height: 1.2;
}


a.navbar-brand {
  display: flex;
  transition: 0.5s;
  align-items: center;
}
a.navbar-brand:focus-visible{
  outline: none;
}

a.navbar-brand img {
  max-width: 185px;
  transition: 0.5s;
  margin-right: 6px;
}

.header_main_fx a.navbar-brand img {
  max-width: 150px !important;
}

.imglogo_cnt {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}
.navbar-nav {
    column-gap: 10px;
}
a.nav-link {
  letter-spacing: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px 0px 20px;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #ffffff00;
  padding: 0 !important;
}

#menu-menu .dropdown-toggle-icon {
    height: 25px;
    line-height: 1.4;
}

.btn1 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  background: linear-gradient(45deg, #1c3783, #02fbdf);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* ========== Animated Gradient Border ========== */
.btn1::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  /* border width */
  border-radius: 6px;
  background: linear-gradient(135deg, #1c3783, #02fbdf, #00c7ff, #1c3783);
  background-size: 300% 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderMove 3s linear infinite;
  z-index: -1;
}

@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

/* ========== Icon Animation (Same Position) ========== */
.btn1 i {
  display: inline-block;
  transition: transform 0.35s ease;
}

.btn1:hover i {
  transform: rotate(45deg) scale(1.1);
}

/* ========== Your Hover Effect ========== */
.btn1:hover {
  background: #000000;
  color: #fff;
  border-color: #000000;
  transition: 0.5s;
}

.header_btn1 .btn1 {
  background: #000;
}

.header_btn1 .btn1:hover {
  background: linear-gradient(45deg, #1c3783, #02fbdf);
  color: #fff;

  transition: 0.5s;
}

.swiper {
  padding: 140px 0 100px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: linear-gradient(45deg, #ffffff, #e0fffe);
}

.container {
  max-width: 1300px;
}

.spapes1 {
  position: absolute;
  z-index: 9999;
  bottom: -6%;
  left: 10%;
  opacity: 0.3;
}

.spapes1 img {
  width: 80px;
}

.spapes2 {
  position: absolute;
  z-index: 9999;
  top: 40%;
  left: 15%;
}

.spapes3 {
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0%;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}

@keyframes floatY {
  0% {
    transform: translateY(-40px);
  }

  50% {
    transform: translateY(40px);
  }

  100% {
    transform: translateY(-40px);
  }
}

.spapes1 {
  animation: floatY 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  will-change: transform;
}

@keyframes floatX {
  0% {
    transform: translateX(-40px);
  }

  50% {
    transform: translateX(40px);
  }

  100% {
    transform: translateX(-40px);
  }
}

.spapes2 {
  animation: floatX 9s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  will-change: transform;
}

.spapes4 {
  position: absolute;
  top: 22%;
  right: 16%;
  opacity: 0.2;
  z-index: 9;
}

@keyframes floatY {
  0% {
    transform: translateY(-40px);
  }

  50% {
    transform: translateY(40px);
  }

  100% {
    transform: translateY(-40px);
  }
}

.spapes4 {
  animation: floatY 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  will-change: transform;
}

.spapes1 img {
  width: 80px;
}

.main-heading {
  text-align: center;
  position: relative;
  z-index: 9999;
}

.main-heading h1 {
  font-size: 80px;
  line-height: 100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 25px 0;
  background: #000;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}

/* .highlight_main {
    color: #000000;
    background: #13e5da;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #13e5da;
} */
.main-heading h4 {
  font-size: 20px;
  font-weight: 400;
  color: #212121;
  max-width: 750px;
  line-height: 35px;
  margin: 0 auto;
  letter-spacing: 0.3px;
}

.buttons {
  display: flex;
  max-width: fit-content;
  margin: 30px auto 0;
  justify-content: space-between;
  gap: 20px;
}

a.btn1.cvs {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px #9d9d9d1f;
  color: #000;
}

a.btn1 i {
  margin-left: 10px;
}

a.btn1.cvs:hover {
  background: #000000;
  color: #fff;
  border-color: #000000;
  transition: 0.5s;
}

.about-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.grid-box img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

/* Rounded corner designs */
.box1 img {
  border-top-left-radius: 60px;
  transition: 0.5s;
}

.box2 img {
  border-top-right-radius: 60px;
  transition: 0.5s;
}

.box3 img {
  border-bottom-left-radius: 60px;
  transition: 0.5s;
}

.box4 img {
  border-bottom-right-radius: 60px;
  transition: 0.5s;
}

.box1 {
  transition: 0.5s;
}

.box2 {
  transition: 0.5s;
}

.box3 {
  transition: 0.5s;
}

.box4 {
  transition: 0.5s;
}

.grid-box.box2 {
  margin-top: 35px;
}

.grid-box.box3 {
  margin-top: -35px;
}

.box1:hover {
  transform: scale(1.05);
  transition: 0.5s;
}

.box2:hover {
  transform: scale(1.05);
  transition: 0.5s;
}

.box3:hover {
  transform: scale(1.05);
  transition: 0.5s;
}

.box4:hover {
  transform: scale(1.05);
  transition: 0.5s;
}

/* Center circular badge */
.badge-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(45deg, #195290, #07d9cf);
  color: #ffffff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  border: 0px solid #fff;
  box-shadow: 0px 0px 16px rgb(255 255 255 / 70%);
}

.small-title {
  color: #ffffff00;
  font-size: 18px;
  font-weight: 400;
}

.main-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  color: #212121;
  margin-top: 15px;
  margin-bottom: 10px;
}

.count {
  font-size: 32px;
  font-weight: 700;
  color: #1e40ff;
}

.count-text {
  font-size: 14px;
  color: #666;
}

.signature .sig-name {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.grid-box.box1 img {
  height: 260px;
  object-fit: cover;
}

.grid-box.box2 img {
  height: 260px;
  object-fit: cover;
}

.grid-box.box3 img {
  height: 260px;
  object-fit: cover;
}

.grid-box.box4 img {
  height: 260px;
  object-fit: cover;
}

.grid-box.box1 {
  box-shadow: 0px -10px 0px #05e4d4;
  border-radius: 66px 16px;
}

.abvt {
  position: absolute;
  top: 49%;
  left: 46%;
  max-width: 46px;
}

.sub_main_wrap {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  max-width: 707px;
  line-height: 32px;
  margin: 0 auto 20px 0;
  letter-spacing: 0.3px;
}

.main-heading p {
  font-size: 18px;
  font-weight: 400;
  color: #2e2e2e;
  max-width: 817px;
  line-height: 32px;
  margin: 0 auto 20px auto;
  letter-spacing: 0.3px;
}

section.about-section {
  padding: 90px 0;
}

.pdfr {
  padding-left: 40px;
}

section.serv_main_area {
  text-align: center;
  background-repeat: no-repeat !important;
  padding: 20px 0px;
  background: #ffffff;
  background-size: cover;
}

.serv_main_area_inner {
  position: relative;
}

span.hgd1 {
  left: 0;
  position: absolute;
  text-transform: uppercase;
  font-size: 95px;
  font-weight: 900;
  color: #ffffff00;
  -webkit-text-stroke: 2px #18508f;
  text-shadow: 0 0 10px rgb(0 255 255 / 0%), 0 0 20px rgb(0 255 255 / 0%);
  font-family: "Space Grotesk";
  z-index: 0;
  top: -113px;
  opacity: 0.6;
  animation: hgdJump1 2.5s infinite ease-in-out;
  right: 0;
}

@keyframes hgdJump1 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-6px);
  }

  /* small jump up */
  50% {
    transform: translateY(6px);
  }

  /* small jump down */
  75% {
    transform: translateY(-3px);
  }

  /* soft bounce */
  100% {
    transform: translateY(0);
  }
}

.serv_main_area_inner h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.3;
  color: #212121;
  max-width: 73%;
  margin: 0 auto 20px auto;
}

.cat-title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    text-align: left;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.serv_main_area_inner p {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  max-width: 817px;
  line-height: 32px;
  margin: 0 auto 20px auto;
  letter-spacing: 0.3px;
}

.serv_main_area_inner_right {
  position: relative;
}

.icon_set {
  margin-bottom: 20px;
  max-width: 45px;
}

.innerwt {
  text-align: left;
  margin-left: 0;
  margin-top: 15px;
}

.serv_main_area_inner_right a {
  display: flex;
}

.innerwt h3 {
  font-size: 22px;
  max-width: 100%;
  font-weight: 700;
  color: #212121;
  line-height: 28px;
  min-height: 56px;
  margin-bottom: 10px;
}

.innerwt p {
  font-size: 15px;
  font-weight: 400;
  color: #4a4a4a;
  min-height: 85px;
  margin-bottom: 10px;
  line-height: 25px;
}

.serv_main_area_inner_right {
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
  transition: ease-in-out 0.6s;
  box-shadow: 0 9px 56px rgb(0 0 0 / 4%);
  border: 1px solid transparent;
  margin-top: 30px;
  transition: 0.5s;
  margin-bottom: 40px;
}

.serv_main_area_inner_right:hover {
  transform: translateY(-4px);
  box-shadow: 2px 3px 48px rgb(0 0 0 / 10%);
  border: 1px solid #02fbdf;
  transition: 0.5s;
}

.serv_main_area_inner_right a i {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

/* Whole section */
.steps_section {
  position: relative;
  margin-bottom: 20px;
}

/* Vertical timeline line */
.steps_section:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #13e5da;
  top: 78px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 69%;
}

/* Each step row */
.step_item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 30px 0;
  min-height: auto;
}

/* ICON — perfectly center in left/right alignment */
.icon_center {
  width: 60px;
  height: 60px;
  background: #f1f3fd;
  border-radius: 50%;
  border: 1px solid #175a93;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  /* box-shadow: 0 4px 20px rgba(0,0,0,0.15); */
}

.icon_center img {
  width: 32px;
}

/* CONTENT BOX */
.step_content {
  background: #ffffff00;
  padding: 20px 30px 20px 30px;
  border-radius: 16px;
  border: 1px solid #175a93;
  box-shadow: 0 0px 10px rgb(126 126 126 / 12%);
}

.step_content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.step_content p {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  margin-bottom: 0;
}

.steps_section .container {
  max-width: 838px;
}

.nav-link:focus,
.nav-link:hover {
  color: #07d9cf;
}

span.hgd_main {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #00ffff;
  letter-spacing: 4px;
}

.hgd_main1 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: 300;
  background: linear-gradient(90deg, #04e7d5, #194c8d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0;
  padding-top: 0;
  padding-left: 59px;
}

.hgd_main1 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #00ffff;
  letter-spacing: 4px;
}

.hgd_main {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: 300;
  background: linear-gradient(90deg, #04e7d5, #194c8d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0;
  padding-top: 0;
  padding-left: 59px;
}

.hgd_main::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg,
      rgba(4, 234, 215, 0.2),
      /* start → low opacity */
      rgba(91, 165, 217, 1)
      /* end → full opacity */
    );
  border-radius: 2px;
}

.solution_img img {
  border-radius: 65px;
  height: auto;
  object-fit: cover;
}

.serv_main_area_inner_right1 {
  position: relative;
}

.serv_main_area_inner_right1 a {
  display: flex;
}

.serv_main_area_inner_right1 {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  transition: ease-in-out 0.6s;
  box-shadow: 0 9px 56px rgb(0 0 0 / 7%);
  border: 1px solid #00000012;
  margin-top: 10px;
  transition: 0.5s;
  margin-bottom: 40px;
  min-height: 332px;
}

.serv_main_area_inner_right1:hover {
  transform: translateY(-4px);
  box-shadow: 2px 3px 48px rgb(0 0 0 / 10%);
  border: 1px solid #02fbdf;
  transition: 0.5s;
}

.cta-one_content-box h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  color: #212121;
  margin-top: 0;
  margin-bottom: 10px;
}

.cta-one_content-box p {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  max-width: 707px;
  line-height: 32px;
  margin: 0 auto 20px 0;
  letter-spacing: 0.3px;
}

.cta-wrapper_one {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background: transparent;
  margin-bottom: 90px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 0px 20px #e0e0e08c;
}

.cta-one_image-box img {
  animation: floatSmooth 5s ease-in-out infinite;
  will-change: transform;
}

/* Ultra-smooth curved floating motion */
@keyframes floatSmooth {
  0% {
    transform: translate(0px, 0px);
  }

  20% {
    transform: translate(8px, -6px);
  }

  40% {
    transform: translate(12px, -12px);
  }

  60% {
    transform: translate(6px, -8px);
  }

  80% {
    transform: translate(-6px, -4px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

section.footer_main {
  background: #ffffff;
  padding: 60px 0 0 0;
  background-size: cover;
  background-position: top;
  border-top: 1px solid #f1f1f1;
}

ul.social-link {
  display: flex;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

p.para_bottom {
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  max-width: 707px;
  line-height: 24px;
  margin: 0 auto 20px 0;
  letter-spacing: 0.3px;
  padding-top: 15px;
}

ul.social-link li a {
  width: 35px;
  height: 35px;
  transition: 0.5s;
  border-radius: 50%;
  font-size: 14px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
}

ul.social-link li {
  line-height: 35px;
  text-align: center;
  transition: 0.5s;
  color: #000;
  margin-right: 10px;
}

ul.social-link li a {
  transition: 0.5s;
  color: #545454;
}

ul.social-link li a i {
  transition: 0.5s;
  font-size: 14px;
}

ul.social-link li:hover a i {
  color: #05e3d3;
  transition: 0.5s;
}

ul.social-link li:hover a {
  transform: translateY(-4px);
  box-shadow: 2px 3px 48px rgb(0 0 0 / 10%);
  border: 1px solid #02fbdf;
  transition: 0.5s;
  transition: 0.5s;
}

.quick-links h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #212121;
  transition: 0.5s;
  margin-top: 0;
}

ul.footer-link li a {
  font-size: 15px;
  font-weight: 400;
  color: #4a4a4a;
  font-family: "Poppins";
  text-decoration: none;
  display: block;
  transition: 0.5s;
  width: 100%;
  letter-spacing: 0.3px;
  margin: 10px 0;
}

ul.footer-link li a i {
  margin-right: 10px;
  transition: 0.5s;
}

ul.footer-link li:hover a {
  /* transform: translateY(-1px); */
  transition: 0.5s;
  color: #04edd9;
}

.copyright {
  margin-top: 60px;
  border-top: 1px solid #ccc;
  max-width: 1300px;
  margin: 60px auto 0 auto;
  padding: 20px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.policies_info{
    display: flex;
    align-items: center;
}
.policies_info li {
    position: relative;
    padding: 0px 15px;
}
.policies_info li:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 2px;
  height: 100%;
  background-color: #4a4a4a8f;
}
.policies_info li:last-child::after {
  display: none;
}
.policies_info.footer-link li a {
    margin: 0px 0;
}


.copyright p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
}

.newsletter-content form button {
  display: inline-block;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: linear-gradient(45deg, #1c3783, #02fbdf);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: none;
}

.newsletter-content form input {
  border: none;
  background: #ffffff00;
  padding: 0;
  border-radius: 0;
  color: #000;
  outline: none;
  font-size: 14px;
}

.newsletter-content form .form-group {
  background: #ffffff;
  display: flex;
  padding: 7px 7px 7px 14px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px #c7c7c7;
  margin: 15px 0;
  justify-content: space-between;
}

.newsletter-content p {
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  max-width: 707px;
  line-height: 24px;
  margin: 0;
  letter-spacing: 0.3px;
  padding-top: 0;
}

h4.footer-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #212121;
  transition: 0.5s;
  margin-top: 0;
}

.quick-links {
  padding: 0 50px;
}

.newsletter-content form button:hover {
  background: #000;
  transition: 0.5s;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle i {
  padding-left: 8px;
  font-size: 13px;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 12px;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0;
  font-size: 16px;
  color: #194e8e;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid rgb(25 75 141 / 0%);
  border-radius: 8px;
  box-shadow: 0px 0px 3px #25252540;
}

ul.dropdown-menu li a {
  letter-spacing: 0.5px;
  font-size: 15px;
  text-align: left;
  padding: 10px 20px;
  font-weight: 500;
  color: #474747;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  background-color: #04dac8;
}


.baclground_main_heading h5 i {
  transition: 0.5s;
}

.baclground_main_heading h5:hover i {
  background: #05fee1;
  transition: 0.5s;
}

section.main_inner_banner_bg {
  background: linear-gradient(314deg, #000a20, #216ae3, #06b3d5);
  padding: 100px 0 100px 0;
  overflow: hidden;
  position: relative;
}

.main_inner_banner_bg_wrap h1 {
  font-size: 60px;
  line-height: normal;
  max-width: 100%;
  margin: 0 auto 0;
  padding: 0 0 25px 0;
  -webkit-background-clip: text;
  color: #ffffff;
  font-weight: 700;
}

.main_inner_banner_bg_wrap .breadcrumb-item a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.main_inner_banner_bg_wrap .breadcrumb-item.active {
  color: #f2f2f2;
}

.spapesset_wrap {
  position: absolute;
  z-index: 9;
  top: -100px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  max-width: 828px;
  margin: 0 auto;
  opacity: 0.2;
  animation: rotateElement 50s linear infinite;
  width: 100%;
}

.spapesset_wrap img {
  width: 100%;
}

/* small rotate keyframe used for the banner image */
@keyframes rotateElement {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Why / content sections */
section.why_we_main_wrap_abt,
section.why_we_main_wrap_abt1 {
  padding: 90px 0;
  background: linear-gradient(181deg, transparent, transparent);
}

.inner-box {
  max-width: 1024px;
  margin: 0 auto;
}

.inner-box h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.3;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

.inner-box p {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  max-width: 707px;
  line-height: 32px;
  margin: 0 auto 20px 0;
  letter-spacing: 0.3px;
}

/* number-heading style used in those sections */
h2.brg_new {
  padding-left: 10px;
}

.brg_new span {
  display: block;
  font-size: 18px;
  color: #1b3d8a;
}

/* Image stacks used beside text */
.img_ai,
.img_ai3 {
  position: relative;
  max-width: 518px;
  margin: 0 auto;
}

.img_ai img,
.img_ai3 img {
  border-radius: 30px;
  border: 9px solid #ededed;
}

.img_ai1,
.img_ai4 {
  position: absolute;
  max-width: 290px;
  bottom: -10%;
}

.img_ai1 {
  left: -15%;
}

.img_ai4 {
  right: -15%;
}

.img_ai1 img,
.img_ai4 img {
  border: 9px solid #fff;
  border-radius: 30px;
  animation: moveUpDown 7s linear infinite;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(20px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(20px);
  }
}

/* Background / extra content block (toggle area) */
.content_main_back_area {
  /* wrapper - present in HTML */
}

.baclground_main_heading h5 {
  font-size: 52px;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  background: #1d3a86;
  display: flex;
  max-width: 1270px;
  margin: 40px auto 30px auto;
  border-radius: 15px;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

.baclground_main_heading h5 i {
  margin-left: 50px;
  background: #03fce0;
  border: 1px solid #03fce0;
  border-radius: 100%;
  font-size: 25px;
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
}

/* Toggle area (hidden by default, shown by JS) */
/* .side_clk {
  display: none;
} */

/* Congress / left-right content block */
.congress_main_in {
  text-align: left;
  margin-bottom: 70px;
}

.congress_main_in h2 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #212121;
}

.congress_main_in p {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  max-width: 707px;
  line-height: 32px;
  margin: 0 auto 20px 0;
  letter-spacing: 0.3px;
}

/* image block in that area */
.imgh_block img {
  width: 100%;
  border-radius: 8px;
}

/* News / post tile area */
section.news_area {
  background: #cfcfcf45;
  padding: 40px 0;
  border-radius: 0 15px 0 0;
}

.post-slide {
  border-radius: 15px;
  margin: 15px 0;
  overflow: hidden;
  border: 1px solid #b4b4b4;
}

.post-img img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  display: block;
}

.post-slide .post-content {
  background: #0a183b;
  padding: 10px 20px 40px;
  border-radius: 0 0 15px 15px;
  margin-top: 0;
}

.post-slide h3 {
  padding-top: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.post-slide .post-description {
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 13px;
  font-size: 16px;
  min-height: 67px;
}

.post-slide .post-date {
  color: #ffffff;
  font-size: 12px;
}

.post-slide .read-more {
  padding: 7px 16px;
  float: right;
  font-size: 14px;
  background: transparent;
  color: #ffffff;
  border-radius: 25px;
  border: 2px solid rgba(255, 255, 255, 0.61);
}

/* Timeline / years area */
section.yearmainarea {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 99;
  max-width: 1360px;
  margin: 0 auto;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #1d3a86;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 50%;
  margin-left: -3px;
}

.yearmain {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 99;
}

.yearmain h2 {
  font-size: 16px;
  background: #1d3a86;
  display: inline-flex;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 800;
  box-shadow: 0px 0px 6px #26314dbd;
  /* border: 4px solid red; */
}

.k1 .cont {
  padding: 10px 40px;
  position: relative;
  width: 50%;
  background-color: inherit;
}

.k1 .cont::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -8px;
  border-radius: 50%;
  top: 23px;
  border: 3px solid #00f8dd;
  background: #e2fffcf2;
}

.left {
  left: 0;
  text-align: right;
}

.right {
  left: 50%;
  text-align: left;
}

.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #1d3a86;
}

.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #1d3a86 transparent transparent;
}

.content {
  padding: 16px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid #c6c6c6;
  background: linear-gradient(180deg,
      rgba(191, 209, 255, 0%) 14%,
      rgba(29, 58, 134, 0%) 93%);
}

.content span {
  font-size: 20px;
  font-weight: 700;
  color: #193583;
  display: block;
  margin-bottom: 5px;
}

.content h2 {
  font-size: 15px;
  font-family: 'Poppins';
  color: #646464;
  font-weight: 400;
  line-height: 25px;
}

.main_inner_banner_bg_wrap {
  position: relative;
  text-align: center;
  z-index: 9999;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}

.brg_new {
  position: relative;
}

h2.brg_new {
  padding-left: 0;
}

.align_main_background.side_clk {
    flex-wrap: wrap;
    display: flex;
}

.k1 .cont.right::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  left: -11px;
  border-radius: 50%;
  top: 23px;
  border: 3px solid #00f8dd;
  background: #e2fffcf2;
}

section.news_area {
  width: 30%;
  display: inline-block;
}


section.yearmainarea.mobliehd1 {
  width: 68%;
  display: inline-block;
}

h5#click_to_show_cnt:hover i {
  background: #ffffff;
  border-color: #ffffff;
  color: #03fee1;
  transition: 0.5s;
}

section.speakers-section-three {
  padding: 90px 0;
}

section.pd_ {
  padding: 90px 0 40px 0;
}

.subheading {
  text-align: center;
  /* border: 1px solid #bdbfbf; */
  max-width: 150px;
  margin: 0 auto 15px auto;
  border-radius: 100px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 400;
  color: #1a367f;
  box-shadow: 0px 0px 8px #5250504a;
}

.sec-title h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: #1c3a86;
  margin-top: 0;
  margin-bottom: 50px;
  max-width: 750px;
  margin: 0 auto 60px auto;
}


.speaker-block-three .inner-box {
  /* background: #e4e4e4; */
  /* padding: 20px; */
  border-radius: 30px;
  /* box-shadow: 0px 0px 10px #9b9b9b63; */
  position: relative;
  margin: 30px 30px;
}

figure.image a img {
  height: 364px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

ul.social-links.social-icon-colored {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.social-box {
  position: absolute;
  top: 0;
  bottom: 54px;
  right: 0;
  left: 0;
  transition-duration: 0.5s;
  opacity: 0;
  background: linear-gradient(45deg, #000000, transparent);
  border-radius: 30px;
  padding: 25px;
}

.info-box {
  position: relative;
  z-index: 999;
  background: #0c2d68;
  padding: 15px;
  border-radius: 15px;
  margin-top: -51px;
  margin-left: 15px;
  margin-right: 15px;
}

.info-box h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

h4.name {
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 400;
  letter-spacing: 0.3px;
}

ul.social-links.social-icon-colored li a i {
  border: 1px solid #ffffff;
  /* padding: 15px; */
  display: inline-block;
  border-radius: 41px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}


.speaker-block-three .inner-box:hover .social-box {
  opacity: 1;
  transition-duration: 0.5s;
}

ul.social-links.social-icon-colored li:hover a i {
  transform: translateY(-4px);
  box-shadow: 2px 3px 48px rgb(0 0 0 / 10%);
  border: 1px solid #02fbdf;
  transition: 0.5s;
  transition: 0.5s;
}

h2.section-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  color: #1c3985;
  margin-top: 60px;
  margin-bottom: 20px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 3rem;
}

.team-card {
  background: #ffffff;
  border: 1px solid #00000000;
  padding: 30px;
  text-align: center;
  border-radius: 30px;
  transition: 0.3s;
  box-shadow: 0px 0px 6px 0px #00000038;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: #03fce0;
}

.team-card h3 {
  font-weight: 700;
  font-size: 20px;
}

.photo-placeholder img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    transition: 0.5s;
    border: 6px solid #ededed;
    margin-bottom: 10px;
    object-fit: cover;
    box-shadow: 0px 4px 8px #03fce045;
}

.team-card:hover .photo-placeholder img{
      transform: translateY(-10px);
      transition: 0.5s;
      box-shadow: 0px 0px 0px #03fce045;
}

.role {
  color: #183a8d;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.bio-text {
  font-size: 15px;
  color: #434343;
  margin-top: 0.5rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0;
}

p.section-desc {
  font-size: 16px;
  max-width: 600px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #212121;
}

.p_space {
  padding-bottom: 70px;
}


.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  margin-top: 3rem;
  padding-bottom: 6rem;
}

.col {
  padding-right: 2rem;
}

.content_main_wrap_cnt label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1px;
}

.content_main_wrap_cnt input,
select,
textarea {
  width: 100%;
  padding: 0.8rem 0;
  border: none;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  font-size: 16px;
  background: #00000012;
  outline: none;
  transition: 0.3s;
  margin-bottom: 15px;
}

.content_main_wrap_cnt input:focus {
  border-bottom-color: var(--brand-navy);
}

.content_main_wrap_cnt h2 {
  font-size: 50px;
  font-weight: 700 !important;
  line-height: 1.8!important;
  color: #212121;
  margin-top: 0px;
}

.content_main_wrap_cnt p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(74, 74, 74);
  max-width: 100%;
  line-height: normal;
  letter-spacing: 0.3px;
  margin: 0px auto 20px 0px;
}

.content_main_wrap_cnt p span {

  font-weight: 700;
}

.content_main_wrap_cnt {
  padding: 90px 0 0 0;
}

.contact-grid h3 {
  font-size: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: rgb(28, 57, 133);
  margin-top: 0;
  margin-bottom: 10px;
}



.contact-grid form button {
  background: #1a4589;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-top: 0px;
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fff;
}

.content_main_wrap_cnt select {
  width: 100%;
  padding: 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  font-size: 16px;
  background: #00000012;
  outline: none;
  transition: 0.3s;
  margin-bottom: 15px;
}

.newzcv .innerwt h3 {
  min-height: auto;
}

.space_text .inner-box h2 {
  font-size: 40px;
}

.hgd_main1 {
  padding-left: 0 !important;
}


.img_ai:hover {
  transform: scale(1.05);
  transition: 0.5s;
}

.img_ai {
  transition: 0.5s;
}

.img_ai img,
.img_ai3 img {
  transition: transform 0.5s ease;
}

.img_ai:hover img,
.img_ai3:hover img {
  transform: scale(1.05);
}

a.btn_click {
  color: #1a458a;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

a.btn_click i {
  margin-left: 6px;
}

.serv_main_area_inner_right:hover a i {
  margin-left: 10px;
  transition: 0.5s;
}









.section-box {
  background: #ededed00;
  border-radius: 0;
  padding: 0;
  box-shadow: 0px 0px 19px rgb(255 255 255 / 0%);
  border: 0px solid #eee;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    padding: 0;
    background: #ffffff00;
    border-radius: 0;
    display: block;
    color: #ffffff;
    text-align: left;
    margin-bottom: 50px;
}
.timeline {
  position: relative;
  margin-left: 0;
}

.timeline-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
}

.timeline-line {
  position: absolute;
  left: 27px;
  top: 95px;
  width: 2px;
  height: 100%;
  background: #09fee5;
  z-index: 0;
}

/* Remove line after last */
.timeline-item:last-child .timeline-line {
  display: none;
}

.number-badge {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 55px;
  background: #010c25;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  border: 2px solid #06fee5;
}

.timeline-item:hover .number-badge {
  transform: scale(1.1);
  background: #0846c3;
}

.point-content {
  background: #00000000;
  padding: 33px;
  border-radius: 100px;
  /* border-left: 5px solid #ffffffc7; */
  width: 100%;
  transition: 0.3s;
  margin-bottom: 40px;
  box-shadow: 0px 0px 9px #fffffffa;
}

.timeline-item:hover .point-content {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.point-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.point-content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

section.step_main_wrap {
  padding: 90px 0;
  background: #010c25;
}

.timeline-item:hover .number-badge {
  transform: scale(1.1);
  background: #08e7d0;
}

.inner-box ul li {
  font-size: 16px;
  font-weight: 700;
  color: #212121;
  line-height: 35px;
}


.filter-btns button {
  font-size: 16px;
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  background-color: #ffffff;
  border-radius: 40px;
  color: #1d3882;
  transition: 0.5s;
  border: 1px solid #1c3783;
}

.filter-btns button.active {
  background: #1c3882;
  color: #fff;
}

.filter-btns button:hover {
  transform: translateY(-3px);
  transition: 0.5s;
}


.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}



section.serv_main_area .card {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  transition: ease-in-out 0.6s;
  box-shadow: 0px 0px 9px rgb(0 0 0 / 17%);
  border: 1px solid transparent;
  margin-top: 30px;
  transition: 0.5s;
  margin-bottom: 0;
}

section.serv_main_area h5.card-title {
  font-size: 22px;
  max-width: 100%;
  font-weight: 700;
  color: #212121;
  line-height: 28px;
}

section.serv_main_area p.card-text {
  font-size: 15px;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 10px;
  line-height: 25px;
}

section.serv_main_area .card-body {
  padding: 20px 0 0 0;
  text-align: left;
}

section.serv_main_area .card img {
  border-radius: 15px;
}

section.serv_main_area .card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
}

.newsletter-sub {
  font-size: 15px;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 10px;
  line-height: 25px;
}

.newsletter-input {
  padding: 12px 15px;
  border-radius: 6px;
  border: 1px solid #bbb;
}

.newsletter-btn {
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 600;
}

.newsletter-sec {
  background: #f8f8f8;
  padding: 90px 0;
}

h2.newsletter-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.3;
  color: #212121;
}


.newsletter-sec .newsletter-content {
  max-width: 440px;
  margin: 0 auto;
}

.newsletter-sec .newsletter-content form button {
  padding: 10px 25px;
  font-size: 16px;
}

.newsletter-sec .newsletter-content form .form-group {
  margin: 15px 0 0;
}





.event-card {
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    margin-bottom: 60px;
}

    .badge-featured {
        background: #255cff;
        font-size: 12px;
        padding: 4px 10px;
    }
    .event-image {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
    .tag {
        font-size: 12px;
        background: #eef3ff;
        padding: 5px 10px;
        border-radius: 6px;
        color: #255cff;
        display: inline-block;
        margin-bottom: 10px;
    }
  .small-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
    section.event_area {
    padding: 90px 0;
    background: #ededed54;
}
section.event_area h4 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.3;
    color: #212121;
    max-width: 100%;
    margin: 0 auto 40px auto;
    text-align: center;
}
.event-card h6 {
    font-size: 18px;
    max-width: 100%;
    font-weight: 700;
    color: #212121;
    line-height: 28px;
}
.event-card p {
    font-size: 15px;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom: 10px;
    line-height: 25px;
}
.event-card span {
    font-weight: 700;
    font-size: 12px;
    color: #1a478a;
}

.serv_main_area_inner_btn {
    text-align: center;
}

.linkd i {
    padding: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
    border: 1px solid #0d6efd;
    margin-top: 10px;
    font-size: 14px;
}

p.section-desc.cxv {
    max-width: 100%;
    text-align: left;
    margin-bottom: 25px;
}
.pillor_main_inner_main {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

h2.heading_pillor {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 15px;
    letter-spacing: 0;
    color: #000;
    font-weight: 800;
    text-align: center;
}
.pillor_main_inner {
    height: 100%;
}
.card-container {
    height: 100%;
    display: flex;
}
.pillor_main_inner_main .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #1d3a86;
    background-clip: border-box;
    border: 2px solid rgb(29 58 134);
    border-radius: 15px;
    padding: 25px;
    transition: 0.5s;
    box-shadow: 0px 0px 10px #ffffff40;
    margin-top: 25px;
}

.icon1 {
    max-width: 70px;
    margin-bottom: 20px;
}
.pillor_main_inner_main .card h3 {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
}
.pillor_main_inner_main .card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pillor_main_inner_main .card ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    min-height: 292px;
}
.pillor_main_inner_main  .card ul li {
    color: #fff;
    margin-top: 15px;
    letter-spacing: 0.3px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.pillor_main_inner_main .card ul li img {
    max-width: 20px;
    margin-right: 15px;
}
.pillor_main_inner_main  .cl5 {
    background: #003630;
    border: 2px solid #003630;
}
.pillor_main_inner_main .cl6 {
    background: #000c2f;
    border: 2px solid #000c2f;
}
.pillor_main_inner_main .cl7 {
    background: #000000;
    border-color: #000;
}
.pillor_main_inner_main .cl8 {
    background: #007f74;
    border-color: #007f7400;
}
.pillor_main_inner_main .card:hover {
    background-color: #0e2256;
    transition: 0.5s;
}



.image_shedual {
	position: sticky;
	background-image: url("https://eventify-html-demo.vercel.app/assets/img/all-images/event/event-img7.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 9px;
	width: 100%;
	height: 600px;
	display: flex;
	align-items: center;
	top: 20px;
}

.image_shedual::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	transition: all 0.4s;
	background: #002466;
	opacity: 0.85;
	border-radius: 8px;
}

.shedual_inner_div {
	position: relative;
	z-index: 99;
	padding: 20px 40px;
}

.shedual_section .accordion-item {
    margin-bottom: 24px;
    border-radius: 8px;
    padding: 28px 24px;
    border-radius: 8px;
    border: 1px solid rgb(1 246 220) !important;
}

#headingOne {
	box-shadow: none;
	background: transparent !important;
}

 button.accordion-button {
	background: transparent !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
	font-size: 18px;
	color: #363d4a !important;
	font-weight: 600;
	padding: 0;
	display: block;
}

button.accordion-button i {
	margin-right: 10px;
	font-size: 18px;
}

.accor-date {
	display: block;
	margin-bottom: 15px;
}

.accor-btn {
    color: #1c3b8d;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: block;
    padding-bottom: 0;
}
.accordion-button::after {

display: none;
}
.accordion-body {
    padding: 5px 0px 0px;
    color: #212121;
    font-weight: 400;
    font-size: 15px;
}
.abt_heading h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.shedual_inner_div p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    line-height: 30px;
}
span.accor-date {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
span.accor-date i {
    font-size: 14px;
    font-weight: 600;
    color: #01f6dc;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-right: 5px;
}
.shedual_section .accordion-button {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.img_dwn {
    max-width: 20px;
}
.accordion-body p {
    margin-bottom: 0;
}



.entry-title {
    font-size: 50px;
    font-weight: 700 !important;
    line-height: 1.8!important;
    color: #212121;
    margin-top: 0px;
}

.entry-content, .entry-header {
  max-width: 1300px !important;
  width: 100%;
  padding: 0px 12px;
}
.entry-content *{  
  max-width: 100% !important;
}

.entry-content .wp-block-heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}
.entry-content p{
  font-size: 16px;
  line-height: 26px;
  margin: 0px 00px 10px 0px;
}



@media screen and (min-width: 768px) {
  .mobliehd2 {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  #menu-menu {
    column-gap: 10px;
  }
   #menu-menu a.nav-link {
    margin: 0 8px 0px 15px;
  }
  .header_btn1 .btn1 {
      padding: 10px 14px;
  }
  #menu-menu .nav-item .dropdown-toggle-icon {
      line-height: 1.5;
      font-size: 16px;
  }
  .solution_img img {
      height: 100vw;
      width: 100%;
  }
  .newsletter-content form input {
    max-width: 55%;
  }
  .swiper {
      padding: 60px 0 100px 0;
  }
  .main-heading h1 {
      font-size: 65px;
      line-height: 80px;
  }
  .main-title, .inner-box h2, .serv_main_area_inner h2, .content_main_wrap_cnt h2 {
      font-size: 45px;
  }
  .baclground_main_heading h5 {
      font-size: 40px;
      max-width: 97%;
  }
  .serve_grid_card .serv_main_area_inner_right {
      padding: 25px 15px;
      margin-bottom: 40px;
  }
   .serve_grid_card .icon_set {
      margin-bottom: 10px;
      max-width: 35px;
  }
  .innerwt h3 {
      font-size: 18px;
      line-height: 26px;
      min-height: 60px;
      margin-bottom: 10px;
  }
  section.pd_ {
      padding: 60px 0 40px 0;
  }
}
@media only screen and (max-width: 991px) {
  .container, .copyright{
      padding-inline: 20px;
  }
  #menu-menu {
      column-gap: 10px;
      row-gap: 15px;
      margin: 15px 0px;
  }
  .dropdown-menu.show {
      box-shadow: none;
  }
  .dropdown-toggle-icon {
      top: 0px !important;
  }
  .main-heading h1 {
      font-size: 60px;
      line-height: 75px;
  }
  .sub_main_wrap, .congress_main_in p, .inner-box p{
      max-width: 100%;
  }
  .about-grid {
      margin-top: 40px;
  }
  section.about-section, section.serv_main_area {
      padding: 50px 0;
  }
  .cta-wrapper_one {
      background-size: cover;
      background-position: bottom;
      margin: 50px 0px;
  }
  .cta-one_image-box {
    margin-top: 40px;
    text-align: center;
  }
  .quick-links {
    padding: 0px;
  }
  .serv_main_area_inner_right {
      margin-top: 0px;
  }

  .align_main_background.side_clk1 {
      row-gap: 40px;
  }
  .img_ai, .img_ai3 {
      max-width: 100%;
      margin-bottom: 15px;
  }
  .img_ai:hover img, .img_ai3:hover img {
      transform: scale(1.01);
  }
  .img_ai:hover {
      transform: scale(1);
  }
 .header_btn1 {
      margin: 14px;
  }
  .contact-grid {
      grid-template-columns: 2fr 1fr 1fr;
      gap: 2rem;
  }
  .col {
    padding-right: 1rem;
}

}
@media only screen and (max-width: 767px) {
  header .navbar-toggler-icon {
    display: inline-block;
    width: 18px;
    height: 24px;
    line-height: 1;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0 !important;
  }
  
  button.navbar-toggler {
    background: #000;
  }
  
  .show {
    background: #ffffff;
    padding: 15px 0 20px 0;
  }
  
  .btn1 {
    padding: 12px 24px;
    font-size: 15px;
  }
  
  .main-heading h1 {
    font-size: 40px;
    line-height: normal;
    max-width: 100%;
    padding: 0 0 20px 0;
  }
  .swiper {
      padding: 35px 0 70px 0;
  }
  .main-heading p {
    font-size: 16px;
    line-height: normal;
  }
  
  .buttons {
    display: flex;
    max-width: 100%;
    margin: 30px auto 0;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  /* .swiper {
    padding: 120px 0 80px 0;
  } */
  
  /* section.about-section {
    padding: 70px 0;
  } */
  
  span.hgd_main {
    font-size: 15px;
  }
  
  .main-title, .content_main_wrap_cnt h2 {
    font-size: 40px;
    line-height: normal;
    margin-top: 15px;
  }
  
  .sub_main_wrap {
    font-size: 15px;
    line-height: normal;
  }
  
  .serv_main_area_inner h2 {
    font-size: 40px;
    line-height: normal;
    max-width: 100%;
  }
  
  .serv_main_area_inner p {
    font-size: 15px;
    line-height: inherit;
  }
  
  .about-grid {
    margin-top: 60px;
  }
  
  .serv_main_area_inner_right {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .solution_img img {
    border-radius: 30px;
    height: auto;
    object-fit: cover;
  }
  
  /* section.about-section {
    padding: 70px 0 00px 0;
  }
   */
  .pdfr {
    padding-left: 15px;
  }

  
  .serv_main_area_inner_right1 {
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: auto;
  }
  
  .cta-one_content-box h2 {
    font-size: 40px;
    line-height: normal;
  }
  
  .cta-wrapper_one {
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 70px;
  }
  
  .cta-one_image-box {
    margin-top: 43px;
  }
  
  section.footer_main {
    padding: 40px 0 0 0;
  }
  
  .cta-wrapper_one {
    margin-bottom: 50px;
    margin-top: 70px;
  }

  ul.social-link {
    margin-bottom: 25px;
  }
  
  .quick-links h3 {
    font-size: 18px;
  }
  
  
  .copyright {
      margin: 50px auto 0 auto;
      padding: 20px 20px;
      flex-direction: column;
      row-gap: 10px;
  }
  
  a.nav-link {
    margin: 10px 12px;
  }
  
  .dropdown-menu[data-bs-popper] {
    margin-top: 4px !important;
  }
  
  ul.dropdown-menu li a {
    padding: 10px 10px;
  }
  
  ul.dropdown-menu {
    padding: 0 !important;
  }
  
  .dropdown-menu.show {
    display: inline-block;
    margin-left: 15px;
  }
  
  .navbar-collapse {
    background: #ffffff;
    overflow: auto;
    height: 100vh;
    padding: 0;
  }
  
  
  .baclground_main_heading h5 {
    font-size: 30px;
    font-weight: 700;
    margin: 15px;
    border-radius: 10px;
    padding: 15px;
  }
  
  .main_inner_banner_bg_wrap h1 {
    font-size: 60px;
    line-height: normal;
  }
  
  section.main_inner_banner_bg {
    padding: 90px 0;
  }
  
  .img_ai4 img {
    display: none !important;
  }

  section.why_we_main_wrap_abt {
    padding: 50px 0 50px 0;
  }
  
  .img_ai {
    margin: 20px auto 0 auto !important;
  }
  
  .vlu_list ul li {
    width: 48%;
    font-size: 16px;
  }
  
  .main_inner_banner_bg_wrap h1 {
    font-size: 40px;
  }
  
  .main_inner_banner_bg_wrap .breadcrumb-item a {
    font-size: 15px;
  }
  
  .space_text .inner-box h2, .section-title, h2.heading_pillor {
    font-size: 35px;
  }
  
  .inner-box p {
    font-size: 15px;
    line-height: 28px;
  }
  
  /* section.serv_main_area {
    padding: 70px 0px;
  } */
 
  
  .inner-box h2 {
    font-size: 35px;
  }
  
  section.pd_ {
      padding: 30px 0 50px 0;
  }
  
  h2.section-title {
    font-size: 30px;
    margin-top: 40px;
  }
  
  .newsletter-sec {
    padding: 70px 0;
  }
  
  h2.newsletter-title {
    font-size: 40px;
  }
  
  section.serv_main_area {
    padding: 0 0 20px 0px;
  }
   section.serv_main_area.newzcv {
      padding: 50px 0 20px 0px;
  }

  .cta-wrapper_one {
    margin-bottom: 50px;
    margin-top: 20px;
}

  .content_main_wrap_cnt h2 {
    font-size: 40px;
  }
  .contact-grid {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .content_main_wrap_cnt {
    padding: 70px 0 0 0;
  }
  .col {
    padding-right: 0;
  }
  .col {
    flex: auto;
  }
  .contact-grid {
    padding-bottom: 70px;
  }
  .timeline-line {
    width: 0px;
  }
  .number-badge {
    width: 35px;
    height: 35px;
    font-size: 16px;
    margin-right: 20px;
    border: 1px solid #06fee5;
  }
  section.step_main_wrap {
    padding: 70px 0;
  }
  .point-content {
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .number-badge {
    display: none !important;
  }
  .point-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  section.event_area h4 {
    font-size: 40px;
  }
  .mobliehd1 {
    display: none !important;
  }
  section.news_area {
    width: 100%;
  }
  .ghfr {
    flex-direction: column-reverse;
  }
  .cont {
    text-align: left !important;
    margin-bottom: 50px;
  } 
  .yearmain {
    margin-top: 40px;
  }
  .left::before {
    display: none;
  }
  .right::before {
    display: none;
  }
  .pillor_main_inner_main {
    padding: 70px 0;
  }
  .pillor_main_inner_main .card ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    min-height: auto;
  }
  .container {
      padding: 0px 20px;
  }

  .serve_grid_card .serv_main_area_inner_right {
      padding: 25px 25px;
      margin-bottom: 20px;
  }

  .cat-title {
      font-size: 30px;
      line-height: 35px;
  }
  .shedual_section .accordion-item {
      margin-top: 30px;
  }

}


@media only screen and (max-width: 576px) {

  .header_wrapper a.navbar-brand img {
      max-width: 150px !important;
  }
  .header_main_fx a.navbar-brand img {
      max-width: 130px !important;
  }

  .main_inner_banner_bg_wrap h1 {
      font-size: 35px;
  }
  .main-heading h1 {
      font-size: 35px;
  }
  .swiper, section.event_area {
      padding: 50px 0 80px 0;
  }
  .main-title, .serv_main_area_inner h2, .cta-one_content-box h2, .inner-box h2, .congress_main_in h2, .content_main_wrap_cnt h2, .space_text .inner-box h2, .section-title, h2.heading_pillor{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .grid-box img {
      height: 210px !important;
  }
  section.about-section {
      padding: 50px 0 50px 0;
  }
  .content_main_wrap_cnt {
    padding: 50px 0 0 0;
}
  section.serv_main_area {
      padding: 0 0 0px 0px;
  }
  .icon_set {
      margin-bottom: 10px;
      max-width: 35px;
  }
  .innerwt h3 {
    font-size: 20px;
  }
  .cta-wrapper_one {
      margin-bottom: 50px;
      margin-top: 0px;
      padding: 20px;
  }
  .copyright * {
      font-size: 14px !important;
  }
  section.pd_ {
      padding: 50px 0 50px 0;
  }
  .cat-title,   .pillor_main_inner_main .card h3 {
      font-size: 22px;
      line-height: 30px;
  }
  .icon1 {
      max-width: 50px;
  }


  .hgd_main {
    margin-bottom: 10px;
  }
  .serve_grid_card {
      padding-top: 50px !important;
  }
  
  a.read-more {
      font-size: 16px;
  }
  section.serv_main_area h5.card-title {
      font-size: 18px;
      line-height: 26px;
  }
  section.serv_main_area p.card-text {
      font-size: 14px !important;
      line-height: 22px;
  }
  .abt_heading h2 {
      font-size: 30px;
  }
  .shedual_inner_div {
      padding: 20px 20px;
  }

  .image_shedual {
      height: 400px;
  }
  .shedual_section .container {
    padding: 0px;
  }
  section.serv_main_area .card img {
        height: auto;
   }
   .entry-content .wp-block-heading {
        font-size: 25px;
        line-height: 35px;
    }
}
 .nav-item.dropdown:hover > .dropdown-menu {
     display: block;
     margin-top: 30px; 
     
 }
 
 .dropdown-toggle::after { 
     display: none;
     }
  