@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");

:root {
  --hdn-warn: #cddb00;
  --hdn-blue: #00a499;
  --hdn-green: #99cc00;
  --hdn-green-darker: #739900;
  --hdn-text: #55565a;
  --hdn-text-darker: hsl(228, 3%, 28%);
  --hdn-text-light: hsl(228, 3%, 45%);
  --hdn-light: #e2e2e2;
  --hdn-warn-darker: hsl(64, 100%, 40%);
}

/* Global css */

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  color: var(--hdn-text);
  line-height: 1rem;
}

body a {
  transition: all 0.6s;
  color: var(--hdn-text);
  text-decoration: none;
}

/* font-weights */
.fw-800 {
  font-weight: 800;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.container {
  max-width: 1280px !important;
  /* width: calc(100% - 3%) !important; */
  /* padding: 0 3%; */
}

.container-xxl {
  max-width: 100% !important;
}

.container-carousel {
  max-width: 1600px;
  margin: 0 auto;
}

.dropdown-menu a {
  color: var(--hdn-text);
}

a:hover {
  color: var(--hdn-text-light);
}

.fs-sm {
  font-size: 13px;
}

.z-1 {
  z-index: 1;
}

.btn:hover {
  border-color: transparent;
}

.btn-hdn-green {
  transition: all 0.6s;
  background-color: var(--hdn-green);
  border: 4px solid #fff;
  outline: #ccc solid 1px;
}

.btn-hdn-green-hero {
  transition: all 0.6s;
  background-color: var(--hdn-green);
  border: 1px solid #fff;
  outline: #ccc solid 1px;
  color: var(--hdn-text);
  padding: 10px 0;
  font-size: 1.2rem;
}

.btn-hdn-green-hero:hover {
  background-color: var(--hdn-green-darker);
  color: var(--hdn-text);
}

.btn-hdn-light {
  transition: all 0.6s;
  background-color: var(--hdn-light);
}

.btn-hdn-light:hover {
  background-color: var(--hdn-light);
}

.btn-hdn-green:hover,
.btn-hdn-green:focus,
.btn-hdn-green:active {
  background-color: var(--hdn-green-darker);
  border: 4px solid #fff;
  outline: #ccc solid 1px !important;
}

.text-grey {
  color: var(--hdn-text);
}

.text-blue {
  color: var(--hdn-blue);
}

.text-warn {
  color: var(--hdn-warn);
}

.text-green {
  color: var(--hdn-green);
}

.bg-hdn-light {
  background-color: var(--hdn-light);
}

.bg-hdn-blue {
  background-color: var(--hdn-blue);
}

.bg-hdn-dark {
  background-color: var(--hdn-text);
}

.bg-hdn-darker {
  background-color: var(--hdn-text-darker);
}

.bg-hdn-warn {
  background-color: var(--hdn-warn);
}

.bg-hdn-green {
  transition: all 0.6s;
  background-color: var(--hdn-green);
}

.bg-hdn-green:hover,
.bg-hdn-green:active,
.bg-hdn-green:focus {
  background-color: var(--hdn-green-darker);
  border-color: var(--hdn-green-darker);
}

.border-blue {
  border-color: var(--hdn-blue) !important;
}

.shadow-start {
  box-shadow: 0 4px 2px -2px gray;
}

.form-select:focus,
.form-control:focus,
.navbar-toggler:focus,
.btn:focus {
  box-shadow: none;
}

input:focus-visible {
  outline: none;
}

.round-top {
  border-radius: 1rem 1rem 0 0;
}

.round-bot {
  border-radius: 0 0 1rem 1rem;
}

.round-card {
  border-radius: 1rem;
}

.font-lt {
  font-weight: 300;
}

.fw-regular {
  font-weight: 600;
}

/* gradient borders css starts */
.border-grad-1 {
  border-width: 6px;
  border-top-style: solid;
  border-image: linear-gradient(to right, #ffffff70, transparent, transparent) 1;
}

.border-grad-2 {
  border-width: 6px;
  border-top-style: solid;
  border-image: linear-gradient(to right, #f1f3f6 40%, var(--hdn-blue)) 1;
}

.border-grad-3 {
  border-bottom: solid 6px var(--hdn-text);
  /* opacity: 70%; */
}
.border-grad-4 {
  border-width: 6px;
  /* border-bottom-style: solid; */
  border-image: linear-gradient(to right, #ffffff10 30%, var(--hdn-blue)) 1;
}

/* gradient borders css ends */

/* Global css end */

/* Header section */
.grad-head {
  background: linear-gradient(to right, #fff, #fff, #e1e1e1);
}

/* .grad-head-inner {
	background: linear-gradient(
		43deg,
		rgba(113, 113, 113, 0.8267682072829132) 0%,
		rgba(221, 221, 221, 1) 82%
	);
} */

.btn-hdn {
  background-color: var(--hdn-warn);
}

.btn-hdn:hover {
  background-color: var(--hdn-warn-darker);
}

.login-nav {
  margin-top: -44px;
}

.btn-1 {
  z-index: 2;
}

.btn-2 {
  margin-left: -10%;
  z-index: 1;
}

.dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  border: none;
  position: absolute;
  bottom: 12px;
  font-size: 0.75rem;
  padding-left: 2px;
}

/* header section */
/* .header {
	margin-bottom: 133.6px;
} */
.navbar .active {
  color: var(--hdn-blue) !important;
}
.navbar .active > a {
  color: var(--hdn-blue) !important;
}

/* li.current-menu-item a {
	color: var(--hdn-blue);
}  */

.header ::placeholder {
  font-weight: 600;
}

.header :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 600;
}

.header ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 600;
}

.search-icon {
  z-index: 10;
  background-color: transparent;
  top: 5px;
  right: 8px;
  transform: rotate(90deg);
}

.magnifier-btn {
  transform: rotate(270deg);
}

.search-form {
  min-width: 200px;
}

.search {
  width: 100px;
  transition: all ease-in-out 0.5s;
}

.search.wide {
  width: 180px !important;
}

.search:focus,
.search:active {
  width: 180px;
}

/* Hero section */
/* .mt-fixed-top {
	margin-top: 102px;
} */
.hero {
  /* margin-top: 133.6px; */
  /* max-height: 90vh; */
  /* max-height: 680px; */
  max-height: 680px;
}

/* .hero img {
	transform: scaleX(-1);
} */

.hero-text {
  margin-top: -5px;
  height: 101%;
  background: rgba(0, 0, 0, 0.7);
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

.carousel-item img {
  min-height: 680px;
  max-height: 680px;
  object-fit: cover;
}

.carousel-control-prev span {
  position: absolute;
  left: 40px;
}

.member-login {
  padding-left: 88px;
}

.carousel-control-next span {
  position: absolute;
  right: 40px;
}

@media screen and (max-width: 768px) {
  .carousel-item img {
    min-height: auto;
    max-height: auto;
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100%, 100%;
  background-image: none;
  width: 3rem;
  height: 3rem;
}

.carousel-control-next-icon {
  border-radius: 0 50% 50% 0;
  background: linear-gradient(to left, var(--hdn-blue), transparent);
}

.carousel-control-prev-icon {
  border-radius: 50% 0 0 50%;
  background: linear-gradient(to right, var(--hdn-blue), transparent);
}

.hero-icons {
  margin-top: 9px;
  width: 1rem;
  height: 1.75rem;
}

.button-right-icon {
  min-height: 10px !important;
  height: 25px !important;
  margin-left: 15px;
}

/* .carousel-control-next-icon:after,
.carousel-control-prev-icon:after {
  font-family: "FontAwesome";
  font-size: 2rem;
  color: #fff;
  line-height: 3rem;
} */

/* .carousel-control-next-icon:after {
	content: "\f054";
} */

/* .carousel-control-prev-icon:after {
	content: "\f053";
} */

.hero-text > div {
  margin-left: 25%;
  max-width: 300px;
}

.hero-text h1 {
  font-size: 3.3rem;
}

/* Services */
.services {
  background: linear-gradient(to bottom, #00a398, #98cb00);
}

.services .card > div {
  background-color: #e2e2e2;
  min-height: 250px;
  max-height: 250px;
}

.services .card img {
  object-fit: cover;
  height: 195px;
}

.owl-stage {
  display: flex;
}

.services .owl-item {
  border-radius: 2rem;
  display: flex;
  align-self: stretch;
}

.services .owl-next {
  right: 15px;
  position: absolute;
  height: 50px;
  width: 50px;
  background: linear-gradient(to left, #666, transparent) !important;
  border: solid #f6f6f6 1px !important;
  border-radius: 50% !important;
}

.services .owl-prev {
  left: 15px;
  position: absolute;
  height: 50px;
  width: 50px;
  background: linear-gradient(to right, #666, transparent) !important;
  border: solid #f6f6f6 1px !important;
  border-radius: 50% !important;
}

.services .owl-prev,
.services .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1330px) {
  .services .owl-prev {
    left: -33px;
  }

  .services .owl-next {
    right: -33px;
  }
}

.services .owl-nav {
  padding: 0 1.5rem;
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.services .owl-dots {
  margin-top: 2rem;
}

.services .owl-dot span {
  background-color: #ffffff20 !important;
}

.services .owl-dot.active span {
  background-color: hsl(0, 0%, 100%) !important;
  width: 40px !important;
}

.participants .owl-dot {
  padding-inline: 0px;
  margin-inline: -2px;
}
@media screen and (min-width: 768px) {
  .participants .container::after {
    content: "";
    position: absolute;
    background: transparent
      linear-gradient(to right, #ffffff 0%, #ffffff00 100%) 0% 0% no-repeat
      padding-box;
    left: -2px;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 200px;
  }
  .participants .container::before {
    content: "";
    position: absolute;
    background: transparent linear-gradient(to left, #ffffff 0%, #ffffff00 100%)
      0% 0% no-repeat padding-box;
    right: -2px;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 200px;
  }
}
.participants .container {
  max-width: 1200px !important;
  position: relative;
}
.ps-sm {
  font-size: 14px;
}

/* Events */
/* .events .card-footer {
  padding: 0.4rem 0;
} */

.event-date {
  padding: 0.8rem 0;
}

.event-date > span {
  border-top-left-radius: 0.3rem;
}

.register-link {
  border-bottom-right-radius: 0.3rem;
}

/* Participants */
.part-card {
  border-radius: 3rem;
}

.part-header {
  background: linear-gradient(to right, #f7f8e9, #e9f6ee);
  box-shadow: inset 0 3rem 3rem rgba(0, 0, 0, 0.1);
  border-radius: 3rem 3rem 0 0;
}

.participants .owl-item {
  padding-bottom: 4rem;
  /* transform: perspective(80px) rotateX(-2deg) rotateY(-1deg) scale(0.8); */
  transform: scale(0.8);
  transition: all 0.5s;
  border: 3px #fff solid;
  opacity: 0.4;
  border-radius: 3rem;
}

.participants .owl-item.active.center {
  /* transform: perspective(80px) rotateX(-2deg) rotateY(-1deg) scale(1.05); */
  padding-bottom: 4rem;
  transform: scale(1.01);
  box-shadow: 0 0 40px 0#e6e6e6, 0 0 40px 0#e6e6e6;
  opacity: 1;
}

.owl-item.active.center .part-header {
  background-image: linear-gradient(to right, #e9f6ee 0%, #f7f8e9 100%);
  box-shadow: inset 0 3rem 3rem rgba(0, 0, 0, 0.1);
}

.participants .owl-nav {
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  width: 100%;
  z-index: 1;
  top: 12%;
  position: absolute;
}

.participants .owl-dots {
  left: 0;
  position: absolute;
  top: 15%;
  width: 100%;
}

.participants button {
  border: none;
  background: transparent;
}

.participants .owl-prev {
  height: 62px;
  width: 62px;
  line-height: 38px;
  border-radius: 50% 0 0 50% !important;
  background: linear-gradient(
    to right,
    var(--hdn-blue),
    transparent
  ) !important;
}

.participants .owl-prev {
}

.participants .owl-prev img,
.participants .owl-next img {
  width: 18px;
  margin-top: 3px;
}

.participants .owl-next {
  height: 62px;
  width: 62px;
  line-height: 38px;
  border-radius: 0 50% 50% 0 !important;
  background: linear-gradient(to left, var(--hdn-blue), transparent) !important;
}

.participants .owl-dot span {
  background-color: #ccedea !important;
}

.participants .owl-dot.active span {
  background-color: #00a398 !important;
}

.participants .avatar {
  margin-top: -5rem;
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.participants .owl-carousel-part {
  padding-top: 6rem !important;
}

.participants-icons {
  width: 10px;
  margin-bottom: 4px;
}

.participants .part-body p {
  font-size: 18px;
}

.services-icons {
  width: 13px;
  height: 28px;
  margin: 4px;
}

/* Contact */
.fa-phone-volume {
  transform: rotate(-35deg);
}

.contact .form-control:focus {
  background-color: var(--hdn-text) !important;
}

.contact ::placeholder {
  color: #888888 !important;
}

.contact :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.contact ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.contact .form-select {
  color: #888888 !important;
}

.contact .form-select,
.contact .form-control,
.contact input {
  /* padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important; */
  padding-block: 15px !important;
  font-size: 14px;
  text-transform: uppercase !important;
}

@media screen and (min-width: 992px) {
  .contact input[type="submit"] {
    padding-inline: 70px !important;
  }
}

.callback-text p {
  font-size: 15px;
}

.phone-icon {
  margin-bottom: 10px;
}

/* Footer */

/* Media Queries */
@media (min-width: 576px) {
  .logo {
    width: 180px;
  }

  .logo-small img {
    width: 140px;
  }

  .inspire-text {
    max-width: 800px;
  }
}

/* @media screen and (max-width: 1680px) and (min-width: 1560px) {
	.participants .owl-nav {
		padding-left: 13rem;
		padding-right: 13rem;
	}
} */
@media screen and (max-width: 1560px) and (min-width: 500px) {
  .participants .owl-nav {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 520px) {
  .participants .owl-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* @media screen and (min-width: 1680px) {
	.participants .owl-nav {
		justify-content: space-around;
	}
} */
.participants .owl-nav {
  z-index: 10;
}
@media (min-width: 800px) {
  .participants .owl-item .item {
    /* max-width: 470px; */
    /* margin: 2rem; */
  }

  .participants .owl-stage-outer {
    margin-left: 8rem;
  }

  .participants .owl-nav {
    top: 0;
  }

  .participants .owl-item {
    /* margin: 2rem !important; */
    display: flex;
    align-items: center;
    justify-content: end;
    transform: perspective(80px) rotateX(0deg) rotateY(1.3deg) scale(1);
  }

  .participants .owl-item.cloned {
    margin-right: 0 !important;
  }

  .participants .owl-item.cloned .avatar {
    margin-right: 5rem;
  }

  .participants .owl-item.active.center {
    margin: 2rem 2rem 2rem 0 !important;
    max-width: 500px;
    transform: perspective(80px) rotateX(-1deg) rotateY(-1.3deg) scale(1);
  }

  .participants .owl-item.active {
    margin-left: 4rem !important;
  }
  /*Astwood added*/
  .participants .owl-item,
  .participants .owl-item.active,
  .participants .owl-item.cloned {
    transform: perspective(80px) rotateX(-1deg) rotateY(1.3deg) scale(0.75) !important;
  }
  .participants .container .center {
    transform: perspective(80px) rotateX(-1deg) rotateY(-1.3deg) scale(1) !important;
  }
  .participants .container .owl-item.active.center {
    margin: 2rem -4rem 2rem -4rem !important;
  }
  .owl-item,
  .owl-item .item {
    height: fit-content;
  }
  .participants .owl-stage-outer {
    margin-left: 8rem;
  }
}

@media screen and (max-width: 1030px) {
  .menu-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 200px) and (max-width: 576px) {
  .logo {
    width: 100px;
  }

  .logo-small img {
    width: 100px;
  }

  .login-nav {
    margin-top: -18px;
  }
}

/* about css start */
.banner {
  background: url(../assets/about-us.jfif) no-repeat center/cover;
  min-height: 60vh;
}
.banner-inner {
  min-height: 400px;
}

.about-text {
  max-width: 800px;
}

.about ul li::before {
  content: "\2022";
  color: var(--hdn-blue);
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  width: 0.5em;
  margin-left: -1em;
}

.hdn-help {
  background: linear-gradient(to bottom right, #0fa79d, var(--hdn-green));
}

/* about css end */

/* events css start */
.events-banner {
  background: url(../assets/events-banner.jpg) no-repeat center/cover;
  min-height: 60vh;
}

.events-banner .events-overlay {
  min-height: 60vh;
}

/* events css start */

/* jobs css start */
.round-left {
  border-radius: 2rem 0 0 2rem !important;
}

.search-job {
  margin-top: -20px;
}

.details .dropdown-toggle::after {
  display: none;
}

.dropdown-item:active {
  background-color: #e9ecef !important;
  color: #1e2125 !important;
}

.search-job .dropdown-toggle::after {
  display: none;
}

.btn:focus {
  box-shadow: none !important;
}

.details .dropdown-menu {
  transform: translate3d(0px, 0px, 0px) !important;
}

.dropdown-menu {
  border-radius: 0;
  color: var(--hdn-text) !important;
}

@media (min-width: 768px) {
  .text-login {
    max-width: 450px;
  }

  .search-job .form {
    width: 50%;
  }
}

/* jobs css end */

/* hdn-board css start */

/* hdn-board css start */

/* Membership css start */
.member-banner {
  background: url(../assets/membership-banner.png) no-repeat center/cover;
  min-height: 60vh;
}

.cite-del {
  color: var(--hdn-blue);
}

/* Membership css end */

/* Programmes css starts */
.mentoring-banner {
  min-height: 60vh;
  background: url(../assets/mentoring-banner.jpg) no-repeat center/cover;
}

.video-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

/* .mentoring-banner-2 {
	background: url(../assets/mentoring-banner-2.jpeg) no-repeat center/cover;
	min-height: 60vh;
} */
@media (max-width: 768px) {
  .mentoring-banner-2 {
    min-height: 40vh !important;
  }
}

@media (max-width: 992px) {
  .navs .container {
    padding: 0 0.3rem 0 0.05rem;
  }
}

/* Programmes css ends */
/* Programmes css ends */
/* Board Excellence CSS starts */
.board-excellence-banner {
  min-height: 60vh;
  background: url(../assets/board-excellence-banner.png) no-repeat center/cover;
}

.bubble {
  position: relative;
  background: #00a698;
  color: white;
  text-align: center;
  /* width: 250px;
	height: 120px; */
}

.bubble:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #00a698 transparent;
  border-width: 10px 15px 0;
  bottom: -10px;
  left: 17%;
  margin-left: -15px;
}

.bubble-2 {
  position: relative;
  background: #8fb22e;
  color: #747474;
  /* width: 250px;
	height: 120px; */
}

.bubble-2:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #8fb22e transparent;
  border-width: 10px 15px 0;
  bottom: -10px;
  left: 17%;
  margin-left: -15px;
}

.bubble-3 {
  position: relative;
  background: #dbd539;
  color: #747474;
  /* width: 250px;
	height: 120px; */
}

.bubble-3:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #dbd539 transparent;
  border-width: 10px 15px 0;
  bottom: -10px;
  left: 17%;
  margin-left: -15px;
}

@media (max-width: 1280px) and (min-width: 765px) {
  .program-heading {
    padding-left: 1rem !important;
  }
}

/* survey tool css starts */
.survey-tool-banner {
  background-image: url(../assets/survey-tool-banner.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40vh;
}

.survey .active {
  color: #fff !important;
}

.border-bot-dotted {
  border-bottom: dotted #fff 1px;
}

.tab {
  display: none;
}

.w-range-50 {
  max-width: 75%;
}

/* survey tool css ends */

/* new changes */
.news {
  z-index: 2;
}

.news-btn {
  background: #53565a !important;
  font-weight: 600;
  font-size: 14px;
  padding-inline: 35px;
}

.shadow-bot {
  position: relative;
}

.shadow-bot:after {
  content: "";
  display: block;
  position: absolute;
  left: 26%;
  bottom: -1rem;
  background: radial-gradient(
    farthest-corner at 50% -50%,
    rgba(0, 0, 0, 0.3) -20%,
    transparent 80%
  );
  /* background:radial-gradient(
		farthest-corner at 50% 0px,
		rgb(185, 184, 184) 0%,
		transparent 60%
	); */
  width: 50%;
  height: 1rem;
}

.shadow-top {
  position: relative;
}

.shadow-top:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: radial-gradient(
    farthest-corner at 50% 0px,
    #aeaeae 0%,
    transparent 50%
  );
  width: 100%;
  height: 1rem;
  padding: 0 1rem;
}

.shadow-top-light {
  position: relative;
}

.shadow-top-light:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  background: radial-gradient(
    farthest-corner at 50% -4px,
    #cccccc 0%,
    transparent 40%
  );
  width: 100%;
  height: 1rem;
  padding: 0 1rem;
}

.shadow-bot-dark {
  position: relative;
}

.shadow-bot-dark:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  background: radial-gradient(
    farthest-corner at 50% 0px,
    var(--hdn-text-darker) 0%,
    transparent 50%
  );
  width: 100%;
  height: 1rem;
}

.shadow-bot-light {
  position: relative;
}

.shadow-bot-light:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  background: radial-gradient(
    farthest-corner at 50% -4px,
    #cccccc 0%,
    transparent 40%
  );
  width: 100%;
  height: 1rem;
  z-index: -1;
}

.contact ::placeholder {
  color: rgb(108, 117, 125);
  opacity: 1;
  /* Firefox */
}

.contact :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(108, 117, 125);
}

.contact ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(108, 117, 125);
}

.footer {
  background-color: #53565a;
}

.copyright-div {
  background-color: #47494d;
}

@media screen and (min-width: 1200px) {
  .footer input {
    width: 100%;
  }

  /* .participants .owl-item.active.center{
    margin: 2rem 2rem 2rem 0 !important;
  } */
}

/* .participants .owl-item.active.center{
    margin: 2rem;
  } */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    /* margin-top: 11px; */
    /* -webkit-box-shadow: 0 8px 6px -6px #ccc;
		-moz-box-shadow: 0 8px 6px -6px #ccc;
		box-shadow: 0 8px 6px -6px #ccc; */
    border-bottom: 3px solid #f6f6f6 !important;
    border-right: 3px solid #f6f6f6 !important;
    border-left: 3px solid #f6f6f6 !important;
    display: flex;
  }

  .w-range-50 {
    max-width: 50% !important;
  }

  .navbar-nav .dropdown-toggle.show .navbar-nav .dropdown-toggle {
    position: relative;
  }

  .dropdown:hover .dropdown-toggle::before

	/* .navbar-nav .dropdown-toggle.show::before  */ {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--hdn-warn);
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 20;
  }

  .navbar .dropdown-menu.show {
    margin-top: 0 !important;
    display: none !important;
  }

  .navbar .dropdown-menu {
    margin-top: 8px;
    border-radius: 0 0 1rem 1rem;
    z-index: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .navbar .dropdown-menu[data-bs-popper],
  .navbar .dropdown-menu {
    margin: 0 auto;
    /* max-width: 1150px; */
    position: absolute;
    left: 0;
    right: 0;
  }

  .navbar {
    z-index: 10;
  }
}

/* new changes */
.carousel-item {
  /* transition: transform 0 ease-in-out; */
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  /* transition: opacity 2s 2s; */
  transition: transform 2s ease, opacity 3s ease-out;
}
.border-5 {
  border-width: 8px !important;
}

/* Css changes by moomin */

.dropdown-menu-447 {
  position: relative;
  left: 36px;
}
/* Css added by moomin  */

.footer-links li:hover,
.footer-links li a:hover {
  color: #cddb00 !important;
}

.fs-16 {
  font-size: 16px;
}

.about-text p {
  font-size: 16px !important;
}

.lh-75 {
  line-height: 1.75;
}

/* .border-grad-board {
  border-width: 6px;
  border-top-style: solid;
  border-image: linear-gradient(to right, #ffffff10 30%, var(--hdn-blue)) 1;
} */
#menu-top-menu .dropdown:nth-child(1) .dropdown-menu.drop-menu-1 div {
  position: relative;
  left: -253px;
}
#menu-top-menu .dropdown:nth-child(3) .dropdown-menu.drop-menu-1 div {
  position: relative;
  left: 2.8%;
}
#menu-top-menu .dropdown:nth-child(4) .dropdown-menu.drop-menu-1 div {
  position: relative;
  left: 252px;
}
#menu-top-menu .dropdown:nth-child(5) .dropdown-menu.drop-menu-1 div {
  position: relative;
  left: 386px;
}
#menu-top-menu .dropdown:nth-child(7) .dropdown-menu.drop-menu-1 div {
  position: relative;
  left: 43.5%;
}

.modal {
  background-color: #1da499c7 !important;
}

.modal-img-shadow {
  position: relative;
  left: -26px;
}

.modal-body.member-model {
  padding: 27px 10px 14px !important;
}
.modal-content {
  border-color: transparent !important;
  border-radius: 15px !important;
}

/* @media (min-width:1150px) and (max-width:1250px){
  #menu-top-menu .dropdown:nth-child(3) .dropdown-menu.drop-menu-1 div {
  position: relative;
  left: -0%;
}
}

@media (min-width:1251px) and (max-width:1270px){
  #menu-top-menu .dropdown:nth-child(3) .dropdown-menu.drop-menu-1 div {
  position: relative;
    left: 1%;

}
}
@media (min-width:1620px){
#menu-top-menu .dropdown:nth-child(3) .dropdown-menu.drop-menu-1 div {
  position: relative;
  left: 43px;
}
} */

.mh-50.fw-800.jobsingletitle {
  border-color: #00a499 !important;
}

@media (min-width: 992px) {
  .navbar .dropdown-menu {
    width: 103% !important;
  }
}

@media (min-width: 992px) {
  #menu-top-menu .nav-item {
    padding-right: 1.5rem !important;
  }

  #menu-top-menu .nav-item:nth-child(2) {
    padding-right: 8px !important;
  }
}

.col-job {
  color: #545458 !important;
}

@media (max-width: 520px) {
  #menu-top-menu .dropdown:nth-child(1) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(3) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(4) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(5) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(7) .dropdown-menu.drop-menu-1 div {
    left: -4.2%;
  }
}
@media (min-width: 521px) and (max-width:767px) {
  #menu-top-menu .dropdown:nth-child(1) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(3) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(4) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(5) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(7) .dropdown-menu.drop-menu-1 div {
    left: -16px;
  }
}

@media (min-width:768px) and (max-width:899px){
  #menu-top-menu .dropdown:nth-child(1) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(3) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(4) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(5) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(7) .dropdown-menu.drop-menu-1 div {
    left: -7px;
  }
}
@media (min-width:900px) and (max-width: 991px) {
  #menu-top-menu .dropdown:nth-child(1) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(3) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(4) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(5) .dropdown-menu.drop-menu-1 div,
  #menu-top-menu .dropdown:nth-child(7) .dropdown-menu.drop-menu-1 div {
    left: -9px;
  }
}

.border-grad-meet {
  border-width: 4px;
  border-image: linear-gradient(to right, #ffffff10 22%, var(--hdn-blue)) 1;
  border-top-style: solid;
} 

.cards-meet{
  width: 20%;
}

@media (max-width:768px){
.cards-meet{
    width:50% !important;
  }
}
@media (max-width:400px){
.cards-meet{
    width:100%!important;
  }
}

