:root {
  --nav-link-padding-y: 0.5rem;
  --nav-link-padding-x: 1rem;
  --nav-link-font-size: null;
  --nav-link-font-weight: null;
  --nav-link-color: $link-color;
  --nav-link-hover-color: $link-hover-color;
  --nav-link-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  --nav-link-disabled-color: $gray-600;

  --nav-tabs-border-color: $gray-300;
  --nav-tabs-border-width: $border-width;
  --nav-tabs-border-radius: $border-radius;
  --nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color;
  --nav-tabs-link-active-color: $gray-700;
  --nav-tabs-link-active-bg: $body-bg;
  --nav-tabs-link-active-border-color: $gray-300 $gray-300
    $nav-tabs-link-active-bg;

  --nav-pills-border-radius: $border-radius;
  --nav-pills-link-active-color: $component-active-color;
  --nav-pills-link-active-bg: $component-active-bg;
  --primary-color: #02122b;
  --custom-site-color: #c78e59;
}

body {
  color: #252525 !important;
  /* font-family: var(--body-font-family); */
  font-size: var(--p-font-size);
  /* font-family: "Exo2Medium" !important; */
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif !important;
  font-weight: 400 !important;
  word-wrap: break-word !important;
  box-sizing: border-box !important;
  background: #fff !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  line-height: 32px;
}

.hide {
  display: none;
}
.letter-spacing {
  letter-spacing: 15px;
}

.show {
  display: block;
}

.fa-map-marker:before {
  content: "\f041";
  color: white !important;
}

.apply-now a:hover {
  color: white !important;
}
.web-logo {
  transition: 1s all ease-in; /* Slow transition */
  width: 60px;
  height: 60px;
}

.slide-up {
  transition: 1s transform ease-in-out; /* Slow transition */
  transform: translateX(360);
  width: 60px;
}

.cs-text-light {
  transition: color 0.5s ease; /* Smooth transition for color change */
  color: #ffffff !important; /* Light color */
}

.cs-text-dark {
  transition: color 0.5s ease; /* Smooth transition for color change */
  color: #000000 !important; /* Dark color */
}
.content_title span {
  color: #040a6a;
  font-size: 42px;
  text-align: center;
  letter-spacing: -2px;
}

.iconblock {
  margin-top: 0px;
  padding-top: 40px;
  margin-bottom: 0px;
  position: relative;
  background-color: #f8f8f8;
  width: 100%;
  font-size: 0.85rem;
  z-index: 4;
}
.iconblock .card-box {
  /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); */
  padding: 1.5rem;
  border-radius: 0.5rem;
  /* transition: 0.3s all ease-in-out !important; */
  /* animation-fill-mode: none !important; */
  margin-bottom: 2.5rem;
}
.iconblock a {
  color: #212529;
  line-height: 38px;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  text-decoration: none;
}

.card-box p {
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.iconblock .card-box:hover {
  /* transform: translateY(-5px) !important; */
  animation-fill-mode: none !important;
  box-shadow: 0px 0px 20px 0px rgba(183, 177, 219, 0.25);
}

.applynow-wrapper {
  width: 30px;
  min-height: 250px;
  transition: width 0.5s, height 1s;
  position: fixed;
  right: -32px;
  z-index: 88;
  top: 130px;
}
.apply-now:hover {
  color: #fff;
}

.apply-now {
  background: #c78e59;
  padding: 13px 10px 15px 10px;
  font-size: 15px;
  color: #fff;
  float: left;
  border-radius: 5px 5px 0 0;
  position: relative;
  left: -106px;
  width: 158px;
  transform: rotate(-90deg);
  box-shadow: 0 0 5px #00000024;
  top: 106px;
  text-align: center;
}
.main-block-apply {
  padding: 20px 25px;
  float: left;
  background: white;
  width: 270px;
  min-height: 157px;
  box-shadow: 0 0 10px #0000001c;
}
.applynow-wrapper:after {
  content: "";
  clear: both;
}
.modal {
  background: #fff;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.main-block-apply {
  padding: 20px 25px;
  float: left;
  background: white;
  width: 270px;
  min-height: 157px;
  box-shadow: 0 0 10px #0000001c;
}
.main-block-apply ul {
  padding: 0;
  margin: 0;
  float: left;
}
.main-block-apply ul li {
  list-style: none;
}
.main-block-apply ul li a {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  color: #22262a;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
  position: relative;
  width: auto;

  pointer-events: none;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 550px;
    margin: 4rem auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1200px) {
  .col-lg-6 {
    width: 1140px !important;
  }
}

.modal-content {
  border: 0;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}
.skip {
  position: absolute;
  z-index: 9;
  right: 0;
}
.applynow-wrapper:hover {
  width: 220px;
  height: 300px;
}
.shape_divider {
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
  line-height: 0 !important;
  transform: rotate(180deg) !important;
}
.shape_divider svg {
  position: relative !important;
  display: block !important;
  width: calc(100% + 1.3px) !important;
  height: 81px !important;
}
.position-relative {
  position: relative !important;
}
.shape_divider .shape-fill {
  fill: #ffffff;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.quotes__col .overlay {
  position: absolute;
  background: var(--primary-color);
  height: 342px;
  width: 100%;
  display: block;
}

.quotes__col .overlay5 {
  position: absolute;
  background: var(--primary-color);
  height: 330px;
  width: 100%;
  display: block;
}
.quotes__col .quotes__content {
  position: relative;
  z-index: 9;
  max-width: 70rem;
  color: #fff;
  margin: 0 auto;
  padding: 6rem 0 !important;
}

.quotes__col .quotes__content h2 {
  color: #fff;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1.2rem;
  text-align: center;
}

#about {
  width: 100%;
  position: relative;
}

.section {
  padding: 45px 0;
}

.about-inner h6 {
  color: #c78e59;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Fugaz One", cursive !important;
  font-style: italic;
}
.about-inner h2 {
  font-style: normal;

  font-weight: 800;
  color: #040a6a;
  margin: 0;
  line-height: 1.5;
  font-size: 29px;
}

.about-inner p {
  text-align: justify;
  color: #565656 !important;
  line-height: 27px;
  margin: 0 0 10px;
  font-size: 14px;
}
.about-inner h6:before {
  content: "";
  width: 20px;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  background: #25a515;
  display: inline-block;
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  line-height: 35px !important;
}

.faq-subindex {
  border: 1px solid #3262a8;
  background-color: #3262a8;
  border-radius: 99px;
  color: #ffffff;
  text-align: center;
  width: 400px;
  display: block;
}

.tab-content {
  width: 100% !important;
}

.pdf-icon {
  width: 40px;
  height: 40px;
}

.download-subindex {
  border-radius: 15px;
  border: 1px solid #e2e3e5;
  background: #ffffff;
  padding: 20px;
  width: 100% !important;
  height: auto;
  display: inline-block;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  /* border-radius:20px !important;  */
}

.about-inner > a {
  padding: 10px;
  background: #040a6a;
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
  margin-bottom: 0;
}

.about-inner > a:hover {
  background: #4e5295;
  color: white;
}

a:hover {
  color: #040a6a;
  text-decoration: none;
}

.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}
.white-heading {
  color: #ffffff;
}
.heading:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
}
.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}

/* Google MAP */

#map {
  height: 100% !important;
  width: 100% !important;
}

/* KYCDashBoard */

.bar {
  width: auto !important;
  text-align: center;
  color: #ffffff;
  border: 1px solid #888888;
  border-radius: 0px;
  background-color: #3262a8;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bar1 {
  width: 25% !important;
  text-align: center;
  color: #ffffff;
  margin-right: 390px;
  /* margin-left: 50px; */
  border: 1px solid #888888;
  border-radius: 0px;
  background-color: #3262a8;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
}

.bar1:hover,
.bar2:hover {
  transition: all ease-in-out 0.5s;
  background: #fcfcfc;
  color: #3262a8 !important;
}

.bar1:hover.bar1 a,
.bar2:hover.bar2 a {
  color: #3262a8 !important;
}
.bar2 {
  width: 25% !important;
  text-align: center;
  color: #ffffff;
  border: 1px solid #888888;
  border-radius: 0px;
  background-color: #3262a8;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

/*-----Testimonial-------*/
/* border-radius: 10px 20px 40px 10px; */

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: url(../image/testimonials.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
}
#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}
.testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.9;
  margin: 40px 0 20px 0;
}
.service h2 {
  margin: 0;
  color: #01123c;
  font-size: 35px;
  line-height: 52px;
  font-weight: 700;
  font-family: "Fugaz One", cursive !important;
  text-transform: capitalize;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom: 50px;
}
.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}
/* ------testimonial  close-------*/
.services-four {
  position: relative;
  display: block;
}
.services-four__top {
  position: relative;
  display: block;
}

.services-four__left {
  position: relative;
  display: block;
}
.services-four__text {
  line-height: 35px;
  font-size: 18px !important;
  color: #01123c;
  text-align: justify;
}
.section-title-three {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 60px;
}
.section-title-three__tagline-box {
  position: relative;
  display: inline-block;
}
.section-title-three__title {
  margin: 0;
  color: #01123c;
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  margin-top: 11px;
  font-family: "Fugaz One", cursive !important;
  text-transform: capitalize;
}
.section-title-three__tagline {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  color: #c78e59;
  font-weight: 500;
  letter-spacing: 0.16em;
  z-index: 1;
  font-family: "Fugaz One", cursive !important;
  font-style: italic;
}
.title {
  color: white !important;
  font-weight: bold;
  font-size: 21px;
}
.services-four__right {
  position: relative;
  display: block;
}
.services-four__bottom {
  position: relative;
  display: block;
}
.services-four__main-tab {
  position: relative;
  display: block;
}
.services-four__main-tab .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.services-four__main-tab .tab-buttons .tab-btn {
  position: relative;
  flex: 0 0 16.66666666666667%;
  max-width: 16.66666666666667%;
  width: 100%;
  padding: 0 10px;
}
.services-four__tab-buttons-single {
  position: relative;
  display: block;
  background-color: #f7f4f4;
  text-align: center;
  padding: 30px 0 32px;
  cursor: pointer;
  z-index: 1;
}
.services-four__tab-buttons-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.tab-btn .services-four__tab-buttons-icon img {
  height: 100px;
  width: auto;
}
.services-four__tab-buttons-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: all 500ms ease;
}
.services-four__tab-buttons-single:hover:before {
  transform: translateX(-50%) translateY(0px);
  border-top: 15px solid #01123c;
}
.services-four__tab-buttons-single:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;

  transition: all 500ms ease;
}

.services-four__tab-buttons-single:hover .services-four__tab-buttons-title {
  color: white;
}
.services-four__main-tab
  .tab-buttons
  .tab-btn.active-btn
  .services-four__tab-buttons-single:after {
  transform: scaleX(1) rotateX(0deg) !important;
  transition: all 0.4s linear;
  opacity: 1;
}

.services-four__tab-buttons-single:hover:after {
  transform: scaleX(1) rotateX(0deg) !important;
  transition: all 0.4s linear;
  opacity: 1;
}
.services-four__tab-buttons-single:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #01123c !important;

  opacity: 0;

  z-index: -1;
}

.services-four__main-tab
  .tab-buttons
  .tab-btn.active-btn
  .services-four__tab-buttons-title {
  color: white;
}
.services-four__main-tab
  .tab-buttons
  .tab-btn.active-btn
  .services-four__tab-buttons-single:before {
  transform: translateX(-50%) translateY(0px);
  border-top: 15px solid #01123c;
}

/* Image File Upload Starts here */

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  /*width: 450px;*/
  max-width: 100%;
  padding: 0px 0px;
  border: 1px dashed rgb(49 97 166);
  border-radius: 3px;
  transition: 0.2s;
}

input[type="checkbox"].isminor,
input[type="checkbox"].ismarried {
  width: 9% !important;
  margin: 0px 9px;
}

input[type="checkbox"].perchkbox {
  width: 3% !important;
}

.choose-file-button {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px dashed rgb(49 97 166);
}

.file-input {
  /* position: absolute; */
  left: 0;
  top: 0;
  height: 100%;
  widows: 100%;
  cursor: pointer;
  /* opacity: 0; */
}

.text-custom-color {
  color: var(--custom-site-color);
}

.banner-section {
  /* height: 80vh; */
  background-size: cover !important;
  margin: auto;
}

.banner-section .container {
  height: 80vh;
  margin: auto;
}

.custom-content-section {
  display: flex;
  flex-direction: column;
  height: 80vh;
  margin: auto 0;
}

.custom-content-section h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 3.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  transition: transform ease-in 1s;
  /* animation: slide2 linear 1.5s; */
}

.custom-content-section h1.animate-heading {
  animation: slide2 linear 1.5s;
}

@keyframes slide2 {
  from {
    transform: translateX(10%);
  }
  to {
    transform: translateX(0);
  }
}

.custom-content-section > span {
  color: #fff;
  font-size: 28px;
  margin-bottom: 0;
  line-height: 36px;
  text-transform: uppercase;
}

.custom-content-section > span.addspananimation {
  animation: slide linear 1.5s;
}
@keyframes slide {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.custom-content-section p.decsanimation {
  animation: slide3 linear 1s;
}

@keyframes slide3 {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.buttton-cabin {
  width: 425px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3px;
}

.buttton-cabin button {
  width: 200px;
  border-radius: 3px;
  height: 51px;
  line-height: 35px;
  color: #00122c;
  border: none;
}

.lm {
  background: var(--custom-site-color) !important;
}
.lm.leftbtnanimation {
  animation: slide4 linear 1s;
}

@keyframes slide4 {
  from {
    transform: translateX(25%);
  }
  to {
    transform: translateX(0);
  }
}

.serv {
  background: var(--primary-color) !important;
  color: #fcfcfc !important;
}

.serv.rightbtnanimation {
  animation: slide5 linear 1.5s;
}

@keyframes slide5 {
  from {
    transform: translateX(35%);
  }
  to {
    transform: translateX(0);
  }
}

.news_section_heading_title {
  font-style: normal;
  font-weight: 800;
  color: var(--primary-color);
  margin: 0;
  line-height: 1.7;
  font-size: 29px;
}

.news_list_section {
  list-style: disclosure-closed;
  padding-left: 15px !important;
}

.news_list_section li {
  padding: 10px 7px;
  border-bottom: 1px dotted gray;
  box-shadow: 3px 0px 1px #00000021;
  margin-bottom: 5px;
  cursor: pointer;
  /* animation: listslide linear 2s; */
  transition: all ease-in-out 1s;
}

.news_list_section li:hover {
  background-color: #c3c0c021;
  color: #000;
  padding-left: 11px;
  transition: all ease-in-out 1s;
}
@keyframes listslide {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.nav-pills {
  border: 1px solid #ddd7d7;
  border-radius: 5px;
  padding: 10px;
  padding-left: 10px;
  height: 72vh;
  min-width: 200px !important;
}
#v-pills-tab .nav-link {
  background: #dbdbdb;
  border-radius: 0 !important;
  margin: 5px 0px !important;
  margin-left: 0px !important;
  margin-left: 8px !important;
}

.nav-pills .nav-link.active {
  border-radius: 0px !important;
  margin-left: 9px !important;
  background: var(--primary-color) !important;
  color: #fcfcfc;
}

.nav-item:hover {
  font-size: 16px !important;
  transition: font-size ease-in-out 2s;
}

.download-subindex > div {
  border-bottom: 1px dotted #5e5c5c;
}

/*Background color*/
#grad1 {
  background-color: #9c27b0;
  background-image: linear-gradient(120deg, #eeefff, #eeefff);
}

/*form styles*/
#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset .form-card {
  background: white;
  padding: 0 70px;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  position: relative;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;

  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform fieldset .form-card {
  text-align: left;
  color: #9e9e9e;
}

#msform input,
#msform textarea {
  padding: 0px 8px 4px 8px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 16px;
  letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-weight: bold;
  border-bottom: 2px solid skyblue;
  outline-width: 0;
}

/*Blue Buttons*/
#msform .action-button {
  width: 100px;
  background: skyblue;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}

/*FieldSet headings*/
.fs-title {
  font-size: 21px;
  color: white !important;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
  line-height: 35px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #f50303;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 16%;
  float: left;
  position: inherit;
}

.invalidfield {
  box-shadow: 0px 0px 5px rgb(255, 0, 0);
}

/*Icons in the ProgressBar*/
#progressbar #personal:before {
  font-family: FontAwesome;
  content: "1";
}

#progressbar #contact:before {
  font-family: FontAwesome;
  content: "2";
}

#progressbar #occupation:before {
  font-family: FontAwesome;
  content: "3";
}

#progressbar #nominee:before {
  font-family: FontAwesome;
  content: "4";
}
#progressbar #document:before {
  font-family: FontAwesome;
  content: "5";
}
#progressbar #agreement:before {
  font-family: FontAwesome;
  content: "6";
}

/*ProgressBar before any progress*/
#progressbar li:before {
  width: 25px;
  height: 25px;
  line-height: 20px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #6495ed;
}

#msform fieldset .form-card {
  text-align: left;
  color: #545252 !important;
  padding-top: 30px;
}
/* #msform fieldset {
background: white;
border: 0 none;
border-radius: 0.8rem;
box-sizing: border-box;
width: 80% !important;
margin: 0;
padding-bottom: 20px;
display: inline;
position: relative; 
}     */

/*Imaged Radio Buttons*/
.radio-group {
  position: relative;
  margin-bottom: 25px;
}

.card-box-title {
  text-align: center !important;
}

.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image {
  width: 100%;
  object-fit: cover;
}

.form-title {
  width: 100% !important;
  background: #3161a6 !important;
  border-radius: 5px !important;
  display: flex;
  margin-bottom: 20px;
  margin-top: 10px;
}

.form-control {
  margin-bottom: 20px !important;
}

.checkboxclass {
  display: inline-flex !important;
  margin-bottom: 15px !important;
  margin-left: 7px !important;
}

/* CSS for Captcha verification starts here */

#image {
  margin-top: 5px;
  /* box-shadow: 5px 5px 5px 5px gray; */
  color: #230dcb;
  width: 110px;
  padding: 5px;
  font-weight: 400;
  padding-bottom: 20px;
  height: 50px;
  user-select: none;
  text-decoration: line-through;
  font-style: italic;
  font-size: xx-large;
  border: 0px solid;
  margin-left: 10px;
}

#user-input {
  /* box-shadow: 5px 5px 5px 5px gray; */
  width: auto;
  margin-right: 10px;
  padding: 10px;
  padding-bottom: 0px;
  height: 40px;
  border: red 0px solid;
}
input {
  border: 1px black solid;
}
.inline {
  display: inline-block;
}
#btn {
  box-shadow: 5px 5px 5px grey;
  color: aqua;
  margin: 10px;
  background-color: brown;
}

.popup {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.895);
  z-index: 9999;
}

.popup-container > div > img {
  height: auto; /* Initial height */
  width: 1000px; /* Initial width */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

.popup-container > div > img.responsive {
  height: var(--popup-height); /* Use CSS variable for height */
  width: var(--popup-width); /* Use CSS variable for width */
}

.popup-container > div > img.responsive-transform {
  transform: translate(
    -50%,
    calc(-50% + var(--popup-height) / 2)
  ); /* Adjust transformation based on height */
}

.popup-container > div > span {
  position: absolute;
  top: 10px; /* Adjust the top distance as needed */
  right: 10px; /* Adjust the right distance as needed */
  background: #030303;
  padding: 5px 10px; /* Adjust padding as needed */
  border-radius: 50%;
  font-size: 12px;
  color: #fcfcfc;
  cursor: pointer;
  z-index: 99999;
  display: block;
}

.close-popup:hover {
  background: #fcfcfc;
  color: #000;
}

.popup-open {
  overflow: hidden;
}

.splide .sliderUl {
  /* line-height: 500px !important; */
  height: 600px !important;
}

.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-justify {
  text-align: justify;
}
.top-10 {
  top: 10%;
}
.bottom-10 {
  bottom: 10%;
}
.bg-cs-opacity {
  background-color: #ffffff38 !important;
}

.splide__slide > div > h2 {
  animation: slide2 linear 1.5s;
}

@keyframes slide2 {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}

.cs-bg {
  background-image: url(../../../assets/uploads/bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.counter-box {
  display: block;
  background: #f6f6f654;
  padding: 20px 0px 10px;
  text-align: center;
  border: 1px solid #fbe4e15e;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #e1dddd;
  font-size: 14px;
  font-weight: 500;
}

.counter-box i {
  font-size: 40px;
  margin: 0 0 15px;
  color: #d2d2d2;
}

.counter {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 28px;
}

.counter-box.colored {
  background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff;
}

.blog-height {
  height: 280px;
}
.myBlog > div > img:hover {
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  transform: scale(1.2);
  opacity: 0.7;
}

.myBlog > div > img {
  cursor: pointer;
  transition: all ease-in-out 0.5s;
}

.blog-section {
  background: url("../../uploads/blog.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  width: 100%;

  background-size: cover;
  background-color: #212529;
  opacity: 999;
}

.copyright {
  background-color: #898787;
}

.footer-column h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #b3b0b0;
  padding-bottom: 15px;
}
#menu-footermenu {
  line-height: 2;
  list-style-type: none;
  padding: 0;
}

#menu-footermenu li {
  position: relative;
  padding-left: 20px; /* Adjust as needed */
  margin-bottom: 5px; /* Adjust as needed */
}

.menu > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #b3b0b0;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}

.splide__slide .cslider {
  animation: scaleUp 35s ease-in-out infinite alternate;
}

@keyframes scaleUp {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}

#menu-footermenu li a,
.description {
  color: #c9c8c8;
}

.pageBreadcum {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.bg-black-opacity {
  background-color: #000000a1 !important;
}

.end-15 {
  left: 15%;
}

.filter-box {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: center;
  align-items: center;
}

.top-37 {
  top: 37%;
}

.z-137 {
  z-index: 999;
}

.splide__slide .acco-img {
  cursor: pointer;
  transform: scale(1);
  transition: transform ease-out 2s;
}

.splide__slide .acco-img:hover {
  cursor: pointer;
  transform: scale(1.5);
  transition: transform ease-in-out 2s;
}

.customAccbottom {
  bottom: -123px;
  opacity: 0.7;
  cursor: pointer;
  transition: all ease-in-out 1s;
}

.myAcc_list:hover .customAccbottom {
  bottom: 0;
  opacity: 1;
  transition: all ease-in-out 1s;
}

.contact-main-box {
  height: 500px;
  background: url(../../uploads/contactUs.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.contact-sec-box {
  height: 500px;
  background: rgba(0, 0, 0, 0.907);
  width: 100%;
}

.fw-very-light {
  font-weight: 500 !important;
}
.contact-icon-box {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.intro-title {
  text-transform: capitalize;
  /* font-size: 40px; */
  line-height: 46px;
}

.web-location {
  color: #d30d68;
}
