:root {
  --accent-color: rgba(108, 29, 255, 0.8);
  --dark-grey-color: #595959;
  --blue-color: rgb(0, 87, 255);
  --bs-blue: rgb(0, 87, 255);
}

*[id].a-scroll-link:before {
  display: block;
  content: " ";
  margin-top: -75px;
  height: 75px;
  visibility: hidden;
}

.left-float-title {
  position: fixed;
  left: 15px;
  top: 8%;
  z-index: 9996;
}

.left-float-title h1 {
  display: none;
  color: #86b7fe;
  opacity: 0.5;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}
.submodule-tile-images {
  height: 400px;
  width: 500px;
  /* height: 267px;
    width: 333px; */
  overflow: hidden;
}

.submodule-tile-images img {
  min-height: 100%;
  width: 120%;
  object-fit: cover;
}
.text-create{
  color: #6b5eae !important;
}
/* #go-top {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;

    width: 50px;
    height: 50px;
    border: unset;
    border-radius: 100%;
    background-color: #0057ff;
    opacity: 0.5;
    background-image: url('../assets/images/font-awesome_4-7-0_long-arrow-up.png');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
} */

.curser-pointer {
  cursor: pointer;
}

.dark-purple-text {
  color: rgb(29, 0, 88);
}

.light-purple-bg {
  background-color: #f0e8ff;
}

.sub-modules-banner-size {
  min-height: 60vh;
  background-size: cover;
  background-position: center center;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.img-flip-x {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.content-img-tiles {
  padding: 10vh 5vw;
  width: 75vw;
  max-width: 1900px;
}

.content-tile {
  font-size: 1rem;
  font-weight: 400;
}

.img-tr-sharp-25 {
  border-radius: 25% 0 25% 25%;
}

.img-tr-sharp-5 {
  border-radius: 5% 0 5% 5%;
}
.img-tr-sharp-10 {
  border-radius: 10% 0 10% 10%;
}

.img-tl-sharp-25 {
  border-radius: 0 25% 25% 25%;
}

.img-bl-sharp-25 {
  border-radius: 25% 25% 25% 0;
}

.bold-font {
  font-weight: 700 !important;
}

.semibold-font {
  font-weight: 600 !important;
}

.medium-font {
  font-weight: 500 !important;
}

.black-font {
  font-weight: 800 !important;
}

.regular-font {
  font-weight: 400 !important;
}

.light-font {
  font-weight: 300 !important;
}

body {
  font-size: 16px;
  color: #595959;
  background: white;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}

.white-color {
  color: white !important;
}

.blue-color {
  color: #0057ff !important;
}
.grey-color {
  color: var(--dark-grey-color);
}
.light-grey-color {
  color: #5959599f;
}

.orange-color {
  color: #ff9215 !important;
}
.br-30px {
  border-radius: 30px;
}
.br-15px {
  border-radius: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
}

a,
a:hover {
  text-decoration: none;
}

.section-title {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 700;
}

.large-title {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 600;
}

.sub-title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: 600;
}

.f-20 {
  font-size: 20px;
}

.main-content {
  margin-top: 63px;
}

.btn-orange {
  background-color: #ff9215;
  border-radius: 40px;
  letter-spacing: 1px;
  color: white !important;
}

.btn-primary {
  background-color: #0057ff !important;
  border-radius: 40px;
  letter-spacing: 1px;
  color: white !important;
}

/* .btn {
    font-size: 18px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 10px 25px;
} */

@-webkit-keyframes check {
  50% {
    outline-color: #0057ff;
    box-shadow: 0 0 0 12px #0057ff, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }

  100% {
    outline-color: #0057ff;
    box-shadow: 0 0 0 0 #0057ff, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #0057ff;
    box-shadow: 0 0 0 12px #0057ff, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }

  100% {
    outline-color: #0057ff;
    box-shadow: 0 0 0 0 #0057ff, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

.page-top-banner {
  position: relative;
  padding: 60px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  min-height: 25vw;
  background-size: cover;
  background-position: center center;
}
.page-banner-text {
  padding: 20px 40px;
  max-width: 50%;
  background-color: rgba(108, 29, 255, 0.8);
  border-radius: 30px 30px 30px 30px;
  margin-bottom: 5vh;
  height: min-content;
}

.page-title {
  font-size: 60px;
  line-height: 1;
  margin: 0;
  text-shadow: 2px 2px 3px #111111;
}

.page-top-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.content-section {
  padding: 100px 0;
}

.bg-grey {
  background-color: #ededed;
}

.f-17 {
  font-size: 17px;
}

.form-field .form-label {
  color: #1a1a1a;
  font-size: 18px;
  margin-bottom: 15px;
}

/* .form-control {
    border: none;
    border-radius: 30px;
    background-color: #ebebeb76;
    padding: 12px;
} */

/* .form-control:focus {
    color: #212529;
    background-color: #EBEBEB;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.7);
} */

.f-18 {
  font-size: 18px;
}

.f-14 {
  font-size: 14px;
}

.form-wrap {
  background: white;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.page-top-banner.privacy-banner {
  background-image: url("../assets/images/backgrounds/header-legal.png");
  min-height: 24vw;
}

.privacy-banner img {
  width: 40%;
}

.text-center .small-divider,
.small-divider.center {
  margin-left: auto;
  margin-right: auto;
}

.modal-backdrop.show {
  opacity: 0.8;
}

/*.small-divider{
    width: 50px;
    height: 3px;
    background: #FF9215;
    margin-top: 15px;
    margin-bottom: 15px;
}*/
.small-divider {
  width: 66%;
  height: 3px;
  /* background: #FF9215; */
  margin-top: 15px;
  margin-bottom: 100px;
}

.grey-separator {
  border-top: 3px solid #e5e4e3;
}

.white-separator {
  border-top: 3px solid #e5e4e3;
}

.content-section {
  padding: 50px 0;
}

.director-banner {
  background-image: url(/assets/images/modules/standard/director/director-hero.jpg);
  background-position: 100% 30% !important;
}

.page-top-banner {
  position: relative;
  padding: 60px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  min-height: 20vw;
  background-size: cover;
  background-position: center center;
}

.module-top-slider-wrapper {
  margin-bottom: 5em;
}

/* Grey gradient section with 100% width */
.grey-section-100 {
  width: 100%;
  background-color: rgba(237, 237, 237, 0.5) !important;
}

.grey-white-alt:nth-child(n) {
  width: 100%;
  background-color: transparent !important;
}

.grey-white-alt:nth-child(2n) {
  width: 100%;
  background-color: rgba(237, 237, 237, 0.5) !important;
}

.grey-bg {
  width: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(237, 237, 237, 0.5),
    rgba(237, 237, 237, 0.5)
  );
}

.dark-grey-section-100 {
  width: 100%;
  background-color: #ededed;
}

.tl-sharp {
  border-top-left-radius: 0 !important;
}

.tr-sharp {
  border-top-right-radius: 0 !important;
}

.bl-sharp {
  border-bottom-left-radius: 0 !important;
}

.br-sharp {
  border-bottom-right-radius: 0 !important;
}

@media (min-width: 1900px) {
  .page-top-banner {
    min-height: 423px;
  }
}
@media (max-width: 1580px) {
  .form-wrap {
    padding: 30px 0;
  }
}
@media (max-width: 1580px) and (min-width: 992px) {
  /* .submodule-tile-images {
        height: 267px;
        width: 333px;
        overflow: hidden;
    } */

  .left-float-title h1 {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .section-title {
    font-size: 36px;
  }

  .sub-title {
    font-size: 26px;
  }

  .f-20 {
    font-size: 18px;
  }

  .large-title {
    font-size: 54px;
  }

  .content-section {
    padding: 80px 0;
  }

  .page-title {
    font-size: 48px;
  }

  .f-17 {
    font-size: 16px;
  }

  .f-18 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .content-section {
    padding: 60px 0;
  }

  .main-content {
    margin-top: 58px;
  }
  .submodule-tile-images {
    margin-bottom: 40px;
  }
  .page-banner-text {
    max-width: 50vw;
    min-width: 470px;
    bottom: 5%;
    padding: 20px;
  }

  .image-holder-h {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 25px !important;
  }
  .submodule-tile-images {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 25px !important;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }

  .sub-title {
    font-size: 24px;
  }

  .f-20 {
    font-size: 16px;
  }

  .page-top-banner {
    padding: 35px 0;
    min-height: 35vw;
  }

  .page-title {
    font-size: 34px;
  }

  /* .btn {
        font-size: 16px;
    } */

  .f-17 {
    font-size: 15px;
  }

  .form-field .form-label {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .form-control {
    padding: 12px;
  }

  .f-18 {
    font-size: 15px;
  }

  .form-wrap {
    border-radius: 20px;
    /* padding: 30px; */
  }

  .privacy-banner img {
    width: 60%;
  }

  .page-top-banner.privacy-banner {
    min-height: 30vw;
  }
}

@media (max-width: 575px) {
  .submodule-tile-images {
    max-height: 50vmin;
    max-width: 60vmin;
    margin-left: auto;
    margin-right: auto;
  }

  .submodule-tile-images {
    margin-bottom: 20px;
  }
  .main-content {
    margin-top: 57px;
  }

  .section-title {
    font-size: 28px;
  }

  .sub-title {
    font-size: 20px;
  }

  body {
    font-size: 15px;
  }

  .content-section {
    padding: 40px 0;
  }

  .page-title {
    font-size: 30px;
  }

  .page-top-banner {
    padding: 30px 0;
    min-height: 44vw;
  }

  .content-img-tiles {
    padding: 5vh 20px;
    width: unset;
  }

  .content-tile {
    font-size: 1rem;
  }
  .page-banner-text {
    max-width: unset;
    min-width: unset;
    left: 0%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.primary-details {
  display: flex;
  justify-content: flex-start;
}

.primary-details .primary-details-line {
  margin: 0 40px 0 0;
}

.primary-details .primary-details-line li {
  list-style: none;
}
