@font-face {
  font-family: 'Jost-Regular';
  src: url('../fonts/jost/Jost-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Jost-Italic';
  src: url('../fonts/jost/Jost-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: 'Jost-Medium';
  src: url('../fonts/jost/Jost-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Jost-SemiBold';
  src: url('../fonts/jost/Jost-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Jost-Bold';
  src: url('../fonts/jost/Jost-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'Jost-ExtraBold';
  src: url('../fonts/jost/Jost-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

.jost-italic {
  font-family: 'Jost-Italic';
}

.jost-medium {
  font-family: 'Jost-Medium';
}

.jost-semibold {
  font-family: 'Jost-SemiBold';
}

.text-justify {
  text-align: justify !important;
}

.rundschrift-fnt {
  font-family: "VAGRundschriftBQ", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  /* height: 2000px;   */


}

.logo_cust_t img {
  width: 73px;
  margin-right: 21px;
  border-radius: 8px;
}

.menu_list ul li a {
  color: #fff;
}

/* .navbar {
  border-bottom: 1px solid #ffffff8f;
} */


.menu-toggle-icon {
  display: none;
  width: 30px;
}


@media (max-width: 991px) {
  .menu-toggle-icon {
    display: inline-block;
    width: 30px;
    cursor: pointer;
  }
}

.navbar_menu {
  padding-top: 9px;
  border-bottom: 1px solid #ffffff8f;
  padding-bottom: 9px;
}

.gradient-btn {
  background-image: linear-gradient(to left, #dbd1a4, #b88d45);
  color: #fff !important;
  border: none !important;
  padding: 8px 12px !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  border-radius: 24px !important;
  font-family: 'Jost-Regular';
  transition: background 0.3s ease;


}

.gradient-btn:hover {
  background-image: linear-gradient(to left, #b88d45, #dbd1a4);
}

.cust_primary.gradient-btn i {
  transition: transform 0.3s ease-in-out;
}

.cust_primary.gradient-btn:hover i {
  transform: translateX(5px);
  transition: transform 0.3s ease-in-out;
}

.gradient-btn i {
  padding-left: 1px;
  font-size: 0.8rem;
}

.navbar-nav .nav-link {
  color: #ffffff;
  font-family: 'Jost-Regular';
  font-size: 1.04rem;

}

.navbar-nav.menu_list .nav-item a,
.navbar-nav.menu_list .nav-item a:hover,
.navbar-nav.menu_list .nav-item a:visited {
  color: rgb(255, 255, 255);
}

.navbar-nav .phone_number {
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
}

.navbar-nav .phone_number:hover {
  color: darkgray;
}


.menu_list a:hover {
  color: #b88d45 !important;
}

.navbar-nav .dropdown-item {
  color: #000000 !important;
}

.navbar-nav .nav-link {
  transition: color 0.2s ease-in-out !important;
}

.navbar-nav .nav-link:hover {
  transition: color 0.2s ease-in-out !important;
}

.dropdown-menu {
  background-color: #ffffff !important;
}

.bg_image {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  /* margin: 6px 15px; */
  font-family: 'Jost-Regular';
  border-radius: 10px;
  margin: 10px;
  height: 97vh;
  display: flex;
}

.banner_content h5 {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-family: 'Jost-Regular';
}

.banner_content h4 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 3.4rem;
  font-family: 'Jost-SemiBold';
}

.banner_content {
  /* position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%; */
  padding: 173px 0 52px 0;
}

.btn_white {
  background: #fff !important;
  color: #000 !important;
  border-radius: 24px !important;
  font-family: 'Jost-Regular';

}

.btn_white i {
  color: #000;
}

/* .banner_cust_bottom {
  position: absolute;
  bottom: 0;
} */



.banner_cust_bottom {
  border-top: 1px solid #ffffff8f;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 14px 0px 12px;
}

.banner_footer {
  flex: 1 1 calc(20% - 20px);
}

.banner_footer i {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 8px;

}

.banner_footer h5 {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Jost-Regular';

}

.heading_sm {
  font-size: 0.95rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.heading_sm span {
  color: #b88d45;
}

.show-on-hover a {
  font-family: 'Jost-Regular';

}

.show-on-hover {
  display: none;
}

.dropdown:hover .show-on-hover {
  display: block;
}

/* ================================ */

nav {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  transition: background-color 0.5s, padding 1s;
  z-index: 999;
}

nav.sticky {
  background-color: #ffffff;
  box-shadow: 0 0 25px rgb(34 50 72 / 22%);
  padding: 0 0 4px 0;
}

nav.sticky .navbar-nav .nav-link {
  color: #1d1d1d !important;
}

nav.sticky .navbar-nav .nav-link i {
  color: #1d1d1d !important;
}

/* ===============================================================About Us============================================= */
.first_img_abt {
  border-radius: 14px;
  width: 377px;
  height: 465px;
  object-fit: cover;
}

.second_img_abt {
  width: 179px;
  position: absolute;
  bottom: -35px;
  right: 40px;
  border-radius: 18px;
  border: 8px solid white;
}

.left_section_abt {
  position: relative;
}

.sub_heading {
  font-size: 2.5rem !important;
  line-height: 3rem;
  font-family: 'Jost-SemiBold';

}

.experience_cust {
  background: linear-gradient(to left, #dbd1a4, #b88d45);
  width: 144px;
  padding: 16px 20px;
  border-radius: 12px;
  position: absolute;
  top: 44px;
  color: #fff;
  font-family: 'Jost-Regular';

  text-align: left;
  line-height: 2rem;
}

/* animation left to right */
.animate_left_right {
  animation: left-right 2s infinite;
}

@keyframes left-right {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.animate_right_left {
  animation: right-left 2s infinite;
}

@keyframes right-left {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

/* end */
.experience_cust h5 {
  font-size: 1.1rem;
}

.experience_cust i {
  font-size: 24px;
  padding-bottom: 14px;
}

.sub_heading span {
  background: linear-gradient(to left, #dbd1a4, #b88d45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.right_section p {
  font-family: 'Jost-Regular';
  color: #797777;
}

.point_list {
  display: flex;
  font-family: 'Jost-Regular';
  align-items: center;
}

.point_list i {
  padding-right: 10px;
  background: linear-gradient(to left, #dbd1a4, #b88d45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.point_list h5 {
  font-size: 16px;
}

.review_txt {
  font-family: 'Jost-Regular';
  text-transform: uppercase;

}

.reviews {
  writing-mode: vertical-rl;
  display: inline-block;
  transform: rotate(180deg);
  position: absolute;
  left: 50px;
  bottom: 0;
}

/* ====================================================END=================================================== */

/* ================================SERVICES=================================== */
.bg_gradient {

  background: linear-gradient(to left, #363636, #000000);
  margin: 6px 15px;
  color: #fff;
  border-radius: 12px;
  padding: 10px;
  position: relative;

}

.circle {
  position: absolute;
  bottom: 0;
  left: -98px;
  width: 58vh;
  height: 58vh;
  border-radius: 50%;
  border: 24px solid #ffffff24;
  /* z-index: 1; */
  bottom: -38px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.heading_text span {
  color: #fff;
}

.heading_text {
  font-size: 0.95rem;
  font-family: 'Jost-Regular';
  text-transform: uppercase;

}

.sub_heading_text {
  font-size: 2.2rem !important;
  line-height: 3rem;
  font-family: 'Jost-SemiBold';
  color: #fff;
}

.sub_heading_child {
  font-family: 'Jost-Regular';
  font-size: 0.95em;
}

.sub_heading_text span {
  background: -webkit-linear-gradient(left, #dbd1a4, #b88d45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.circle_box {
  background: linear-gradient(to left, #dbd1a4, #b88d45);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.heading_cust_circle {
  font-size: 1.5rem;
  font-family: 'Jost-medium';
  padding-bottom: 2px;
}

.circle_box img {
  width: 27px;
}

.cust_para {
  font-family: 'Jost-Regular';
  font-size: 0.94rem;
  line-height: 18px;
  color: #dfdfdf;
}

.container_details_part {
  margin-bottom: 2rem;
}

.gradient-btn-2 {
  background-image: linear-gradient(to left, #dbd1a4, #b88d45);
  color: #fff !important;
  border: none !important;
  padding: 8px 12px !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  border-radius: 24px !important;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.gradient-btn-2:hover {
  background-image: linear-gradient(to left, #b88d45, #dbd1a4);
  color: #fff !important;
  border: none !important;
  padding: 8px 12px !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  border-radius: 24px !important;
  cursor: pointer;
}

.cust_primary.gradient-btn-2 i {
  transition: transform 0.3s ease-in-out;
}

.cust_primary.gradient-btn-2:hover i {
  transform: translateX(5px);
  transition: transform 0.3s ease-in-out;
}

/* =========================end=============================== */
.heading_text_clr span {
  color: #153257;
}

.heading_text_clr {
  font-size: 0.95rem;
  font-family: 'Jost-Regular';
  text-transform: uppercase;
}

.sub_heading_cust {
  font-size: 2.5rem !important;
  line-height: 3rem;
  font-family: 'Jost-SemiBold';
}

.sub_heading_cust span {
  background: linear-gradient(to left, #dbd1a4, #b88d45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.para_cust {
  font-family: 'Jost-Regular';
  font-size: 1rem;
  color: #797777;
}

.potential_img img {
  width: 100%;
  border-radius: 12px;
  height: 534px;
  object-fit: cover;
}

/* =================Circlular progressbar======= */
.circular_progress_bar {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  margin: 20px 3px;
  gap: 10px;
}

.progress_bar {
  --size: 67px;
  --stroke-width: 5px;
  --value: 0;
  width: var(--size);
  height: var(--size);
  background: conic-gradient(#b88d45 calc(var(--value)* 1%), #e0e0e0 0);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.progress_bar::before {
  content: '';
  width: calc(var(--size) - var(--stroke-width) * 2);
  height: calc(var(--size) - var(--stroke-width) * 2);
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}

.percentage {
  font-size: 18px;
  font-family: 'Jost-Regular';

  color: #314865;
  z-index: 1;
}

.circular_p_text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  font-family: 'Jost-Regular';

}

/* end */

/* ====================certificate and coaching================== */
.heading_cust {
  font-family: 'Jost-Regular';
  font-size: 1.3rem;
  padding-bottom: 10px;
}

.para_cust {
  font-family: 'Jost-Regular';
  color: #797777;
  padding-bottom: 10px;
}

.point_list {
  font-size: 0.95em;
  font-family: 'Jost-Regular';
  color: #797777;
}

.round_box {
  background: #ffffff;
  display: flex;
  gap: 13px;
  border-radius: 24px;
  align-items: center;
  width: fit-content !important;
  padding-left: 0 !important;
  margin-bottom: 35px;
  margin-right: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.round_box img {
  width: 50px;
  border-radius: 24px;
  height: 50px;
  object-fit: cover;
}

.round_box div {
  font-family: 'Jost-Regular';

}

/* end */
.coaching_container {
  max-width: 1200px;
  margin: 0 auto;
}

.coaching_item {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin: 10px;
  padding: 4px 11px 4px 0px;
}

.coaching_item:hover {
  transform: translateY(-5px);
}

.coaching_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.coaching_text {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  font-family: 'Jost-Regular';
}


/* ============================video section============================ */
.bg_cust {
  background: linear-gradient(to top, #1b366e, #ac222600, #ac222600), url(../images/professional_img.jpg);
  font-family: 'Jost-Regular';
  border-radius: 10px;
  margin: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}


.video_cust_bottom {
  border-top: 1px solid #ffffff8f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

  padding: 14px 0px 12px;
}

.vedio_heading {
  position: absolute;
  bottom: 0;
  color: #fff;
}

/* 

.vedio_content {
  position: absolute;
  bottom: 0;
} */

.video_content_list {
  flex: 1 1 calc(20% - 20px);
  display: flex;
  align-items: center;
  gap: 11px;
}

.video_content_list h5,
i {
  font-size: 1rem;
  color: #fff;
}


.video_heading_text {
  font-size: 2.7rem !important;
  line-height: 3.4rem;
  font-family: 'Jost-SemiBold';
  color: #fff;
  margin-bottom: 4rem;
}


.video_heading_text span {
  color: #fff;
}

/* ==============================end=================================== */


/* ===================work========================== */


.heading_text_left {
  flex: 1 1 auto;
}

.button_right {
  flex: 0 0 auto;
  text-align: right;
}

.icon_box {
  background: linear-gradient(to left, #dbd1a4, #b88d45);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 15px 0px 15px 0px;
}

.icon_box i {
  color: #fff;
  font-size: 1rem;
}

.icon_box_abt {
  background: linear-gradient(to left, #dbd1a4, #b88d45);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 15px 0px 15px 0px;
}

.icon_box_abt img {
  width: 25px;
}

.feature_card h5 {
  font-size: 1.38rem;
  font-family: 'Jost-medium';
}

.feature_card p {
  font-size: 1rem;
  color: #666;
  font-family: 'Jost-Regular';
}

.horizontal_line {
  height: 1px;
  background-color: #f6f6f6;
  margin: 10px 0;
}

/* ================== */

.meeting_img img {
  width: 100%;
  border-radius: 12px;
  height: auto;
  object-fit: cover;
}

.number {
  font-size: 1.6rem;
  color: #1e1e9f;
  font-family: 'Jost-semibold';

}

.bg_gray {
  background: #f4f4f4;
  padding: 28px;
}

.bg_gray_background {
  background: #f4f4f4;
  padding: 28px;
  margin: 6px 15px;
  border-radius: 12px;
}

/* =======================faq accordian ==============*/
.custom_accordion .accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background: linear-gradient(#19377f, #3259b7) !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  font-family: 'Jost-Bold';
  border-bottom: 1px solid #ffffff9e !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.custom_accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.custom_accordion .accordion-body {
  background: linear-gradient(#19377f, #3259b7);
  color: #fff;
  font-family: 'Jost-regular';
}

.custom_accordion .accordion-item {
  margin-top: 10px;
  border-top: 1px solid #ddd8d8 !important;
}

.custom_accordion .accordion-button:not(.collapsed)::after {
  background-image: url('../images/upload.png') !important;
  transform: rotate(-180deg);
}

.custom_accordion .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* end */
/* ============footer============= */
.footer_font_heading {
  font-family: 'Jost-semibold';
  font-size: 1.2rem;
}

.footer_sub_text {
  font-size: 0.85rem;
  font-family: 'Jost-Regular';
  color: #e1e0e0;
}

.social_icon {
  display: flex;
  gap: 1rem;
  padding-top: 10px;
}

.footer_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #ffffff8f;
  margin-top: 2rem !important;
  padding-top: 14px !important;
}

.social_icon_list {
  border: 1px solid white;
  border-radius: 50%;
  padding: 5px 9px;
  cursor: pointer;
}

.footer_menu {
  font-family: 'Jost-Regular';
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.85rem;
}

.copy_right_text {
  font-family: 'Jost-Regular';
  font-size: 0.85rem;
}

.bg_gradient_2 {
  background: url(../images/globe.png), linear-gradient(315deg, rgb(0 0 0) 57%, rgb(114 114 114) 100%);
  background-position: left;
  background-repeat: no-repeat;
  margin: 6px 15px;
  color: #fff;
  border-radius: 12px;
  padding: 10px;
  position: relative;
}


/* ========end============ */
#button_top.show {
  opacity: 1;
  visibility: visible;
}

#button_top {
  display: inline-block;
  background-color: #000000;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 24px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid #b88d45;
}

/*==== button top end===== */


/* .icons {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
}

.icons ul {
  list-style: none;
  padding: initial;
}

.icons ul li {
  height: 50px;
  width: 50px;
  padding-left: 20px;
  padding-top: 12px;
  margin-top: 5px;
  color: white;
}

.icons ul li:hover {
  padding-left: 40px;
  transition: 0.5s;
  width: 90px;
}

.contact_box {
  background-color: #4267b2;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
} */
/* ============================================== */


/* ==================running text===================== */
@keyframes infiniteScroll {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

.marquee_cust_section {
  width: 100%;
  overflow-x: hidden;
}

.horizontal_scrolling_items {
  display: flex;
  font-size: 40px;
  width: 2600px;
  animation-name: infiniteScroll;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  /* font-family: 'Jost-SemiBold'; */
  padding-right: 10px;
  color: #dcdcdc;
  text-transform: uppercase;
}

.horizontal_scrolling_items_child {
  white-space: nowrap;
  margin-right: 10px;

}

.horizontal_scrolling_items_child span i {
  color: #dcdcdc;
  font-size: 48px;
  padding-right: 3px;
}

/* ===============end================ */



/* ======================================================= offcanvas menu ============================== */
.cardUi img {
  width: 30px;
}

.mobilemenuarea a {
  text-decoration: none;
  color: #19377f;
  font-family: 'Jost-Regular';

}

.cardUi {
  background: #f1f1f1;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  margin-bottom: 1.1rem;

}

/* =========================================== */
.podcast-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 155px;
}

.podcast-card img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.podcast-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to left, #dbd1a4, #9d8256);
  color: #fff;
  padding: 4px 10px;
}

.podcast-title {
  font-size: 17px;
  font-family: 'Jost-regular';

}

.podcast-meta {
  font-size: 14px;
  opacity: 0.8;
}

.redmore_icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: right 0.3s ease;
}

.podcast-card:hover .redmore_icon {
  right: 10px;
}

.phone_number a {
  cursor: none;
}


/* ===============================end news and post============= */
/* ==============================================inner pages start=================================================== */

.page_title:before {
  content: "";
  background: linear-gradient(175deg, #818080a6, #131313);
  position: absolute;
  inset: 0;
}

.page_title:after {
  content: "";
  position: absolute;
  background-image: url(../images/Frame.png);
  width: 100%;
  height: 49px;
  background-repeat: repeat;
  left: 0;
  top: 88%;
}

.breadcrumb_text {
  font-size: 2.5rem;
  font-family: 'Jost-SemiBold';
}

.page_title {
  background-color: #19377f;
  background-repeat: no-repeat;
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
  color: #fff;
  background-position: 50% 16%;
  background-size: cover;
}

.breadcrumb_para {
  font-family: 'Jost-regular';
  font-size: 1.1rem;
}

/* ========================================inner page about us========= */
.hr_line {
  height: 1px;
  background-color: #d9d9d9;
  margin: 1px 0;

}

.border_right {
  border-right: 1px solid #d9d9d9;
}

/* ==================================contact page inner===================== */
.heading_contact {
  font-family: 'Jost-Medium';
  font-size: 1.7rem;
}

.para_contact {
  font-family: 'Jost-Regular';
  font-size: 1rem;
  color: #6e6c6c;
  /* padding: 10px 0px; */
}

.bg_gray_contact {
  background: #f2f2f2;
  border-radius: 12px;

}

.contact_form {
  padding: 43px 28px;

}

/* From Uiverse.io by pandey_saurav_ */

.form-container button:active {
  scale: 0.95;
}

.form-container .logo-container {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.form-container .form {
  display: flex;
  flex-direction: column;
}

.form-container .form-group input {
  width: 100%;
  padding: 9px 16px;
  border-radius: 6px;
  font-family: inherit;
  border: 1px solid #ccc;
}



.form-container .form-group input::placeholder {
  opacity: 0.5;
  font-family: 'Jost-regular';

}

.form-container .form-group input:focus {
  outline: none;
  border-color: #19377f;
}


.form-container .form-group textarea {
  width: 100%;
  padding: 9px 16px;
  border-radius: 6px;
  font-family: inherit;
  border: 1px solid #ccc;
}

.form-container .form-group textarea::placeholder {
  opacity: 0.5;
  font-family: 'Jost-regular';

}

.form-container .form-group textarea:focus {
  outline: none;
  border-color: #19377f;
}


.form-container .link {
  color: #19377f;
  text-decoration: none;
}

.contact_us_details {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cust_contact_details {
  border-bottom: 1px solid #ecedef;
  margin-top: 14px;
  margin-left: 44px;
}

.heading_contact_cust {
  font-family: 'Jost-Medium';
  font-size: 1.3rem;
}

.heading_contact_cust_no {
  font-family: 'Jost-Medium';
  font-size: 1.1rem;
}

.cust_contact_details:last-child {
  border: none;
}

.responsive-map {
  position: relative;
  height: 480px;
  border-radius: 12px;
  overflow: hidden;
}

.responsive-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ========================category blog one ============================ */

/* =========================================== */
.blog_card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blog_card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.3s ease-in-out;
}

.blog_card:hover img {
  transform: scale(1.05);
}

.blog_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  color: #010101;
  padding: 4px 10px;
  height: 68px;
}

.blog_title {
  font-size: 17px;
  font-family: 'Jost-regular';
}

.blog_icon {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: white;
  font-size: 18px;
  transition: right 0.3s ease;
  background: #1f416c;
  padding: 0px 7px;
  border-radius: 24px;
}

.blog_card:hover .blog_icon {
  right: 10px;
}

.blog_date {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  background: #1f416c;
  font-family: 'Jost-Regular';
  font-size: 0.95rem;
  padding: 6px;
  border-bottom-right-radius: 12px;
}

/* =========================end========================================== */
.blog_card_details_container {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 5px 0px;
  border: none !important;

}

.blog_card_details_cust .card_ttle_cust {
  font-family: 'Jost-Medium';
  font-size: 1.2rem;

}

.blog_card_details_cust .card_par_cust {
  font-family: 'Jost-regular';
  color: #878787;
  font-size: 1rem;
  margin-bottom: 30px;
}

.card_ttle_cust {
  position: absolute;
  background: #255180;
  width: fit-content;
  padding: 25px;
  top: 133px;
  left: -24px;
  color: #fff;
}

.blog_date_cust {
  position: absolute;
  top: 0;
  right: 0;
  color: #00275d;
  background: #ffffffa3;
  padding: 10px;
  border-bottom-left-radius: 4px;
  font-family: 'Jost-Regular';

}

.img_height {
  height: 200px;
  overflow: hidden;
}

.img_height img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 20% 23%;
}

.card_small_text_cust {
  font-family: 'Jost-regular';
  color: #878787;
  font-size: 0.97rem;
}

.breadcrumb_para a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb_para a:hover {
  color: #fff;

}

/* ==================new design card not implemented== */


/* new card design */
/* .container_row_blog {
  display: flex;
  padding: 30px;
  gap: 30px;
  flex-wrap: wrap;
  background: inherit;
}

.card_box_blog_img {
  position: relative;
  width: 450px;
  height: 300px;
  border-radius: 20px;
  background-color: inherit;
  background-position: center;
  background-size: cover;
}

.blog_btn {
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  background-color: darkblue;
  border-radius: 80px;
}

.button_decoration_wrap_blog {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  padding: 24px 24px 0 0;
  margin: 24px 24px 0 0;
  border-top-right-radius: 45px;
  background-color: inherit;
}

.button_decoration_wrap_blog:after,
.button_decoration_wrap_blog:before {
  z-index: 0;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  clip-path: polygon(0.082% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 99.918%, 100% 99.918%, 84.085% 98.066%, 68.994% 93.913%, 54.912% 87.642%, 42.022% 79.44%, 30.51% 69.49%, 20.56% 57.978%, 12.358% 45.088%, 6.088% 31.006%, 1.934% 15.915%, 0.082% 0%);
  background-color: inherit;
  overflow: hidden;
}

.button_decoration_wrap_blog:before {
  top: -24px;
  left: 0;
  border: 1px solid #ffffff;
}

.button_decoration_wrap_blog:after {
  right: -24px;
  bottom: 0;
  border: 1px solid #ffffff;

} */
/*=====================end================= */


/* ===============================blog old */
.blogs_list_heading {
  font-family: 'Jost-Medium';
  font-size: 1.3rem;
  margin-bottom: 13px;
}

.nav_blogs ul li {
  list-style-type: none;
  font-family: 'Jost-Regular';
  background: #f4f4f4;
  margin-bottom: 4px;
  padding: 10px;
}

.nav_blogs a {
  text-decoration: none;
  color: #636161;
  font-family: 'Jost-Regular';
  font-size: 1rem;
}

.blogs_list_heading ul {
  line-height: 2.3rem;

}

.blog_active {
  background-color: #dee4f2 !important;
  color: #122551 !important;
}

/*  */



/* search */
.search_box {
  position: relative;
  width: 100%;
  margin-bottom: 10px;

}

.search_box input[type="text"] {
  width: 100%;
  padding: 4px 9px;
  padding-right: 40px;
  border: 1px solid #ccc;
  border-radius: 24px;
  transition: width 0.5s ease-in-out;
}

.search_box input[type="text"]:focus {
  width: 100%;
  padding: 4px 9px;
  padding-right: 40px;
  border: 1px solid #ccc;
  border-radius: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search_box input::placeholder {
  opacity: 0.5;
  font-family: 'Jost-regular';

}

.search_box button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #bfbfbf;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 24px;
}

.search_box input[type="text"]:focus+button {
  background-color: #0056b3;
}

/* end */
/* ===============================new design blog */
.blog_recent div {
  font-family: 'Jost-Regular';
  margin-bottom: 1px;
  gap: 7px;

}

.blog_recent {
  margin-bottom: 13px;

}

.bg_blog {
  background: aliceblue;
  border-radius: 24px;
  padding: 5px 12px;
}

/* ================================ */
.cust_aavailb_section {
  margin-top: 1rem;
  border-bottom: 1px solid #f0f0f0;
  padding: 6px 0;
}

.avtarcust2 {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
}

.cust_aavailb_section h4 {
  font-size: 0.8rem;
  font-weight: 600;
  color: #4b4b4b;
  margin-bottom: 0px;
  text-transform: capitalize;

}

.category_text_blog {
  font-family: 'Jost-regular';
  font-size: 16px;

}

.category_p {
  font-family: 'Jost-Regular';
  color: gray;
  font-size: 0.89rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scrollable_container {
  height: 400px;
  overflow-y: auto;
}

.scrollable_container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.scrollable_container::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.scrollable_container::-webkit-scrollbar-track {
  background-color: transparent;
}

/* ============courses card design===============  */


/* new design */
.main_course_card_container {
  box-shadow: 0 0 25px rgb(34 50 72 / 22%);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.course_card_img {
  display: flex;
  justify-content: center;
  background: aliceblue;
  margin: 10px;
  padding: 18px;
  border-radius: 4px;
  flex: 1;
}

.course_card_img img {
  width: 64px;
}

.course_card_body {
  padding: 3px 13px 13px 13px !important;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.course_card_body h5 {
  font-family: 'Jost-Medium';
  font-size: 1rem;
}

.course_card_body p {
  font-family: 'Jost-regular';
  font-size: 0.86rem;
  color: gray;
}

.card_text_course i {
  color: gray;
  margin-right: 4px;
}

.gradient-btn-course {
  background-image: linear-gradient(to left, #19377f, #3259b7);
  color: #fff !important;
  border: none !important;
  padding: 8px 12px !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  font-family: 'Jost-Regular';
  transition: background 0.3s ease;
  margin-top: auto;
}


.cust_primary.gradient-btn i {
  transition: transform 0.3s ease-in-out;
}

.cust_primary.gradient-btn:hover i {
  transform: translateX(5px);
  transition: transform 0.3s ease-in-out;
}

.gradient-btn i {
  padding-left: 1px;
  font-size: 0.8rem;
}

/* modal- desogn */


.course-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-list li {
  font-size: 16px;
  color: #1c1b1b;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-family: 'Jost-regular';

}

.course-list li:last-child {
  border-bottom: none;
}

.modal_ttle_cust {
  font-family: 'Jost-Medium';
  font-size: 1.2rem;
}



/* new design mine */
.image_religion img {
  height: 50vh;
  object-fit: cover;
  width: 75vw;
}

.heading_religion {
  font-family: 'Jost-Medium';

}

.modal-fade-cust .modal-dialog {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.5s ease-in-out;
}

.modal.show .modal-dialog {
  opacity: 1;
  transform: scale(1);
}


.modal-content-cust {
  position: relative;
  padding: 40px;
  border-radius: 15px;
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  font-family: 'Jost-Medium';
  overflow: hidden;
}

.modal-content-cust::before {
  content: "";
  position: absolute;
  top: -35px;
  left: -24px;
  width: 173px;
  height: 173px;
  background: url(../images/konarkwheel.png) no-repeat center center;
  background-size: contain;
  animation: rotate 20s linear infinite;
  z-index: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.modal-content-cust>* {
  position: relative;
  z-index: 1;
}


.modal-content-cust h5 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.btn-cust {
  background-color: #e63946;
  color: #fff;
  border-radius: 30px;
  padding: 8px 25px;
  transition: 0.3s;
}

.btn-cust:hover {
  background-color: #d62828;
}


.modal-gallery img {
  border-radius: 10px;
  transition: 0.3s;
}

.modal-gallery img:hover {
  transform: scale(1.05);
}

.heading-line {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.heading-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  width: 60px;
  height: 3px;
  background-color: red;
}

.work_container {
  position: relative;
  background: none;
}

.work_container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/hero_bg.png);
  background-position: bottom;
  background-size: cover;
  opacity: 0.6;
  z-index: 0;
}

.work_container>.container {
  position: relative;
  z-index: 1;
}

/* .text_ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
} */

/* Click Moments */
.gallery-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.gallery-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-box:hover .gallery-img {
  transform: scale(1.1);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-family: 'Jost-Medium', sans-serif;
  letter-spacing: 0.5px;
}

/* projects section */
.border_projects {
  border: 1px solid #d4d4d4;
  border-radius: 12px;

}

.border_projects img {
  border-radius: 12px;
}

.border_projects h4 {
  color: #b99948;
}

.border_projects h6 {
  font-weight: normal;
  font-size: 14px;
}

.border_projects p {
  font-size: 0.90rem;
}

.text_d {
  text-decoration: none;
}

.text_d:hover {
  text-decoration: none;
  color: #b99948;
}

.text_d {
  color: #b99948;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 18px 0;
}

.text_d i {
  color: #b99948;
  transition: transform 0.3s ease;
}

.text_d:hover i {
  transform: translateX(5px);
}










/* carrier section */
.wiki-container {
  background: #fff;
  font-family: 'Jost-Regular';

}

.wiki-heading {
  font-size: 30px;
  font-family: 'Jost-SemiBold';

}

.wiki-subtitle {
  font-style: italic;
  font-size: 18px;
}

.wiki-section-title {
  font-family: 'Jost-SemiBold';
  border-top: 1px solid #b0afaf;
  border-bottom: 1px solid #b0afaf;
  padding: 10px 0;
}

.wiki-content p {
  margin-bottom: 12px;
  font-size: 15px;
}

.wiki-subheading {
  font-size: 18px;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.wiki-image {
  border: 2px solid #ddd;
  width: 200px;
}

.wiki-infobox {
  border: 1px solid #ddd;
  padding: 12px;
  background-color: #f9f9f9;
  font-size: 14px;
}

.wiki-infobox-img {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.wiki-infobox-title {
  font-family: 'Jost-SemiBold';
}

.image_carrier {
  width: 100%;
  max-width: 150px;
  height: auto;
}

.image_carrier_para {
  border: 1px solid #d8cbcb;
  padding: 10px 8px;
}

@media (max-width: 768px) {
  .image_carrier {
    max-width: 100px;
  }
}




/* exploration design */

.blog_card_trip img {
  border: 5px solid #ffe8cf;
  height: 300px;
  width: 800px;
  object-fit: cover;
}

.blog_card_trip p {
  background: #ffe8cf;
  border-radius: 0 4px 4px 0;
  font-family: jost-medium;
}

.blog_card_trip .card {
  border: none !important;
}


.blog_card_trip_2 img {
  border: 5px solid #ffc085;
  height: 300px;
  width: 800px;
  object-fit: cover;
}

.blog_card_trip_2 p {
  background: #ffc085;
  border-radius: 4px 0 0 4px;
  font-family: jost-medium;
}

.blog_card_trip_2 .card {
  border: none !important;
}


.blog_card_trip_3 img {
  border: 5px solid #f2ffc4;
  height: 300px;
  width: 800px;
  object-fit: cover;
}

.blog_card_trip_3 p {
  background: #f2ffc4;
  border-radius: 0 4px 4px 0;
  font-family: jost-medium;
}

.blog_card_trip_3 .card {
  border: none !important;
}


.blog_card_trip_4 img {
  border: 5px solid #cda788;
  height: 300px;
  width: 800px;
  object-fit: cover;
}

.blog_card_trip_4 p {
  background: #cda788;
  border-radius: 4px 0 0 4px;
  font-family: jost-medium;
}

.blog_card_trip_4 .card {
  border: none !important;
}


.blog_card_trip_5 img {
  border: 5px solid #97ffa1;
  height: 300px;
  width: 800px;
  object-fit: cover;
}

.blog_card_trip_5 p {
  background: #97ffa1;
  border-radius: 0 4px 4px 0;
  font-family: jost-medium;
}

.blog_card_trip_5 .card {
  border: none !important;
}


.blog_card_trip_6 img {
  border: 5px solid #a1eefe;
  height: 300px;
  width: 800px;
  object-fit: cover;
}

.blog_card_trip_6 p {
  background: #a1eefe;
  border-radius: 4px 0 0 4px;
  font-family: jost-medium;
}

.blog_card_trip_6 .card {
  border: none !important;
}


.blog_card_trip_7 img {
  border: 5px solid #ffdda0;
  height: 300px;
  width: 800px;
  object-fit: cover;
}

.blog_card_trip_7 p {
  background: #ffdda0;
  border-radius: 0 4px 4px 0;
  font-family: jost-medium;
}

.blog_card_trip_7 .card {
  border: none !important;
}

