@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

/* @font-face {
  font-family: Arialic Hollow;
  src: url(../fonts/Arialic\ Hollow.ttf);
} */
body {
  font-family: var(--allover-font);
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

p {
  color: var(--p-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: #0d6efd;
  text-decoration: none;
}

:root {
  --primary-color: #e12e36;
  --secondary-color: #393084;
  --secondary-color-btn: #201e46;
  --p-text: #000000;
  --white-color: #fff;
  --allover-font: "Archivo", serif;
  --hd-font: "Archivo", serif;
}

.purple-color {
  color: var(--secondary-color) !important;
}

.red-color {
  color: var(--primary-color) !important;
}

/* 
.secondary-btn {
  background: var(--deepgreen-color);
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  box-shadow: 1px 5px 9px #0024117d;
} */

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

.grey-bg {
  background: #f5f5f5;
}

.light-blue-bg {
  background-color: #f0f5ff;
}

/* @media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1441px;
  }
} */

h1,
h2,
h3,
h4,
h5,
h6,
nav a,
.widget h6,
.filters li a,
blockquote,
p[data-pullquote]:before,
input[type="submit"] {
  font-weight: 400;
}

h1,
h2,
h3 {
  font-family: var(--hd-font);
  font-weight: 700;
}

h6 {
  font-weight: 300;
}

.grey-bg {
  background: #f5f5f5;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.btn {
  position: relative;
  border-radius: 0px;
  font-weight: 500;
  padding: 10px 32px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 4px;
  font-size: 18px;
  box-shadow: 1px 2px 12px #432b0470;
}

.btn i {
  position: relative;
  top: 3px;
}

input,
textarea {
  width: 100%;
  background: #c5c5c5;
  border: 1px solid #c5c5c5;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 13px;
}

.error_input {
  border: 1px solid #e74c3c;
}

.primary-btn {
  background: transparent;
  color: #000;
  font-size: 14px;
  border-radius: 50px;
  border: solid 1px var(--primary-color);
  font-weight: 400;
}

.primary-btn:hover {
  background-color: var(--secondary-color-btn);
  color: #fff;
  border: solid 1px var(--secondary-color-btn);
}

.secondary-btn {
  background-color: var(--secondary-color);
  font-weight: 400;
  font-size: 14px;
  padding: 10px 40px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  text-align: center;
}

.secondary-btn:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.team-section h3 {
  color: var(--secondary-color);
}

/* .primary-btn:hover {
  background: var(--deepgreen-color);
  color: #fff !important;
  border: solid 1px var(--deepgreen-color) !important;
} */

/* ==========header-sec================ */
/* ============menu-css================ */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu > ul > li {
  float: left;
  cursor: pointer;
}

#cssmenu > ul > li.active {
  background: var(--secondary-color);
  border-radius: 50px;
}

#cssmenu > ul > li.active a {
  color: #fff;
}

#cssmenu ul li:hover {
  background: var(--secondary-color);
  border-radius: 50px;
}

#cssmenu ul li:hover a {
  color: #fff;
}

/* #cssmenu ul li.last-li {
  padding-right: 0;
} */

#cssmenu ul {
  display: flex;
  justify-content: space-between;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu > ul > li > a {
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: var(--secondary-color);
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  padding: 10px 20px 10px;
}

/* #cssmenu ul li::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 0;
  bottom: 0;
  left: 0;
  transition: 200ms ease-in;
  background: var(--secondary-color);
} */

/* #cssmenu ul li:hover::before {
  width: 100%;
} */

/* #cssmenu ul li:nth-child(1) a {
  padding-left: 0;
} */
/* #cssmenu>ul>li:hover>a {
  color: #565656;
} */

#cssmenu > ul > li.has-sub > a {
}

/* #cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 31px;
  right: -13px;
  width: 8px;
  height: 2px;
  display: block;
  background: #565656;
  content: "";
} */
/* #cssmenu>ul>li.has-sub>a:before {
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/arrow-down-s-line.svg);
  content: "";
  right: -22px;
  top: 0px;
  color: #464040;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu>ul>li:hover>a:before {
  transform: rotate(176deg);
} */

#cssmenu ul ul {
  display: block;
  position: absolute;
  left: -9999px;
  z-index: 9;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  /* height: 0; */
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
  left: auto;
  height: auto;
  background: #fff;
  border-radius: 6px;
  padding: 5px;
  top: 60px;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 1px 17px 13px #00000061;
}

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#cssmenu li:hover > ul > li {
  /* height: 54px; */
}

#cssmenu ul ul ul {
  top: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0 !important;
}

#cssmenu ul ul li:hover ul {
  right: 100%;
  left: auto !important;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 15px 15px;
  width: 250px;
  font-size: 14px;
  text-decoration: none;
  color: #565656;
  line-height: 24px;
  font-weight: 500;
  /* background: #ffffff; */
  /* background: #ffffff; */
}

#cssmenu ul ul li:hover::before {
  width: 0;
}

/* #cssmenu ul ul li a:hover {
  color: #323585;
} */
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

#cssmenu ul ul li:hover .submenu-button::before {
  filter: invert(100);
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/arrow-down-s-line.svg);
  content: "";
  right: 9px;
  top: 20px;
  color: #464040;
  transition: all 0.25s ease;
  content: "";
}

/* #cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 20px;
  right: 17px;
  display: block;
  width: 2px;
  height: 9px;
  background: #56565685;
  content: "";
  transition: all 0.25s ease;
  transform: rotate(50deg);
} */
/* #cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
} */
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 16px;
  height: 10px;
  background: #fff;
}

#cssmenu ul ul > li.has-sub:hover > a:after {
  filter: invert(100%);
  transform: rotate(88deg);
}

@media all and (max-width: 768px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }

  #cssmenu.align-center > ul {
    text-align: left;
  }

  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }

  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }

  #cssmenu > ul > li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #a39d9d;
    background: none;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
    background: var(--primary-color);
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    background: #fff;
  }

  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }

  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 9px;
    width: 20px;
    border-top: 2px solid var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
    content: "";
  }

  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: var(--secondary-color);
    content: "";
  }

  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #000000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #000000;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #151758;
  }

  #cssmenu ul ul .submenu-button {
    height: 54px;
    width: 54px;
  }

  /* #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: "";
  } */
  /* #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  } */
  /* #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  } */
  #cssmenu .submenu-button:before {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/arrow-down-s-line.svg);
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 32%;
    filter: invert(100);
    transition: all 0.25s ease;
  }

  #cssmenu ul ul .submenu-button:before {
    top: 17px;
    right: 4px;
    filter: brightness(0.5);
  }

  #cssmenu .submenu-button.submenu-opened:before {
    transform: rotate(180deg);
  }
}

header {
  transition: all 500ms ease-in-out;
}

.sticky-logo {
  display: none;
}

.sticky-logo img {
  width: 100%;
}

#header {
  position: relative;
  padding: 15px 0;
  background: #fff;
}

#header.sticky-shadow {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  min-height: 40px;
  box-shadow: 0 3px 8px 0px rgb(0 0 0 / 30%);
  background: none;
  padding: 10px 0;
  background: #fff;
}

header.sticky-shadow .right-header .top-header {
  display: none;
}

header.sticky-shadow .sticky-logo {
  display: block;
  width: 76px;
  margin: 0 28%;
}

/* header.sticky-shadow .logo {
  display: none;
} */
.mobile-menu-header-bg {
  display: none;
}

.left-header {
  width: 220px;
}

/* .right-header .contact-hd {
  color: #128807;
  font-weight: 800;
} */

.right-header .contact-hd i {
  margin-right: 5px;
  font-size: 18px;
}

.right-header .contact-hd {
  display: flex;
}

/* .top-header .hd-btn a {
  background-color: var(--btn-color);
  padding: 5px 15px;
  color: #fff;
  border-radius: 20px;
} */

/* ============menu-css================ */
.logo {
  width: 260px;
  padding: 0;
  top: 20px;
}

.logo img {
  width: 100%;
  max-width: 100%;
}

/* .right-header {
  width: 100%;
  padding-left: 50px;
} */

/* .top-header ul {
  padding-left: 0;
  margin-bottom: 0;
}

.top-header ul li {
  list-style: none;
} */

/* .top-header {
  padding: 15px 0 15px;
  border-bottom: solid 1px #222;
} */

.sticky-shadow #cssmenu > ul > li {
  float: left;
}

.sticky-shadow .header-sec {
  align-items: center;
}

.middle-header {
  border: solid 1px #3930848f;
  border-radius: 50px;
  padding: 5px 5px;
}

.register-btn a {
  border: solid 1px var(--primary-color);
  padding: 12px 10px;
  color: var(--secondary-color);
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
}

.register-btn a.active {
  border: solid 1px var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}

.register-btn a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

/* ==========header-sec================ */
.banner-section .banner-text {
  height: 800px;
  display: flex;
  align-items: center;
}

.banner-text h1 {
  color: #fff;
  font-size: 46px;
  text-transform: capitalize;
}

.banner-sub-hd {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 200;
  display: none;
}

.banner-sub-hd span {
  color: var(--primary-color);
  font-size: 28px;
  margin-left: 100px;
}

.banner-text p {
  margin-top: 25px;
  font-size: 14px;
  color: #fff;
}

.banner-right-text {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
}

/* =================about-section=============== */
.section-title h2 {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 48px;
  text-transform: capitalize;
}

.section-title h2 span {
  color: var(--primary-color);
}

.about-section {
  position: relative;
}

.about-section::before {
  background: url(../images/about-bg.jpg);
  width: 100%;
  height: 612px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-size: cover;
}

.about-img {
  width: 100%;
  height: 600px;
  position: relative;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.about-img-sec {
  position: relative;
}

.about-img-sec::after {
  position: absolute;
  right: 26px;
  width: 56px;
  top: 20px;
  content: "";
  background-image: url(../images/con.png);
  height: 52px;
}

.about-img-sec::before {
  position: absolute;
  left: 26px;
  width: 56px;
  bottom: 21px;
  content: "";
  background-image: url(../images/con.png);
  height: 52px;
  z-index: 1;
  transform: rotate(180deg);
}

.about-img::before {
  position: absolute;
  width: 89%;
  height: 92%;
  content: "";
  border: solid 1px #ffffff80;
  left: 0;
  top: 24px;
  background-color: transparent;
  z-index: 1;
  right: 0;
  margin: 0 auto;
}

.about-text ul {
  list-style: none;
  padding: 0;
}

.about-text ul li {
  display: flex;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
}

.about-text ul li i {
  padding-right: 10px;
  font-size: 18px;
  color: var(--primary-color);
}

.about-icon-text-box {
  position: relative;
}

.about-icon-text-box .about-box-icon {
  position: absolute;
  left: -23px;
  top: -31px;
}

.about-icon-text-box {
  padding: 22px;
  border-radius: 10px;
  height: 130px;
  text-align: center;
  border: solid 2px var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-icon-text-box:hover {
  background-color: var(--secondary-color);
}

.about-box-text {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.about-icon-text-box:hover .about-box-text {
  color: #fff;
}

/* =================about-section-end=============== */
/* ======================how-it-work-section================== */
.how-it-work-section {
  position: relative;
}

.how-it-work-section.section {
  padding: 120px 0 !important;
}

.how-it-work-section::before {
  position: absolute;
  background-image: url(../images/patten.jpg);
  content: "";
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background-repeat: repeat;
}

.how-it-work-bg {
  position: relative;
}

.how-it-work-bg::before {
  position: absolute;
  width: 520px;
  height: 520px;
  content: "";
  top: 0;
  right: 0;
  background: url(../images/bg-img.jpg);
  background-size: cover;
  z-index: -1;
}

.how-it-work-bg-box {
  position: relative;
}

.how-it-work-img {
  z-index: 1;
}

.how-it-work-bg-box::after {
  position: absolute;
  left: 0;
  width: 200px;
  height: 200px;
  border: solid 2px #00baff;
  content: "";
  left: -85px;
  top: -68px;
  z-index: 1;
}

.how-it-work-img {
  position: relative;
  height: 600px;
}

.how-it-work-img img {
  height: 100%;
  object-fit: cover;
  border: solid 5px #fff;
}

.how-it-work-img::before {
  position: absolute;
  left: 0;
  width: 150px;
  height: 150px;
  background-color: #00baff;
  content: "";
  /* right: 0; */
  bottom: -52px;
  z-index: 0;
  left: -79px;
}

.how-it-work-img img {
  position: relative;
  z-index: 1;
}

.how-it-work-icon-text {
  position: relative;
}

.how-it-work-icon-text h3 {
  color: var(--primary-color);
  font-size: 24px;
}

.how-it-work-icon-text::before {
  position: absolute;
  width: 2.1px;
  height: 110%;
  left: -18px;
  bottom: -16px;
  content: "";
  background: #191845;
}

.how-it-work-icon-text {
  margin-left: 80px;
}

.how-it-work-icon-text {
  position: relative;
}

.how-it-work-icon-text::after {
  position: absolute;
  width: 70%;
  bottom: -18px;
  content: "";
  background: #191845;
  height: 2px;
  left: -18px;
}

.how-it-work-icon {
  width: 125px;
}

.how-it-work-icon img {
  width: 100%;
}

.how-it-work-section
  .col-md-8
  .col-md-3:nth-of-type(2)
  .how-it-work-icon-sec
  .how-it-work-icon-text::before {
  background: var(--primary-color);
}

.how-it-work-section
  .col-md-8
  .col-md-3:nth-of-type(2)
  .how-it-work-icon-sec
  .how-it-work-icon-text::after {
  background: var(--primary-color);
}

.how-it-work-section
  .col-md-8
  .col-md-3:nth-of-type(4)
  .how-it-work-icon-sec
  .how-it-work-icon-text::before {
  background: var(--primary-color);
}

.how-it-work-section
  .col-md-8
  .col-md-3:nth-of-type(4)
  .how-it-work-icon-sec
  .how-it-work-icon-text::after {
  background: var(--primary-color);
}

.how-it-work-section .col-md-8 .col-md-3:nth-of-type(2) .how-it-work-icon-sec {
  margin-top: 120px;
}

.how-it-work-section .col-md-8 .col-md-3:nth-of-type(4) .how-it-work-icon-sec {
  margin-top: 120px;
}

/* .blue-band {
  padding: 25px;
  color: #fff;
  background-color: var(--secondary-color-btn);
} */

.blue-band {
  position: absolute;
  width: 74.5%;
  background: var(--secondary-color-btn);
  right: 0;
  padding: 30px;
}

.blue-band-sec {
  height: 190px;
}

.blue-band-sec h3 {
  font-size: 30px;
}

.earth-text-section .section-title h2 {
  font-size: 26px;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.earth-text-section {
  position: relative;
}

.earth-text-section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: url(../images/earth-bg.png);
  background-size: cover;
}
.earth-circle {
  margin-bottom: 15px;
}
.earth-circle-section ul {
  flex-wrap: wrap;
}

.earth-circle-section ul li {
  flex: 0 0 auto;
  width: 14%;
}

.earth-circle {
  width: 220px;
  height: 220px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 35px #0000003b;
  border: solid 4px #ddd;
  margin: auto;
  overflow: hidden;
  padding: 20px;
}

.earth-circle img {
  width: 100%;
  object-fit: cover;
}

.earth-circle:hover {
  border: solid 4px var(--secondary-color);
}

.blue-circle {
  background: var(--secondary-color-btn);
  position: relative;
}

.earth-text-section .container-fluid:before {
  position: absolute;
  width: 4px;
  height: 115%;
  left: auto;
  right: 7.2%;
  content: "";
  background-color: #151758;
  top: -59px;
}

.earth-text-section .container-fluid:after {
  position: absolute;
  width: 85%;
  height: 4px;
  content: "";
  background-color: #151758;
  bottom: -6%;
  right: 7.2%;
}

.line-circle {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: var(--secondary-color-btn);
  position: absolute;
  bottom: -50px;
  left: 7%;
}

.earth-text-section.section {
  padding-bottom: 120px;
}

.earth-circle.blue-circle svg {
  fill: #fff;
  width: 50px;
}

.earth-circle.blue-circle p {
  color: #fff;
  font-size: 18px;
}

/* .earth-circle img {
  width: 130px;
} */

.earth-circle-section ul {
  list-style: none;
}

/* .blue-band::before {
  position: absolute;
  background: var(--secondary-color);
  width: 70%;
  height: 100%;
  content: '';
  right: 0;
  top: 0
} */
.team-section {
  background: rgb(217, 246, 255);
  background: linear-gradient(
    70deg,
    rgba(217, 246, 255, 1) 0%,
    rgba(255, 255, 255, 0.4290091036414566) 84%
  );
  width: 100%;
  position: relative;
}

.team-section .section-title h2 {
  font-size: 48px;
}

.event-section .section-title h2 {
  color: var(--secondary-color);
  font-weight: 500;
}

.event-section .blog-img {
  width: 100%;
  height: 175px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.event-section .blog-img img {
  height: 100%;
  object-fit: cover;
}

.event-section .section-title h2 span {
  color: var(--primary-color);
}

.event-box {
  padding: 30px;
  background-color: var(--secondary-color-btn);
}

.event-text {
  margin-top: 35px;
}

.event-text h3 {
  color: #fff;
  font-size: 24px;
  height: 90px;
}

.event-hd {
  position: relative;
}

.event-hd h3 {
  padding-right: 95px;
}

.event-hd .date {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  border: solid 2px #ddd;
  padding: 7px 10px;
  border-radius: 10px;
  text-align: center;
}

.event-hd .date span {
  font-size: 20px;
  font-weight: 800;
}

.event-box {
  padding: 30px;
  background: rgb(25, 21, 60);
  background: linear-gradient(
    380deg,
    rgba(25, 21, 60, 1) 16%,
    rgba(57, 48, 132, 1) 100%
  );
  border-radius: 20px;
  display: block;
}

.event-text p {
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
}

.event-box .arrow {
  width: 30px;
  height: 30px;
}

.client-section .section-title h2 {
  color: var(--secondary-color);
  font-weight: 500;
}

.client-section .section-title h2 span {
  color: var(--primary-color);
}

.client-logo {
  height: 250px;
  padding: 40px;
  align-items: center;
  display: flex;
}

.footer-section {
  position: relative;
  background: url(../images/footer-bg.jpg);
  width: 100%;
  background-size: cover;
}

.footer-section::before {
  position: absolute;
  background-color: #171336d1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}

.footer-section .col-md-10 .address-ar {
  position: relative;
}

.footer-section .col-md-10 .address-ar p {
  color: #fff;
  font-size: 18px;
  padding-left: 30px;
}

.footer-section .col-md-10 .address-ar::before {
  width: 2px;
  position: absolute;
  height: 100%;
  background-color: #fff;
  content: "";
  top: 0;
  left: 0;
  content: "";
}

.address-ar ul {
  list-style: none;
}

.address-ar li {
  padding: 20px;
}

.address-ar li img {
  margin-right: 10px;
}

.address-ar li {
  display: flex;
  font-size: 18px;
  color: #fff;
  align-items: center;
}

.social-media-icon ul {
  list-style: none;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.social-media-icon ul li a {
  color: #fff;
  font-size: 50px;
  padding: 30px;
}

.footer-menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  flex-wrap: wrap;
  padding: 0;
}

.footer-menu ul li a {
  color: #fff;
  padding: 15px;
  text-transform: capitalize;
}

.footer-bottom {
  padding: 18px;
  color: #fff;
  position: relative;
  background: var(--secondary-color);
}

.footer-bottom p {
  text-align: center;
  color: #fff;
}

.fixd-popup {
  position: fixed;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffffff57;
  padding: 13px 18px;
  width: 79px;
  height: 78px;
  z-index: 99;
  border-radius: 15px;
  right: -1px;
  box-shadow: 1px 1px 4px #9f9f9f;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fixd-popup img {
  width: 50px;
}

/* ===========inner-banner============= */
.inner-banner {
  position: relative;
  height: 450px;
  background-size: cover !important;
  display: block;
}

.inner-banner::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008c;
  content: "";
  top: 0;
}

.page-hd {
  height: 450px;
  display: flex;
  width: 100%;
  align-items: center;
}

.page-hd-text h1 {
  color: #fff;
}

.page-hd-text ul {
  list-style: none;
  padding: 0;
}

.page-hd-text ul li {
  color: #fff;
  padding: 0 8px;
}

.page-hd-text ul li a {
  color: #fff;
}

/* ====================cohort-page============== */
.search-cohort .search-container {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding: 7px;
  box-shadow: 1px 1px 22px #ccd4e3;
  overflow: hidden;
}

.search-cohort .search-container input {
  margin: 0;
  background-color: #fff;
  border: none;
  border-radius: 28px;
}

.search-cohort .search-container input:focus {
  outline: none;
}

.search-container button {
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  border: none;
}

.cohort-box {
  padding: 30px;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 15px;
  margin-bottom: 25px;
}

.cohort-box:hover {
  border: solid 1px var(--secondary-color);
  box-shadow: 1px 1px 18px #656c7561;
}

.cohort-box-hd ul {
  list-style: none;
  padding: 0;
  height: 82px;
}
/* .cohort-listing-box .owl-stage-outer {
  padding: 0px 3px;
} */
.cohort-listing-box {
  padding: 0 1px;
}
.cohort-box-hd li .cohort-logo {
  width: 150px;
  height: 100% !important;
}
.cohort-box-hd li .cohort-logo img {
      width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.cohort-listing-box .owl-nav {
  position: absolute;
  top: -45px;
  width: 100%;
  text-align: right;
}
/* .cohort-listing-box .owl-nav .owl-prev {
  font-size: 24px !important;
  color: #fff !important;
  background: var(--secondary-color) !important;
  padding: 6px 10px 4px !important;
  line-height: 1.2 !important;
  margin-right: 2px;
}
.cohort-listing-box .owl-nav .owl-next {
  font-size: 24px !important;
  color: #fff !important;
  background: var(--secondary-color) !important;
  padding: 6px 10px 4px !important;
  line-height: 1.2 !important;
  margin-right: 2px;
} */
.cohort-listing-box .owl-nav .owl-prev {
  margin-right: 4px;
}
.cohort-listing-box .owl-nav button i {
  font-size: 26px !important;
  background: #393084;
  padding: 10px;
  color: #fff;
}
/* .cohort-box-hd li .cohort-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* .cohort-box-hd li img {
  width: 60px;
} */

.cohort-box-hd .primary-btn {
  color: var(--secondary-color);
  padding: 6px 18px;
}

.cohort-box-hd .primary-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.cohort-box-hd h3 {
  color: #000;
  font-size: 24px;
}

.cohort-box-img {
  position: relative;
  height: 180px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.cohort-box-img .cohort-logo {
  height: 100%;
}
.cohort-box-img .cohort-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .cohort-box-hd li .cohort-logo img {
  width: 100%;
} */

.cohort-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cohort-box-img::before {
  position: absolute;
  background-color: #393084bf;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cohort-box-img img {
  width: 100%;
}

.cohort-box-hd h3 {
  height: 45px;
}

.cohort-box-text {
  height: 225px;
  overflow: auto;
}

.cohort-details h2 {
  color: var(--secondary-color);
  font-size: 36px;
}

.cohort-details .hd {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.innovation-text h3 {
  font-size: 40px;
  color: var(--secondary-color);
}

.innovation-text span {
  color: var(--primary-color);
}

.innovation-txt-ar {
  margin-top: 10px;
}


.section-title.collapsed {
    max-height: 400px; /* adjust based on expected preview height */
    overflow: hidden;
    position: relative;
    transition: all .6s ease-out;
}

.section-title.expanded {
    max-height: 1200px;
    transition: all .6s ease-out;
}

#readMoreBtn {
    display: block;
}
.read-more-btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px 10px;
    border-radius: 50px;
    background-color: #393084;
    border: none;
    color: #fff;
    transition: all .6s ease-out;
}
.read-more-btn:hover {
    background-color: #000;
    transition: all .6s ease-out;
}
.no-trnsfrm-font{text-transform: initial !important;}


/*.innovation-txt-ar::before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  top: 0;
  content: "";
  background-color: var(--primary-color);
}*/

.innovation-txt-ar h4 {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
}

.about-page-text h3 {
  color: var(--secondary-color);
  font-size: 40px;
}

.about-page-text h3 span {
  color: var(--primary-color);
}

.about-page-sec ul {
  list-style: none;
  padding: 0;
}

.about-page-sec ul li img {
  margin-right: 15px;
}

.about-page-sec ul h3 {
  font-size: 20px;
  color: var(--secondary-color);
}

.mission-sec img {
  margin-right: 15px;
}

.mission-sec h3 {
  font-size: 20px;
  color: var(--secondary-color);
}

.mission-sec ul li {
  padding: 8px 0;
  color: #000;
}

.mission-sec ul {
  padding-left: 15px;
}

.laft-right {
  position: relative;
}

.laft-right::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  top: 0;
  background-color: var(--secondary-color);
}

.right-ar h3 {
  color: var(--secondary-color);
  font-size: 30px;
}

.right-ar h3 span {
  color: var(--primary-color);
}

.info-sec-ul {
  padding: 0;
}

.info-sec-ul li {
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
  border-radius: 10px;
  margin-bottom: 10px;
}

.info-icon {
  background-color: #fff;
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: var(--primary-color);
  text-align: center;
  margin-right: 15px;
  line-height: 50px;
  font-size: 47px;
  border-radius: 3px;
}

.info-sec-ul p span {
  font-size: 18px;
  font-weight: 700;
}

.info-sec-ul p {
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
}

.startup-sec {
  position: relative;
  background-image: url(../images/start-up.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
}

.startup-sec::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #393084a8;
  top: 0;
  content: "";
}

.startup-box h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: var(--secondary-color);
}

.startup-box h4 span {
  color: var(--primary-color);
}

.startup-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  height: 400px;
}

.mentors-circle-sec .mentors-img {
  width: 250px;
  height: 250px;
  border: solid 10px #fff;
  box-shadow: 1px 1px 19px #ddd;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
}

/* .mentors-circle-sec .mentors-img {
  width: 50px;
  height: 50px;

} */
.mentors-circle-sec {
  position: relative;
}

.mentors-circle-sec .mentors-img img {
  width: 100%;
  height: 100%;
}

.mentors-circle-sec .mentors-text h3 {
  color: #000;
  font-size: 20px;
  margin-top: 25px;
}

.mentors-img {
  position: relative;
}

.link-icon {
  position: absolute;
  top: 50%;
  left: 6%;
  width: 50px;
  height: 50px;
}

.link-popup-icon {
  position: absolute;
  left: 0;
  bottom: 0;
}

.link-icon img {
  width: 100%;
  height: 100%;
}

.mentors-circle-sec {
  margin-bottom: 25px;
}

.leader-sec .leader-box .leader-img {
  width: 200px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.mentors-circle-sec {
  cursor: pointer;
}

.leader-sec .leader-box .leader-img img {
  width: 100%;
}

.leader-text {
  margin-top: 15px;
  text-align: center;
}

.leader-sec .leader-box h4 {
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 600;
}

.leader-sec .col-md-2 {
  width: 20%;
}

.team-popup .text-hd {
  width: 60%;
  height: 130px;
}

.team-img.mentors-circle-sec {
  position: absolute;
  right: 0;
  top: -128px;
}

.team-popup .modal-content {
  border-radius: 15px;
}

.text-hd h3 {
  color: #000;
}

.team-popup .btn-close {
  position: absolute;
  left: -46px;
  width: 50px;
  height: 50px;
  top: -45px;
  background-color: #3f3f3f;
  color: #fff;
  border-radius: 50px;
  background-image: url(../images/close.svg);
  border: solid 5px #ffffffde;
  opacity: 1;
  box-shadow: 1px 1px 5px #1d1d1da8;
}

.team-popup .mentors-circle-sec .mentors-img {
  width: 210px;
  height: 210px;
  border: solid 10px #fff;
  box-shadow: 1px 1px 19px #ddd;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
}

.our-team-popup.team-popup .text-hd {
  height: auto;
}

.our-team-popup .btn-close {
  position: absolute;
  right: -15px;
  left: auto;
  width: 50px;
  height: 50px;
  top: -18px;
}

.partner-box {
  background-color: var(--secondary-color);
  padding: 50px;
  border-radius: 24px;
  padding-top: 88px;
}

.partner-icon-ar {
  position: relative;
}

.partner-icon {
  width: 140px;
  height: 140px;
  background-color: var(--primary-color);
  border: solid 9px #fff;
  border-radius: 100px;
  text-align: center;
  line-height: 25px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  position: absolute;
  top: -160px;
  left: 0;
  right: 0;
}

.partner-icon img {
  width: 55px;
}

.partner-text h3 {
  color: #fff;
  font-size: 32px;
}

.partner-text p {
  color: #fff;
  margin-top: 15px;
}

.startup-form {
  margin-top: 25px;
  width: 100%;
  background-color: #fff;
  padding: 25px;
  border-top: solid 5px var(--primary-color);
}

.startup-form h4 {
  font-size: 40px;
  color: var(--secondary-color);
  font-weight: 600;
}

.startup-hd {
  background-color: var(--secondary-color);
  padding: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 26px;
  color: #fff;
}

.startup-form .form-label {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.startup-form .form-control {
  margin-top: 10px;
  border: none;
  border-bottom: solid 1px #a59898;
  border-radius: 0;
}

.startup-form .form-control:focus {
  box-shadow: none;
}

.startup-form .form-select {
  margin-top: 10px;
  border: none;
  border-bottom: solid 1px #a59898;
  border-radius: 0;
}

.startup-form .form-select:focus {
  box-shadow: none;
}

.icon-reliance-hd {
  background-color: #f2f2f2;
  border-bottom: solid 3px #adadad;
}

.icon-reliance-hd .hd {
  color: var(--secondary-color);
}

.pink-color {
  color: #cb479a;
}

.c-green {
  color: #55c3f6;
}

.c-green {
  color: #55c3f6;
}

.green {
  color: #0098a7;
}

.icon-reliance-hd {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.icon-reliance-hd .hd h2 {
  position: relative;
  display: inline-block;
}

.icon-reliance-hd .hd h2 {
  margin-bottom: 50px;
}

.icon-reliance-hd .hd h2::before {
  position: absolute;
  left: 0;
  right: 0;
  width: 20%;
  height: 3px;
  background: #55555566;
  content: "";
  margin: 0 auto;
  top: 110%;
}

.icon-reliance-hd .hd h2::after {
  position: absolute;
  left: 0;
  right: 0;
  width: 13%;
  height: 3px;
  background: #55555566;
  content: "";
  margin: 0 auto;
  top: 134%;
}

.circle-ar span {
  width: 25px;
  height: 25px;
  background: #fff;
  margin: 3px;
}

.circle-ar span:nth-child(1) {
  border-radius: 50%;
  border: solid 5px #5e4db7;
  box-shadow: 1px 1px 1px #ddd;
}

.circle-ar span:nth-child(2) {
  border-radius: 50%;
  border: solid 4px #00abbc;
  box-shadow: 1px 1px 1px #ddd;
}

.circle-ar span:nth-child(3) {
  border-radius: 50%;
  border: solid 5px #cb479a;
  box-shadow: 1px 1px 1px #ddd;
}

.circle-ar span:nth-child(4) {
  border-radius: 50%;
  border: solid 5px #00acf3;
  box-shadow: 1px 1px 1px #ddd;
}

.circle-ar span:nth-child(5) {
  border-radius: 50%;
  border: solid 5px #69c84c;
  box-shadow: 1px 1px 1px #ddd;
}

.sustainability-icon-sec .col-2 {
  width: 20%;
}

.sustainability-icon-sec .sustainability-icon h3 {
  font-size: 17px;
  color: #222;
  margin-top: 15px;
}

.sustainability-icon p {
  line-height: 1.3;
}

.key-features {
  position: relative;
  height: 100vh;
}

.key-features::before {
  position: absolute;
  content: "";
  left: 0;
  background: url(../images/Key-features-of-health-Nexus-bg.jpg);
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.key-features-circle {
  text-align: center;
}

.key-features-circle {
  width: 550px;
  margin: 0 auto;
  max-width: 100%;
}

.key-features-circle img {
  width: 100%;
}

.key-features-ar.yellow {
  position: absolute;
  left: 13%;
  top: 32%;
}

.key-features-img {
  width: 215px;
}

.key-features-img img {
  width: 100%;
}

.key-features-text h3 {
  color: #fff;
  font-size: 18px;
}

.key-features-text p {
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 300;
}

.key-features-text {
  width: 270px;
}

.key-features-text {
  left: -72%;
  position: absolute;
  margin-top: 5px;
}

.key-features-ar.c-green {
  position: absolute;
  left: 21%;
  top: 77%;
}

.key-features-ar.red {
  position: absolute;
  left: 43%;
  top: 99%;
}

.key-features-ar.red .key-features-img {
  width: 180px;
}

.key-features-ar.red .key-features-text {
  left: -26%;
  position: absolute;
  margin-top: 5px;
}

.key-features-ar.green {
  position: absolute;
  right: 13%;
  top: 35%;
}

.key-features-ar.green .key-features-text {
  left: 28%;
  position: absolute;
  margin-top: 5px;
}

.key-features-ar.sky {
  position: absolute;
  left: 61%;
  top: 81%;
}

.key-features-ar.sky .key-features-text {
  left: 28%;
  position: absolute;
  margin-top: 5px;
}

.height-light {
  background-color: var(--secondary-color);
  padding: 25px;
  border-radius: 5px;
}

.height-light ul {
  background: #ffffff1c;
  padding: 15px 30px;
}

.height-light ul li {
  color: #ffffff;
  padding: 4px 0;
}

.height-light p {
  color: #fff;
}

.event-page-box {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 20px;
}
.event-page-box:hover {
  box-shadow: 1px 1px 32px #637ca952;
}
.event-page-text p {
  display: flex;
}
.event-page-text p i {
  color: #3b9b1e;
  margin-right: 5px;
  font-size: 18px;
}
.event-page-box .event-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.event-page-box:hover .event-page-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.event-page-box .event-page-img {
  overflow: hidden;
  height: 250px;
  border-radius: 10px;
  border: solid #ddd 1px;
}

.innovation-text .video {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.innovation-text .video::before {
  background: #393084c4;
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.upcoming-event-carousel {
  position: relative;
}
.upcoming-event-carousel .owl-nav {
  position: absolute;
  top: -58px;
  width: 100%;
  text-align: right;
}
.upcoming-event-carousel .owl-nav .owl-prev {
  margin-right: 4px;
}
.upcoming-event-carousel .owl-nav .owl-next {
  /* font-size: 24px !important;
  color: #fff !important;
  background: var(--secondary-color) !important;
  padding: 6px 10px 4px !important;
  line-height: 1.2 !important;
  margin-right: 2px; */
}
.upcoming-event-carousel .owl-nav button i {
  font-size: 26px !important;
  background: #393084;
  padding: 10px;
  color: #fff;
}
.past-event-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: block !important;
}
.past-event-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
.past-event-carousel .owl-nav button i {
  font-size: 26px !important;
  background: #393084;
  padding: 10px;
  color: #fff;
}
.past-event-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
}
.thank-you-sec h3 {
  font-size: 38px;
  color: #000;
}
/* .innovation-text .video:after {
  width: 50%;
  height: 200px;
  position: absolute;
  background-color: #fff;
  content: '';
  box-shadow: 1px 1px 1px #ddd;
  bottom: 0;
} */
.innovation-video {
  background-color: #fff;
  padding: 15px;
  box-shadow: 1px 1px 24px #000000ab;
  display: block;
  text-align: center;
  padding: 15px 20px;
  border-radius: 15px;
  position: absolute;
  width: 70%;
/*  height: 100px;*/
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  bottom: -27px;
  left: 0;
  right: 0;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
}


/* .innovation-video {
  background-color: #fff;
  padding: 15px;
  box-shadow: 1px 1px 1px #ddd;
  display: block;

} */
.video-link-ar {
    background-color: #ffffff45;
    padding: 18px;
    color: #393084;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    padding: 0;
}

.video-link-ar a {
  color: var(--secondary-color);
}

.two-colum h3 {
  font-size: 30px;
}

.two-colum .hd {
  font-size: 20px;
}

.left-side {
  position: relative;
}

.left-side::after {
  position: absolute;
  right: 2px;
  width: 2px;
  height: 100%;
  top: 0;
  content: "";
  background-color: #9daccc;
}

.innovation-text .video {
  position: relative;
}

.innovation-text .video .video-icon {
  width: 76px;
  height: 76px;
  position: absolute;
  top: 32%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.innovation-text .video .video-icon img {
  width: 100%;
}

.secretariat-box {
  background-color: #fff;
  box-shadow: 1px 1px 65px #00000026;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

.secretariat-section .hd {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
  color: var(--secondary-color-btn);
}

.secretariat-section .secretariat-text {
  padding: 25px;
  text-align: center;
}

.secretariat-section .secretariat-text h3 {
  color: var(--secondary-color);
  font-size: 20px;
  text-align: center;
}

.secretariat-section .secretariat-text p {
  color: #000;
  font-size: 15px;
  margin-bottom: 10px;
  height: 50px;
}

.secretariat-btn {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 800;
  display: flex;
  justify-content: center;
}

.secretariat-btn i {
  font-size: 16px;
}

.governing-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
}

.governing-box .hd {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.governing-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 15px;
  height: 160px;
  max-height: 100%;
  box-shadow: 1px 1px 40px #78839345;
}

/* .governing-council .col-md-3 {
  height: 100%;
} */

.governing-box p {
  line-height: 1.3;
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.governing-box p:nth-of-type(1) {
  color: var(--primary-color);
  line-height: 1;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}

.team-popup.video-popup .btn-close {
  position: absolute;
  left: auto;
  width: 50px;
  height: 50px;
  top: -29px;
  background-color: #3f3f3f;
  color: #fff;
  border-radius: 50px;
  background-image: url(../images/close.svg);
  border: solid 5px #ffffffde;
  opacity: 1;
  box-shadow: 1px 1px 5px #1d1d1da8;
  right: -30px;
}
.height-light-cohort ul li {
  padding: 5px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.height-light-cohort ul {
  background: #393084;
  padding: 30px 40px;
  border-radius: 8px;
}
/* .secretariat-text {
  margin-bottom: 10px;
} */
.knowledge-text h2 {
  color: #000;
}
.knowledge-text p {
  margin: 0;
}
.knowledge-text ul {
  list-style: none;
  padding: 0;
}
.knowledge-text ul li {
  padding: 5px 0;
}
.knowledge-text .secondary-btn {
  display: flex;
}
.knowledge-text .secondary-btn svg {
  width: 20px;
  margin-right: 5px;
}
.event-page-text h3 {
  color: #000;
  margin-top: 15px;
  font-size: 22px;
  height: 45px;
}
.sub-heading {
  color: var(--secondary-color);
}
.popup-form-sec .modal-body {
  padding: 50px;
  background: #f2f2f2;
  border-radius: 6px;
}
.popup-form-sec .modal-body .btn-close {
  position: absolute;
  right: 20px;
  top: 16px;
}
.popup-form-sec .modal-body .error {
  color: red;
  font-size: 12px;
}
.popup-form-sec .modal-body .form-control {
  margin-bottom: 0;
}
.popup-form-sec .modal-body h2 {
  color: #000;
}
.popup-form-sec .secondary-btn {
  border: none;
}

.event-text .event-text-div {
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
}

/* 15-04-2025 sangita */
.text-danger {
  font-size: 0.875rem;
  color: red;
  margin-top: 5px;
  display: block;
}
.team-popup .team-scroll {
  height: 30vh;
  overflow-y: auto;
}

.team-popup .team-scroll {
  height: 30vh;
  overflow-y: auto;
}
div#loading img {
  max-width: 40px;
}
.highlight-content{
  color: #393084 !important;
  font-size: 17px;
  font-weight: 600;
}

/*--------------modal css event-----------------*/

.event-modal .modal-dialog.modal-dialog-centered {max-width: 800px; }
.event-modal .modal-header {border: none; padding-bottom: 1px; border-top: 7px solid #171849; }
.event-modal button.btn-close {width: 25px; height: 25px; border: 1px solid #000; opacity: 1; border-radius: 50px; }
.event-modal .event-modal-cont h3 {font-size: clamp(1.25rem, 1.106rem + 0.641vw, 1.875rem) !important; color: #231b6f; margin-bottom: 20px; }
.event-modal .modal-body p {font-size: 15px; color: #5f5f5f; }
.event-modal .image-box img {width: 100%; height: 100%; object-fit: cover; }
.event-modal .image-box {width: 100%; height: 100%; border-radius: 10px; overflow: hidden; box-shadow: 0 0 10px #231b6f; }
.common-button{border: solid 1px var(--primary-color); padding: 7px 25px; color: var(--secondary-color); text-transform: uppercase; border-radius: 50px; font-weight: 600; display: inline-block; font-size: 12px;}
.common-button:hover {background-color: var(--primary-color); color: #fff; }
.event-modal .gal-img {margin-bottom: 20px; }
.event-modal .modal-body {padding-bottom: 35px; padding-left: 35px;padding-right: 35px;}
.event-modal .gal-img ul {display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.event-modal .gal-img ul li {flex: 1 1 100%; }
.event-modal .gal-img ul:has(li:nth-child(2)) li {flex: 1 1 calc(50% - 5px); }
.event-modal .image-box {width: 100%; height: 300px; overflow: hidden; }
.event-modal .image-box img {width: 100%; height: 100%; display: block; object-fit: cover; }
.innovation-video .video-link-ar a {align-items: start !important; }
.innovation-video .video-link-ar a b {word-break: break-all; }

.contrbute-frm-chk-box {display: flex ; align-items: center; justify-content: space-between; }
.contrbute-frm-chk-box label.form-check-label {margin-top: 3px; }


@media only screen and (max-width: 575px) {

.event-modal .image-box {height: 200px; }
.contrbute-frm-chk-box {display: block; }
.contrbute-frm-chk-box .form-check .form-check-input {float: unset;}

}

/*--------------modal css event-----------------*/












