/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1743412405
Updated: 2025-03-31 09:13:25

*/



/* Custmize CSS */

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

a {
  text-decoration: none;
}


/* Header CSS */
#header_search_icon .elementor-icon-wrapper {
  display: flex;
}

#main_menu .highlighted .sub-arrow svg {
  transition: 0.4s ease-in-out;
  fill: #F2102B;
}

#main_menu .highlighted .sub-arrow svg {
  transition: 0.4s ease-in-out;
  transform: rotate(180deg);
}

/* .mainmenu .sub-menu {
  padding: 10px 0px !important;
} */

.mainmenu .sub-menu a {
  border: none !important;
}

.future-cta-section {
  transition: 0.8s ease-in-out;
}
svg.e-font-icon-svg.e-eicon-close.eicon-close {
  fill: #fff !important;
}

@media (max-width: 1024px) {
  #main_menu .elementor-nav-menu__container {
    height: 100vh;
  }
}

/* Footer CSS */

a.footer_link {
  color: rgba(255, 255, 255, 0.70);
  transition: 0.3s;
}

a.footer_link:hover {
  color: #F2102B;
}

p.copyright {
  color: rgba(255, 255, 255, 0.70);
/*   font-family: "General Sans"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.32px;
}

div.why_sec {
  position: relative;
  width: max-content;
}

div.white_bg {
  transition: 0.3s;
  z-index: 1;
}

div.why_sec:hover div.white_bg {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

div.red_bg {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
  z-index: -11;
}

.why_sec:hover .red_bg {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

div#home_counter .elementor-counter {
  gap: 15px;
}

div#home_counter .addmission_counter .elementor-counter-number-wrapper {
  flex: 0;
}

/* Banner Css */

span.typeing {
  color: #F2102B;
}

.cursor {
  display: inline-block;
  background-color: #F2102B;
  margin-left: 5px;
  width: 8px;
  height: 100%;
  animation: blink 1s infinite;
}

span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: #F2102B;
  }

  49% {
    background-color: #F2102B;
  }

  50% {
    background-color: transparent;
  }

  99% {
    background-color: transparent;
  }

  100% {
    background-color: #F2102B;
  }
}

/* Home Page Form CSS*/

div#home_page_bg {
  background: linear-gradient(98deg, #F2102B 17.9%, #FF2F48 85.77%), linear-gradient(315deg, #8DC1EC 4.9%, #51A1DF 94.73%);
}

.home_page_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  margin-bottom: 20px;
  padding: 16px 0 16px 70px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background-repeat: no-repeat !important;
  background-position: 30px center !important;
  backdrop-filter: blur(17px);
  border-radius: 0;
}

.home_page_form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  margin-bottom: 40px;
  padding: 16px 0 16px 70px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background-repeat: no-repeat;
  background-position: 30px center;
  backdrop-filter: blur(17px);
  border-radius: 0;
}

.home_page_form input,
.home_page_form select {
  color: #1C1C1C;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  border: 0;
  outline: none;
}

.home_page_form input::placeholder {
  color: #1C1C1C;
}

.home_page_form input.wpcf7-form-control.wpcf7-submit {
  background-color: #fff;
  color: #F2102B;
  padding: 12px 20px;
}

.home_page_form input.wpcf7-form-control.wpcf7-submit:hover,
.home_page_form input.wpcf7-form-control.wpcf7-submit:focus {
  color: #F2102B;
}
.home_page_form span.wpcf7-not-valid-tip{
  margin-top: -10px;
}

.address_list ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-icon svg path {
  transition: 0.3s;
}

.address_list ul.elementor-icon-list-items li.elementor-icon-list-item:hover span.elementor-icon-list-icon svg path {
  fill: #F2102B;
}

span.red_text {
  color: #F2102B;
}

div#home_counter span.elementor-counter-number-suffix {
  font-size: 48px;
  line-height: 48px;
  color: #F2102B;
  display: flex;
  align-items: end;
}

#real_stories::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-color: #1c1c1c;
}

#real_stories {
  position: relative;
}

#real_stories::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #1c1c1c;
  z-index: -1;
}

div#testimonial_video {
  transform: rotate(-5.404deg);
}

div#cube_icon img {
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.20);
}

div#blog_box {
  transition: 0.3s;
}

div#blog_box .blog_feature_img {
  overflow: hidden;
}

div#blog_box .blog_feature_img img {
  transition: 1s;
}

div#blog_box:hover .blog_feature_img img {
  transform: scale(1.2);
}

div#blog_box .blog_title .elementor-heading-title,
div#blog_box .blog_arrow .elementor-icon-wrapper,
div#blog_box .blog_arrow .elementor-icon-wrapper svg path {
  transition: 0.3s;
}

div#blog_box:hover .blog_title .elementor-heading-title {
  color: #F2102B;
}

div#blog_box:hover .blog_arrow .elementor-icon-wrapper {
  transform: translateY(-10px);
}

div#blog_box:hover .blog_arrow .elementor-icon-wrapper svg path {
  fill: #F2102B;
}

.blog_container .swiper-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 8px;
  border-radius: 42px;
  opacity: 1;
  transition: 0.3s;
}

.blog_container .swiper-pagination .swiper-pagination-bullet:hover {
  background: linear-gradient(98deg, #F2102B 17.9%, #FF2F48 85.77%), #D9D9D9;
}

.blog_container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 46px;
  background: linear-gradient(98deg, #F2102B 17.9%, #FF2F48 85.77%), #D9D9D9;
}

.footer_menu ul li a {
  width: fit-content;
}

.study_accordion details summary {
  justify-content: space-between !important;
}

div.our_story_box .our_story_box_icon svg path,
div.our_story_box .our_story_box_title .elementor-heading-title,
div.our_story_box #our_story_box_btn,
div.our_story_box #our_story_box_btn .elementor-button-content-wrapper,
div.our_story_box #our_story_box_btn svg path {
  transition: 0.3s;
}

.our_story_box .our_story_box_icon .elementor-icon-wrapper {
  display: flex;
}

.our_story_box .our_story_box_title {
  min-height: 68px;
}

div.our_story_box #our_story_box_btn span.elementor-button-icon {
  font-size: 20px;
}

div.our_story_box:hover .our_story_box_icon svg path,
div.our_story_box:hover #our_story_box_btn svg path {
  fill: #F2102B;
}

div.our_story_box:hover .our_story_box_title .elementor-heading-title,
div.our_story_box:hover #our_story_box_btn {
  color: #F2102B;
}

div.our_story_box:hover #our_story_box_btn .elementor-button-content-wrapper {
  gap: 12px;
}

.home_page_form br {
  display: none;
}

.form_name p {
  position: relative;
}

input:-internal-autofill-selected {
  appearance: none;
}


.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

.form_name input {
	 background: url(img/Form-user-icon.svg) rgba(255, 255, 255, 0.90);
}

.form_email input {
	 background: url(img/Form-mail-Icon.svg) rgba(255, 255, 255, 0.90);
}

.form_phone input {
	background: url(img/Form-phone-icon.svg) rgba(255, 255, 255, 0.90);
}

.form_select select {
	background: url(img/select-down-arrow.svg) rgba(255, 255, 255, 0.90);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-position: 96% center !important;
}

.form_select span.wpcf7-form-control-wrap::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 30px;
	background-image: url(img/Form-edit-icon.svg);
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  z-index: 1;
}

div#home_counter .elementor-counter {
  justify-content: unset;
}

@media (max-width: 767px) {
  div#Continuous_Improvement {
    max-width: 250px;
  }
}

/* About Page CSS*/

p.story_text {
  margin-bottom: 20px;
}

span.story_red {
  color: #F2102B;
  font-weight: 600;
}

div#future_cta {
  border-radius: 0px 200px 0px 0px;
  background: var(--Primary, linear-gradient(98deg, #F2102B 17.9%, #FF2F48 85.77%));
}

span.future_cta_text {
  font-weight: 600;
}

#our-core-values .core-values-box:before {
  content: '';
  position: absolute;
  top: 16px;
  left: -160px;
  width: 150px;
  height: 4px;
  background: #F2102B;
}

#our-core-values .core-values-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: -160px;
  width: 38px;
  height: 38px;
  background: #F2102B;
  transform: rotate(45deg);
}

#our-core-values:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #F2102B;
  border-radius: 10px;
}

.future-cta-section {
  transition: transform 1s ease-in-out;
  transform: scale(1);
}

.future-cta-section.highlight {
  transform: scale(0.75);
  transition: transform 0.8s ease-in-out;
}

@media (min-width: 550px) and (max-width: 767px) {
  #Ideology {
    height: 400px;
  }

  #core-value-img {
    width: 70%;
    margin: auto;
  }
}

@media (max-width: 767px) {
  #our-core-values:after {
    left: 16px;
    width: 2px;
  }

  #our-core-values .core-values-box:after {
    left: -43px;
    width: 20px;
    height: 20px;
  }

  #our-core-values .core-values-box:before {
    top: 9px;
    left: -35px;
    width: 30px;
    height: 2px;
  }
}



/* Services Page CSS*/

span.discover_testing_points {
  font-weight: 600;
}

span.test_red {
  background: var(--Primary, linear-gradient(98deg, #F2102B 17.9%, #FF2F48 85.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#works_inner::after {
  content: "";
  display: block;
  width: 10px;
  height: 112px;
  background-color: #F2102B;
  position: absolute;
  left: 0;
  top: 0;
}

#work_out_side::after {
  content: "";
  display: inline-block;
  width: 98px;
  height: 56px;
	background-image: url(img/aerrow_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: -20px;
}

#future_cta::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #1c1c1c;
  z-index: -1;
}

span.white_text {
  color: #fff;
}

div#empowering_student img {
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.20));
}

.profile_building_number {
  writing-mode: sideways-lr;
}

#universities_tabs .e-n-tabs-heading {
  max-width: 1220px;
  margin: auto;
}

#universities_tabs .e-n-tabs-heading button span {
  width: 129px;
  display: inline-block;
}

div#country_tabs .e-n-tabs-heading {
  gap: 30px 34px;
}


span.career_counseling {
  font-weight: 600;
  color: #F2102B;
}

div.e-n-accordion .e-n-accordion-item {
  border: 1px solid #00000024;
}

summary.e-n-accordion-item-title {
  border: none;
}

.contact_inputs input::placeholder {
  color: #FFF;
}

@media (max-width: 1200px) {
  .pursuebox {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
  }
}



/* Courses Page CSS*/

ol.registar_points {
  padding-left: 17px;
}

ol.registar_points li {
  margin-bottom: 30px;
}

a.gre_web {
  color: #F2102B;
}

a.gre_web:hover {
  color: #BBB;
}

.case_study_point {
  color: #1C1C1C;
}

span.gre_points {
  font-weight: 600;
}

div#table_data {
  min-height: 91px;
}
.course_table {
  max-width: 1200px;
  margin: auto;
  overflow-x: auto;
}
.course_table table {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-spacing: 0px !important;
  width: 1200px;
  margin: auto;
}

.course_table table tbody tr td {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-spacing: 0px !important;
  padding: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #7C7C7C;
  vertical-align: middle;
  background-color: #FFF;
}

.course_table table thead tr th {
  background: #1C1C1C;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-spacing: 0px !important;
  padding: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #F2102B;
  vertical-align: middle;
}
summary.e-n-accordion-item-title {
  border: none !important;
}
details.e-n-accordion-item .e-con-full {
  border: none !important;
}
.course_table table td.second_td {
  padding-right: 35px !important;
}


/* Form CSS*/

.custom-contact-form.home_page_form span.wpcf7-not-valid-tip {
  color: #ffffff !important;
  margin-bottom: 15px !important;
}

div#contact_page_form .contact_inputs input {
  background-color: #ffffff;
  color: #1c1c1c !important;
}
div#contact_page_form .contact_inputs input::placeholder, div#contact_page_form .contact_inputs textarea::placeholder {
  color: #1C1C1C !important;
}
span.cta_white {
  color: #fff;
}
.custom-file-upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}







/* Study Destination Page Css */


@media (max-width: 1400px) and (min-width: 1200px) {
  div#psychometric {
    justify-content: end !important;
    padding-right: 0px !important;
    margin-left: 0 !important;
  }
}







/* Responsive CSS */

@media (min-width: 1600px) and (max-width: 1660px) {  
  .future-cta-section.highlight {
    transform: scale(0.85);
    transition: transform 0.8s ease-in-out;
  }
}


@media (max-width: 1600px) {
  div#empower-future {
    margin-right: 0px !important;
  }
  .future-cta-section.highlight {
    transform: scale(0.85);
    transition: transform 0.8s ease-in-out;
  }

}


@media (min-width: 1367px) and (max-width: 1440px) {
  .psychometric_test_all_box {
    width: 68% !important;
  }

  .psychometric_test_second_box {
    margin-left: 150px !important;
  }

  .we_offer_card_hover {
    width: 400px !important;
    min-height: 100% !important;
  }
  .future-cta-section.highlight {
    transform: scale(0.95);
    transition: transform 0.8s ease-in-out;
  }
  .career-counseling-mentoring div#career_box_one {
    margin-left: 15px !important;
  }
  .career-counseling-mentoring div#stand_out_box_two {
    margin-left: -40px !important;
  }
}



@media (max-width: 1366px) {
  .career-counseling-mentoring #main-box .e-con-inner {
    flex-direction: column-reverse;
  }

  div#psychometric_title {
    text-align: center;
  }
  .we_offer_card_hover {
    width: 400px !important;
    min-height: 100% !important;
  }
  div#test_step_srror img {
    display: none;
  }
  #main_menu .elementor-nav-menu .sub-arrow {
    align-items: center;
    display: flex;
    line-height: 1;
    margin-block-end: -10px;
    margin-block-start: -7px;
    padding: 5px;
    padding-inline-end: 0;
  }
}


@media (min-width: 1201px) and (max-width: 1366px) {
  div#stand_out_box_two {
    margin-left: 143px;
    margin-top: -66px;
  }
  .career-counseling-mentoring div#stand_out_box_two {
    margin-left: 150px;
  }

  div#turning_dreams_points {
    max-width: 550px;
  }
  div#main_logo {
    width: 18%;
  }
  div#buttons_section {
    width: 22%;
  }
  div#turning_dreams_adv .e-con-inner {
    padding-bottom: 90px;
  }
  .career-counseling-mentoring div#main-box{
    flex-direction: column-reverse !important;
 }
}




@media (min-width: 1201px) and (max-width: 1420px) {
  div#why_choose_container .e-con-inner {
    flex-direction: column-reverse;
  }

  div#why_title_container {
    width: 100%;
    align-items: center;
  }

  div#why_arrow_img {
    display: none;
  }

  div#why_divider {
    display: block;
  }

  div#why_image_one_sec {
    justify-content: center;
  }

  div#why_image_two_sec {
    justify-content: center;
  }
  .future-cta-section.highlight {
    transform: scale(0.95);
    transition: transform 0.8s ease-in-out;
  }
}

@media (min-width: 1281px) and (max-width: 1366px)  {
  div#mba_box_two {
    transform: translateX(-255px);
    gap: 135px;
  }
  .phd-admissions div#mba_box_two {
    transform: translateX(-210px);
    gap: 90px;
  }
}




@media (min-width: 1280px) and (max-width: 1365px) {
  div#discover_black_bg,
  div#red_image {
    width: 576px;
  }
  div#dream_red_bg {
    left: 0;
  }
}


@media (min-width: 1201px) and (max-width: 1280px) {
  div#main_menu {
    padding: 0 25px;
  }
  .career-counseling-mentoring div#career_box_one {
    margin-left: 140px;
  }
  .career-counseling-mentoring div#stand_out_box_two {
    margin-left: 80px;
  }
  .we_offer_card_hover {
    width: 370px !important;
  }
  div#mba_box_two {
    transform: translateX(-325px);
    gap: 210px;
  }
  .phd-admissions div#mba_box_two {
    transform: translateX(-275px);
    gap: 150px;
  }
}




@media (min-width: 1251px) and (max-width: 1279px) {
  div#discover_black_bg,
  div#red_image {
    width: 535px;
  }
}

@media (min-width: 1201px) and (max-width: 1250px) {
  div#discover_black_bg,
  div#red_image {
    width: 526px;
  }
}

@media (max-width: 1200px) {
  .mba-admissions div#psychometric {
    justify-content: center !important;
  }
  .mba-admissions div#mba_box_two {
    transform: translateX(-25px);
    gap: 35px;
  }
  .phd-admissions div#mba_box_two {
    transform: translateX(-1px);
    gap: 35px;
  }
  .phd-admissions div#psychometric {
    justify-content: center !important;
  }

}


@media (min-width: 881px) and (max-width: 1024px) {
  div#why_choose_grid_sec .e-con-full.e-flex.e-con.e-child {
    width: 400px;
    min-height: 460px;
  }

  div#profile_biilding_why_choose .why_profile_box {
    width: 400px;
    height: 460px;
    background-size: cover;
  }
}

@media (max-width: 1024px) {
  .our_story_box .our_story_box_title {
    min-height: unset;
  }

  p.story_text {
    margin-bottom: 15px;
  }

  #work_out_side::after {
    width: 75px;
    height: 55px;
  }
  ol.registar_points li {
    margin-bottom: 20px;
  }
  a.has-submenu:hover svg path {
    fill: #F2102B;
  }
  .future-cta-section.highlight {
    transform: scale(0.95);
    transition: transform 0.8s ease-in-out;
  }
}



@media (max-width: 767px) {
  p.copyright {
    text-align: center;
  }

  span.red_text {
    font-size: 24px;
  }

  div#home_counter span.elementor-counter-number-suffix {
    font-size: 35px;
    line-height: 40px;
  }

  div#about_story_text {
    width: 100%;
  }

  div#future_cta {
    border-radius: 0px 100px 0px 0px;
  }

  #work_out_side::after {
    display: none;
  }

  div#dream_red_bg {
    left: 0px;
  }

  div#why_choose_grid_sec .e-con-full.e-flex.e-con.e-child {
    min-height: 410px;
  }

  .future-cta-section.highlight {
    transform: scale(1);
  }

  div#study-reasons .e-con-full.e-flex.e-con.e-child {
    border-style: solid;
    border-width: 0px 1px 1px 1px;
  }

  div#study-reasons .e-con-full.e-flex.e-con.e-child:nth-child(1) {
    border: 1px solid rgba(0, 0, 0, 0.10);
  }

  div#study-reasons .e-con-full.e-flex.e-con.e-child:nth-child(even) {
    background-color: #FFF;
  }

  div#study-reasons .e-con-full.e-flex.e-con.e-child:nth-child(odd) {
    background-color: #00000014;
  }

  div#exam_pattern {
    grid-template-columns: repeat(3, 100%);
    overflow-x: scroll !important;
  }

  div#exam_score {
    grid-template-columns: repeat(2, 100%);
    overflow-x: scroll;
  }
  ol.registar_points li {
    margin-bottom: 15px;
  }
}



@media (max-width: 400px) {
  div#why_choose_grid_sec .e-con-full.e-flex.e-con.e-child {
    min-height: 350px;
    padding: 20px;
  }

  div#home_counter .elementor-counter-title {
    text-align: center;
  }
  .contct_input_flex .contact_inputs select {
    font-size: 17px !important;
  }
}

details#faq-color{
  background-color: #FFF1F3;
}
.contct_input_flex .contact_inputs select {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.70) !important;
    height: 60px;
    display: flex;
    align-items: center;
    background: #1c1c1c;
    border: 0px;
    border-radius: 0px;
    outline: none;
    appearance: none;
    position: relative;
    background-image: url(img/mba-select-dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
}

.mobileaccordion .e-n-accordion-item {
        background-image: url(img/Lines-background-Img.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
}

.mobileaccordion .e-n-accordion .e-n-accordion-item:last-child {
	border-bottom: 1px solid #F2102B !important;
}