@import url("https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Moon+Dance&display=swap");

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  font-family: "Quattrocento Sans", sans-serif !important;
}
span.special__text {
  font-family: "Moon Dance", cursive !important;
  font-weight: 600;
  font-size: 17px;
  font-style: italic;
  margin-right: 3px;
}

/* **************************************************************************************** */

.mb__0 {
  margin-bottom: 0 !important;
}
.mb__5 {
  margin-bottom: 5px !important;
}
.mb__10 {
  margin-bottom: 10px !important;
}
.mb__15 {
  margin-bottom: 15px !important;
}
.mb__20 {
  margin-bottom: 20px !important;
}
.mb__25 {
  margin-bottom: 25px !important;
}
.mb__30 {
  margin-bottom: 30px !important;
}
.mb__35 {
  margin-bottom: 35px !important;
}
.mb__40 {
  margin-bottom: 40px !important;
}
.mt__0 {
  margin-top: 0px !important;
}
.mt__5 {
  margin-top: 5px !important;
}
.mt__10 {
  margin-top: 10px !important;
}
.mt__15 {
  margin-top: 15px !important;
}
.mt__20 {
  margin-top: 20px !important;
}
.mt__25 {
  margin-top: 25px !important;
}
.mt__30 {
  margin-top: 30px !important;
}
.mt__35 {
  margin-top: 35px !important;
}
.pt__0 {
  padding-top: 0px !important;
}
.pt__10 {
  padding-top: 10px !important;
}
.pt__15 {
  padding-top: 15px !important;
}
.pt__20 {
  padding-top: 20px !important;
}
.pt__25 {
  padding-top: 25px !important;
}
.pt__30 {
  padding-top: 30px !important;
}
.pb__0 {
  padding-bottom: 0px !important;
}
.pb__5 {
  padding-bottom: 5px !important;
}
.pb__10 {
  padding-bottom: 10px !important;
}
.pb__15 {
  padding-bottom: 15px !important;
}
.pb__20 {
  padding-bottom: 20px !important;
}
.pb__25 {
  padding-bottom: 25px !important;
}
.pb__30 {
  padding-bottom: 30px !important;
}
.pb__35 {
  padding-bottom: 35px !important;
}
.p__0 {
  padding: 0px !important;
}
.p__10 {
  padding: 10px !important;
}
.p__20 {
  padding: 20px !important;
}
.fw__500 {
  font-weight: 500 !important;
}
.fw__600 {
  font-weight: 600 !important;
}
.fs__24 {
  font-size: 24px !important;
}
.d_flex_justify_align_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d_flex_dir_col_justify_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.d_flex_dir_col_justify_align_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.d_flex_justify_center_align_end {
  display: flex;
  justify-content: center;
  align-items: end;
}
.d_flex_justify_end {
  display: flex;
  justify-content: flex-end;
}
.d_flex_align_center {
  display: flex;
  align-items: center;
}
.align_item_center {
  align-items: center !important;
}
.section_padding {
  padding: 70px 0;
}
.section_bg_1 {
  background: #f8f8f8 !important;
}
.section__h2_title {
  /* font-size: 50px;
  line-height: 1.3; */
  font-size: 45px;
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  text-transform: capitalize;
}
.text__linear_bg {
  position: relative;
  background-image: url(../imgs/all/bg/bg__1.webp);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  width: max-content;
}
.section__subtitle {
  font-size: 32px;
  letter-spacing: 0.3px;
  font-weight: 900;
}
.custom_text {
  font-size: 18px;
  color: #343434;
}
.text_dark {
  color: #0a0a0a !important;
}
.text_white {
  color: #fff !important;
}
.light_color_row_border {
  border-bottom: 1px solid #c8c8c8;
}
.section_light_grey_bg {
  background: #f8f8f8 !important;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  border-radius: 2px;
}

/* **************************************************************************************** */

.header__logo {
  /* width: 150px; */
  width: 120px;
  text-align: center;
  position: relative;
}
.header__logo a {
  width: 100%;
}
.header__logo .logo__text {
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 500;
}
nav.navbar {
  padding: 7px 0px;
}
.hamenu .menu-links {
  height: 100vh;
  padding-top: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navbar.blur {
  border-color: transparent;
  backdrop-filter: blur(7px);
  background: #243952;
}
.navbar .navbar-nav .nav-link {
  font-size: 14px;
  color: #ffffff;
  padding: 20px 5px 15px 5px;
  margin: 0 9px;
}
.menu-icon.cursor-pointer .icon {
  filter: brightness(10);
}

/* **************************************************************************************** */

.hamburger__menu.hamenu .menu-links .main-menu > li .link {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 15px 20px;
}

/* **************************************************************************************** */

.main___outer_container {
  padding-top: 90px;
}

/* **************************************************************************************** */

header.home__banner {
  min-height: auto;
  width: calc(100% - 60px);
  height: 125vh;
  margin: auto;
  padding: 0px;
  border-radius: 15px;
  position: relative;
  background-size: cover;
  background-position: top;
}
header.home__banner .caption {
  position: relative;
  background: #a7a7a757;
  backdrop-filter: blur(2px);
  padding: 20px;
  margin-top: 0;
  border-radius: 5px;
  z-index: 3;
  box-shadow: inset 0px 0px 35px 0px #0000002e;
}
.home__banner .banner__title {
  font-size: 50px;
  /* font-size: 60px; */
  color: #fff;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 0px;
  border: none;
  border-radius: 0px;
  margin: 0px;
}
.home__banner .row {
  height: 125vh;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-left: 30px;
}

/* **************************************    NEW SLIDER BANNER   ****************************************** */

.home_banner__slider.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 82.5vh;
  padding: 0px;
  border-radius: 0px;
}
.home_banner__slider.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}
.home_banner__slider.slider .parallax-slider .swiper-slide .bg-img::before {
  content: "";
  width: 8.5%;
  /* width: 7%; */
  /* width: 35%; */
  height: 100%;
  backdrop-filter: blur(10px);
  background: linear-gradient(90deg, #999999, #ffffff00);
  /* background: linear-gradient(to right, #343434, #414141, #ffffff00); */
}
.home_banner__slider.slider .parallax-slider .swiper-slide .bg-img::after {
  content: "";
  width: 8.5%;
  /* width: 7%; */
  /* width: 35%; */
  height: 100%;
  backdrop-filter: blur(10px);
  background: linear-gradient(90deg, #ffffff00, #999999);
  /* background: linear-gradient(to left, #343434, #414141, #ffffff00); */
  z-index: 1;
}
.home_banner__slider.slider .slider-contro {
  position: absolute;
  bottom: 0px;
  right: 0;
  border-radius: 40px 0 0 0;
  padding: 16px;
}
.banner_slider_seprator {
  margin: 0px 15px;
}

/* **************************************************************************************** */

.images_scroll_marque_section {
  position: relative;
  padding: 0px;
  overflow: hidden;
}
.images_scroll_marque_section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url(../../Infolio/assets/imgs/patterns/lines1.png);
  background-size: cover;
  background-position: center top;
  opacity: 0.1;
  z-index: -1;
}
.images_scroll_marque_section .imgs {
  position: relative;
}
.images_scroll_marque_section .main-marq {
  position: relative;
}
.images_scroll_marque_section .main-marq .box {
  position: relative;
  -webkit-animation: infiniteScroll 150s linear infinite !important;
  animation: infiniteScroll 150s linear infinite !important;
}
.images_scroll_marque_section .main-marq .item {
  position: relative;
  padding: 0 7px !important;
}
.images_scroll_marque_section .main-marq .item .img {
  position: relative;
  /* width: 25vw; */
  width: 20vw;
}
.scroll__img_hover_box {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 7px 10px;
  background: #ffffffb0;
  backdrop-filter: blur(5px);
  border-radius: 5px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.images_scroll_marque_section
  .main-marq
  .item:hover
  .img
  .scroll__img_hover_box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.scroll__img_hover_box .scroll__img_hover_box_title {
  font-size: 16px;
  letter-spacing: 0.1px;
  margin: 0px;
  font-weight: 500;
}

@keyframes infiniteScroll {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* **************************************************************************************** */

.about_me_section {
  position: relative;
}

/* **************************************************************************************** */

.custom__grid_items {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
}
.even_odd_colored_box_section .custom__grid_item_container {
  position: relative;
  bottom: 0;
}
.even_odd_colored_box_section .custom__grid_item_box {
  padding: 15px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  /* box-shadow: 0px 15px 40px #0000000d; */
}
.even_odd_colored_box_section .custom__grid_item_box.odd {
  background: #fcfcfc;
}
.even_odd_colored_box_section .custom__grid_item_box.even {
  background: #243952;
  /* background: #111; */
}
.even_odd_colored_box_section
  .custom__grid_item_box.odd
  .custom__grid_item_box_title,
.even_odd_colored_box_section
  .custom__grid_item_box.odd
  .custom__grid_item_box_para {
  color: #1c1c1c;
}
.even_odd_colored_box_section
  .custom__grid_item_box.even
  .custom__grid_item_box_title,
.even_odd_colored_box_section
  .custom__grid_item_box.even
  .custom__grid_item_box_para {
  color: #f2f2f2;
}
.even_odd_colored_box_section .custom__grid_item_box_title {
  font-size: 18px;
  letter-spacing: 0.8px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.even_odd_colored_box_section .custom__grid_item_box_para {
  font-size: 15px;
  letter-spacing: 0.7px;
  font-weight: 500;
  margin: 0px;
  text-align: center;
}

/* **************************************************************************************** */

.visible__hidden {
  visibility: hidden !important;
}
.btn__container {
  text-align: center;
}
.btn__container .go-more {
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 600;
}
.btn__container .go-more:after {
  top: 0px;
  right: 8px;
}

/* **************************************************************************************** */

section.bg__image_section {
  height: 500px;
}
.video__box {
  width: 100%;
  height: 100%;
}
.video__box video {
  width: 100%;
  height: 100%;
}
.students_appr_videos_section .video__box video {
  height: max-content;
}

/* **************************************************************************************** */

.custom__masonary__grid {
  column-count: 5;
  column-gap: 10px;
}
.custom__masonary__grid.three___column_grid {
  column-count: 3;
}
.custom__masonary__grid.two___column_grid {
  column-count: 2;
}
.custom__masonary__grid .grid__item_container {
  border-radius: 3px;
  overflow: hidden;
}
.custom__masonary__grid .grid__item_container .grid__item {
  border-radius: 0px;
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  overflow: hidden;
  border-radius: 3px;
}
.custom__masonary__grid .grid__item_container .grid__item img {
  width: 100%;
  grid-row: 1 / -1;
  grid-column: 1;
  border-radius: 3px;
  border: 1px solid #eee;
  transition: all 1.2s ease;
  overflow: hidden;
}
.custom__masonary__grid .grid__item_container:hover .grid__item img {
  transform: scale(1.1) rotate(2deg);
  transition: all 1.2s ease;
}

/* **************************************************************************************** */

.certificates_grid.custom__masonary__grid .grid__item img {
  border: 2px solid #000;
}
.certificates_grid.custom__masonary__grid
  .grid__item_container:hover
  .grid__item
  img {
  transform: scale(1.02) rotate(0deg);
}

/* **************************************************************************************** */

.social_feed_container {
  position: relative;
}
.social_feed_title_container {
  text-align: center;
}
.social_feed_title_container span {
  color: #fff;
  /* background: #4d4d4d; */
  background: #243952;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 5px 0px;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
}
.social_feed_img_container {
  overflow: hidden;
  /* height: 400px; */
  background-color: transparent;
  padding-top: 30px;
  position: relative;
  /* overflow-x: auto;
  overflow-y: auto; */
}
.social_feed_img_container img {
  display: inline-block;
  /* height: 120%;
  width: 120%; */
  position: relative;
  top: 0%;
}
.social_btn_container {
  margin-top: 20px;
  text-align: center;
}
.social_btn_container a {
  border: 1px solid #303030;
  padding: 5px 13px;
  border-radius: 3px;
  line-height: 1.2;
}

/* **************************************************************************************** */

footer.main__footer {
  padding: 50px 0px 0px;
}
footer.main__footer.clean-footer.crev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0px;
  background: #243952;
  /* background: #2a2a2a; */
  z-index: 2;
}
.footer__logo img {
  width: 50%;
  margin-left: 0px;
  /* width: 85%;
  filter: invert(1);
  margin-left: -20px; */
}
.footer__copyright_bottom {
  padding: 10px 0px;
  border-top: 1px solid #ffffff47;
  text-align: center;
}
.footer__copyright_bottom p {
  font-size: 18px;
  font-weight: 500;
  color: #eee;
  margin: 0px;
}
.footer_contact_list_item {
  display: flex;
  flex-direction: row;
  gap: 13px;
  margin-bottom: 15px;
}
.footer_contact_list_item img {
  width: 19px;
}
.footer_widget_title.sub-title {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 12px;
}
.footer_widget_title.sub-title:before,
.footer_widget_title.sub-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #fff;
}
.footer_widget_title.sub-title:after {
  width: 10px;
  left: 56px;
  border-right: 10px solid #fff;
  box-shadow: 15px 0 0 0 #fff;
}

/* **************************************************************************************** */

.breadcrumb_title {
  font-size: 45px;
  margin-bottom: 15px;
}
.home__breadcrumb_item:hover {
  color: #fff;
}
.breadcrumb_item_seprator {
  padding: 0px 10px;
}
.curr_page_breadcrumb_item {
  color: #c2deff !important;
}
.hover__img_scale_rotate {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.hover__img_scale_rotate img {
  border-radius: 5px;
  transition: all 1.2s ease;
}
.hover__img_scale_rotate img:hover {
  transform: scale(1.05) rotate(1deg);
  transition: all 1.2s ease;
}

/* **************************************************************************************** */

.custom__inner_page_section p {
  font-size: 15px;
  color: #343434;
}
.about_mission_section {
  padding: 80px 0px;
}
.about_vision_section {
  padding: 65px 0px;
  background-color: #243952;
  background-size: contain;
}
.bg_image_section.custom__inner_page_section
  .custom__section_content_container
  p {
  color: #fff;
}
.vision_content.custom__section_content_container {
  padding: 20px;
  /* background: #d5d5d538; */
  background: linear-gradient(
    90deg,
    #bababa2b 0%,
    #6666662e 50%,
    #c8c8c833 100%
  );
  border-radius: 4px;
}

/* **************************************************************************************** */

.custom__list_container .custom__list {
  margin: 0px;
  padding: 0px;
  text-align: left;
  list-style: none;
}
.custom__list_container .custom__list li {
  display: block;
  margin-bottom: 10px;
}
.custom__list_container .custom__list li:last-child {
  margin: 0px;
}
.custom__list_container .custom__list li i {
  margin-right: 3px;
}
.list_right_col_flex_end_col {
  display: flex;
  /* justify-content: flex-end; */
}

/* **************************************************************************************** */

.custom__multi_radial_bg_section {
  position: relative;
}
.custom__multi_radial_bg_section::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  bottom: 0;
  width: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #9cffe357 0, #2439520a 100%);
}
.radial_bg_content_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.radial_bg_section_title_container {
  position: relative;
  overflow: hidden;
  max-width: 20rem;
}
.radial_bg_section_title_container::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  max-height: 60rem;
  max-width: 15rem;
  background: radial-gradient(
    50% 50% at center center,
    #0074e017 0,
    #ffffff05 100%
  );
}
.radial_bg_custom__affiliation_blocks_container {
  position: relative;
}
.radial_bg_custom__affiliation_blocks_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: -40rem;
  bottom: -5rem;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(235, 141, 17, 0.15) 0,
    rgba(235, 141, 17, 0) 100%
  );
}

/* **************************************************************************************** */

.radial_bg_custom__affiliation_blocks_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.radial_bg_custom__affiliation_block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 10;
}
.radial_bg_custom__affiliation_block.odd {
  transform: translateY(-1rem);
}
.radial_bg_custom__affiliation_block.even {
  transform: translateY(1rem);
}
.radial_bg_custom__affiliation_block .rb_ab {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 10px #0000000d;
}
.radial_bg_custom__affiliation_block .rb_ab .rb_ab_title {
  font-size: 15px;
  letter-spacing: -0.2px;
  font-weight: 600 !important;
  color: #2c2c2c;
}
.radial_bg_custom__affiliation_block .rb_ab .rb_ab_text {
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #555;
  margin: 0px;
  line-height: 1;
}

/* **************************************************************************************** */

.crev-portfolio-header .numb-fixed.home_about_counting {
  gap: 15px;
}

/* **************************************************************************************** */
/* **************************************************************************************** */
/* **************************************************************************************** */

@media only screen and (min-width: 991px) {
  .mb_l__30 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .mbm_0 {
    margin-bottom: 0px !important;
  }
  .mbm_30 {
    margin-bottom: 30px !important;
  }
  .mbm_50 {
    margin-bottom: 50px !important;
  }
  .list_right_col_flex_end_col {
    justify-content: flex-start;
  }
  .radial_bg_content_container {
    flex-direction: column;
  }
  .radial_bg_section_title_container {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .radial_bg_section_title_container .section__h2_title {
    text-align: center;
  }
  .radial_bg_custom__affiliation_block.odd,
  .radial_bg_custom__affiliation_block.even {
    transform: none;
  }
  .flex_dir_col_reverse {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    margin: 0 7px;
    font-size: 13px;
  }
  .hamburger__menu.hamenu .menu-links .main-menu > li .link {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .radial_bg_custom__affiliation_blocks_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom__grid_item_container.visible__hidden {
    display: none !important;
  }
  .section__h2_title {
    font-size: 35px;
  }
  .images_scroll_marque_section .main-marq .item .img {
    width: 40vw;
  }
  .custom__masonary__grid.three___column_grid {
    column-count: 2;
  }
  .video__box,
  .social_feed_container {
    margin-bottom: 30px;
  }
  .clean-footer .column {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .hamburger__menu.hamenu .menu-links .main-menu > li .link {
    font-size: 20px;
    letter-spacing: 0.5px;
    padding: 15px 10px;
  }
  .section_padding {
    padding: 40px 0px;
  }
  .loader-wrap svg {
    width: 100%;
    height: 100%;
  }
  .breadcrumb_title {
    font-size: 26px;
  }
  .section__subtitle {
    font-size: 26px;
  }
  .section__h2_title {
    font-size: 26px;
  }
  .home_banner__slider.slider .parallax-slider .swiper-slide {
    min-height: 32vh;
  }
  .home_banner__slider.slider .parallax-slider .swiper-slide .bg-img {
    background-size: cover;
  }
  .home_banner__slider.slider .slider-contro {
    display: none;
  }
  .home_banner__slider.slider .parallax-slider .swiper-slide .bg-img::before,
  .home_banner__slider.slider .parallax-slider .swiper-slide .bg-img::after {
    content: none;
  }
  .crev-portfolio-header .numb-fixed.home_about_counting {
    flex-direction: row;
    justify-content: space-evenly;
    gap: 15px;
    width: 100%;
    margin-left: 0px;
  }
  .crev-portfolio-header .numb-fixed.home_about_counting div {
    background: #ffffff70;
    padding: 10px;
    text-align: center;
  }
  .crev-portfolio-header .numb-fixed.home_about_counting .sub-title {
    letter-spacing: 1px;
  }
  .even_odd_colored_box_section .custom__grid_items {
    display: grid;
    grid-template-columns: repeat(1, auto);
  }
  .custom__grid_item_container.visible__hidden {
    display: none !important;
  }
  .images_scroll_marque_section .main-marq .item .img {
    width: 55vw;
  }
  .custom__masonary__grid.three___column_grid {
    column-count: 1;
  }
  section.bg__image_section.video__section {
    height: 100vh;
  }
  .clean-footer .logo {
    margin-bottom: 0px;
  }
  .footer__logo img {
    width: 100%;
    margin-left: 0px;
  }
  .footer_widget_title.visible__hidden {
    display: none;
  }
  .footer__copyright_bottom p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #f3f3f3 !important;
  }
  .vision_content.custom__section_content_container {
    background: linear-gradient(
      90deg,
      #0000008f 0%,
      #6666662e 50%,
      #4b4b4b61 100%
    );
  }
  .radial_bg_custom__affiliation_blocks_container {
    grid-template-columns: repeat(1, 1fr);
  }
  #timeline .timeline-item .timeline-content:before,
  #timeline .timeline-item .timeline-content.right:before {
    content: none !important;
  }
}

@media only screen and (max-width: 410px) {
  .radial_bg_custom__affiliation_block .rb_ab .rb_ab_title,
  .radial_bg_custom__affiliation_block .rb_ab .rb_ab_text {
    font-size: 11px;
  }
}

/* **************************************************************************************** */
/* **************************************************************************************** */
