@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* @import url('../fonts/Work-Sans.ttf');

@font-face {
  font-family: 'Work Sans';
  src: url(../fonts/Work-Sans.ttf);
} */


/*common css start*/
body {
  background-color: #FFF7EC !important;
  font-family: "Work Sans", Helvetica, Arial, sans-serif !important;
  line-height: 26px;
  padding-top: 89px;
  color: #1C2C59;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0
}

ul {
  padding: 0;
  margin: 0;
}

a {
  display: inline-block;
  text-decoration: none !important;
  outline: none !important;
}

/*common css end*/


/* :root {
  --brand-one: #FFC85A;
  --brand-two: #FFEAAE;
  --brand-three: #B5E2FA;
  --brand-four: #ABC1EF;
  --brand-light: #FFF7EC;
  --brand-dark: #1C2C59;
}

.text-brand-dark {
  color: var(--brand-dark);
} */

.dark_blue_bg {
  background-color: #1C2C59;
}

.yellow_bg {
  background-color: #FFC85A;
}

.light_yellow_bg {
  background-color: #FFEAAE;
}

.light_purple_bg {
  background-color: #ABC1EF;
}

.blue_bg {
  background-color: #B5E2FA;
}

.dark_blue_text {
  color: #1C2C59;
}

.yellow_text {
  color: #FFC85A;
}

.light_yellow_text {
  color: #FFF7EC;
}

.mx-44 {
  margin-left: 44px;
  margin-right: 44px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-89 {
  margin-top: 89px;
}

.mb-60 {
  margin-bottom: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-80 {
  padding: 80px;
}

.p-60 {
  padding: 60px;
}

.px-44 {
  padding-left: 44px;
  padding-right: 44px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.pt-125 {
  padding-top: 125px;
}

.pb-160 {
  padding-bottom: 160px;
}

.flex-1 {
  flex: 1 1 0%;
}

.mx_w_71 {
  max-width: 71px;
}

.mx_w_83 {
  max-width: 83px;
}

.mx_h_41 {
  max-height: 41px;
}

.mx_w_690 {
  max-width: 690px;
}

.mx_w_800 {
  max-width: 800px;
}

.mx_w_960 {
  max-width: 960px;
}

.mx_w_1000 {
  max-width: 1000px;
}

.mx_w_1512 {
  max-width: 1512px;
}

.subpage_hero_banner_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.background_banner_1 {
  background-image: url('../img/background-banner-brand-one.jpg');
  color: #1C2C59;
}

.background_banner_2 {
  background-image: url('../img/background-banner-brand-four.jpg');
  color: #1C2C59;
}

.background_banner_3 {
  background-image: url('../img/background-banner-brand-three.jpg');
  color: #1C2C59;
}

.background_banner_4 {
  background-image: url('../img/cta-banner-brand-four.jpg');
  color: #FFF7EC;
}

.background_banner_5 {
  background-image: url('../img/blue_bg.jpg');
  color: #FFF7EC;
}

.background_banner_6 {
  background-image: url('../img/background-banner-brand-two.jpg');
  color: #1C2C59;
}

.gap-24 {
  gap: 24px;
}

.gap-40 {
  gap: 40px;
}

/* Home Page Start */

/* Scroll To Top Button Start */

.scroll_top_top_btn {
  position: fixed;
  right: 1%;
  bottom: 7%;
  z-index: 999;
  border-color: #FFF7EC !important;
}

.scroll_top_top_btn:hover {
  border-color: #FFF7EC !important;
}

/* Scroll To Top Button End */

/* Header Start */

header nav {
  background-color: #FFF7EC;
  border: 1px solid #1C2C59;
  /* padding-left: 29px;
  padding-right: 29px; */
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

header .navbar {
  padding-top: 3px;
  padding-bottom: 3px;
  align-items: center;
}

header .navbar-nav .nav-link,
header .navbar-nav .nav-link.active {
  font-size: 18px;
  color: #1C2C59;
  padding: 0 !important;
  letter-spacing: -1px;
  position: relative;
}

header .navbar-nav .nav-link:hover::after,
header .navbar-nav .nav-link.active::after {
  content: '';
  transition: all .3s;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1C2C59;
  position: absolute;
  margin-top: 10px;
  left: 50%;
  top: 100%;
  transform: translateY(-50%);
}

header .navbar-nav .nav-item:not(:first-child) .nav-link {
  margin-left: 35px;
}

.menu_right a {
  color: #1C2C59;
  margin: 0 35px;
}

.menu_right a:last-child {
  margin: 0;
}

a.blue_btn,
.blue_btn {
  cursor: pointer;
  border-radius: 3.75rem;
  border-width: 1px;
  border-color: #1C2C59;
  background-color: #1C2C59;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1px;
  color: #FFC85A;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .3s;
}

a.blue_btn:hover,
.blue_btn:hover {
  border-color: #1C2C59;
  background-color: #FFC85A;
  color: #1C2C59;
}

a.blue_btn:focus,
.blue_btn:focus {
  box-shadow: unset;
}

/* Header End */

/* Hero Banner Start */

.custom-container {
  max-width: 1300px;
  margin: auto;
}

.hero_banner_sec .col-md-6,
.about_sec .col-md-6,
.work_cards .col-md-4,
.work_card .col-md-4,
.work_buttons .col-auto,
.people_say .col-lg-3,
.people_say .col-md-4,
.coming_up_cards .col-lg-4,
.coming_up_cards .col-md-6,
.coming_up_card .col-md-6,
.news_card_boxes .col-lg-4,
.news_card_boxes .col-md-6,
.training_cards .col-md-4,
.meet_team_cards .col-md-4,
.get_in_touch_sec .col-md-6,
.our_courses_sec_search .col-md-4,
.our_courses_sec_search .col-md-8,
.courses_details_sec .col-md-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.main_heading {
  font-size: 3.75rem;
  letter-spacing: -4px;
  /* color: #1C2C59; */
  font-weight: 500;
  line-height: 68px;
}

.sub_text {
    font-size: 1.375rem;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-top: 35px;
}

.btn_space {
  margin-top: 20px;
}

.hero_banner_sec picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 573 / 450;
  position: relative;
}

/* Hero Banner End */

/* Course Section Start */

.multiple_checkbox .btn-group {
  gap: 16px;
}

.multiple_checkbox label.btn {
  border-radius: 24px !important;
}

.btn_light_yellow,
.btn_light_yellow:hover,
.multiple_checkbox .btn-check+.btn:hover {
  cursor: pointer;
  border-radius: 3.75rem;
  border-width: 1px;
  border-color: #1C2C59;
  background-color: #FFEAAE;
  padding-top: .75rem;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -1px;
  color: #1C2C59;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .3s;
}

.multiple_checkbox .btn-check:checked+.btn,
.multiple_checkbox .btn.active,
.multiple_checkbox .btn.show,
.multiple_checkbox .btn:first-child:active,
.multiple_checkbox :not(.btn-check)+.btn:active {
  background-color: #B5E2FA;
}

.multiple_checkbox input[type="checkbox" i]:focus-visible {
  outline-offset: 2px;
  outline: thin dotted;
}

/* Course Section End */

/* About Section Start */

.border_radius_24 {
  border-radius: 24px;
}

.about_sec picture img {
  aspect-ratio: 549 / 431;
  width: 100%;
  height: auto;
}

/* About Section End */


/* Work With Us Section Start */
.yellow_bg_sec {
  background-image: url('../img/yellow_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.work_card {
  /* background-color: #FFEAAE; */
  color: #1C2C59;
  padding: 20px 50px;
  height: 100%;
}

.work_cards .card_grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 20px;
  column-gap: 40px;
}

.work_card p {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -1px;
}

.work_card h2 {
  font-size: 60px;
  line-height: calc(100% + 8px);
  letter-spacing: -4px;
  margin-top: 5px;
}

/* Work With Us Section End */

/* What People Say Section Start */

.people_say blockquote {
  background-color: #B5E2FA;
  padding: 30px;
  color: #1C2C59;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -1px;
}

.people_blockquote_1 {
  margin-top: 38%;
}

.people_blockquote_2 {
  margin-top: 0;
}

.people_blockquote_3 {
  margin-top: 37%;
}

.people_blockquote_4 {
  margin-top: 13%;
}

.people_say blockquote footer {
  margin-top: 35px;
}

.people_say blockquote footer cite {
  font-style: normal;
}

/* What People Say Section End */

/* Book Course Section Start */
.blue_bg_sec {
  background-image: url('../img/blue_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.book_course_sec .work_card {
  padding: 30px;
}

.book_course_sec .work_card h3 {
  font-size: 32px;
  letter-spacing: -2px;
  line-height: calc(100% + 8px);
}

.book_course_sec .work_card p {
  font-size: 22px;
  line-height: 32px;
  margin: 20px 0;
}

.yellow_btn {
  cursor: pointer;
  border-radius: 3.75rem;
  border-width: 1px;
  border-color: #FFC85A;
  background-color: #FFC85A;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1px;
  color: #1C2C59;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .3s;
  width: max-content;
}

.yellow_btn:hover {
  border-color: #FFEAAE;
  background-color: #FFEAAE;
  color: #1C2C59;
}

/* Book Course Section End */

/* Coming Up Section Start */
.coming_up_card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  height: 100%;
  color: #1C2C59;
  /* margin-top: 60px; */
}

.coming_up_cards .row,
.coming_up_card .row {
  row-gap: 40px;
}

.course_card_1,
.course_card_2 {
  /* background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}

.course_card_1 {
  background-image: url('../img/course_card_one.jpg');
}

.course_card_2 {
  background-image: url('../img/course_card_two.jpg');
}

.coming_up_card h3 {
  font-size: 2rem;
  letter-spacing: -2px;
  line-height: 40px;
}

.coming_up_card h5 {
  font-size: 22px;
  line-height: 1.75rem;
  letter-spacing: -1px;
}

.coming_up_card p,
.coming_up_card time {
  font-size: 18px;
  margin: 4px 0 0 0;
  line-height: 26px;
  letter-spacing: -1px;
}

/* Coming Up Section End */

/* Projects Section Start */

.projects_sec .sub_text {
  margin: 40px 0;
}

.projects_img_bg {
  aspect-ratio: 630 / 522;
  color: #FFEAAE;
}

.projects_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding-top: 4%; */
  /* padding-left: 9%;
  padding-right: 5%;
  padding-bottom: 10%; */
  z-index: 10;
}

.projects_img img {
  aspect-ratio: 549 / 431;
  object-fit: cover;
  object-position: center;
}

/* Projects Section End */

/* News Section Start */

.news_card_boxes .row {
  row-gap: 40px;
}

.news_card_boxes picture img {
  aspect-ratio: 449 / 351;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.news_card_details {
  padding: 20px;
  color: #1C2C59;
}

.news_card_details p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1px;
}

.news_card_details h3 {
  font-size: 32px;
  letter-spacing: -2px;
  line-height: calc(100% + 8px);
  margin: 20px 0;
}

/* News Section End */

/* We Work With Section Start  */
.we_work_with_images {
  display: grid;
  justify-items: center;
  row-gap: 40px;
  column-gap: 60px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.we_work_with_images picture {
  max-width: 180px;
}

.we_work_with_images picture img {
  object-fit: contain;
  object-position: center;
}

/* We Work With Section End */


/* Stay In Touch Section Start */
.stay_in_touch_sec {
  color: #1C2C59;
}

.stay_in_touch_sec .main_heading {
  /* padding-bottom: 40px; */
}

.stay_in_touch_sec .toggle_btn {
  margin: 20px 0;
}

.stay_in_touch_sec .toggle_btn span svg {
  margin-left: 12px;
}

.stay_in_touch_sec .toggle_btn span,
.stay_in_touch_sec #collapseterms p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1px;
  color: #1C2C59;
}

.stay_in_touch_sec .form_main {
  padding: 40px 0;
}

.stay_in_touch_sec form label {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1px;
  margin-bottom: 8px;
}

.stay_in_touch_sec form span {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -1px;
}

.stay_in_touch_sec form input,
.stay_in_touch_sec form textarea {
  background-color: #FFFFFF;
  color: #1C2C59;
  padding: 14px 25px;
  border-radius: 24px;
  font-size: 15px;
  border: 0;
  margin-bottom: 16px;
}

.stay_in_touch_sec form textarea {
  height: 472px;
}
strong, b{
  font-weight: 500;
}
/* Stay In Touch Section End */

/* Footer Start */
.footer {
  background-color: #1C2C59;
  color: #FFF7EC;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 40px 40px 20px 40px;
}

.footer .row {
  row-gap: 20px;
}

.footer_logo picture {
  max-width: 100%;
}

.footer_contact_title {
  font-size: 60px;
  letter-spacing: -4px;
  line-height: calc(100% + 8px);
  color: #FFC85A;
  padding-bottom: 2px;
}
a.footer_contact_title:hover {
  text-decoration: underline !important;
      text-decoration-thickness: 3px !important;   /* thinner underline */

}

.footer_nav ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 20px;
  column-gap: 40px;
  margin: 40px 0;
}

.footer_nav:last-child ul {
  margin: 0;
}

.footer_nav a {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1px;
  color: #FFF7EC;
  padding: 0;
}

.footer_nav a:hover {
  color: #FFC85A;
  text-decoration: underline !important;
}

.footer_nav_policies a {
  font-size: 13px;
}

.footer_right {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-row-start: 2;
  grid-column-start: 2;
  grid-column: span 1 / span 1;
  gap: 38px;
  margin: 40px 0;
}

.footer_bottom {
  display: flex;
  flex-direction: row;
  row-gap: 10px;
  column-gap: 40px;
  flex-basis: 100%;
  padding-top: 20px;
  margin-top: 80px;
  border-top: 1px solid #FFF7EC;
}

.footer_bottom p,
.footer_bottom span,
.footer_bottom a {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -1px;
}

.footer_bottom a {
  color: #FFC85A;
  text-decoration: underline !important;
}

/* Footer End */

/* Home Page End */





/* About Page Start */

/* Hero Banner Section Start */

.subpage_hero_sec {
  padding: 44px 44px 0 44px;
}

.subpage_hero_banner_bg {
  padding: 60px 20px;
}

.subpage_hero_banner_heading {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -1px;
}

.subpage_hero_banner_heading h1 {
  font-size: 84px;
  letter-spacing: -5px;
  font-weight: 500;
  line-height: calc(100% + 8px);
}

/* Hero Banner Section End */

/* Training To Inspire Section Start */
.training_to_inspire_sec {}

.training_card {
  padding: 30px;
}

.training_cards .row {
  row-gap: 30px;
}

.training_card h3,
.courses_verticle_card h3 {
  font-size: 2rem;
  letter-spacing: -2px;
  font-weight: 500;
  line-height: calc(100% + 8px);
}

.training_card p,
.courses_verticle_card p {
  font-size: 1.375rem;
  line-height: 32px;
  letter-spacing: -1px;
}

/* Training To Inspire Section End */

/* Access Courses Section Start */

.sticky_main {
  position: sticky;
  top: 135px;
}

.courses_verticle_card {
  padding: 30px;
  color: #1C2C59;
  /* margin-bottom: 40px; */
}

.courses_verticle_card:last-child {
  /* margin-bottom: 0; */
}

/* Access Courses Section End */

/* Meet The Team Section Start */

.meet_team_cards {
  padding-top: 80px;
}

.meet_team_card {
  position: relative;
  min-height: 525px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.meet_team_card_img {
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.meet_team_card_img picture {
  /* max-height: 500px; */
  height: 100%;
}

.meet_team_card_img picture img {
  object-fit: cover;
  object-position: center;
}

.meet_team_card_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 20;
  padding: 14px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .5s;
  transition-property: transform;
  transform: translateY(calc(100% - 135px));
  /* transform: translateY(75%); */
  color: #1C2C59;
}

/* .meet_team_card_content_read {
  display: none;
}

.meet_team_card_content_read.show {
  display: block;
} */

.meet_team_card_content:has(.meet_team_card_content_read.show) {
  transform: translateY(0);
  height: 100%;
}

.meet_team_card_content h3 {
  font-size: 32px;
  letter-spacing: -2px;
  font-weight: 500;
  line-height: calc(100% + 8px);
  padding-bottom: 20px;
}

.meet_team_card_content_read {
  max-height: 350px;
  overflow-y: scroll;
}

.meet_team_card_content_read p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -1px;
}

.meet_team_card_button {
  padding: 14px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  z-index: 20;
  position: relative;
}

.meet_team_blockquote {
  color: #1C2C59;
  padding: 30px;
}

.meet_team_blockquote blockquote p {
    font-size: 1.125rem !important;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: -1px;
}

.meet_team_blockquote p strong {
  font-size: 1.375rem;
  font-weight: 500 !important;
  line-height: 30px;
  font-weight: bolder;
  letter-spacing: -1px;
  margin-top: 20px;
}

/* Meet The Team Section End */

/* About Page End */





/* Why Work With Us Page Start */

/* Our Partners Section Start */

.our_partners_sec {}

.partners_slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.our-partners-slider .slick-slide{
  background: #ffeaae !important;
  padding: 0px 20px !important;
}
.our-approach-slider .slick-slide{
  background: #ABC1EF !important;
  padding: 20px 20px !important;
}

.partners_slide.slick-slide {
  margin: 0 20px;
}

.partners_slide picture {
  padding: 32px 64px;
}

.partners_slide picture img {
  max-width: 200px;
  object-fit: contain;
  object-position: center;
  width: 100%;
  min-height: 50px;
  max-height: 100px;
  height: 100%;
}

/* Our Partners Section End */

/* Why Work With Us Page End */





/* Consultancy Page Start */

/* What We Offer Section Start */

.accordion_main p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -1px;
}

.accordion_title p {
  letter-spacing: -1px;
  margin: 20px 0 40px 0;
}

.accordion_main .accordion {
  border-top: 1px solid #1C2C59;
}

.accordion_main .accordion-item {
  border-color: #1C2C59;
}

.accordion_main .accordion-flush>.accordion-item:last-child {
  border-bottom: 1px solid !important;
}

.accordion_main .accordion-header .accordion-button {
  box-shadow: unset;
  padding: 20px 0 10px 0;
  font-size: 28px;
  line-height: calc(100% + 8px);
  font-weight: 500;
  letter-spacing: -2px;
  color: #1C2C59;
}

.accordion_main .accordion-button::after {
  background-image: url('../img/plus.svg');
  width: 35px;
  height: 35px;
  background-size: cover;
  transition: all 0.5s;
}

.accordion_main .accordion-button:not(.collapsed)::after {
  background-image: url('../img/minus.svg');
  width: 35px;
  height: 35px;
  background-size: cover;
  transition: all 0.5s;
}

.accordion_main #accordionPeople .accordion-button:not(.collapsed),
.accordion_main #accordionIncome .accordion-button:not(.collapsed),
.accordion_main #accordionLearning .accordion-button:not(.collapsed),
.accordion_main #accordionFAQ .accordion-button:not(.collapsed) {
  background-color: #FFEAAE;
}

.accordion_main #accordionStrategy .accordion-button:not(.collapsed),
.accordion_main #accordionProject .accordion-button:not(.collapsed) {
  background-color: #B5E2FA;
}

.accordion_main .accordion-body {
  padding: 0 0 20px 0;
}

.accordion_meet_team_main h5 {
  font-size: 28px;
  line-height: calc(100% + 8px);
  font-weight: 500;
  letter-spacing: -2px;
  padding: 20px 0;
}

.accordion_meet_team_main .meet_team_card_content {
  /* transform: translateY(350px); */
}

/* What We Offer Section End */

/* Consultancy Page End */





/* Contact Us Page Start */

/* Map Section Start */

.map_sec .map_main {
  aspect-ratio: 592/538;
}

.map_sec .map_main iframe {
  width: 100%;
  height: 100%;
}

.map_sec a,
.map_sec a:hover,
.map_sec p {
  font-size: 28px;
  font-weight: 500;
  line-height: calc(100% + 8px);
  letter-spacing: -2px;
  width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.map_sec a:hover {
  text-decoration: underline !important;
}

.map_sec .row .col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
}

/* Map Section End */

/* Contact Us Page End */





/* Cart Page Start */

/* Cart Section Start */

.cart_content {
  padding: 18px 36px 18px 27px;
  border-top: 3px solid #1E85BE;
  color: #47276D;
  background-color: #EFE5FA;
  display: flex;
  gap: 20px;
}

.cart_content p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -1px;
}

/* Cart Section End */

/* Cart Page End */





/* Our Courses Page Start */

.our_courses_heading h4 {
  font-size: 28px;
  line-height: calc(100% + 8px);
  font-weight: 500;
  letter-spacing: -2px;
}

/* Our Courses Section Start */

.query_data_btn {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  background-color: unset;
  border: 0;
  color: #1C2C59;
}

.our_courses_sec_search h3 {
  font-size: 32px;
  letter-spacing: -2px;
  font-weight: 500;
  line-height: calc(100% + 8px);
  padding-bottom: 16px;
}

.courses_filters select {
  border-width: 1px;
  border-color: #1C2C59;
  background-color: #FFEAAE;
  padding: 10px 40px 10px 20px;
  color: #1C2C59;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1px;
}

.button_link_main {
  display: flex;
  align-items: center;
  gap: 35px;
}

a.read_more_link {
  color: #1C2C59;
  text-decoration: underline !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -1px;
}

.courses_about .col-md-6 {
  padding-left: 40px;
  padding-right: 40px;
}

/* Our Courses Section End */

/* Our Courses Page End */





/* FAQ Page Start */

/* FAQ Section Start */

.faq_accordion .accordion_main .accordion-header .accordion-button {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -1px;
}

/* FAQ Section End */

/* FAQ Page End */






/* Event Page Start */

/* Event Passed Section Start */
.event_passed_sec p {
  margin-top: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 12px;
  color: #1C2C59;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -1px;
}

/* Event Passed Section End */

/* Event Title Section Start */

.event_title_sec p {
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -1px;
}

/* Event Title Section End */

/* Courses Details Section Start */

.courses_detail_left,
.course_detail_right {
  color: #1C2C59;
  /* font-family: "Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif; */
}

.courses_detail_left h4 {
  font-size: 28px;
  line-height: calc(100% + 8px);
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 21px;
}

.courses_detail_left p {
    font-size: 1.375rem;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 16px;
  /* font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 16px; */
}
.tinymice_heading strong {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 36px;
      letter-spacing: -2px;

}

.courses_detail_left p:last-child {
  margin-bottom: 28px;
}

.course_detail_right h3 {
  font-size: 32px;
  line-height: calc(100% + 8px);
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 24px;
}

.course_detail_right label {
  color: #FFF7EC;
}

.course_detail_right .yellow_btn {
  margin-top: 40px;
}

/* Courses Details Section End */

/* Event Page End */






/* Case Study Page Start */

/* Case Study Hero Banner Section Start */

.case_study_hero_sec {
  margin-top: 44px;
}

.case_study_hero_sec img {
  aspect-ratio: 1425 / 500;
  object-fit: cover;
  object-position: center;
}

/* Case Study Hero Banner Section End */

/* Case Study Details Section Start */

.case_study_details_sec h1 {
  font-size: 84px;
  line-height: calc(100% + 8px);
  font-weight: 500;
  letter-spacing: -5px;
}

.case_study_date {
  margin: 48px 0;
}

.case_study_date h5,
.case_study_written_by h5 {
  font-size: 22px;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: -1px;
}

.case_study_date p,
.case_study_details_content p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -1px;
}

.case_study_details_content {
  margin: 48px 0;
}

.case_study_details_blockquote blockquote {
  padding: 28px;
  border-radius: 16px;
  font-size: 32px;
  line-height: calc(100% + 8px);
  font-weight: 500;
  letter-spacing: -2px;
  margin: 48px 0;
}

.case_study_details_sec button {
  margin-top: 48px;
}

/* Case Study Details Section End */

/* Case Study Page End */



/* New CSS Start */

.people_say_slider .slick-list,
.coming_up_cards_slider .slick-list,
.news_card_boxes_slider .slick-list {
  margin-left: -20px;
  margin-right: -20px;
}

.people_say_slider .people_say_slide,
.coming_up_cards_slider .coming_up_cards_slides,
.news_card_boxes_slider .news_card_boxes_slide {
  margin-left: 20px;
  margin-right: 20px;
}

.people_say_slider .slick-arrow,
.people_say_slider .slick-arrow:hover,
.coming_up_cards_slider .slick-arrow,
.coming_up_cards_slider .slick-arrow:hover,
.news_card_boxes_slider .slick-arrow,
.news_card_boxes_slider .slick-arrow:hover {
  background-color: #1C2C59;
  padding: 10px;
  width: 50px;
  height: 50px;
  top: unset;
  bottom: -120px;
  border-radius: 50%;
}

.coming_up_cards_slider .slick-track,
.news_card_boxes_slider .slick-track {
  display: flex !important;
}

.coming_up_cards_slider .slick-slide,
.news_card_boxes_slider .slick-slide {
  height: inherit !important;
  margin: 0 20px;
}

.people_say_slider .slick-prev,
.coming_up_cards_slider .slick-prev,
.news_card_boxes_slider .slick-prev {
  left: 0;
}

.people_say_slider .slick-prev svg,
.coming_up_cards_slider .slick-prev svg,
.news_card_boxes_slider .slick-prev svg {
  rotate: 180deg;
}

.people_say_slider .slick-next,
.coming_up_cards_slider .slick-next,
.news_card_boxes_slider .slick-next {
  right: 0;
}

.people_say_slider .slick-prev:before,
.people_say_slider .slick-next:before,
.coming_up_cards_slider .slick-prev:before,
.coming_up_cards_slider .slick-next:before,
.news_card_boxes_slider .slick-prev:before,
.news_card_boxes_slider .slick-next:before {
  content: unset;
}

.people_say_slider .slick-dots,
.coming_up_cards_slider .slick-dots,
.news_card_boxes_slider .slick-dots {
  left: 0;
  right: 0;
  bottom: -80px;
  margin: auto;
  width: max-content;
}

.people_say_slider .slick-dots li button,
.coming_up_cards_slider .slick-dots li button,
.news_card_boxes_slider .slick-dots li button {
  padding: 0;
}

.people_say_slider .slick-dots li.slick-active button:before,
.coming_up_cards_slider .slick-dots li.slick-active button:before,
.news_card_boxes_slider .slick-dots li.slick-active button:before {
  position: absolute;
  top: -14px;
  left: 0;
  content: "•";
  font-family: slick;
  font-size: 70px;
  line-height: 1;
  text-align: center;
  transition: all .05s linear;
  opacity: 1;
}

.people_say_slider .slick-dots li button:before,
.coming_up_cards_slider .slick-dots li button:before,
.news_card_boxes_slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: slick;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  transition: all .05s linear;
}

/* New CSS End */


.p-cnt {
  margin-top: 7px;
  display: flex;
  /* justify-content: center; */
  width: 100%;
  /* padding: 0 15px; */
}

.p-wrp {
  display: inline-flex;
  /* align-items: center; */
  gap: 6px;
  background: transparent;
  padding: 0;
}

.p-btnn {
  min-width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #1c2c59;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}

.p-btnn:hover:not(.disabled):not(.active) {
  color: #333333;
}

.p-btnn.active {
  background: transparent;
  color: #333333;
  font-weight: 600;
  cursor: default;
}

.p-btnn.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: #1c2c59;
  border-radius: 2px;
}

.p-btnn.disabled {
  background: transparent;
  color: #cccccc;
  cursor: not-allowed;
  opacity: 0.5;
}

.p-arrw {
  font-size: 18px;
  font-weight: normal;
  color: #1c2c59;
  min-width: 28px;
}

.p-arrw:hover:not(.disabled) {
  color: #333333;
}

.p-arrw span {
  display: block;
  line-height: 1;
}

.p-dots {
  padding: 0 4px;
  color: #1c2c59;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  min-width: 24px;
  justify-content: center;
}

.meet_team_card_content_read p:last-of-type {
  margin-bottom: 26px !important;
}
.meet_team_card_content_read{
  padding-right: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .p-wrp {
    gap: 4px;
  }

  .p-btnn {
    min-width: 28px;
    height: 28px;
    font-size: 13px;
  }

  .p-arrw {
    min-width: 24px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .p-wrp {
    gap: 2px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .p-btnn {
    min-width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .p-arrw {
    min-width: 22px;
    font-size: 14px;
  }

  .p-dots {
    min-width: 20px;
    padding: 0 2px;
  }
}

@media (max-width: 380px) {
  .p-btnn {
    min-width: 24px;
    height: 24px;
    font-size: 11px;
  }

  .p-arrw {
    min-width: 20px;
  }
}