:root {
  --main: #0f62fe;
  --ibm-black: #161616;
  --main-black: #414141;
  --main-light: #ffffffd9;
  --black-opacity: rgba(65, 65, 65, 0.75);
  --bg-main: #0f62fed9;
  --bg-light: #f8f8f8;
  --bg-success: #76df9a;
  --bg-success-hover: #6dc68b;
  --bg-grey: #d9d9d9;
  --color-white: #ffffff;
  --color-white-opacity-75: rgba(255, 255, 255, 0.75);
  --color-black: #414141;
  --color-coursesTitle: #395982; 
  --grey-card: #f4f4f4;

  /* Font Size */
  --fs8: 8px;
  --fs10: 10px;
  --fs11: 11px;
  --fs12: 12px;
  --fs13: 13px;
  --fs14: 14px;
  --fs15: 15px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs26: 26px;
  --fs28: 28px;
  --fs30: 30px;
  --fs32: 32px;
}
div.spacer {
  padding-top: 10px;
}
a:hover {
  color: var(--main-black);
}

.bx--container,
.bx--header {
  transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
  /* background: var(--cds-ui-background,#fff); */
  border: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  position: relative;
}
.bx--header {
  z-index: 5999;
}
.headersubmenu.show .scrollableHeaderContent {
  max-height: 500px;
  overflow-y: auto;
}
@media (min-width: 1610px) {
  .bx--header {
    z-index: 5999;
  }
  .bx--container,
  .bx--header {
    transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
    /* background: var(--cds-ui-background,#fff); */
    border: none;
    max-width: 99rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1px;
    position: relative;
  }
  .bx--container:before,
  .bx--header:before,
  .bx--container:after,
  .bx--header::after {
    content: "";
    position: absolute;
    z-index: 1;
  }
  .bx--header::after,
  .bx--header::before {
    height: 35px;
  }
  .bx--container:after,
  .bx--container:before {
    height: 100%;
  }
  .bx--header:before {
    left: calc(-50vw + 50%);
    right: 100%;
  }
  .bx--header::after {
    left: 100%;
    right: calc(-50vw + 50%);
  }
 
  .headersubmenu.show .scrollableHeaderContent::before,
  .headersubmenu.show .scrollableHeaderContent::after,
  .headersubmenu.show .header_submenu::after,
  .headersubmenu.show .header_submenu::before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    background-color: #fff;
    top: 0;
  }
  .headersubmenu.show .scrollableHeaderContent::after,
  .headersubmenu.show .header_submenu::after {
    left: calc(-50vw + 50%);
    right: 100%;
  }
  .headersubmenu.show .scrollableHeaderContent::before,
  .headersubmenu.show .header_submenu::before {
    right: calc(-50vw + 50%);
    left: 100%;
  }
}
.blueminiheader {
  font-size: var(--fs12);
}

.lines-3,
.lines-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.lines-3 {
  -webkit-line-clamp: 3;
}
.lines-2 {
  -webkit-line-clamp: 2;
}
.lines-5 {
  -webkit-line-clamp: 5;
}

/* Start Trusted client */

/* End Trusted Client */
.pointer {
  cursor: pointer;
}
.copy_right_border {
  border-top: 1px solid rgba(217, 217, 217, 0.75);
}
span.icon-circle {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
}

.subsectionTitle {
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--main-black);
  margin-bottom: 30px;
  text-transform: capitalize;
}

.TextTitleForBackground {
  color: #fff;
  font-size: var(--fs12);
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  font-weight: 100 !important;
}

.color-success {
  line-height: 1.3;
  color: var(--color-white);
  background-color: var(--bg-success);
  padding: 3px 10px;
  border-radius: 10px !important;
  width: fit-content;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 400;
  font-size: var(--fs11);
}
.color-success a {
  color: var(--color-white);
}
.color-success:hover {
  background-color: var(--bg-success-hover) !important;
  color: var(--color-white) !important;
}
a.color-success {
  color: white;
}

.upcoming_description {
  color: var(--main-black);
  font-weight: 400;
  letter-spacing: 0em;
  font-size: var(--fs13);
}

.view-title-top,
.view-title {
  color: var(--main) !important;
  font-size: var(--fs14);
  font-style: normal;
  font-weight: 100 !important;
  line-height: normal !important;
}
.view-title-top {
  margin-bottom: 30px;
}
::placeholder {
  color: var(--black-opacity);
}
.modal-close-btn {
  padding: 10px !important;
  background-color: white;
  border: 0;
}
.modal-close-btn i {
  color: var(--main);
  font-size: var(--fs30);
}
.label-regiter {
  border: 0px;
  outline: 0px;
  background: transparent;
  background-color: var(--main);
  color: white;
  border-radius: 10px;
  font-size: var(--fs12);
  padding: 3px 8px;
}
.form-select:not(.default):focus,
.form-control:not(.default):focus {
  color: var(--main-black);
  border: 1px solid rgba(217, 217, 217, 1);
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 6px 1px var(--main);
}
.form-select:not(.default),
.form-control:not(.default) {
  border-radius: 0px !important;
  /* border: none; */
  box-shadow: none;
}
.landing-content {
  top: 25%;
}

h1 {
  font-size: calc(1rem + 2vw) !important;
  font-weight: 300 !important;
}
h2 {
  font-size: calc(0.85rem + 1.45vw) !important;
  font-weight: 300 !important;
}
h3,
h4 {
  font-size: calc(0.3rem + 1.15vw) !important;
  font-weight: 400;
}

h5 {
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}
.product-location {
  font-size: 1rem;
}
/********** Media ***********/
@media (max-width: 400px) {
}

@media (max-width: 767px) {
}

/* md */
@media (max-width: 991px) {
  .landing-content {
    top: 55%;
  }
  .subsectionTitle {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .subsectionTitle {
    font-size: var(--fs28);
  }
}
@media (max-width: 767px) {
  .view-title-top,
  .view-title {
    font-size: var(--fs12);
  }
  .subsectionTitle {
    font-size: var(--fs22);
  }
  .upcoming_description {
    font-size: var(--fs11);
  }
}
@media (min-width: 1200px) {
  .headersubmenu.show + .overlay-blue::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 89, 179, 0.35);
    top: 100%;
  }
}
/* XL */
@media (min-width: 1610px) {
  .TextTitleForBackground {
    font-size: var(--fs14);
  }
}

/********/
/* custom styles */
.slick-slide img {
  width: 100%;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
/* custom styles */
.slick-slide {
  margin: 0px 20px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto;
}
.slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.slick-slide {
  margin: 0rem 1rem;
}
.slick-slide img {
  display: inherit !important;
}

.slick-slide img {
  display: block !important;
}
.footer-succes {
  position: absolute;
}
@media (max-width: 767px) {
  .footer-succes {
    position: relative;
  }
  .h-38 {
    height: 38% !important;
  }
}

.askForAgendaBtn {
  color: var(--main);
  padding: 0.6875rem 0.9375rem;
  border: 1px solid var(--main);
  background-color: transparent;
  font-weight: 100;
  line-height: 15.6px;
}
.askForAgendaBtn:hover {
  background-color: #fff;
}
.registerNow {
  background-color: var(--main);
  color: var(--color-white);
  font-weight: 100;
  line-height: 15.6px;
  border: 0;
  padding: 0.6875rem 0.9375rem;
}

/* Start Product Card For all Page  */
.product-card {
  background: #f2f2f2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.product-header a {
  color: var(--main-black);
  font-weight: 500;
  line-height: 15.6px;
}
.product-card .product-img {
  position: relative;
  text-align: center;
  object-fit: cover;
  display: flex;
  padding: 0;
}
.product-card {
  border: 1px solid transparent;
}
.product-card:hover {
  border: 1px solid var(--black-opacity);
}
.product-card .product-img img {
  z-index: -1;
}
.product-card .product-img {
  overflow: hidden;
}

.product-card .product-img img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 16/7;
  height: 170px;
  filter: grayscale(100%);
}

@media (max-width: 767px) {
  .product-card .product-img img {
    height: 125px;
  }
}

.product-card .product-img:hover img {
  filter: grayscale(0%);
  transition: all 0.3s ease-in-out;
}

.product-card .product-info > span a {
  color: var(--main-black);
}

.product-card .product-info i {
  color: var(--main);
}

/* Start Landing Swiper  */
.slider-landing {
  position: absolute;
  bottom: 0;
}
.landing {
  height: 550px;
  padding-top: 97px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .landing-img {
    position: relative;
  }
}
.landing .swiper-slide {
  background-size: cover;
  background-color: #fff;
}
@media (max-width: 767px) {
  .landing .swiper-slide img {
    width: 100%;
  }
}
.landing .cont {
  position: relative;
}

.landing .cont .whiteContainer .content {
  /* position: absolute;
  top: 55%;
  transform: translateY(-50%); */
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  min-height: 325px;
  max-height: fit-content;
  justify-content: space-around;
  display: flex;
  /* width: 90% !important; */
  flex-direction: column;
  padding-top: 19px !important;
}
@media (min-width: 1200px) {
  /* .landing .cont .whiteContainer .content {
    min-width: 1000px;
    max-width: 60%;
  } */
}
.landing.landing-swiper .cont .whiteContainer .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.landing .cont .whiteContainer .content h1,
.landing .cont .whiteContainer .content h2 {
  font-weight: 300;
}
.landing .cont .whiteContainer .content h1 {
  color: var(--ibm-black);
}
.landing .cont .whiteContainer .content h2 {
  color: var(--main-black);
  opacity: 0.75;
}
.landing .cont .whiteContainer .content div {
  color: var(--main-black);
  line-height: 1.334;
  font-weight: 100;
  font-size: var(--fs18);
}
.landing .swiper-pagination {
  padding: 5px 0;
}
@media (min-width: 768px) {
  .landing .swiper-pagination {
    padding: 5px 165px;
  }
}
.landing .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #f5f5f5;
  opacity: 1;
}

.landing .swiper-pagination-bullet-active {
  position: relative;
}
.landing .swiper-pagination-bullet-active::before {
  content: "";
  width: 25px;
  position: absolute;
  height: 25px;
  border: 1.5px solid #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 2px #ffffff59;
}

@media(min-width:768px) {
  .landing-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
  }
  .landing-img .image {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .navbar .logo {
    height: 35px;
  }
  .landing .cont .content {
    top: 80px;
  }
  .landing {
    /* height: 590px !important; */
  height: 100%;
  }
  .landing .swiper-pagination-bullet {
    width: 1.3rem;
    height: 1.3rem;
    background-color: #f5f5f5;
    opacity: 1;
  }
  .landing .swiper-pagination-bullet-active::before {
    content: "";
    width: 2rem;
    position: absolute;
    height: 2rem;
    border: 1.5px solid #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 2px #ffffff59;
  }
  .landing .cont .whiteContainer .content {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    /* min-width: 95%; */
    max-height: unset !important;
    padding: 15px 10px !important;
  }
  .landing .cont .whiteContainer .content div {
    line-height: 18px;
    font-size: var(--fs13);
  }
  .landing .cont .whiteContainer .content a {
    margin: auto;
  }
  .menuBar {
    width: 61%;
  }
  .navbar {
    height: 65px;
  }
  .landingbuttons {
    display: flex;
    flex-direction: column;
  }
  .landingbuttons button {
    width: 100%;
    height: 1.5rem;
    padding: 1.2rem 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing {
    height: 500px !important;
  }
  .navbar .logo {
    height: 45px;
  }
  .container-fluid-with-padding {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    box-sizing: border-box;
  }

  .landing .cont .content {
    top: 80px;
  }
  .landing .swiper-pagination-bullet {
    width: 1.3rem;
    height: 1.3rem;
    background-color: #f5f5f5;
    opacity: 1;
  }
  .landing .swiper-pagination-bullet-active::before {
    content: "";
    width: 2rem;
    position: absolute;
    height: 2rem;
    border: 1.5px solid #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 2px #ffffff59;
  }
  .landing .cont .whiteContainer .content {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    /* min-width: 400px; */
    max-height: unset !important;
  }
  .menuBar {
    width: 61%;
  }
  .navbar {
    height: 65px;
  }
}

/*--------------------------------------------------------------
# Start Pagination
--------------------------------------------------------------*/
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  align-items: center;
  justify-content: end;
  align-content: center;
  gap: 16px;
}

ul.pagination li a {
  border-radius: 4px;
  border: 1px solid rgba(93, 141, 201);
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 500;
  color: rgba(93, 141, 201);
}

@media (max-width: 567px) {
  ul.pagination li a {
    width: 30px;
    height: 30px;
    padding: 4px;
  }
}
ul.pagination li a span i {
  color: rgba(93, 141, 201);
}
ul.pagination li:hover a span i,
ul.pagination li.active a span i {
  color: var(--main);
}
ul.pagination li:hover a,
ul.pagination li.active a {
  opacity: 1;
  border: 1px solid var(--main);
  color: var(--main);
}

/*--------------------------------------------------------------
# End Pagination
--------------------------------------------------------------*/
.user-hover {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.user-hover:hover {
  fill: #fff;
}
/*--------------------------------------------------------------
# Start Footer SVG
--------------------------------------------------------------*/
#footer .path-selector:hover {
  fill-opacity: 1;
}
#footer .linkedin-hover:hover {
  fill: #0a66c2;
}
#footer .instagram-hover:hover {
  fill: #e1306c;
}
#footer .facebook-hover:hover {
  fill: #1877f2;
}

/*--------------------------------------------------------------
# End Footer SVG
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Animation Video
--------------------------------------------------------------*/
.video .pulse {
  margin: -1.1875rem 0 0 -1.1875rem;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 2.375rem;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  background-color: #fff;
  -webkit-animation: scaleIn 2s infinite cubic-bezier(0, 0, 0.2, 1);
  animation: scaleIn 2s infinite cubic-bezier(0, 0, 0.2, 1);
  z-index: 2;
}
.video .pulse:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@keyframes scaleIn {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.6;
  }
  to {
    -webkit-transform: scale(3.75, 3.75);
    transform: scale(6, 6);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# End Animation Video
--------------------------------------------------------------*/
.overlay-black,
.overlay,
.overlay-gradiant {
  position: relative;
}
.overlay-black::before,
.overlay::before,
.overlay-gradiant::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.overlay-black::before {
  background-color: #222222d9;
}
.overlay::before {
  background-color: #0f62fe33;
}

.overlay-gradiant::before {
  background-image: linear-gradient(to bottom, #ffffff00 0%, #0f62fe80 50%);
  box-shadow: 0 0 8px 0 #5d8dc940;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(300px, 1fr)
  ); /* You can adjust the number of columns */
  grid-auto-rows: 260px; /* Set the fixed row height */
  gap: 20px;
}
@media (min-width: 992px) {
  .bx--input:hover {
    background-color: rgb(166, 200, 255) !important;
  }
  .bx--input {
    line-height: 1.3;
    color: rgb(0, 45, 156);
    background-color: rgb(208, 226, 255) !important;
    padding: 5px 13px !important;
    border-radius: 10px !important;
    width: fit-content;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 400;
    font-size: var(--fs16);
  }
  .bx--input label span {
    border: 1px solid rgb(0, 45, 156);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #fff;
  }
  .bx--input label {
    color: rgb(0, 45, 156) !important;
  }
  .bx--input label i {
    font-size: var(--fs8);
    color: #fff;
  }
  .transformX-50 {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px !important;
  }
}

.cursor-default {
  cursor: default;
}
.switch-grid-icon {
  margin-bottom: 30px;
}
/*----------------------------------------------------
Start List Template
----------------------------------------------------*/
.list-template-box {
  transition: background-color 0.3s ease-in-out;
}
.list-template-box:hover {
  background-color: rgb(241, 241, 241);
}
.list-template .list-template-box {
  border: 1px solid var(--bg-grey);
  padding: 8px 16px 16px 16px;
}

.list-template .list-template-header {
  font-size: var(--fs18) !important;
  color: var(--main) !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}
.list-template .list-template-header:hover {
  text-decoration: underline;
}
.list-icon.active svg,
.list-icon:hover svg {
  opacity: 1;
}
.list-icon svg {
  opacity: 0.25;
  transition: opacity 0.3s ease-in-out;
}
.list-template-body svg {
  transition: all 0.3s ease-in-out;
}
.list-course-icon > div {
  font-size: var(--fs12);
}
.list-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  transition: -webkit-line-clamp 0.5s ease; /* Add a smooth transition effect */
}

.list-content.active {
  -webkit-line-clamp: unset; /* Set to 'unset' to display all lines */
}
.list-content p {
  margin-bottom: 5px;
  font-size: var(--fs14);
}
.vertical-devider {
  position: relative;
  width: 1px;
  height: 25px;
  background: rgb(200, 200, 200);
  z-index: 2;
}
.vertical-devider::after {
  content: "";
}
.list-template .askForAgendaBtn,
.list-template .registerNow {
  line-height: 0.6px !important;
}
.list-template-footer {
  padding-top: 4px;
}
.subscribe-button {
  background-color: transparent;
  color: #f4f4f4;
  font-size: var(--fs14);
  display: block;
  width: fit-content;
  border: 1px solid #f4f4f4 !important;
  font-weight: 400;
  line-height: 18px;
  padding: 0.6875rem 0.9375rem;
  transition: all 0.3s ease-in-out;
}
.subscribe-button:hover {
  color: #161616;
  background-color: #f4f4f4;
}
.subscribe-button:hover .footer-button{
  color: #161616 !important;
}
.subscribe-button:hover .send-svg {
  fill: #161616;
}

/*------------------------
 Message Results 
 -------------------------*/
.message-results {
  background-color: #f1f1f1;
  border: 1px solid var(--ibm-black);
  border-radius: 10px;
  width: fit-content;
}
.message-button {
  background-color: var(--main);
  color: white;
  padding: 6px 15px;
  border-radius: 6px;
  border: 1px solid transparent;
  display: flex;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.message-button svg {
  transition: all 0.3s ease-in-out;
}
.message-button:hover {
  color: var(--main);
  background-color: white;
  border: 1px solid var(--main);
}
.message-button:hover svg {
  fill: var(--main) !important;
}

section .elite-section div.row1 div.col-12 .title {
  padding-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 300;
  color: #262626;
}
section .elite-section div.row2 div.col1 {
  color: #262626;
}
section .elite-section div.row2 div.col1 .title {
  font-size: 24px;
  font-weight: 300;
  color: #393939;
  line-height: 30px;
}
section .elite-section div.row2 div.col1 .product-info span {
  color: #262626;
}

/* loading icon  */
.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  padding: 10px;
}
.spinner .path {
  stroke: grey;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}


/* Recaptcha design */
.captcha-container {
  text-align: center;
}

#captcha {
  font-size: 24px;
  /* margin-bottom: 10px; */
  font-style: italic; /* Making it italic */
  letter-spacing: -5px;
  color: green;
}
.disableBtn {
  pointer-events: none;
}

.captcha-container .contact-icon {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 20px;
}
.captcha-container .contact-icon.bx-check-circle {
  color: green;
}
.captcha-container .contact-icon.bx-x-circle {
  color: red;
}
/* Recaptcha design */
