.mission .seperator {
  margin-bottom: 30px;
  width: 35px;
  height: 3px;
  background: #777;
  border: none;
}

.mission .title {
  text-align: center;
}

.mission .title .row {
  padding: 50px 0 0;
}

.mission .title h1 {
  text-transform: uppercase;
}

.mission .title .seperator {
  margin: 0 auto 10px;
}

.mission .item {
  position: relative;
  margin-bottom: 30px;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mission .item .item-in {
  background: #fff;
  padding: 40px;
  position: relative;
}

.mission .item .item-in:hover::before {
  width: 100%;
}

.mission .item .item-in::before {
  content: '';
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 0%;
  background: #333333;
  right: 0px;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}

.mission .item h4 {
  font-size: 18px;
  margin-top: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mission .item a {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
}

.mission .item a i {
  opacity: 0;
  padding-left: 0px;
  transition: 0.4s;
  font-size: 24px;
  display: inline-block;
  top: 5px;
  position: relative;
}

.mission .item a:hover i {
  padding-left: 10px;
  opacity: 1;
  font-weight: 300;
}

.mission .item .icon img {
  position: absolute;
  height: 26px;
  cursor: pointer;
}

.mission .item .icon .icon-topic {
  opacity: 0;
  padding-left: 0px;
  transition: 0.4s;
  display: inline-block;
  top: 0px;
  position: relative;
}

.mission .item .icon:hover .icon-topic {
  opacity: 1;
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  .mission .item .icon {
    position: relative;
    top: 0;
    left: 0;
  }
}

/*====================================================
//  Variables
//  Mixins
//  Helpers
//  Common
//  Content
//  Services
//===================================================*/
/*====================================================
//  Variables
//===================================================*/
/*====================================================
//  Mixins
//===================================================*/
/*====================================================
//  Helpers
//===================================================*/

/*====================================================
//  Common
//===================================================*/

/*====================================================
//  Content
//===================================================*/
.objectives {
  position: relative;
  padding: 60px 0 60px;
}

.container-normal {
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 770px) {
  .container-normal {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container-normal {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container-normal {
    width: 1130px;
  }
}
@media (min-width: 1440px) {
  .container-normal {
    width: 1200px;
  }
}
@media (max-width: 769px) {
  .container-normal {
    width: 100%;
  }
}

/*====================================================
//  Services
//===================================================*/
.services-group {
  text-align: center;
}

.service-row-1,
.service-row-2,
.service-row-3 {
  overflow: hidden;
}

.service-row-3,
.service-row-1 {
  text-align: center;
}
.service-row-3 .service-item,
.service-row-1 .service-item {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: -2px;
  margin-left: -2px;
}

.service-row-1 .service-item:nth-child(1) .service-content:before,
.service-row-1 .service-item:nth-child(1) .service-content:after,
.service-row-1 .service-item:nth-child(3) .service-content:before,
.service-row-1 .service-item:nth-child(3) .service-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 1px;
  height: 50%;
  background-color: #ebebeb;
}
.service-row-1 .service-item:nth-child(1) .service-content:before,
.service-row-1 .service-item:nth-child(3) .service-content:before {
  left: 0;
}
.service-row-1 .service-item:nth-child(1) .service-content:after,
.service-row-1 .service-item:nth-child(3) .service-content:after {
  right: 0;
}

.service-row-2 .service-item .service-content,
.service-row-3 .service-item .service-content {
  border-left: 1px solid #ebebeb;
}
.service-row-2 .service-item:last-child .service-content,
.service-row-3 .service-item:last-child .service-content {
  border-right: 1px solid #ebebeb;
}

@media (min-width: 992px) {
  .service-row-2 .service-item:nth-child(3) .service-content,
  .service-row-2 .service-item:nth-child(7) .service-content {
    border-top: 1px solid #ebebeb;
  }
  .service-row-2 .service-item:nth-child(5n + 7) .service-content {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 771px) and (max-width: 992px) {
  .service-row-2 .service-item:nth-child(-n + 4) .service-content {
    border-top: 1px solid #ebebeb;
  }
  .service-row-2 .service-item:nth-child(4n + 4) .service-content {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 577px) and (max-width: 770px) {
  .service-row-2 .service-item:nth-child(-n + 3) .service-content {
    border-top: 1px solid #ebebeb;
  }
  .service-row-2 .service-item:nth-child(3n + 3) .service-content {
    border-right: 1px solid #ebebeb;
  }
  .service-row-2 .service-item:last-child .service-content {
    border-right: 1px solid #ebebeb;
  }
}
@media (max-width: 576px) {
  .service-row-2 .service-item:nth-child(-n + 2) .service-content {
    border-top: 1px solid #ebebeb;
  }
  .service-row-2 .service-item:nth-child(2n + 2) .service-content {
    border-right: 1px solid #ebebeb;
  }
}

.service-item {
  float: left;
  width: 20%;
}
@media (min-width: 771px) and (max-width: 992px) {
  .service-item {
    width: 25%;
  }
}
@media (min-width: 577px) and (max-width: 770px) {
  .service-item {
    width: 33.33%;
  }
}
@media (max-width: 576px) {
  .service-item {
    width: 50%;
  }
}

.service-content {
  position: relative;
  display: flex;
  width: 100%;
  height: 200px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  flex-direction: column;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 575px) {
  .service-content {
    height: 170px;
  }
}
@media (max-width: 369px) {
  .service-content {
    height: 140px;
  }
}
.service-content:hover .service-bg {
  z-index: 2;
  box-shadow: 12px 10px 57px rgba(31, 54, 77, 0.26);
  background-color: #1da1f2;
}
.service-content:hover .service-icon svg {
  fill: #ffffff !important;
}
.service-content:hover .epsilon {
  color: #ffffff;
}
.service-content .epsilon {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .service-content .epsilon {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 771px) and (max-width: 992px) {
  .service-content .epsilon {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 769px) {
  .service-content .epsilon {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 369px) {
  .service-content .epsilon {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.service-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.service-content-no-hover:hover {
  background-color: #ffffff;
}

.service-item-blue .service-content .service-bg {
  z-index: 2;
  box-shadow: 12px 10px 57px rgba(31, 54, 77, 0.26);
  background-color: #385170;
}
.service-item-blue .service-content .service-bg:hover {
  background-color: #30455f;
}
.service-item-blue .service-content .service-icon svg {
  fill: #ffffff !important;
}
.service-item-blue .service-content .epsilon {
  color: #ffffff;
}

.service-icon {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
  font-size: 50px;
  font-size: 3.125rem;
  pointer-events: none;
}
@media (min-width: 771px) and (max-width: 992px) {
  .service-icon {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .service-icon {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.service-icon svg {
  fill: #aeaeae;
}

.service-icon-big {
  margin-bottom: 0;
  font-size: 70px;
  font-size: 4.375rem;
}
@media (max-width: 575px) {
  .service-icon-big {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

/* Event Category page */
.form-search {
  border-radius: 5px;
  width: 100%;
  background: #fff !important;
  color: #8b98b6;
  font-size: 16px;
  padding: 13px 32px;
  font-weight: 400;
  border: 1px solid rgba(18, 5, 74, 0.2);
  line-height: 20px;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
}
.form-selects {
  border-radius: 5px;
  width: 100%;
  background: #fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  color: #8b98b6;
  font-size: 16px;
  padding: 13px 20px;
  font-weight: 400;
  border: 1px solid rgba(18, 5, 74, 0.2);
  line-height: 20px;
  margin-bottom: 40px;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.search-button {
  border-radius: 5px;
  width: 100%;
  background: transparent;
  color: #8b98b6;
  font-size: 22px;
  padding: 13px 0px;
  font-weight: 400;
  text-align: center;
  border: 1px solid rgba(18, 5, 74, 0.2);
  line-height: 24px;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
}

/* Pagination */

.pagination-wrapper {
  text-align: center; /* Center align the content */
}

.pagination {
  padding: 30px 0;
  display: inline-block; /* Center align the content */
}

.pagination ul {
  /* Make the list display inline */
  list-style-type: none; /* Remove default list styles */
  padding: 0;
  margin: 0;
}

.pagination a {
  display: inline-block;
  padding: 10px 18px;
  color: #222;
}

.pagination li {
  display: inline; /* Display list items inline */
}

.pagination li a {
  display: inline-block; /* Make anchor tags display inline-block */
  padding: 8px 16px; /* Add padding to anchor tags */
  text-decoration: none; /* Remove underline from anchor tags */
  color: #333; /* Set text color */
  border: 1px solid #ccc; /* Add border to anchor tags */
  margin: 0 4px; /* Add margin between anchor tags */
}

/* ONE */

.p1 a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}

.p1 a.is-active {
  background-color: #2ecc71;
  border-radius: 100%;
  color: #fff;
}

/* TWO */

.p2 .is-active li {
  font-weight: bold;
  border-bottom: 3px solid #2ecc71;
}

/* THREE */

.p3 .is-active {
  background-color: #2ecc71;
  color: #fff;
}

/* FOUR */

.p4 a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  border: 3px solid #2ecc71;
}

.p4 .is-active:before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #2ecc71;
  position: absolute;
  top: 5px;
  left: 5px;
}

/* FIVE */

.p5 a {
  width: 30px;
  height: 5px;
  padding: 0;
  margin: auto 5px;
  background-color: rgba(46, 204, 113, 0.4);
}

.p5 .is-active {
  background-color: #2ecc71;
}

/* SIX */

.p6 a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding: 0;
  margin: auto 5px;
  text-align: center;
  position: relative;
  background-color: rgba(46, 204, 113, 0.4);
}

.p6 .is-active {
  background-color: #2ecc71;
}

/* SEVEN */

.p7 a {
  border: 3px solid #2ecc71;
  margin: auto 5px;
  color: #2ecc71;
  font-weight: bold;
}

.p7 .is-active {
  background-color: #2ecc71;
  color: #fff;
}

/* EIGHT */

.p8 a {
  background-color: #2ecc71;
  margin: auto 5px;
  color: #fff;
  font-weight: bold;
  border: 3px solid #2ecc71;
}

.p8 .is-active {
  background-color: #fff;
  color: #2ecc71;
}

/* NINE */

.p9 a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  margin: auto 5px;
}

.p9 a.is-active {
  border: 3px solid #2ecc71;
  border-radius: 100%;
}

/* TEN */

.p10 a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  margin: auto 5px;
}

.p10 a.is-active {
  border: 3px solid #2ecc71;
}

/* ELEVEN */

.p11 a {
  background-color: #2ecc71;
  margin: auto 5px;
  color: #fff;
  border: 3px solid #2ecc71;
  position: relative;
}

.p11 a:first-of-type:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -25px;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 22px solid #2ecc71;
}

.p11 a:last-of-type:after {
  content: '';
  position: absolute;
  top: -3px;
  right: -25px;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #2ecc71;
}

.p11 .is-active {
  font-weight: bold;
}

/* TWELVE */

.p12 a:first-of-type,
.p12 a:last-of-type,
.p12 .is-active {
  background-color: #1da1f2;
  color: #fff;
  font-weight: bold;
}
.subbannerimg {
  height: 300px;
  width: 100%;
}
.banner-section {
  position: relative; /* Make the container relatively positioned */
  text-align: center; /* Center-align text */
}

.banner-section h1 {
  position: absolute; /* Position the h1 absolutely */
  top: 50%; /* Align the top of h1 to the middle of the container */
  left: 50%; /* Align the left side of h1 to the middle of the container */
  transform: translate(-50%, -50%); /* Center the h1 both horizontally and vertically */
  margin: 0; /* Remove default margin */
  color: #7e7e7e; /* Set text color */
  text-shadow: 2px 2px 4px #fff; /* Add text shadow for better visibility */
  z-index: 1; /* Ensure h1 is above the image */
}
/* Members */
.team {
  padding-bottom: 70px;
}
.team .section-title {
  text-align: left;
  margin-bottom: 50px;
}
.team__item {
  height: 480px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.team__item:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 48, 96, 0.8);
  content: '';
  z-index: -1;
  opacity: 0;
  -webkit-transition: all, 0.5s, ease-out, 0.5s;
  -o-transition: all, 0.5s, ease-out, 0.5s;
  transition: all, 0.5s, ease-out, 0.5s;
}
.team__item:hover:after {
  opacity: 1;
}
.team__item:hover .team__text {
  top: 0;
}
.team__item:hover .team__text .team__title {
  border-bottom: 1px solid rgba(183, 183, 183, 0.2);
  padding: 0 0 26px;
  margin-bottom: 26px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  bottom: initial;
  opacity: 1;
  visibility: visible;
}
.team__item:hover .team__text p {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
.team__item:hover .team__text .team__social {
  opacity: 1;
  visibility: visible;
  bottom: 34px;
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.team__text {
  height: 100%;
  top: 361px;
  position: relative;
  padding: 35px 30px 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.team__text .team__title {
  border-bottom: 1px solid rgba(183, 183, 183, 0.2);
  padding: 0 0 26px;
  margin-bottom: 26px;
  position: relative;
}
.team__text .team__title h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 6px;
}
.team__text .team__title span {
  font-size: 15px;
  color: #1da1f2;
}
.team__text p {
  color: #e4e4e4;
  line-height: 26px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team__text .team__social {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.team__text .team__social a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-right: 34px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.team__text .team__social a:last-child {
  margin-right: 0;
}
.team__text .team__social a:hover {
  color: #1da1f2;
}
@media (max-width: 768px) {
  .team__item {
    height: 350px;
  }
  .team__text {
    padding: 25px 20px 20px;
  }
}
.background-image-class {
  background: url('../images/bg55.webp');
}

/* News */

.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 4px 15px 25px -12px rgba(152, 182, 255, 0.4);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  border-radius: 6px;
  overflow: hidden;
  z-index: 0;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #ffc400;
}
.blog-card:hover .photo {
  -webkit-transform: scale(1.15) rotate(3deg);
  transform: scale(1.15) rotate(3deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.blog-card .description {
  padding: 1.5rem;
  background: #fff;
  position: relative;
  /* z-index: 1; */
}
.blog-card .description h1 {
  line-height: 1.35;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 37px;
  padding: 15px 0px;
}
.blog-card .description h2 {
  font-size: 0.9rem;
  color: #a2a2a2;
  margin-top: 5px;
}
.blog-card .description .read-more {
  padding-top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 8px;
  position: absolute;
  border-top: 1px solid #dadada;
  color: #1da1f2;
}
.blog-card .description .read-more a {
  color: #1da1f2;
  font-size: 14px;
  display: inline-block;
  position: relative;
  /*  border: 1px solid;
  padding: 2px 10px; */
  border-radius: 4px;
}
.blog-card .description .read-more:after {
  content: '';
  font-family: 'Font Awesome';
  margin-left: -9px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.blog-card .description .read-more:hover:after {
  margin-left: 10px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 10px 0 0;
}
.blog-card p:first-of-type {
  margin-top: 0.25rem;
}
/*
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 4px;
  background: #3ebecc;
  width: 75px;
  top: -0.75rem;
} 
*/
.blog-card:hover .details {
  left: 0%;
}
@media (min-width: 640px) {

  .blog-card {
    flex-direction: row;
    height: 275px;
  }
  .blog-card .meta {
    flex-basis: 30%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 70%;
  }
  .blog-card .description:before {
    -webkit-transform: skewX(-3deg);
    transform: skewX(-3deg);
    content: '';
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    -webkit-transform: skew(3deg);
    transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}

/* News */
/* Members Directory */
/* ==== Cards using Bootstrap === */

/* ==== Cards using Bootstrap === */
.memberDirectory {
  background-image: url(../images/abs-bg5.png);
  background-repeat: no-repeat;
}

.memberDirectory .page-wrapper {

  background-color: #f5f7fa;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-evenly;

  /* padding: 0 5%; */
}

.memberDirectory .profile-box {
  background: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
  border-radius: 3px;
  margin: 16px 16px;
  padding: 16px 16px;
  width: 200px;
  text-align: center;
  transition: 300ms;
  flex-grow: 1;
}

.memberDirectory .profile-box:hover {
  /* box-shadow: 0 2px 6px 0 rgba(47,83,151,0.40); */
  box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.03);
}

.memberDirectory img {
  width: 70px;
  height: 75px;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
}

#searchField {
  width: 100%;
  background: rgba(245, 247, 250, 0.2);
  border: 1px solid #f5f7fa;
  border-radius: 6px;
  padding: 8px 16px;
}

.memberDirectory h3 {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 0;
}

.memberDirectory h4 {
  transition: 500ms;
  font-weight: 300;
  font-size: 14px;
  margin-top: 8px;
  color: #98a0a6;
  cursor: pointer;
}

.memberDirectory h4:hover {
  color: #1da1f2;
  text-decoration: underline;
}

#assign,
#view {
  width: 50%;
  font-size: 14px;
  color: #98a0a6;
  font-weight: 300;
  padding: 8px 0;
  border-radius: 100px;
  transition: 300ms;
  cursor: pointer;
}

#assign:hover,
#view:hover {
  background-color: #1da1f2;
  color: white;
  box-shadow: 0 10px 20px 0 #1da1f2(80, 123, 252, 0.5);
}

#assign {
  float: left;
}

#view {
  float: right;
}

/* Time line  About page*/

.road-map-main {
  margin: 50px 0 51px;
}
.road-map-main .road-map-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 175px;
}
@media (max-width: 991px) {
  .road-map-main .road-map-wrapper {
    margin-bottom: 25px;
    height: auto;
    display: block;
  }
}
.road-map-main .road-map-wrapper::before {
  content: '';
  width: 100%;
  clear: both;
  display: block;
}
.road-map-main .road-map-wrapper::after {
  content: '';
  width: 100%;
  clear: both;
  display: block;
}
.road-map-main .road-map-wrapper .road-map-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 25px solid transparent;
  border-top-color: #7a7bd7;
  border-right-color: #7a7bd7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .road-map-main .road-map-wrapper .road-map-circle {
    position: unset;
    border: 25px solid #7a7bd7;
  }
}
.road-map-main .road-map-wrapper .road-map-circle .road-map-circle-text {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #eb0d0de0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: 0px 0px 10px 5px #00000021;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
  align-items: center;
  justify-content: center;
}
.road-map-main .road-map-wrapper .road-map-card {
  width: 35%;
  background: #7a7bd7;
  padding: 20px 20px;
  z-index: 1;
  position: absolute;
  right: 0;
  border-radius: 5px;
}
.road-map-main .road-map-wrapper .road-map-card::before {
  content: '';
  width: 25%;
  height: 20px;
  background: #7a7bd7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -23%;
  z-index: -1;
}
@media (max-width: 991px) {
  .road-map-main .road-map-wrapper .road-map-card {
    width: 100%;
    margin-top: 30px;
    position: unset;
  }
  .road-map-main .road-map-wrapper .road-map-card::before {
    content: '';
    width: 20px;
    height: 30%;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 425px) {
  .road-map-main .road-map-wrapper .road-map-card {
    top: 45%;
  }
}
.road-map-main .road-map-wrapper .road-map-card .card-head {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 15px;
  color: #fff;
}
.road-map-main .road-map-wrapper .road-map-card .card-text {
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .road-map-main .road-map-wrapper .road-map-card .card-text {
    -webkit-line-clamp: 4;
  }
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
  border-bottom-color: #7a7bd7;
  border-left-color: #7a7bd7;
  border-top-color: transparent;
  border-right-color: transparent;
}
@media (max-width: 991px) {
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
    border-color: #7a7bd7;
  }
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card {
  left: 0;
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
  right: -23%;
  left: unset;
}
@media (max-width: 991px) {
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
    content: '';
    width: 20px;
    height: 30%;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 425px) {
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
    top: 45%;
  }
}

.video--popup {
  position: relative;
}

.counter-overlay {
  position: absolute;
  bottom: 10px; /* Adjust as needed */
  right: 10px; /* Adjust as needed */
  background: rgba(255, 255, 255, 0.5); /* Adjust as needed */
  padding: 5px 10px;
  border-radius: 5px;
}
.counter-top-space {
  margin-top: -75px;
}
@media (max-width: 600px) {
  .counter-top-space {
    margin-top: 0px;
  }
}
.memberbutton {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Partners */

.square-holder {
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  max-height: 250px;
}

.square-holder img {
  max-width: 100%;
  filter: grayscale(100%);
  transition: all 0.3s;
}

.square-holder:hover img {
  filter: none;
}
/* Partners */
/* Training */

.mazi-container {
  width: 100vw;
  background-size: cover;
  background-position: center center;
  padding: 0;
}

.Sec-title {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 35px;
  color: #16003b;
  font-weight: 600;
}

.mazi-wrapper {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.sec-md-35 {
  width: 35%;
  margin-top: 0;
}

.sec-md-30 {
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
  z-index: 3;
}

.cards {
  position: relative;
  margin: auto;
  margin-top: 220px;
}

.cards .card1 {
  width: 75%;
  height: 150px;
  background: #fff;
  padding: 30px;
  margin-top: 20px;
  line-height: 24px;
}

.card1 .card-header {
  display: flex;
  align-items: center;
}

.card1 .card-header img {
}

.card1 .card-header h2 {
  margin: 0;
  font-size: 17px;
}
.left-t {
  margin-left: 15%;
  opacity: 0;
  animation: 1s ease-out forwards 1 slideInFromLeft;
  animation-delay: 1s;
}

.left-b {
  margin-left: 45%;
  opacity: 0;
  animation: 1s ease-out forwards 1 slideInFromLeft;
  animation-delay: 3s;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.right-t {
  margin-left: -4%;
  opacity: 0;
  animation: 1s ease-out forwards 1 slideInFromRight;
  animation-delay: 2s;
}

.right-b {
  margin-left: -32%;
  opacity: 0;
  animation: 1s ease-out forwards 1 slideInFromRight;
  animation-delay: 4s;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.all-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 100;
}

.all-path .no1,
.all-path .no2,
.all-path .no3,
.all-path .no4 {
  animation: 4s ease-out forwards 1 draw;
  opacity: 0;
}

.all-path .no2 {
  animation-delay: 1s;
}

.all-path .no3 {
  animation-delay: 2s;
}

.all-path .no4 {
  animation-delay: 3s;
}

@keyframes draw {
  0% {
    stroke-dashoffset: 1000;
    opacity: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@media only screen and (max-width: 768px) {
  .cards .card1 {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
  }
  .cards .card1 h2 {
    font-size: 15px;
    line-height: 18px;
  }
  .cards .card1 p {
    font-size: 12px;
  }
  .card1 .card-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .card1 .card-header img {
    margin-right: 0;
    margin-bottom: 5px; /* Adjust margin as needed */
  }
}
.work-process {
  text-align: center;
}
.sec-md-35 {
  margin-top: -90px;
}
/* Process */

.pos-r {
  position: relative;
}

.processSkillpage .title-effect {
  width: 50px;
  height: 50px;
  top: 0;
  position: absolute;
  left: 0;
  opacity: 0.5;
  animation: rotation 12.8s steps(1) 0s infinite;
}
.processSkillpage .text-center .title-effect {
  left: 50%;
  margin-left: -25px;
}
.processSkillpage .text-center .section-title h6 {
  padding: 15px 0;
}

.processSkillpage .title-effect .bar {
  background: #2575fc;
}
.processSkillpage .title-effect .bar-top {
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  animation: bar-top 3.2s linear 0s infinite;
}
.processSkillpage .title-effect .bar-right {
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: left top;
  transform: scale(1, 0);
  animation: bar-right 3.2s linear 0s infinite;
}
.processSkillpage .title-effect .bar-bottom {
  width: 100%;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  animation: bar-bottom 3.2s linear 0s infinite;
}
.processSkillpage .title-effect .bar-left {
  width: 7px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
  transform: scale(1, 0);
  animation: bar-left 3.2s linear 0s infinite;
}

.processSkillpage .title {
  position: relative;
  color: #1c1d3e;
  margin-bottom: 0;
}
.processSkillpage .section-title h2 {
  margin-bottom: 15px;
}

/* ------------------------
  How It Work
------------------------*/
.work-process {
  position: relative;
}
.step-num {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
  color: #005bea;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  right: 0;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}
.theme-bg .work-process h4,
.theme-bg .work-process p {
  color: #ffffff;
}
.step-icon {
  background: #ffffff;
  width: 140px;
  height: 140px;
  position: relative;
  border: 3px solid #fafaff;
  border-radius: 50%;
  line-height: 140px;
  font-size: 40px;
  text-align: center;
  color: #1c1d3e;
}
.step-icon span {
  position: relative;
}
.step-icon span::after,
.step-icon span::before {
  border-radius: 50%;
  content: '';
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: -1;
}
.step-icon span::after {
  background: #cdf3f6;
  height: 25px;
  left: -10px;
  top: 5px;
  width: 25px;
}
.step-icon span::before {
  background: #d4f8e6;
  bottom: 0;
  right: -10px;
}
.dark-bg .step-icon {
  color: rgba(255, 255, 255, 0.9);
  background: none;
}
.dark-bg .step-desc h4 {
  color: #2575fc;
}
.dark-bg .step-icon {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-bg .step-desc p {
  color: rgba(255, 255, 255, 0.7);
}
.step-num-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.work-process .box-loader {
  position: absolute;
  top: 30%;
  right: -15%;
  left: inherit;
}
.work-process.style-2 {
  padding: 0;
  display: flex;
  align-items: center;
}
.work-process.style-2:before {
  display: none;
}
.work-process.style-2 .step-num-box {
  margin-bottom: 0;
  margin-right: 30px;
}
.work-process.style-3 {
  padding: 70px 30px 0;
}
.work-process.style-3 .step-num {
  background: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.1);
  font-size: 120px;
  height: auto;
  left: 50%;
  line-height: 120px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: auto;
}
#svg-container {
  position: absolute;
  width: 100%;
  left: 52%;
  z-index: -1;
  transform: translateX(-50%);
  width: 75%;
}
#svgC {
  margin: 0 auto;
  width: 100%;
}

/* ------------------------
  box-loader
------------------------*/
.box-loader {
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: 15px;
}
.box-loader span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #2575fc;
  margin: 0 5px;
  opacity: 0;
}
.box-loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}
.box-loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}
.box-loader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

/*--rotation--*/

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bar-top {
  0% {
    transform: scale(0, 1);
  }
  12.5% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes bar-right {
  0% {
    transform: scale(1, 0);
  }
  12.5% {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}
@keyframes bar-bottom {
  0% {
    transform: scale(0, 1);
  }
  25% {
    transform: scale(0, 1);
  }
  37.5% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}
@keyframes bar-left {
  0% {
    transform: scale(1, 0);
  }
  37.5% {
    transform: scale(1, 0);
  }
  50% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}

/*--opacitychange--*/

@keyframes opacitychange {
  0%,
  100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

/* responsive */
@media (max-width: 1200px) {
  #svg-container {
    width: 85%;
  }
}
@media (max-width: 992px) {
  .md-mt-5 {
    margin-top: 50px !important;
  }
  /*Step*/
  .work-process .box-loader {
    display: none;
  }
  .step-desc p {
    max-width: 300px;
    margin: 0 auto;
  }
  #svg-container {
    width: 100%;
    transform: rotate(90deg);
    left: 0;
    top: 50%;
  }
}

/* Data Protection Framework for India page */
.content--inner h5 {
  display: flex;
  align-items: center;
}

.content--inner h5 a {
  margin-left: auto; /* Pushes the icon to the right */
}

/* Knowledge center */
.description .heading {
  display: flex;
  align-items: center; /* Align items vertically */
}
.privacy-img
{
  height: 30px;
}
.error-message {
  color: red; /* Set the color of error messages to red */
}

@media (max-width: 1300px) {
.blog-card .description h1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 12px 0px;
}
.blog-card {
    flex-direction: row;
    height: 240px;
  }
  .page--header .title .h1 {
  font-size: 18px;
}
  
  
}

 @media (max-width: 767px) {

        .blog-card {
  display: contents;
  flex-direction: column;
  margin: 1rem auto;
    margin-bottom: 1rem;
  box-shadow: 4px 15px 25px -12px rgba(152, 182, 255, 0.4);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  border-radius: 6px;
  overflow: hidden;
  z-index: 0;
}
        .blog-card:hover .photo {
  -webkit-transform: none;
  transform: none;
}
    }
    

















