/* font-family: 'DM Sans', sans-serif;
font-family: 'Sora', sans-serif; */
/* font-family: 'Oswald', sans-serif; */
/*================================= comoon css =================================*/
html {
  scroll-behaviour: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: none;
  background: #fff !important;
  overflow-x: hidden;
  color: #545454;
}

.flex-col,
.footer_widjet,
.footer_widjet ul,
.footer_top-left,
form.banner_form,
.why_component,
.testimonial_content,
.home_testimonial,
.program_component,
.home-program_tab,
.program_middle,
.event_component,
.gallery_component,
.colleges_component,
.place_partners-component,
.testimonial_slidecontent,
.home_contact-left,
.home_contact-header,
.bg_banner-text,
.clg_detail-hero-top,
.clg_detail-hero-wrap,
.clg_detail-left,
.clg_detail-right,
.course_footer,
.clg_detail-tab-heading {
  display: flex;
  flex-direction: column;
}
.course_footer {
  gap: 20px;
}
p,
span {
  margin-bottom: 0px;
  color: #111;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
}

/* custom scroll */
::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px #fff;
}

::-webkit-scrollbar-thumb {
  background: #0156ff42;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

/* custom scroll */
.bg-moving {
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -400px 0;
  }
}

h1 {
  font-size: 36px;
  color: #101828;
  font-weight: 700;
  line-height: 46px;
}

.bg-moving,
.home_full_bg {
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite;
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -400px 0;
  }
}

span.text-gradiant {
  background-image: linear-gradient(to right, #00cd98, #6163da);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #00000000;
}

/* heading css */
/* heading css */
p:last-child {
  margin-bottom: 0px;
}

button::-moz-focus-inner {
  border: 0;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

button:focus {
  outline: none;
}

a,
a:hover,
button,
button:hover,
.indus_block,
.indus_block:hover,
.form-group input,
.form-group input:focus {
  transition: all 0.5s ease 0s !important;
}

.font-small {
  font-size: 14px;
}

.text-blue,
.home_contact-content a {
  color: #0156ff !important;
}

/*================================= 4 Global Styles (#glob) =================================*/
.container {
  max-width: 85rem;
}

.page-wrapper {
  margin-top: 120px;
}
.is_home {
  display: flex;
  flex-direction: column;
}
.custom_header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 222;
  visibility: none;
}

.page-content {
  padding-top: 90px;
}

.iti {
  width: 100%;
}

.form-footer .auth-btn {
  height: 50px;
  font-size: 15px;
}

.text-light {
  color: #666 !important;
}

input {
  border: 1px solid #dddddd47;
  height: 50px;
  width: 100%;
  font-size: 15px;
}

.section-spacer {
  padding: 100px 0px;
}

.custom-logo {
  width: 258px;
}

.navbar {
  z-index: 999;
  background: #fff;
  display: flex !important;
  flex-direction: column;
  box-shadow: 0px 6px 31px 0px #083ba12b;
}

.navbar-nav-link {
  color: #101828;
  font-weight: 500;
  font-size: 1rem;
}

.custom-header li,
.footer_widjet ul li,
.is_breadcrumb ul li {
  list-style: none;
}

.custom-header ul {
  gap: 1.5rem;
}

.header_btn {
  background: #0156ff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 4px #0156ff1f;
  border: 1px solid #0156ff;
}

.header_btn:hover,
.btn-view:hover,
.btn_form:hover {
  color: #0156ff;
  background: #fff;
  border: 1px solid #0156ff !important;
}

.ad_banner {
  width: 100%;
  background: #f2f6ff;
  display: flex;
  padding: 8px 20px;
  font-size: 24px;
  text-align: center;
  justify-content: center;
  margin-top: 48px;
}
section.ad_banner p {
  font-size: 18px;
}

.ad_banner span,
.top-banner h1 span {
  font-weight: 600;
}

.container.nav_shadow {
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}

.custom-footer {
  background-color: #063693;
  padding: 75px 0px 20px;
}

.footer_top-left {
  gap: 32px;
}
.footer_top-left img {
  width: 18rem;
}

.footer_heading {
  color: yellow;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.top-highlight {
  color: yellow;
}
.footer_link {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer_widjet ul {
  gap: 12px;
}

.footer_widjet {
  gap: 16px;
}

.home-program_tab {
  gap: 20px;
}

.footer_top .row {
  justify-content: space-between;
}

.social_wrapper {
  display: flex;
  gap: 24px;
}
.top-banne {
  padding: 45px 0px 35px;
}

section.top-banner {
  padding: 45px 0px 35px;
  position: relative;
}

form.banner_form input {
  border: 1.5px solid #10182873;
  padding: 12px 20px;
  height: 50px;
  position: relative;
  z-index: 9;
}

form.banner_form input:focus {
  border-color: #0156ff;
}

form.banner_form {
  gap: 18px;
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #828282;
}

::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #828282;
}

button.btn_form {
  padding: 16px 71px;
  font-size: 18px;
  font-weight: 600;
  background: #0156ff;
  color: #fff;
  border: 1px solid #0156ff;
  border-radius: 8px;
  width: fit-content;
  margin: 24px auto 0px;
  cursor: pointer;
}

form.banner_form {
  padding-top: 30px;
}

.top_banner-im-wrapper {
  width: 100%;
}

form.banner_form {
  width: 494px;
  margin: 0 auto;
}

.banner_left {
  margin-right: 65px;
}

.banner_list-item {
  display: flex;
  gap: 11px;
  align-items: center;
}

.banner_list-item p {
  color: #1d2939b2;
}

.banner_listing {
  display: flex;
  justify-content: space-between;
  width: 570px;
  margin: 0 auto;
  padding-top: 48px;
}

.partners {
  background: #f8f8f8;
  padding: 18px 0px;
  margin-top: 35px;
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}

.partner_heading p {
  font-size: 18px;
  color: #101828;
}

.partner_heading {
  width: 104px;
}

.font-700 {
  font-weight: 700;
}

.partner_logo-wrapper {
  display: flex;
  gap: 76px;
}

.partner_logo-wrapper img {
  width: 100%;
}

.partner_component {
  display: flex;
  align-items: center;
  gap: 60px;
}

.banner_shap {
  position: absolute;
  right: 0;
  bottom: -194px;
}

.partners {
  position: relative;
  z-index: 99;
}

.section_heading p {
  font-weight: 600;
  font-size: 16px;
}

.section_heading h3 {
  font-size: 35px;
  line-height: 44px;
  color: #101828;
  font-weight: 600;
  padding: 10px 0px 28px;
}

.section_heading h4 {
  color: #667085;
  font-weight: 700;
  font-size: 24px;
}

.section_heading {
  text-align: center;
}

.why_component {
  gap: 40px;
}

.why {
  background-color: #f5f8ff;
}

section.choose {
  background: #f5f8ff;
  padding: 34px 0px 131px;
}

.choose_right p {
  color: #667085;
  font-size: 14px;
  text-align: justify;
}

.home_testimonial-item {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px #00000012;
}

.testimonial_content h5 {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  max-width: 100%;
}

.testimonial_content p {
  color: #000 !important;
  font-size: 14px;
}

.testimonial_content {
  align-items: flex-start;
  gap: 10px;
  margin-left: 20px;
}

.testimonial_im {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 4px solid #e1ebff;
}

.home_testimonial {
  gap: 20px;
  margin-top: 26px;
}

.choose_im-wrapper {
  margin-right: 36px;
  height: 100%;
}

.choose_grid .row {
  margin: 0px;
  text-align: center;
}

.section_heading .para {
  font-size: 20px;
  color: #667085;
  font-weight: 400;
}

.testimonial_im img {
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}

section.programs {
  padding: 42px 0px 74px;
}

.program_component {
  gap: 56px;
}

.home-program_tab .nav-tabs {
  justify-content: center;
  display: flex;
}

.home-program_tab .nav-tabs .nav-link {
  background: #e6efff;
  font-weight: 600;
  color: #0156ff;
  font-size: 18px;
  padding: 16px;
  border-radius: 8px;
  min-width: 180px;
  text-align: center;
}

.home-program_tab .nav-tabs .nav-item.show .nav-link:after,
.home-program_tab .nav-tabs .nav-link.active:after {
  transform: scale(1);
}

.home-program_tab .nav-tabs {
  justify-content: center;
  display: flex;
  gap: 12px;
  border: transparent;
}

.program_item {
  padding: 24px;
  box-shadow: 0px 12px 16px -4px #10182814;
  border-radius: 8px;
}

.program_im-wrapper img {
  border-radius: 4px;
}

.program_im-wrapper {
  height: 180px;
  width: 100%;
}

.program_im-wrapper img {
  object-fit: cover;
}

.program_content {
  padding-top: 40px;
}

p.program_category {
  font-weight: 600;
  font-size: 17px;
}

.course_heading {
  font-weight: 600;
  color: #101828;
  font-size: 1.5rem;
}

.program_rating-left {
  display: flex;
  align-items: center;
  gap: 5px;
}

.program_rating {
  display: flex;
  gap: 10px;
}

.program_middle {
  padding: 12px 0px 30px;
}

.btn-view {
  background: #0156ff;
  color: #fff;
  padding: 16px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #0156ff !important;
  text-align: center;
}

.program_rating-left p {
  color: #0156ff;
  font-weight: 500;
  font-size: 14px;
}

p.program-rating-value {
  color: #969696;
  font-size: 14px;
}

.program_middle {
  gap: 0.5rem;
}

.btn_pdf {
  color: #ff2626;
  font-weight: 600;
  padding: 16px 13px;
  border: 1px solid #ff2f01;
  background-color: #ffe7e7;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 11px;
  font-size: 15px;
}

.btn_grp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
a.btn_pdf.is_bg {
  background: #ff2626;
  color: #fff;
  width: unset;
  font-size: 18px;
}

a.btn_v2 {
  color: #000000;
  font-weight: 600;
  font-size: 22px;
  background: #e6efff;
  padding: 14px 85px 14px 20px;
  display: flex;
  gap: 1rem;
  align-items: center;
  border-radius: 30px;
  position: relative;
}

.btn_icon {
  height: 48px;
  width: 48px;
  background: #0156ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: 20px;
}

.program_btn-grp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
}

.feature_event-wrapper {
  height: 343px;
}

.feature_event-wrapper img {
  object-fit: cover;
}

.event_bottom-bg {
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0156ff;
}

.featured_event-heading h5 {
  font-size: 49px;
  font-weight: 400;
  line-height: 49px;
}

.featured_event-heading {
  position: absolute;
  bottom: 79px;
  left: 70px;
  max-width: 470px;
  z-index: 9;
}

.feature_event-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0156ff33;
  left: 0;
  top: 0;
}

.event_component {
  gap: 68px;
}

.event {
  padding: 74px 0px;
}

.gallery_right .gallery_item {
  height: 321px;
}

.home_gallery img {
  object-fit: cover;
}

.gallery_item.is_featured {
  height: 662px;
}

.gallery_right .row {
  gap: 20px 0px;
}

.gallery_quote p {
  font-size: 20px;
  color: #667085;
}

.gallery_component {
  padding: 80px 0px;
  gap: 30px;
}

.colleges {
  background-color: #f9f9f9;
  padding: 130px 0px 31px;
}

.home_program-content .row {
  gap: 47px 0px;
}

.colleges_item {
  background: #fff;
}

a.btn-view.btn_border {
  background: #e6efff;
  color: #0156ff;
}

.colleges_component .row {
  gap: 40px 0px;
}

.colleges_component {
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.colleges_btn-wrapper {
  margin-top: 40px;
}

.partners_placement {
  background-color: #f1f6ff;
  padding: 84px 0px 53px;
}

.place_partners-component {
  gap: 67px;
}

.logo_item {
  height: 123px;
  width: 292px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  box-shadow: 0px 0px 30px 0px #00000040;
}

.placement_logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 29px 59px;
}

.placement_logo-wrapper .logo_item img {
  object-fit: contain;
  height: 80px !important;
}

.moment-swiper {
  margin-top: 67px;
}

.moment-swiper img {
  height: 451px !important;
  object-fit: cover;
}

.moments {
  padding: 127px 0px 38px;
}

/* span.swiper-pagination-bullet {
    background: #D9D9D9;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: flex;
}
.swiper-pagination-horizontal {
    background: #D9D9D9;
    width: 12px !important;
    height: 12px !important;
    border-radius: 100%;
    display: flex;
    opacity: 100%;
} */

.swiper-pagination {
  position: unset !important;
}

.moments .swiper-slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.moments_component .swiper {
  margin-top: 68px;
}

.moments_component .swiper-pagination {
  margin-top: 38px;
}

.moments_component span.swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 100%;
  width: 12px;
  height: 12px;
  transition: all 0.5s ease 0s;
}

.moments_component
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0156ff;
  width: 48px;
  border-radius: 30px;
}

.testimonial_im-wrapper {
  width: 124px;
  height: 124px;
}

.testimonial_im-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.testimonial_left {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 27px;
  border-right: 1px solid #0156ff;
  padding-right: 20px;
  height: 100%;
}

.testimonial_user-info h5 {
  font-weight: 800;
  font-size: 20px;
}

.testimonial_user-info p.position {
  font-size: 16px;
  color: #505050;
}

section.testimonials .testimonial_content p {
  font-size: 20px;
}

.testimonial_slidecontent {
  gap: 20px;
}

.testimonial_slidecontent {
  gap: 5px;
  padding-left: 10px;
}

.testimonial_item {
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0px 57.87px 123.12px 0px #15151526;
  padding: 50px 35px 50px 28px;
  margin: 0px 20px;
}

.testimonial_slidecontent p {
  font-size: 14px;
}

section.testimonials .swiper-container,
.testimonial_wrap {
  margin-top: 60px;
}

section.testimonials .swiper-pagination {
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.testimonials span.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #c4c4c4;
  opacity: 100%;
}

section.testimonials
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 29px !important;
  height: 29px !important;
  background: #0156ff !important;
}

section.testimonials {
  background: #f1f6ff;
  padding: 80px 0px 85px 0px;
}

.home_contact-header h5 {
  font-size: 64px;
  color: #101828;
  font-weight: 700;
  line-height: 78.02px;
}

form.banner_form.contact_form {
  width: 100%;
}

.home_contact-left,
.home_contact-header {
  gap: 32px;
}

.home_contact-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.home_contact-content h6,
.home_contact-content a {
  font-size: 13px;
  color: #000000;
  font-weight: 600;
}

.home_contact-component {
  width: 1200px;
  margin: 0 auto;
}

.home_contact-left {
  margin-right: 65px;
}

.contact_form input {
  border: 1px solid #e0e0e0 !important;
}

.contact_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.contact_form button.btn_form {
  border-radius: 0;
  margin: 0;
}

.faq {
  background-color: #f5f5f599;
  padding: 63px 0px 130px;
}

.faq_accordian .card-header {
  padding: 0;
  background-color: transparent;
  border: transparent;
}

.faq_accordian button.btn.btn-link {
  width: 100%;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  padding: 30px 0px 29px;
  justify-content: space-between;
  align-items: center;
}

.faq .card {
  border: transparent;
  background: transparent;
}

.faq .card-body {
  padding: 0px;
}

.faq .card {
  border: transparent;
  background: transparent;
  border-bottom: 0.5px solid #00000017;
  border-radius: 0;
}

.faq .card-body {
  padding: 0px;
  color: gray;
  font-size: 20px;
  line-height: 25.48px;
  padding-bottom: 25px;
}

button.btn.btn-link.collapsed {
  color: #303a42e5;
}

button.btn.btn-link {
  color: #0156ff;
}

.faq_icon > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.minus {
  position: absolute;
  top: 6px;
}

button.btn.btn-link .plus {
  opacity: 0;
}

button.btn.btn-link.collapsed .plus {
  opacity: 100%;
}

button.btn.btn-link.collapsed .minus {
  opacity: 0;
}

.faq_accordian.is_left {
  margin-right: 35px;
}

.faq_accordian.is_right {
  margin-left: 35px;
}

span.footer_label {
  font-size: 12px;
  background: #fff;
  border-radius: 30px;
  width: 42px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.is_mobile {
  display: none;
}
.bg_banner {
  padding: 10px 0px;
  background: linear-gradient(
    180deg,
    rgba(1, 86, 255, 0.95) 0%,
    rgba(0, 45, 135, 0.95) 100%
  );
  background-image: url(../images/banner1.svg);
  position: relative;
}
.bg_banner-text p {
  font-size: 24px;
}
.bg_banner-text h1 {
  font-size: 29px;
  font-weight: 700;
}
.bg_banner-text {
  gap: 8px;
  position: relative;
  z-index: 9;
}
section.bg_banner:after {
  content: "";
  position: absolute;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(1, 86, 255, 0.95) 0%,
    rgba(0, 45, 135, 0.95) 100%
  );
  height: 100%;
  top: 0;
}
section.programs.course_listing-pg {
  padding: 65px 0px;
}
section.programs.course_listing-pg .home-program_tab .nav-tabs .nav-link {
  background: #e6efff;
  font-weight: 600;
  color: #0156ff;
  font-size: 18px;
  padding: 16px;
  border-radius: 8px;
  min-width: 180px;
  text-align: center;
}
section.programs.course_listing-pg .home-program_tab .nav-tabs .nav-link:after {
  display: none;
}
section.programs.course_listing-pg .home-program_tab .nav-tabs {
  gap: 12px;
}
section.programs.course_listing-pg .nav-link.active.show,
.nav-link.active {
  background: #0156ff !important;
  color: #fff !important;
}
.pagination_count {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bcbcbc;
  font-size: 18px;
  font-weight: 700;
}
.pagination_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pagination {
  align-items: center;
  justify-content: center;
  margin-top: 87px;
}
a.arrow_right,
a.arrow_left {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.pagination_count .active,
a.pagination_count:hover {
  color: #0156ff;
}
section.programs.is_home .nav-link.active {
  background: #0156ff !important;
  color: #fff !important;
}
.clg_icon {
  width: 56px;
  height: 56px;
  margin-top: 10px;
}
.clg_icon img {
  object-fit: cover;
  border-radius: 100%;
}
.clg_contact-item {
  gap: 8px;
}
.clg_contact {
  display: flex;
  gap: 16px;
}
.clg-para p {
  color: #667085;
}
.clg-para {
  padding: 19px 0px 28px;
}
.clg_contact {
  display: flex;
  gap: 16px;
  margin-top: 5px;
}
.program_item.colleges_item .program_middle {
  margin-left: 10px;
}
section.programs.course_listing-pg.is_clg {
  background: #f8f8f8;
}
.is_clg .program_item {
  box-shadow: 0px 12px 16px -4px #10182814;
}
.top-_nav {
  width: 100%;
  background: #0156ff;
  padding: 11px 0px;
  position: relative;
  z-index: 99;
}
.custom-header .navbar-nav-link:hover {
  color: #ff2626;
}
.section_space {
  padding: 112px 0px !important;
}
.footer_copyright {
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
  border-top: 1px solid #ffffff29;
  margin-top: 60px;
}
.footer_link:hover {
  color: #fff !important;
  opacity: 0.6;
}
.btn_pdf:hover {
  background: #ff2626;
  color: #fff;
}
.btn_pdf:hover path {
  stroke: #fff;
}
a.btn_pdf.is_bg:hover {
  background: transparent;
  color: #ff2626;
}
a.btn_pdf.is_bg:hover path {
  stroke: #ff2626;
}
a.btn_v2:hover {
  background: #0156ff;
  color: #fff;
}
a.btn_v2:hover svg path {
  stroke: #0156ff;
}
a.btn_v2:hover .btn_icon {
  background: #fff;
}
section.home_gallery.section_space {
  padding-top: 0 !important;
}
a.btn-view.btn_border:hover {
  background: #0156ff;
  color: #fff;
}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 10px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 80px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(247 247 248)
  );
}

.logos:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(248 248 248)
  );
}

.logo_items {
  display: inline-block;
  animation: 70s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 100px;
}
.logo_items img {
  height: 100px;
  padding: 15px;
  background: #fff;
  border-radius: 12px;
  margin-right: 25px;
  width: 200px;
  object-fit: contain;
}
.place_logo-item img {
  object-fit: contain;
  width: 200px;
}
.place_logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 30px;
}
.wtsp_chat {
  position: fixed;
  top: auto;
  right: 10px;
  z-index: 999;
  bottom: 65px;
}
.wtsp_chat a {
  background: #6dc65f;
  display: inline-flex;
  border-radius: 57.5px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  gap: 11px;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.wtsp_chat a svg {
  width: 40px;
  height: 40px;
}
a.header_btn.download_btn {
  display: flex;
  gap: 11px;
  align-items: center;
}
.mobile_contact .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  margin-top: 24px;
}
a.header_btn.download_btn svg {
  width: 15px;
  height: 15px;
}
.clg_detail-hero {
  background-color: #e9eef8;
  padding: 30px 0px;
}
a.btn-view.btn_contact {
  padding: 10px 43px;
  box-shadow: 0px 0px 0px 4px #0156ff1f;
  width: auto !important;
}
.clg_detail-hero-top {
  gap: 24px;
}
.clg_detail-hero-wrap {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  gap: 32px;
  margin-right: 50px;
}
.clg_detail-hero-top h1 {
  font-size: 36px !important;
}
.clg_detail-hero-top p {
  color: #667085;
}
.clg_detail-wrap {
  background: #fff;
  border: 1px solid #c8c8c8cc;
  border-radius: 8px;
  padding: 29px 42px 100px 42px;
}

.clg_detail-hero-im-wrapper {
  height: 256px;
  border-radius: 7px;
}
.clg_detail-hero-im-wrapper img {
  border-radius: 7px;
}
.clg_-detail-icon {
  height: 114px;
  width: 114px;
  border-radius: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  position: absolute;
}
section.clg-quick_info {
  padding: 25px 0px 112px;
}

.clg_detail {
  display: flex;
  gap: 100px;
  padding: 35px 0px 60px 0px;
  border-bottom: 1px solid #00000033;
}
.clg_detail-left,
.clg_detail-right {
  gap: 10px;
}
.clg_detail h4 {
  font-weight: 600;
  color: #101828;
  font-size: 26px;
}

h4.is_timing {
  font-weight: 400;
}
.clg_timing {
  gap: 30px;
}
.clg_gallery-item {
  height: 205px;
}
.clg_gallery-item img {
  object-fit: cover;
  border-radius: 8px;
}
a.btn_galley-more {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.clg_gallery h4 {
  color: #101828;
  font-size: 36px;
  font-weight: 600;
}
.clg_gallery-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 38px;
}
.clg_gallery {
  padding: 30px 0px 50px;
  border-bottom: 1px solid #00000033;
}
.program_im-wrapper {
  overflow: hidden;
  border-radius: 4px;
}
.program_im-wrapper img {
  object-fit: cover;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.program_item:hover .program_im-wrapper img {
  transform: scale(1.1);
}
ul.course_liting {
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 10px 0px;
}
ul.course_liting li {
  font-size: 14px;
}
ul.course_liting li {
  position: relative;
}
ul.course_liting li:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0156ff;
  left: -16px;
  transform: rotate(45deg);
  top: 9px;
}
.colleges_component .program_middle h4,
.colleges_item .program_middle h4 {
  font-weight: 600;
  color: #101828;
  font-size: 1.5rem;
  margin: 0 !important;
}
.colleges_component .program_middle {
  margin: 0 !important;
}
.is_breadcrumb ul {
  z-index: 99;
  color: #fff;
  gap: 10px;
}
.home_icon {
  margin-right: 6px;
}
.clg_detail-tab-row {
  padding: 50px 0px 0px;
  display: flex;
  gap: 36px;
}

.clg_detail-tab-row .nav-tabs {
  flex-direction: column;
}

.clg_detail-tab-row .nav-tabs .nav-link {
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 30px;
  color: #585858;
  background-color: #f8f8f8;
  border-bottom: 1px solid #00000033;
}
.clg_detail-tab-row nav {
  width: 30% !important;
}
.clg_detail-tab-row .tab-content {
  width: 70%;
}
.nav-tabs .nav-item {
  margin-bottom: 0px;
}

.clg_detail-tab-row .nav-tabs .nav-link:last-child {
  border: transparent;
}
.clg_detail-tab-content h5 {
  font-size: 36px;
  font-weight: 700;
  color: #101828;
}
.clg_detail-tab-heading {
  margin-bottom: 20px;
}
.clg_detail-para p {
  color: #667085;
  font-size: 14px;
  line-height: 24px;
}
a.btn_text {
  color: #0156ff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 12px !important;
  border-bottom: 2px solid #0156ff;
  line-height: 100%;
}
.course_offer-top img {
  width: 45px !important;
  height: 45px !important;
}
.course_offer {
  box-shadow: 0px 4px 30px 2px #00000021;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.course_offer-year {
  background: #0156ff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 10px;
  color: #fff !important;
}
.course_offer-top {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 44px 20px 32px;
}
.course_offer-year p {
  font-weight: 600;
}
.course_offer-top h6 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.clg_detail-tab-heading p {
  color: #667085;
  font-size: 16px;
  line-height: 150%;
}
.clg_detail-tab-heading {
  gap: 8px;
}
.partner_logo img {
  height: 79px;
  margin: 0 auto;
  width: 100%;
  object-fit: contain;
}
.row.clg_placement-logo {
  gap: 16px 0px;
}
.clg_detail-review-bottom p {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
.clg_detail-review-bottom h5 {
  font-size: 18px;
  line-height: 100%;
}
.clg_detail-review-bottom {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.clg_detail-review-content {
  margin-left: 12px;
}
p.is_designation.text-blue {
  font-size: 12px;
  margin-right: 12px;
}
.clg_detail-review-top {
  margin-bottom: 24px;
}
.clg_detail-review {
  border: 1px solid #0156ff;
  padding: 28px 1rem;
  border-radius: 12px;
}
section.bg_banner.is_breadcrumb {
  /* padding-bottom: 28px; */
  background: #0156ff;
  width: 60%;
  margin-left: 20%;
  padding: 0%;

  /* padding-top: 96px; */
}
.is_breadcrumb ul li {
  color: #ffffffc2;
}

.is_breadcrumb ul li.active {
  color: #fff !important;
}
.choose_im-wrapper img {
  object-fit: cover;
}
.contact_block {
  background: #f1f6fc;
  padding: 50px 30px 37px;
  text-align: center;
  height: 100%;
}
.contact_top i {
  font-size: 80px;
  color: #106eea;
  line-height: 1;
  margin-top: -5px;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.contact_top h4 {
  color: #363636;
  margin-top: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.contact_block a {
  color: #000;
}
.contact_top svg {
  width: 80px;
  height: 80px;
}
.contact_top {
  margin-bottom: 30px;
}
.contact_block a,
.contact_block p {
  font-size: 18px;
}
.contact_icon {
  position: relative;
}
.contact_icon:after {
  background: #0156ff1c;
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
  transition: all 0.3s ease;
  top: 36px;
  top: 2%;
  left: 38%;
}
.contact_block {
  border-radius: 12px;
}
.features-iem img {
  margin: 0 auto;
  width: 100px;
  object-fit: contain;
}
.features-iem p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.features-iem {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.about_itro:after {
  width: 24rem;
  height: 36rem;
  background-position: 18rem center;
  background-size: 12rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #0041c9;
  background-image: url(https://assets-v2.scaler.com/assets/scaler/png/dots-5bca2e5c7d13825ee3b9b35a9c39ce74edd5dc22dd54fdc5422d3fa8ce61414a.png);
  background-repeat: no-repeat;
  content: "";
}
.video_wrapper {
  position: relative;
  z-index: 99;
}
.intro_text p {
  font-size: 14px;
}
section.about_itro.is_right:after {
  right: auto;
  left: 0;
}
.we_do-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.gallery-block .row {
  gap: 30px 0px;
}
.is_breadcrumb a {
  color: #fff;
  opacity: 70%;
}
.review_slide-wrapper {
  overflow: hidden;
}
.slick-list {
  overflow: unset !important;
}
.slick-arrow {
  display: none !important;
}
.review_home-footer {
  justify-content: space-between;
  width: 100%;
}
.rating-star img {
  width: 13px;
}
a.header_btn.download_btn.is_login {
  background: #ff2626;
  box-shadow: 0px 0px 0px 4px #ffe7e7;
  border-color: #ff2626;
}
.main-menuright {
  gap: 10px;
}
a.header_btn.download_btn.is_login:hover {
  background: transparent;
  color: #ff2626;
}
a.header_btn.download_btn.is_login:hover path {
  fill: red !important;
}
.partner_logo {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
}
.clg_detail-review-top img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}

.clg_detail-review-top {
  align-items: center;
}
.clg_detail-review-content h4 {
  font-weight: 600;
  color: #000;
}
.rating_star-grp svg {
  width: 18px;
}
section.gallery-block img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.element.element-1.slick-slide .testimonial_item {
  height: 100%;
}
section.event {
  background: #f5f8ff;
}
.static_content-item h3 {
  font-size: 25px;
  line-height: 35px;
  color: #101828;
  font-weight: 700;
  padding: 0 0px 18px;
}
.static_content-item p {
  font-size: 15px;
  color: #000;
}
.static_content-item a {
  color: #0156ff;
  font-size: 15px;
}
.static_content-wrap {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.static_para {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.whatsapp-box {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 225px;
  position: fixed;
  top: auto;
  right: 49px;
  z-index: 999;
  bottom: 59px;
  float: right;
  font-size: 12px !important;
  /* height: calc(100% - 260px); */
}

.whatsapp-box p {
  margin: 0 0 0px 0;
  font-size: 11px;
}

.whatsapp-box a {
  text-decoration: none;
  color: #25d366;
  font-weight: bold;
}

.whatsapp-box p img {
  width: 15px;
}
.founder_heading {
  font-size: 18px !important;
}
.social_wrapper a {
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_wrapper a img {
  width: 100%;
  object-fit: contain;
}
.social_wrapper a svg {
  width: 25px;
  height: 25px;
}
.section_topic {
  background: #f5f8ff;
}
.topic_item {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px #00000012;
}
p.hours {
  background: #f5f8ff;
  border-radius: 8px;
  display: inline-grid;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.topic_item h6 {
  font-size: 17px;
  font-weight: 700;
}
.topic-component .row {
  gap: 24px 0px;
}
.event-date.position-relative {
  background-color: #0156ff;
  color: #fff;
}
/* New css */

.event-col-top-content {
  background-color: #e6efff;
  padding: 20px 0px;
  gap: 20px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transform: translateX(-0%);
}
.event-col-entry-title {
  background-image: url(../images/pattern-grudge.png);
  padding: 30px;
  background-color: #0156ff;
  position: relative;
}
.event-date {
  background-image: linear-gradient(#82b440, #4c6e1e);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.event-date,
.event-col-top-content {
  background-image: url(../images/pattern-grudge.png);
}
.event-col:hover .event-col-top-content {
  transform: translateX(-150%);
}
.event-col-entry-title:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #ff2f01;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transform: translateX(-150%);
}
.event-col:hover .event-col-entry-title:after {
  transform: translateX(-0%);
}
.event-col-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
a.event-col {
  overflow: hidden;
}
.event-col-entry-title h3 {
  position: relative;
  z-index: 99;
  color: #000;
  font-weight: 600;
}
.event-col-im-wrapper {
  height: 500px;
}
.event-col-im-wrapper img {
  border-radius: 12px;
}
.event-col:hover .event-col-entry-title h3 {
  color: #fff;
}
section.clg_detail-hero.p-0.is_event {
  height: 350px;
}
section.clg_detail-hero.p-0.is_event img {
  object-fit: cover;
}
.event_contact-icon {
  width: 70px;
  height: 70px;
  background: #e6efff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event_contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.event_contact-wrapper {
  padding: 45px;
  box-shadow: 0 2px 52px #0000002e;
  border-radius: 30px;
  margin-top: -62px;
  position: relative;
  z-index: 0;
  background: #fff;
}
.event_sidebar {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.event_sidebar h5 {
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  font-size: 24px;
}
.font-semibold {
  font-weight: 700;
}
.event_connect-list p {
  font-size: 14px;
}
.event_connect-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event_sidebar h5 {
  font-weight: 600;
  color: #000;
  margin-bottom: 32px;
  font-size: 24px;
  border-bottom: 3px solid #0156ff;
  display: inline-flex;
  padding-bottom: 14px;
}
.event_sidebar {
  margin-top: 60px;
}
.event_sidebar {
  margin-top: 60px;
}
.elementor-author-box__avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.elementor-author-box,
.blog_date {
  display: flex;
  align-items: center;
  gap: 18px;
}
.blog_date svg {
  width: 20px;
  fill: #c5c5c5;
}
.blog-content-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.blog_rich-home {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 15px;
}
.blog_content-top h4 {
  color: #000;
  font-weight: 700;
  margin-bottom: 18px;
}
.blog_content {
  padding: 30px;
}
.blog-content-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}
.blog-item {
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 20px;
}
.blog-im-wrapper img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.elementor-author-box__text h6,
.blog_date p,
.blog_rich-home {
  color: #000;
}
.blog_component .row {
  margin-top: 60px;
}
.blog-im-wrapper.is_pg {
  height: 370px;
  margin: 45px 0px;
}
.blog-im-wrapper.is_pg img {
  object-fit: cover;
}
.blog_pg-content.is_detail h2 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog_detail-wrapper {
  width: 1000px;
  margin: 0 auto;
}
.author_top-detail {
  margin: 24px 0px;
}
.author_top-detail .is-author {
  border-bottom: 1px solid #000;
  display: inline-flex;
}
.blog_detail-top h1 {
  font-size: 55px;
  line-height: 125%;
}
a.social_share-link {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #00000014;
  border-radius: 100%;
}
.social_share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.blog_detail-top h1 {
  font-size: 32px;
  line-height: 125%;
}
.row.auth-row {
  height: 100vh;
}
.auth-im-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/gallery/gallery_1.jpeg);
}
.auth-left-content {
  position: relative;
  z-index: 99;
}
.auth-im-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #065ad7;
}

.row.auth-row .top_banner-im-wrapper {
  width: 75%;
  margin: 0 auto;
}
.auth-heading h3 {
  font-size: 35px;
  line-height: 44px;
  color: #101828;
  font-weight: 600;
  padding: 10px 0px 28px;
}
.row.auth-row input {
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 20px;
}
i.toggle-password {
  position: absolute;
  top: 18px;
  right: 12px;
  font-size: 12px;
  color: #065ad7;
}
.check-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 150%;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
}

/* On mouse-over, add a grey background color */

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #065ad7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-form.auth-form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
a.auth_logo {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 999;
  width: 200px !important;
}

a.auth_logo img {
  width: 100%;
  height: 100%;
}
/* 

templete css */

.inputr_border {
  border-bottom: 1px dashed #545454;
}
.templete_one h4 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
.templete_top_bg {
  display: block;
  border: 20px solid #0156ff;
}
.templete_logo-header {
  padding: 30px 20px;
}
.templete_one {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
}
.templete_top_bg.two {
  border: 6px solid #0156ff;
}
.templete_bottom {
  width: 30%;
  margin: 0 0 0px auto;
  position: relative;
  right: 30px;
}
.templete_bottom p {
  font-size: 14px;
  font-weight: 500;
}
.other_detail h4 {
  font-size: 16px;
  font-weight: 500;
}
.other_detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px 20px;
}
.template_wrapper {
  background: #f2f6ff;
}
.templete_two {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 32px;
  position: relative;
}
.cert_title {
  color: #545454 !important;
}
.text-black {
  color: #000;
}
.certi-other-detail h2 {
  font-size: 45px;
}
.certi_header h1 {
  font-size: 42px;
  line-height: 130%;
}
.certificate_no img {
  width: 150px;
  margin: 0 auto;
}
.certificate_no {
  position: absolute;
  bottom: 55px;
  right: 30px;
  text-align: center;
}
img.fade_logo {
  opacity: 10%;
  position: absolute;
  top: 0;
  right: 0;
  width: 242px;
}

/* Popup */
.student_login .modal-dialog.modal-dialog-centered {
  max-width: 1400px;
}
.student_login button.close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  background: #0156ff;
  opacity: 100%;
  color: #fff !important;
  z-index: 999;
}
.student_login .left_col {
  background: linear-gradient(180deg, #0156ff -52.23%, #cbdcff 50%);
  z-index: 999;
}
.form_header h6 {
  color: #0156ff;
  font-size: 24px;
  font-weight: 700;
}
.form_header h3 {
  color: #2d2d2d;
  font-weight: 500;
}
.form_header {
  text-align: center;
}
.student_login-content {
  padding: 95px 95px 95px 34px;
}
.form_header {
  margin-bottom: 40px;
}
.form_group button {
  padding: 15px 71px;
  font-size: 16px;
  font-weight: 600;
  background: #0156ff;
  color: #fff;
  border: 1px solid #0156ff;
  border-radius: 8px;
  margin: 10px auto 0px;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
}
.form_wrapper {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.form_wrapper .row {
  gap: 27px 0px;
}

.student_login-content input {
  padding: 20px;
}
.student_login-content input {
  padding: 20px;
  border: 1px solid #10182873;
}
.review_im-student-popup {
  margin-top: 100px;
}
.modal_left-shap img {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.card-header button:hover {
  background-color: #dbe1ee;
}
.contact_map iframe {
  width: 90%;
  margin-left: 5%;
}
.setting-height-courses {
  margin-top: -2rem;
}

/*=================================== media query css ===================================*/

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .modal_left-shap {
    display: none;
  }
  .review_im-student-popup {
    margin-top: 40px;
  }
  .student_login .modal-dialog.modal-dialog-centered {
    max-width: 100%;
  }
  .student_login-content {
    padding: 25px;
    padding-top: 60px;
  }
  .form_header h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
  }
  .form_header h3 {
    margin-top: 20px;
    line-height: 130%;
  }
  .form_group button {
    margin: 0;
  }
  .student_login .left_col {
    display: none;
  }

  img.fade_logo {
    top: 29px;

    width: 150px;
  }
  .certificate_no {
    width: 30%;
    bottom: 30px;
  }
  .templete_two {
    padding: 15px;
  }
  .certificate_no h4 {
    font-size: 9px;
    text-align: center;
  }
  .certi-other-detail h2 {
    font-size: 24px;
  }
  .certificate_no img {
    width: 100%;
    margin: 0 auto;
  }

  .templete_two {
    width: 100%;
  }
  .certi_header h1 {
    font-size: 24px;
    line-height: 130%;
  }
  .templete_one h4 {
    font-size: 14px;
  }
  .templete_one {
    width: 100%;
  }
  .templete_bottom {
    width: 50%;
  }
  .auth-im-wrapper {
    height: auto !important;
    padding: 120px 0px;
  }
  .row.auth-row {
    height: auto !important;
    padding-bottom: 60px;
  }
  .auth-left-content h1 {
    font-size: 24px;
  }
  .auth-heading h3 {
    font-size: 24px;
    padding: 10px 0px 0px;
  }
  .contact-form.auth-form {
    width: 90% !important;
    height: auto !important;
    padding: 30px 20px;
    margin-top: -100px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e1e1e1;
  }
  .is_breadcrumb ul {
    flex-wrap: wrap;

    text-align: center;
    /* justify-content: center; */
  }
  .event_contact-wrapper {
    padding: 20px;
  }
  .event_contact-icon {
    width: 40px;
    height: 40px;
  }
  .event_contact-icon svg {
    width: 16px;
  }
  .event_contact-wrapper .row {
    gap: 15px;
  }

  iframe {
    width: 100%;
    height: 100%;
  }

  .mobile_contact .header_btn {
    width: 250px;
    margin: 0 auto;
  }
  section.about_itro .section_heading h3,
  section.we_do .section_heading h3 {
    padding: 20px 0px;
  }
  section.about_itro .col-md-7.about_left.pr-5 {
    order: 2;
  }
  .col-md-7.about_left.pr-5 {
    padding-right: 0 !important;
  }
  .features-iem {
    width: 70%;
    margin: 30px auto 0px;
  }
  .features.row {
    margin: 20px 0px 50px !important;
  }
  .col-md-7.about_left.pl-5 {
    padding-left: 20px !important;
  }
  section.about_itro:after {
    display: none;
  }
  .contact_block a,
  .contact_block p {
    font-size: 12px;
  }
  .contact-component .row {
    gap: 30px;
  }
  .contact_block {
    padding: 30px;
    border-radius: 12px;
  }
  .contact_top {
    margin-bottom: 15px;
  }
  .contact_top svg {
    width: 40px;
    height: 40px;
  }
  .contact_icon:after {
    width: 50px;
    height: 50px;
  }
  .clg_detail-tab-heading p {
    font-size: 16px;
    line-height: 20px;
  }
  .clg_detail-tab-row .nav-tabs .nav-link {
    height: 57px;
    font-size: 14px;
  }
  .row.clg_placement-logo .partner_logo {
    width: 100%;
    margin: 0 auto;
  }
  .clg_detail-review {
    margin-bottom: 30px;
  }
  .clg_detail-tab-content {
    padding-right: 1rem;
  }
  .clg_detail-header-left {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: left !important;
    gap: 14px;
  }
  .course_offer {
    margin-bottom: 20px;
  }
  .clg_detail-tab-content h5 {
    font-size: 24px;
  }
  .clg_detail-header-left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
  }

  .clg_gallery-content {
    gap: 20px;
    margin-top: 38px;
    flex-direction: column;
  }
  .clg_detail-tab-row .nav-tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  section.clg-quick_info .container {
    padding-right: 0;
  }
  .clg_detail-tab-row .nav-tabs a {
    width: 50% !important;
    white-space: nowrap;
  }
  .clg_detail-hero-top {
    gap: 16px;
  }
  .clg_detail-tab-row {
    flex-direction: column;
  }
  .clg_detail-tab-row nav,
  .clg_detail-tab-row .tab-content {
    width: 100% !important;
  }
  .clg_detail {
    display: block;
    padding-bottom: 30px;
  }
  .clg_detail-hero-im-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .clg_detail-hero {
    padding: 66px 0px;
  }
  .clg_gallery-item {
    height: 205px;
    margin-bottom: 20px !important;
    display: block;
  }
  .clg_detail-hero-top h1 {
    font-size: 23px !important;
  }
  .clg_detail-wrap {
    padding: 20px;
  }
  .top-_nav p {
    max-width: 65%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 130%;
  }
  a.header_btn.download_btn svg {
    width: 10px;
    height: 10px;
  }
  .mobile_contact .footer_bottom a {
    color: #000;
  }
  .mobile_contact {
    padding: 0px 20px;
    margin-top: 100px;
  }
  .wtsp_chat {
    right: 0;
    z-index: 999;
    bottom: 10px;
  }
  .wtsp_chat a {
    font-size: 11px;
    gap: 9px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .wtsp_chat a svg {
    width: 15px;
    height: 15px;
  }

  .custom-header ul {
    gap: 1.5rem;
    padding-top: 48px !important;
    background: #fff;
  }
  .top-_nav {
    text-align: center;
  }
  .logos {
    padding: 0;
  }
  section.ad_banner p {
    font-size: 12px;
    line-height: 15px;
  }
  .footer_widjet {
    gap: 8px;
  }
  span.footer_label {
    width: 42px;
    height: 20px;
    font-size: 10px;
  }
  .social_wrapper svg {
    width: 14px;
  }
  .footer_widjet ul {
    gap: 4px;
  }
  .footer_link,
  .footer_copyright p {
    font-size: 14px;
  }
  .footer_top .row {
    justify-content: space-between;
    gap: 30px 0px;
  }
  .footer_copyright {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .place_logo-item img {
    object-fit: contain;
    width: 100px;
  }
  .place_logo-item {
    padding: 10px;
  }
  section.programs .container {
    padding-right: 0;
  }
  section.programs .section_heading.is_para,
  section.programs .home_program-content {
    padding-right: 15px;
  }
  .section_space {
    padding: 40px 0px !important;
  }
  .program_item.colleges_item .program_middle {
    margin-left: 15px;
  }
  .clg_contact {
    flex-direction: column;
    gap: 10px;
  }
  .bg_banner-text p {
    font-size: 16px;
  }
  .bg_banner-text h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
  }
  .bg_banner-text {
    gap: 0.5rem;
  }
  .is_desktop {
    display: none;
  }
  .is_mobile {
    display: block;
  }
  .footer_top-left {
    gap: 16px;
  }
  .footer_copyright.is_mobile {
    margin-top: 20px;
  }
  .footer_copyright {
    margin-top: 40px;
  }
  .faq_accordian button.btn.btn-link {
    padding: 20px 0px 20px;
    font-size: 16px;
    white-space: pre-line;
    text-align: left;
  }
  .faq .card-body {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .faq_accordian.is_right {
    margin-left: 0;
  }
  .testimonial_item {
    margin-right: 10px;
  }
  .faq_accordian button.btn.btn-link {
    padding: 15px 0px;
  }
  .faq_icon {
    position: absolute !important;
    top: 21px;
    right: 0;
  }
  .minus {
    position: absolute;
    top: 31px;
  }
  .faq_accordian.is_left {
    margin-right: 0;
  }
  .home_contact-component,
  .contact_right svg {
    width: 100%;
    height: 100%;
  }
  .home_contact-list {
    margin-top: 40px;
  }
  .home_contact-header h5 {
    font-size: 35px;
    line-height: 120%;
  }
  .home_contact-left {
    margin-right: 0;
  }
  .home_contact-component .row {
    justify-content: center;
    gap: 30px 0px;
  }
  .home_contact-left,
  .home_contact-header {
    gap: 15px;
  }
  .testimonial_left {
    padding-right: 0;
    gap: 16px;
    border: transparent;
  }
  .testimonial_slidecontent p {
    font-size: 14px;
    text-align: center;
  }
  .rating_star-grp svg {
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
  }
  .testimonial_slidecontent {
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-left: 0;
  }
  section.testimonials .swiper-pagination {
    margin-top: 30px;
  }
  section.testimonials span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  section.testimonials
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px !important;
    height: 18px !important;
  }
  .testimonial_item {
    border-radius: 16px;
    padding: 20px;
  }
  .testimonial_im-wrapper {
    width: 80px;
    height: 80px;
  }
  .testimonial_user-info h5 {
    font-size: 18px;
  }
  .testimonial_user-info p.position {
    font-size: 14px;
  }
  section.choose,
  section.programs,
  .event,
  section.home_gallery,
  .colleges,
  .partners_placement,
  .home_contact-component,
  .faq,
  section.programs.course_listing-pg,
  .bg_banner {
    padding: 40px 0px;
  }
  .featured_event-heading {
    padding: 0px 20px;
    max-width: 100%;
    bottom: 20px;
    left: 0;
  }
  .featured_event-heading h5 {
    font-size: 32px;
    line-height: 35px;
  }
  .feature_event-wrapper {
    height: 250px;
  }
  .gallery_quote p {
    font-size: 16px;
  }
  .colleges_btn-wrapper {
    margin-top: 0;
  }
  .gallery_component,
  .place_partners-component {
    padding: 0;
    gap: 40px;
  }
  .logo_item {
    width: 40%;
    height: 80px;
  }
  .placement_logo-wrapper {
    gap: 15px;
  }
  .placement_logo-wrapper .logo_item img {
    object-fit: contain;
    height: 40px !important;
  }
  .moments .swiper-slide img {
    height: 300px;
  }
  .moments_component .swiper,
  section.testimonials .swiper-container {
    margin-top: 40px;
  }
  .gallery_item.is_featured {
    height: 320px;
    margin-bottom: 20px;
  }
  .program_content {
    padding-top: 20px;
  }
  .program_item {
    padding: 15px;
  }
  .program_middle {
    padding: 12px 0px 20px;
  }
  .program_middle h4 {
    font-size: 18px;
  }
  .section_heading .para,
  .btn-view,
  .btn_pdf {
    font-size: 16px;
  }
  .section_heading h3 {
    font-size: 25px;
    padding: 10px;
    line-height: 32px;
  }
  .program_component,
  .home-program_tab,
  .event_component {
    gap: 40px;
  }
  .btn_grp {
    flex-direction: column;
    gap: 15px;
  }
  a.btn_pdf.is_bg,
  a.btn_v2 {
    font-size: 14px;
  }
  .btn_icon {
    padding: 9px;
    height: 30px;
    width: 30px;
  }
  .program_btn-grp {
    gap: 15px;
    flex-direction: column;
  }
  .home-program_tab .nav-tabs {
    gap: 12px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    font-size: 14px;
    padding-bottom: 13px;
  }
  .home-program_tab .nav-tabs .nav-link {
    font-size: 14px !important;
  }
  .section_heading h4 {
    font-size: 18px;
  }
  .choose_im-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .home_testimonial-item {
    padding: 20px;
  }
  .testimonial_content {
    gap: 14px;
    margin-left: 0;
    margin-top: 14px;
  }
  .testimonial_content h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .banner_shap {
    display: none;
  }
  .banner_list-item svg {
    width: 20px;
    height: 20px;
  }
  .partners {
    margin: 0;
  }
  .partner_component {
    flex-direction: column;
    gap: 16px;
  }
  .logo_items img {
    height: 50px;
    padding: 5px;
    width: 100px;
    margin-right: 15px;
  }
  .partner_heading {
    width: 100%;
    text-align: center;
  }
  .partner_logo-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .partner_logo {
    width: 25%;
  }
  .banner_listing {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    padding-top: 30px;
  }
  .banner_left {
    margin-right: 0;
  }
  br {
    display: none;
  }
  .banner_shap,
  .top_banner-im-wrapper {
    position: unset !important;
    width: 100%;
  }
  .top_banner-im-wrapper {
    margin-left: -9px;
    margin-bottom: 20px;
  }
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
  button.btn_form {
    padding: 16px 20px;
    width: 100%;
    font-size: 14px;
  }
  form.banner_form {
    width: 100%;
    gap: 10px;
  }
  .ad_banner {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 150%;
    margin-top: 70px;
  }
  section.our-clients {
    margin-top: 50px;
  }

  .custom-logo {
    width: 150px;
  }

  .logo-img img {
    margin: 0 auto;
    display: flex;
  }

  .navbar-toggler i:before {
    color: #fff !important;
  }

  .navbar,
  .custom-header.sticky .navbar {
    background: #fff;
  }

  .navbar-nav-link {
    min-height: auto;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    padding: 15px;
    font-size: 14px;
  }

  li.nav-item {
    float: none !important;
  }

  .custom-logo,
  .custom-header.sticky .custom-logo {
    padding: 10px;
  }

  div#navbar-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding-top: 54px;
    padding-bottom: 54px;
    height: 100%;
  }

  i.fa.fa-bars {
    z-index: 999999;
  }

  .navbar-brand {
    z-index: 9999999;
    position: relative;
  }

  button.navbar-toggler.collapsed i:before {
    content: "\f0c9";
  }

  button.navbar-toggler i:before {
    font-size: 20px;
  }

  button.navbar-toggler i {
    position: absolute;
    top: 21px;
    right: 18px;
    background: #0156ff;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
  }

  .navbar {
    height: auto;
  }

  i.fa.fa-times {
    display: none;
  }

  .float-right {
    float: none !important;
  }

  ul.main-menu a {
    justify-content: center;
    width: 100%;
    margin: 0 !important;
    padding: 15px 0px !important;
  }

  .navbar-collapse {
    text-align: center;
  }

  .header_btn {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 8px;
    top: 23px;
    right: 70px;
    text-align: center;
    justify-content: center;
  }

  .page-wrapper {
    margin-top: 120px;
  }
  .custom-footer {
    background-color: #063693;
    padding: 40px 0px;
  }
  section.programs.course_listing-pg .home-program_tab .nav-tabs {
    gap: 12px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    font-size: 14px;
  }
  section.programs.course_listing-pg .home-program_tab .nav-tabs .nav-link {
    font-size: 14px;
  }
  section.programs.course_listing-pg li.nav-item {
    padding-bottom: 13px;
  }
  section.programs.course_listing-pg .container {
    padding-right: 0;
  }
  section.programs.course_listing-pg .section_heading.is_para,
  section.programs.course_listing-pg .home_program-content {
    padding-right: 0.625rem;
  }
  .pagination {
    margin-top: 30px;
  }
  .pagination_count {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.about_itro:after {
    width: 15rem;
  }
  .clg_detail-review-top {
    display: block !important;
  }
  .home_program-content .col-md-6.col-lg-4,
  .colleges_component .col-md-6.col-lg-4 {
    padding: 0px 10px;
  }
  .clg_contact {
    flex-direction: column;
    gap: 5px;
  }
  .placement_logo-wrapper {
    gap: 29px 30px;
  }
  .faq_accordian.is_right {
    margin-left: 0;
  }
  .placement_logo-wrapper .logo_item img {
    object-fit: contain;
    height: 60px !important;
  }
  .home_contact-left {
    margin-right: 0;
  }
  .home_contact-component {
    width: 100%;
    margin: 0 auto;
  }
  .contact_right {
    gap: 20px;
  }
  .testimonial_item {
    padding: 25px;
  }
  .testimonial_slidecontent p {
    font-size: 16px;
  }
  .moments .swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .gallery_right .gallery_item {
    height: 190px;
  }
  .gallery_item.is_featured {
    height: 400px;
  }
  section.choose,
  section.programs,
  .event,
  section.home_gallery,
  .colleges,
  .partners_placement,
  .home_contact-component,
  .faq,
  .bg_banner {
    padding: 40px 0px;
  }
  .navbar-toggler i:before {
    color: #fff !important;
  }
  a.header_btn {
    position: absolute;
    right: 69px;
  }
  img.left-shape {
    left: 0;
    width: 40px;
  }

  .right-shape {
    right: 0;
    width: 40px;
  }

  .navbar,
  .custom-header.sticky .navbar {
    background: #fff;
  }

  .navbar-nav-link {
    min-height: auto;
    margin-bottom: 10px;
    color: #9498a8 !important;
  }

  li.nav-item {
    float: none !important;
  }

  .custom-logo,
  .custom-header.sticky .custom-logo {
    padding: 10px;
  }

  div#navbar-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  i.fa.fa-bars {
    z-index: 999999;
  }

  .navbar-brand {
    z-index: 9999999;
    position: relative;
  }

  button.navbar-toggler.collapsed i:before {
    content: "\f0c9";
  }

  button.navbar-toggler i:before {
    font-size: 20px;
  }

  button.navbar-toggler i {
    position: absolute;
    top: 25px;
    right: 18px;
    background: #0156ff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
  }
  .custom_header ul {
    gap: 0;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    padding: 0 !important;
  }
  .top_banner-im-wrapper {
    position: unset;
    top: 0;
    left: 0;
    width: 100%;
  }
  h1 {
    font-size: 30px;
    color: #101828;
    font-weight: 700;
    line-height: 37px;
  }
  .banner_listing {
    align-items: center;
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding-top: 48px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  form.banner_form {
    width: 60%;
    margin: 0 auto;
  }
  .partner_component {
    gap: 30px;
    flex-direction: column;
  }
  .partner_heading {
    width: 100%;
    text-align: center;
  }
  .partner_logo-wrapper {
    gap: 40px;
  }
  .choose_im-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .testimonial_content {
    align-items: flex-start;
    gap: 10px;
    margin-left: 30px;
  }
  .home-program_tab .nav-tabs {
    gap: 23px;
  }
  .home_program-content .col-md-4,
  .colleges_component .col-md-4 {
    padding: 0px 15px;
  }
  .btn_grp {
    gap: 16px;
    flex-direction: column;
  }
  .banner_left {
    margin-right: 0;
  }
  section.top-banner .row {
    align-items: center;
  }
  .custom_header .navbar-nav-link {
    min-height: auto;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    padding: 15px;
    font-size: 14px;
  }
  i.fa.fa-times {
    display: none;
  }

  .float-right {
    float: none !important;
  }

  ul.main-menu a {
    justify-content: center;
    width: 100%;
    margin: 0 !important;
    padding: 15px 0px !important;
  }

  .navbar-collapse {
    text-align: center;
  }

  .main-menuright {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .button-hamburger {
    display: block;
  }
}

@media only screen and (min-width: 353px) and (max-width: 535px) {
  .page-wrapper {
    margin-top: 142px;
  }
}
@media only screen and (min-width: 535px) and (max-width: 768px) {
  .page-wrapper {
    margin-top: 131px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 994px) {
  .page-wrapper {
    margin-top: 170px;
  }
  .header-list-item {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .header-red-button {
    margin-right: 220px;
  }
}
@media only screen and (min-width: 995px) and (max-width: 1117px) {
  .page-wrapper {
    margin-top: 160px;
  }
}
@media only screen and (min-width: 1118px) and (max-width: 1297px) {
  .page-wrapper {
    margin-top: 158px;
  }
}
@media only screen and (min-width: 1297px) {
  .page-wrapper {
    margin-top: 136px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1297px) {
  .iframe-video-tag {
    width: 520px;
  }
}
@media (min-width: 1024px) and (max-width: 1199.98px) {
  .mt-lg-xl {
    margin-top: 2rem; /* You can change this value */
  }
}

