/* 

@font-face {
  font-family: "GeneralSans-Variable";
  src: url("fonts/GeneralSans-Variable.woff2") format("woff2"),
    url("fonts/GeneralSans-Variable.woff") format("woff"),
    url("fonts/GeneralSans-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "GeneralSans-Regular";
  src: url("fonts/GeneralSans-Regular.woff2") format("woff2"),
    url("fonts/GeneralSans-Regular.woff") format("woff"),
    url("fonts/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
} */

body {
  font-family: "GeneralSans-Variable";
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span {
  font-family: "GeneralSans-Variable";
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover{
	/* background: linear-gradient(69.68deg, #42307D 0%, #6941C6 100%); */
  color: white;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}
.rbt-header .rbt-header-wrapper {
  background-color: #ffffff; /* Default background color */
  transition: background-color 0.3s; /* Smooth transition */
}

/* .rbt-header.sticky .rbt-header-wrapper {
  background-color: #f0f0f0; 
} */
.contents h3.title:hover {
  color: white;
}
.grecaptcha-badge{
  display:none !important;
}
.req-call-bg {
  width: 196px;
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  border-radius: 10px;
  text-align: center;
  padding: 7px;
}

.req-call-bg:hover {
  background: linear-gradient(45deg, #8a57fd 0%, #c263b5 50%, #f29e62 100%);
}

.request-call-back {
  color: white;
}

.section-two-bg {
  display: flex;
  border-radius: 20px;
  width: 98%;
  left: 15px;
  position: relative;
  background-image: url("images/itrobesimages/banner-inner-img.jpg");
  background: linear-gradient(69.68deg, #42307d 0%, #6941c6 100%);
}

a.request-call-back {
  color: #fff;
}

.first-box {
  color: white;
  padding-left: 80px;
  /* padding-top: 100px;
    border: 2px solid black; 
    height: 650px;*/
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.first-box > h2 {
  color: white;
  font-size: 55px;
  font-family: "GeneralSans-Variable";
  font-weight: 600;
  text-align: left;
}

.first-box > p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.second-box {
  display: flex;
  height: 650px;
  width: 50%;
  gap: none;
  background-size: cover;
  background-position: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  border-radius: 20px;
  height: 100%;
  background-image: url("images/itrobesimages/magicpattern-grid-pattern.png");
  /* background: rgba(0, 0, 0, 0.5); Semi-transparent overlay */
  z-index: 1;
  opacity: 0.25;
}

.second-box .profile-img3,
.second-box .profile-img2,
.second-box .profile-img1,
.profile-img {
  position: relative;
  z-index: 2;
  /* Ensure images are above the overlay */
}

.class-room-condent > p {
  font-size: 15px;
}

.explore-btn:hover {
  background: linear-gradient(
    45deg,
    #f29e62 0%,
    #c263b5 50%,
    #8a57fd 100%
  ) !important;
}

.become-a {
  display: flex;
  height: 40px;
  width: 330px;
  /* border: 2px solid black; */
  border-radius: 25px;
  gap: 20px;
  background: linear-gradient(
    45deg,
    #f29e62 0%,
    #c263b5 50%,
    #8a57fd 100%
  ) !important;
  padding-top: 4px;
  padding-left: 5px;
  margin-bottom: 22px;
}

.new-txt {
  background-color: white;
  color: black;
  width: 50px;
  height: 30px;
  border-radius: 20px;
  font-size: 13px;
  text-align: center;
  margin: 0;
  line-height: 30px;
  margin-top: 1px;
}

p.new-txt span.col-grad {
  background: var(
    --GRADIENT,
    linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body a.rbt-btn.gra-bg {
  border-radius: 10px;
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  backdrop-filter: blur(21px);
}

body a.rbt-btn.gra-bor {
  border-radius: 10px;
  border: 2px solid var(--GRADIENT, #f29e62);
  /*border-image: linear-gradient(#8f58f6, #ee9969) 20;*/
  backdrop-filter: blur(21px);
  line-height: 55px;
  background: transparent;
}

.marg-b {
  margin-bottom: 40px;
}

.become-txt-si {
  margin-top: 6px;
  font-size: 13px;
}

.our-courses {
  /* padding: 5px; */
  background: rgba(255, 255, 255, 0.13);

  padding-top: 10px;
  font-size: 15px;
  width: 120px;
  height: 50px;
  /* border: 2px solid black; */
  border-radius: 25px;
  color: white;
  margin-left: 44%;
}

.vector-img {
  /* background-color: #42307D; */
  width: 40px;
}

.message-txt {
  font-family: "GeneralSans-Variable";
  font-size: 18px;
  font-weight: 450;
  line-height: 28px;
  text-align: left;
}

.section-title > h2 > span {
  color: #c263b5;
}

.profile-img {
  position: absolute;
  width: 450px;
  height: 700px;
  margin-top: 190px;
  margin-left: 57%;
}

.profile-img1 {
  /* position: absolute; 
    margin-top: 100px; */
  margin-top: 100px;
  margin-left: 50px;
  width: 250px;
}

.profile-img2 {
  margin-top: 330px;
  margin-left: 300px;
}

.profile-img3 {
  position: absolute;
  margin-top: 70px;
  margin-left: 20px;
  z-index: 1;
}

.round-ro {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0 1px 32px 0 rgb(124 124 124 / 10%),
    0 1px 2px -1px rgb(151 151 151 / 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.rbt-feature-plugin .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.rbt-feature-plugin .inner .content p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.outer-col.wh-col h2.com-tit-col span.op8 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.outer-col span.our-course {
  border-radius: 100px;
  background: rgba(83, 56, 158, 0.13) !important;
}

.title.com-tit-col {
  /* background: var(--Gradient-1---Banner, linear-gradient(70deg, #42307D 0%, #6941C6 100%)); */
  background: linear-gradient(90deg, #42307d 0%, #6941c6 50%, #8a57fd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "GeneralSans-Variable";
  font-size: 42px;
  font-weight: 600;
  line-height: 56.7px;
  letter-spacing: -0.800000011920929px;
}

.title.com-tit-col span.com-two-col {
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.com-col {
  background: linear-gradient(
    69.68deg,
    rgba(66, 48, 125, 0.05) 0%,
    rgba(105, 65, 198, 0.05) 100%
  ) !important;
  color: rgba(83, 56, 158, 1) !important;
}

.title {
  color: #42307d;
}

.title > span {
  color: #c263b5;
}

.class-room-train {
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);

  border-radius: 20px;
}
.inhouse-training {
  background: linear-gradient(69.68deg, #42307d 0%, #6941c6 100%);
  border-radius: 20px;
}

.online-train {
  background: linear-gradient(
    225.02deg,
    rgba(27, 145, 235, 0.37) -53.46%,
    #1b91eb 95.89%
  );
  border-radius: 20px;
}

.explore-our-course .rbt-card {
  padding: 15px;
  border-radius: 20px;
}

.cou-icon img {
  width: auto !important;
  height: auto !important;
  border: none !important;
}

.card-information {
  justify-content: space-between;
}

.outer-col.wh-col span.our-course {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.13) !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.outer-col.wh-col h2.com-tit-col {
  color: #fff !important;
  -webkit-text-fill-color: inherit;
}

.outer-col.wh-col h2.com-tit-col span {
  color: rgba(255, 255, 255, 0.6) !important;
}

.rbt-hover .btn-flag a svg {
  transition: 0.4s;
}

.rbt-hover:hover .btn-flag a svg {
  fill: #603db5 !important;
  transition: 0.4s;
}

.rbt-hover:hover .btn-flag a svg path {
  fill: transparent !important;
  stroke: #fff !important;
  transition: 0.4s;
}

h5.rbt-card-title {
  font-weight: 600 !important;
}

.first-box .slider-btn.rbt-button-group {
  width: 100%;
}

.rbt-card .rbt-card-body .rbt-card-title {
  font-size: initial !important;
  padding-bottom: 20px;
}

.rbt-card .rbt-card-body .rbt-card-title a {
  font-size: 18px !important;
}

.cou-icon .card-count {
  display: inline-block;
}

.explore-our-course {
  width: 98%;
  border-radius: 20px;
  margin: auto;
  /* margin-left: 15px; */
  background: linear-gradient(69.68deg, #42307d 0%, #6941c6 100%);
}

.explore-heading > span {
  color: #b8a9e9 !important;
}

.best-train {
  color: #c263b5;
}

.china-txt {
  color: black !important;
}

.rbt-card-title > a {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.class-train-col {
  color: white;
  font-size: 26px;
  font-weight: 600;
}

.class-room-condent {
  /* height: 322px; */
  /* width: 400px; */
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}

.Upcoming-eve-bg {
  background: linear-gradient(45deg, #C263B5 -5%, #8A57FD 5%, #F29E62 100%);
}

.up-event-two {
  background: linear-gradient(
    69.68deg,
    rgba(66, 48, 125, 0.05) 0%,
    rgba(105, 65, 198, 0.05) 100%
  );
}

.more-about-but {
  text-align: center;
  border-radius: 10px;
  color: white !important;
  height: 50px;
  width: 200px;
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
}

.more-about-but:hover {
  background: linear-gradient(45deg, #8a57fd 0%, #c263b5 50%, #f29e62 100%);
}

.more-about-but a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.3px;
  text-align: left;
}

.rbt-meta.icon-tra {
  margin-right: 1px !important;
}

.btn-app.rbt-btn.btn-border {
  display:inline !important;
  line-height: 40px;
  font-size: 16px;
  background: var(
    --GRADIENT,
    linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%)
  );
  
  background-clip: text;
  -webkit-background-clip: text;
  padding: 4px 24px;
  background-image: linear-gradient(90deg, white, white),
    linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 1px solid transparent;
  color: #c263b5 !important;
}
.gradient-text {
  font-size: 4rem;
  background: linear-gradient(45deg, #F29E62 0%, #C263B5 50%, #8A57FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.btn-app.rbt-btn.btn-border:hover {
  border-radius: 50px;
  background: linear-gradient(45deg, #F29E62 0%, #C263B5 50%, #8A57FD 100%);
  -webkit-text-fill-color: white; /* Change text color to white */
  text-fill-color: white !important; /* Ensure text color is white */
  color: white; /* Ensure fallback for browsers not supporting -webkit-text-fill-color */
}
.btn-app.rbt-btn.btn-border:hover span {
  color: white !important; 
}
.rbt-meta.icon-tra li img {
  margin-right: 6px !important;
}

.slider-boxs .rbt-card {
  border-radius: 20px;
}

.tra-today-sec .swiper {
  overflow: inherit;
  padding: 16px;
  padding-bottom: 50px;
}

.tra-today-sec .box-tody-out {
  overflow: hidden;
}

.slider-boxs.rbt-arrow-between.icon-bg-primary .rbt-swiper-arrow::after,
.tra-today-sec .rbt-arrow-between.icon-bg-primary .rbt-swiper-arrow::after {
  background: #ededed;
}

.slider-boxs.rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left,
.tra-today-sec .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
  left: -19px;
  width: 40px;
  height: 40px;
}

.slider-boxs .feather-arrow-left:before,
.tra-today-sec .feather-arrow-left:before {
  content: "\e910";
  background: var(
    --GRADIENT,
    linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider-boxs .rbt-arrow-between .rbt-swiper-arrow i.rbt-icon-top,
.tra-today-sec .rbt-arrow-between .rbt-swiper-arrow i.rbt-icon-top {
  background: var(
    --GRADIENT,
    linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider-boxs.rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right,
.tra-today-sec .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
  right: -19px;
  width: 40px;
  height: 40px;
}

.slider-boxs .feather-arrow-right:before,
.tra-today-sec .feather-arrow-right:before {
  content: "\e912";
  background: var(
    --GRADIENT,
    linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider-boxs .rbt-arrow-between .rbt-swiper-arrow i.rbt-icon-top,
.tra-today-sec .rbt-arrow-between .rbt-swiper-arrow i.rbt-icon-top {
  background: var(
    --GRADIENT,
    linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tra-today-sec .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
  right: 3px;
}

.tra-today-sec .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
  left: 3px;
}

.tra-today-sec .swiper-slide {
  /* background: #fff; */
  border-radius: 10px;
}

h4.tod-title {
  font-size: 20px;
  margin-top: 20px;
}

.test-out .description .rbt-btn-link {
  background: var(
    --Gradient-1---Banner,
    linear-gradient(70deg, #42307d 0%, #6941c6 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}

.test-out .description p,
.blog-sec .rbt-card-body p {
  font-size: 14px;
  color: #000;
}

.blog-sec .read-more-btn.blog-btn a {
  border-radius: 5px !important;
  font-weight: 400 !important;
  background: var(
    --GRADIENT,
    linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%)
  );
  color: #fff;
}

.blog-sec .blog-btn .rbt-btn.btn-border-gradient::before {
  display: none;
}

.view-all-button .app-btn {
  border-radius: 10px;
  border: 2px solid var(--white, #fff);
  background: radial-gradient(
    340.32% 136.38% at 0% 3.35%,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(21px);
  height: 55px;
  font-weight: 500 !important;
  line-height: 50px;
  color: #fff;
}

.team-slide-activation-2.full-three .swiper-wrapper {
  margin: 0;
}

.full-three .teams {
  /*margin: 0 10px;*/
  margin: 0 30px;
  /* box-shadow: 0px 6px 34px 0px #D7D8DE69; */
  box-shadow: none;
  border-radius: 20px;
  padding: 20px;
}

.full-three .rbt-swiper-pagination .swiper-pagination-bullet {
  box-shadow: inset 0 0 0 5px #ffffff;
}

.explore-heading {
  color: white;
}

.teams .contents {
  padding: 16px;
  border-radius: 20px;
  background: #fff;
  transition: 0.5s;
}

.teams .contents.you-may-box {
  padding: 50px;
  border-radius: 20px;
  background: #f9f5ff;
}

.teams .contents h5 {
  margin-bottom: 3px;
}

.teams .contents p {
  margin-bottom: 10px;
}

.teams .contents:hover {
  background: linear-gradient(70deg, #42307d 0%, #6941c6 100%);
  box-shadow: 0px 6px 34px 0px rgba(215, 216, 222, 0.41);
  transition: 0.4s;
}

.teams .contents:hover h5,
.teams .contents:hover p {
  color: #fff;
}

.teams .contents img {
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}

.teams .contents h3.title {
  color: #212529;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
}

.teams .contents:hover h3.title {
  color: #fff;
}

.teams .contents .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}

.teams .contents .inner p {
  font-size: 14px;
  margin-bottom: 2px;
}

.teams .contents .inner a {
  font-size: 14px;
  margin-bottom: 2px;
  color: #f72585;
  font-weight: 500;
}

.teams .contents:hover .inner p,
.teams .contents:hover .inner a,
.teams .contents:hover .inner a i {
  color: #fff;
}

.teams .contents .inner a i {
  margin-left: 5px;
  color: #f72585;
}

.teams .contents .inner a i:before {
  content: "\e912";
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  background: inherit;
  color: #f72585;
}

.teams .contents:hover .inner a i:before {
  content: "\e912";
  color: #fff;
}

.box-tody-out .rbt-swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.5;
  background: black;
  box-shadow: inset 0 0 0 5px #00000000;
  background: var(
    --GRADIENT,
    linear-gradient(25deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%)
  );
  background-clip: text;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: transparent;
}

.rbt-event-area .box-tody-out .rbt-swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 3px;
  display: inline-block;
  border-radius: 3px;
  opacity: unset;
  background: black;
  box-shadow: inset 0 0 0 5px #00000000;
  background-clip: text;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: transparent;
  margin: 0 5px;
  background: linear-gradient(180deg, #d757a4 0%, #8957fe 100%);
}

.venue-slider .box-tody-out .rbt-swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  display: inline-block;
  border-radius: 3px;
  opacity: 0.5;
  background: black;
  box-shadow: inset 0 0 0 5px #00000000;
  background-clip: text;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: transparent;
  margin: 0 5px;
  background: linear-gradient(180deg, #d757a4 0%, #8957fe 100%);
}

.explore-heading > span {
  color: rgba(255, 255, 255, 0.6);
}

.stimulate-bg {
  background: linear-gradient(
    68.02deg,
    rgba(27, 20, 100, 0.13) 0%,
    rgba(85, 70, 238, 0.13) 100%
  ) !important;
}

.scrol-boxs .rbt-categori-list a:hover {
  background: var(
    --GRADIENT,
    linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%)
  );
  
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid #c263b5;
}
.rbt-categori-list a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--GRADIENT, linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%));
  z-index: -1; /* Make sure it's behind the text */
  opacity: 0; /* Initially hidden */
  transition: opacity 0.3s; /* Smooth transition */
  border-radius: 4px; /* Optional: add border radius */
}

.rbt-categori-list a:hover::before {
  opacity: 1; /* Show the gradient border on hover */
}

.rbt-categori-list a:hover {
	background: 
    var(--GRADIENT, linear-gradient(45deg, #F29E62 0%, #C263B5 50%, #8A57FD 100%)),
	var(--GRADIENT, linear-gradient(45deg, #F29E62 0%, #C263B5 50%, #8A57FD 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.advance-edu-bg {
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
}

.last-sec-bg {
  background: linear-gradient(69.68deg, #42307d 0%, #6941c6 100%);
  color: white;
}

.subjects-dark {
  font-size: 18px;
  font-weight: 600;
  color: rgba(16, 24, 40, 0.8);
}

.sub-tit {
  font-size: 14px;
  font-weight: 450;
  color: #000;
}

.lern-more-cl a {
  color: #f72585;
  font-weight: 500;
}
.sub-tit {
  font-size: 16px;
}
.lern-more-cl a:hover {
  color: #ee2b2a;
}

.title > .provide-proff {
  color: linear-gradient(69.68deg, #42307d 0%, #6941c6 100%);
}

.flexable-classes-dir {
  display: flex;
  gap: 10px;
}

.cape-product {
  margin-left: 60px;
}

.cpd-image > img {
  width: 50px;
  height: 50px;
}

.stimulate-main {
  padding-bottom: 100px;
}

.rbt-video-area.rbt-section-gap {
  padding-top: 40px !important;
}

.title > .best-training {
  color: linear-gradient(0deg, #53389e, #53389e);
}

.title > .people-are-saying {
  color: linear-gradient(0deg, #53389e, #53389e);
}

.slider-box {
  background-color: white;
}

.rbt-testimonial-box .inner::before {
  background-image: none;
}

.different-need-flex {
  display: flex;
}

.main-profile-img {
  /* position: absolute; */
  width: 400px;
  height: 500px;
  /* margin-left: 50%; */
  margin-top: 15;
}

.main-profile-img1 {
  position: absolute;
  margin-left: 100px;
}

.main-profile-img2 {
  position: absolute;
  margin-left: 200px;
}

.main-profile-img3 {
  position: absolute;
  /* margin-left: 60%; */
}

.last-image {
  position: absolute;
  width: 300px;
  height: 500px;
  margin-left: 1219px;
  margin-top: 100px;
}

.take-next-step {
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  border-radius: 15px;
}

.take-next-txt {
  /* font-size: 35px; */
  color: white;
  font-size: 56px;
  font-weight: 500;
  line-height: 65px;
  /* text-align: left; */
}
.footer-background-image::after {
  content: "";
  background: url('images/itrobesimages/Group 1820549307.png') no-repeat right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px; 
  height: 300px; 
  opacity: 0.5;
  z-index: -1; 
}
.applynow-col {
  color: white;
}

.last-tag-but > li > a {
  /* color: white !important; */
  color: rgba(255, 255, 255, 1) !important;
  font-family: "GeneralSans-Variable";
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
}

.footer-widget > h5 {
  color: rgba(255, 255, 255, 1) !important;
}

.subscribe {
  display: flex;
  margin-left: 550px;
  gap: 50px;
}

.sub-weg6 {
  font-weight: 600;
}

.sub-news {
  position: relative;
}

.sub-news input.inpit-style {
  background: #f8f8f82b;
  border: none;
  border-radius: 0;
  color: #ffffff70;
  width: 88%;
}

.sub-news input.sub {
  font-size: 0;
  box-shadow: none;
  letter-spacing: 0;
  margin: 0;
  border: none;
  position: absolute;
  padding: 10px;
  bottom: 12px;
  background-image: url(images/itrobesimages/sub-img.png);
  background-repeat: no-repeat;
  height: 0;
  background-color: transparent;
  right: 15%;
}

.socil-sec ul li a {
  background: transparent;
  border: 1px solid #ffffff80;
  color: #ffffff80;
}

.socil-sec .social-default li a:hover::after {
  transform: scale(1);
  opacity: 0;
}

.socil-sec h5 {
  color: #fff !important;
}

.inpit-style {
  background-color: #b8a9e9;

  width: 400px;
}

.subscribe > div > h5 {
  color: white !important;
}

.copy-right {
  color: white !important;
  font-family: "GeneralSans-Variable" !important;
  font-size: 18px ;
  font-weight: 400 !important;
  line-height: 21.6px !important;
  text-align: left !important;
  opacity: 0.8 !important;
}

@media (max-width: 768px) {
  .profile-img {
    position: absolute !important;
    width: auto !important;
  }

  .first-box {
    color: white !important;
    padding-left: 80px !important;
    width: 100% !important;
    display: block !important;
  }

  .section-two-bg {
    display: flex !important;
    border-radius: 0px !important;
    width: 100% !important;
    left: 0 !important;
    flex-direction: column-reverse !important;
  }

  .profile-img {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }

  .first-box {
    width: 100% !important;
    padding: 20px !important;
  }

  .second-box {
    display: none !important;
  }

  .first-box > h2 {
    color: white !important;
    font-size: 42px !important;
    line-height: 50px !important;
  }

  /* p.marg-b br,
  p.description br,
  h2.title.com-tit-col br {
    display: none !important;
  } */
   

  .rbt-btn {
    padding: 0 16px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 14px !important;
  }

  /* .rbt-btn {
        padding: 0 16px !important;
        height: 22px !important;
        line-height: 18px !important;
        font-size: 12px !important;
    } */
  body a.rbt-btn.gra-bor {
    line-height: 47px !important;
  }

  .explore-our-course .mt--60 {
    margin-top: 20px !important;
  }

  .rbt-card .rbt-card-body {
    padding: 15px !important;
  }

  .rbt-meta.icon-tra li img {
    width: 15px !important;
  }

  .take-next-txt {
    margin-bottom: 10px !important;
  }

  .view-all-button .app-btn {
    height: 47px !important;
    font-weight: 500 !important;
    line-height: 43px !important;
    color: #fff !important;
    margin-bottom: 0px !important;
  }
}

@media (max-width: 581px) {
  .sub-news br {
    display: none !important;
  }

  .sub-news {
    margin-bottom: 30px !important;
  }
}

/************* common section *************/
@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1250px !important;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1350px !important;
  }
}

@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px !important;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px !important;
  }
}

@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px !important;
  }
}

h2.title-h2 {
  color: #212529;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 30px;
}

p {
  color: #4b4f52;
  font-size: 18px;
  font-weight: 400;
}

.footer-style-1 .description,
.sub-weg6 {
  color: #fff;
  font-family: "GeneralSans-Variable";
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
}

.footer-style-1 .ft-title {
  margin-bottom: 20px;
  font-family: "GeneralSans-Variable";
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
}

.footer-style-1 .description {
  font-family: "GeneralSans-Variable";
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  text-align: left;
  opacity: 0.8;
}

.footer-widget .ft-link li a {
  opacity: 0.8;
}

.footer-widget .ft-link li {
  margin-bottom: 15px;
}

.description.fot-link a {
  color: #fff;
}

.description.fot-link a:hover {
  color: #f72585;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

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

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

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

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

.f-20-700 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.f-20-500 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.f-20-400 {
  font-size: 20px;
  font-weight: 450 !important;
  line-height: 30px;
}

.grad-bg {
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
}

.grad-bg1 {
  background: linear-gradient(70deg, #42307d 0%, #6941c6 100%);
}

.grad-bg2 {
  background: linear-gradient(103deg, #d9649c 17.58%, #ae57d2 96.86%);
}

.grad-bg3 {
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
}

.grad-bg4 {
  background: linear-gradient(
    70deg,
    rgba(66, 48, 125, 0.05) 0%,
    rgba(105, 65, 198, 0.05) 100%
  );
}

.grad-bg5 {
  background: linear-gradient(68deg, #1b1464 0%, #5546ee 100%);
}

.grad-bg6 {
  background: linear-gradient(45deg, #ff6767 0%, #ec9886 50%, #fc22f3 100%);
}

.grad-txt {
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grad-txt1 {
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grad-txt2 {
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grad-txt3 {
  background: linear-gradient(70deg, #42307d 0%, #6941c6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*== vilot==*/

.grad-bord {
  background: transparent;
  padding: 0.5rem 1rem;
  background-image: linear-gradient(90deg, white, white),
    linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #000;
}

.grad-bord-active:hover {
  background: transparent;
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  color: #fff;
  background-color: inherit;
  background-position: 102% 0;
  transition: all 0.4s ease-in-out;
  transform: translate3d(0, -2px, 0);
}

@media (max-width: 1400px) {
  .f-20-700 {
    font-size: 18px;
    line-height: 30px;
  }

  .f-20-500 {
    font-size: 18px;
    line-height: 30px;
  }

  .f-20-400 {
    font-size: 18px;
    line-height: 30px;
  }

  .mb-100 {
    margin-bottom: 70px;
  }

  .mb-20 {
    margin-bottom: 18px;
  }

  .mb-30 {
    margin-bottom: 26px;
  }

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

  p {
    font-size: 17px;
  }

  h2.title-h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .inner-banner {
    margin-bottom: 100px;
  }
}

@media (max-width: 1200px) {
  .f-20-700 {
    font-size: 16px;
    line-height: 28px;
  }

  .f-20-500 {
    font-size: 16px;
    line-height: 28px;
  }

  .f-20-400 {
    font-size: 16px;
    line-height: 28px;
  }

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

  .mb-20 {
    margin-bottom: 15px;
  }

  .mb-30 {
    margin-bottom: 25px;
  }

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

  p {
    font-size: 16px;
  }

  h2.title-h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .inner-banner {
    margin-bottom: 80px;
  }
}

@media (max-width: 1024px) {
  .f-20-700 {
    font-size: 15px;
    line-height: 24px;
  }

  .f-20-500 {
    font-size: 15px;
    line-height: 24px;
  }

  .f-20-400 {
    font-size: 15px;
    line-height: 24px;
  }

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

  .mb-20 {
    margin-bottom: 15px;
  }

  .mb-30 {
    margin-bottom: 21px;
  }

  h2.title-h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .mob-center {
    text-align: center;
  }

  .mob-center p {
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .mb-100 {
    margin-bottom: 50px;
  }

  .mb-20 {
    margin-bottom: 12px;
  }

  .mb-30 {
    margin-bottom: 18px;
  }

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

  p {
    font-size: 15px;
    line-height: 24px;
  }

  h2.title-h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px;
  }

  .new-online p.become-txt-n p {
    line-height: 18px;
  }

  .view-all-button .app-btn {
    margin-bottom: 5px;
  }

  .take-next-txt {
    font-size: 30px;
    line-height: 39px;
  }

  .inner-banner {
    margin-bottom: 60px;
  }
}

@media (max-width: 481px) {
  .f-20-700 {
    font-size: 14px;
  }

  .f-20-500 {
    font-size: 14px;
  }

  .f-20-400 {
    font-size: 14px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  h2.title-h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .inner-banner {
    margin-bottom: 50px;
  }
}

/**************** Mega Menu -*************/

.menu-mega-sec h2 {
  color: #212529;
  font-size: 17px !important;
  font-weight: 500;
  margin-bottom: 0;
  padding-right: 10px;
}

.menu-mega-sec ul.nav {
  display: block;
}

.menu-mega-sec li:first-child a {
  padding-left: 19px !important;
}

.menu-mega-sec li {
  padding: 4px 0;
}

.menu-mega-sec li a {
  padding: 14px 0 14px 20px;
}

.menu-mega-sec {
  background: linear-gradient(
    70deg,
    rgba(66, 48, 125, 0.1) 0%,
    rgba(105, 65, 198, 0.1) 100%
  );
  padding: 25px;
  padding-right: 0;
  height: 100%;
}

.rbt-megamenu .wrapper {
  padding: 0 !important;
}

.menu-mega-sec ul li a.active {
  border-radius: 10px 0px 0px 10px !important;
  color: #fff !important;
  background: linear-gradient(70deg, #42307d 0%, #6941c6 100%) !important;
}

.menu-mega-sec ul li a.active h2 {
  color: #fff;
}

.menu-sub-mega {
  padding: 20px;
}

.menu-sub-mega h3 {
  color: #53389e;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.8px;
}

.menu-sub-mega ul li {
  margin: 0 !important;
  padding: 0 !important;
}

.menu-sub-mega ul li a {
  padding: 10px 4px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px;
}

.menu-sub-mega ul li a:hover {
  background: #fff !important;
}

.bot-menu-sec h4 {
  color: #212529;
  font-size: 18px;
  font-weight: 400;
  padding-left: 58px;
  line-height: 30px;
}

.bot-menu-sec {
  border-top: 1px solid #ccc;
  margin-left: -30px;
  margin-top: 10px;
  padding-top: 21px;
}

@media (max-width: 1400px) {
  .menu-mega-sec h2 {
    font-size: 15px !important;
  }

  .bot-menu-sec h4 {
    font-size: 16px !important;
  }
}

/**++++++++++++ Banner Inner +++++++++++++*/
.inner-banner {
  background: url(images/itrobesimages/banner-inner-img.svg) no-repeat right
    center !important;
  background-size: cover !important;
}
.inner-banner {
  height: 550px;
  margin-bottom: 80px;
}
#finder .inner-banner {
  height: 450px;
  margin-bottom: 80px;
}

.inner-cont {
  padding: 100px 80px;
  width: 100%;
}

.inner-cont .become-a p.become-txt-si {
  color: #fff;
}

.inner-cont h1 {
  color: #fff;
  display: block;
  font-size: 76px;
  font-family: "GeneralSans-Variable";
  font-weight: 600;
}

.inner-cont p.marg-b {
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  margin-bottom: 20px;
}

.new-online {
  display: flex;
  align-items: center;
}

.new-online p.new-txt-n {
  display: inline-block;
  padding: 0px 8px;
  background: #fff;
  color: #000;
  border-radius: 50px;
  margin: 0;
  /* margin-right: 10px; */
}

.new-online p.new-txt-n span.col-grad {
  font-size: 14px;
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.new-online {
  border-radius: 25px;
  gap: 10px;
  background: linear-gradient(
    45deg,
    #f29e62 0%,
    #c263b5 50%,
    #8a57fd 100%
  ) !important;
  padding: 4px;
  margin-bottom: 30px;
}

.outer-new-box {
  display: inline-block;
}

.new-online p.become-txt-n {
  font-size: 14px;
  color: #fff;
  margin-right: 30px;
}

.ban-icon-sec ul {
  padding: 0;
  display: flex;
}

.ban-icon-sec ul li {
  list-style: none;
  margin-right: 50px;
  font-size: 16px;
  color: #fff;
}

.ban-icon-sec ul li img {
  margin-right: 5px;
}

@media (max-width: 1400px) {
  .inner-cont {
    padding: 80px 40px 120px 40px !important;
  }
}

@media (max-width: 1200px) {
  .inner-banner {
    height: auto !important;
    margin-bottom: 110px !important;
  }

  .inner-cont h1 {
    font-size: 42px !important;
    line-height: 40px !important;
  }

  .inner-cont p.marg-b {
    line-height: 24px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 1024px) {
  .inner-cont h1 {
    font-size: 57px !important;
    line-height: 56px !important;
    margin-bottom: 15px !important;
  }

  .inner-cont p.marg-b {
    font-size: 15px !important;
  }

  .inner-cont {
    padding: 60px 30px 100px 30px !important;
  }

  .inner-cont .become-a {
    margin-bottom: 15px !important;
  }

  .inner-banner {
    margin-bottom: 80px !important;
  }

  .ban-icon-sec ul li {
    margin-right: 40px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 768px) {
  .inner-banner {
    margin-bottom: 60px !important;
  }

  .inner-cont h1 {
    font-size: 45px !important;
    line-height: 50px !important;
    margin-bottom: 15px !important;
  }

  .inner-cont {
    padding: 50px 20px 80px 20px !important;
  }

  .inner-cont .become-a {
    margin-bottom: 15px !important;
  }

  .inner-cont p.marg-b br {
    display: none !important;
  }

  .inner-cont .become-a .become-txt-si {
    line-height: 20px !important;
  }

  .ban-icon-sec ul li {
    margin-right: 30px !important;
    font-size: 14px !important;
  }
}

/*------------------ About Us Finder -----------------*/
ul.top-about li {
  display: inline-block;
  padding: 7px 20px;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  margin-right: 20px;
  background: linear-gradient(
    45deg,
    rgba(242, 158, 98, 0.5) 0%,
    rgba(194, 99, 181, 0.5) 50%,
    rgba(138, 87, 253, 0.5) 100%
  );
}

.train-ab-box {
  display: flex;
  gap: 30px;
}

ul.top-about {
  padding-left: 0;
}

.new-online-ab {
  padding: 7px 18px 9px 18px;
  background: linear-gradient(
    45deg,
    rgba(242, 158, 98, 0.5) 0%,
    rgba(194, 99, 181, 0.5) 50%,
    rgba(138, 87, 253, 0.5) 100%
  );

  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-online-ab > p {
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.marg-b {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.section-two-bg {
}

.description-about-us {
  margin-top: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: #4b4f52;
}

/* .vis-miss {
  margin-top: 81px;
  display: flex;
  gap: 20px;
  width:88%;
} */
.vis-miss {
  margin-top: 81px;
  display: flex;
  gap: 40px;
  width: 80%;
  margin-right: 20px;
}

/* .our-vission {
  border-radius: 10px;
  background: #54379e;
  padding: 50px 40px;
} */
.our-vission {
  border-radius: 10px;
  background: #54379e;
  padding: 50px 40px;
}

.viss-txt {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: normal;
}

.viss-condent {
  margin-top: 19px;
  color: #fff;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.our-mission {
  padding: 50px 40px;
  border-radius: 10px;
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
}

/* .our-mission {
  padding: 50px 40px;
  border-radius: 10px;

  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
} */

.content-ab {
  background: url("images/itrobesimages/Mask_2.png");
  background-color: #c263b5;
  /* border: 2px solid black; */
  background-size: cover;
  width: 400px;
  position: relative;
  overflow: hidden;
  height: 100%;
  /* height: 450px; */
  /* margin-left: 200px; */
  border-radius: 10px;
  padding-left: 80px;
}

.content-ab img {
  position: relative;
  overflow: hidden;
  height: 450px;
  top: 203px;
}

.experence {
  color: #6b7385;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  height: 100%;
}

.exper-sub {
  color: #6b7385;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  background: linear-gradient(69.68deg, #42307d 0%, #6941c6 100%);
  height: 100%;
}

.experence-box-txt {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}

.experence-box-txt > p {
  font-size: small;
}

.exp-header {
  color: white;
}

.client-det {
  text-align: center;
}

.counter {
  color: #54379e !important;
}

.subtitle {
  color: #54379e !important;
}

.banner-title {
  color: #54379e !important;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 114.286% */
  letter-spacing: -0.8px;
}

.about-blu {
  color: #6941c6;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}

.our-train-cour {
  margin-top: 30px;
  color: #53389e;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  /* 128.571% */
  letter-spacing: -0.8px;
}

#about {
  /* padding-top: 150px; */
  padding-bottom: 133px;
}

.achivement {
  padding: 10px 30px 10px 30px;
  border-radius: 50px;
  color: #54379e;
  background: linear-gradient(
    68deg,
    rgba(27, 20, 100, 0.13) 0%,
    rgba(85, 70, 238, 0.13) 100%
  );
  display: inline-block;
  margin-bottom: 25px;
}

.number {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.number .num-sec-box {
  width: 33%;
}

.num-font {
  font-size: 86px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  /* 83.721% */

  color: #54379e;
}

.plus-symbol {
  font-size: 38px;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}

.years {
  color: rgb(92, 90, 90);
}

#achivment {
  background: linear-gradient(
    70deg,
    rgba(66, 48, 125, 0.05) 0%,
    rgba(105, 65, 198, 0.05) 100%
  );
}

.exper-ence {
  margin-left: 11px;
  font-size: 24px;
  line-height: 21px;
  display: inline-block;
  margin-top: 6px;
  font-weight: 500;
}

.rbt-flipbox-wrap.rbt-service.rbt-service-1.exper-sub {
  border-radius: 20px;
}

.exp-header {
  display: flex;
  align-items: center;
}

.teams .contents {
  box-shadow: 0px 6px 34px 0px rgba(215, 216, 222, 0.41);
}

.teams .contents:hover {
  color: white;
}

@media (max-width: 991px) {
  .our-train-cour {
    margin-top: 9px !important;
    font-size: 33px !important;
    line-height: 42px !important;
  }

  .vis-miss {
    width: 100% !important;
  }

  .our-train-cour br {
    display: none !important;
  }

  #about {
    padding-bottom: 80px !important;
  }

  .top-two-box h2 {
    font-size: 42px !important;
  }
}

@media (max-width: 767px) {
  .our-train-cour {
    margin-top: 7px !important;
    font-size: 30px !important;
    line-height: 36px !important;
  }

  .vis-miss {
    flex-wrap: wrap !important;
  }

  #about {
    padding-bottom: 50px !important;
  }

  .number {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .number .num-sec-box {
    width: 100% !important;
    margin-bottom: 40px !important;
  }

  .num-font {
    font-size: 66px !important;
    line-height: 57px !important;
  }
}

/*------------------ Courses Finder -----------------*/
.outer-pad {
  padding: 0 80px;
}

.class-online {
  background: #f3f3f3;
  padding: 5px;
  display: flex;
  margin-bottom: 30px;
  font-size: 18px;
  border-radius: 10px;
}

.class-online button {
  width: 50%;
  border: 0;
  border-radius: 7px;
  padding: 10px;
}

.class-online button.active {
  background: #fff;
}

.cou-fin-sea .rbt-search-style-1 input {
  height: 55px;
  padding-right: 50px;
  padding-left: 50px;
  width: 100%;
  background: #f0f0f0;
  border: none;
  opacity: 1;
  font-family: "GeneralSans-Variable";
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  color: #000;
}

.cou-fin-sea .rbt-search-style-1 .search-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.cou-fin-sea .rbt-search-style-1 .search-icon {
  position: absolute;
  left: 15px;
  height: 24px;
  width: 24px;
}

.cou-fin-sea .rbt-search-style-1 input::placeholder {
  opacity: 0.4;
  font-weight: 500;
}

button.search-btn-top {
  width: 20%;
  border-radius: 10px;
  margin: 0 0 0 20px;
  border: none;
  background: linear-gradient(
    45deg,
    #f29e62 0%,
    #c263b5 50%,
    #8a57fd 100%
  ) !important;
  color: #fff;
}

button.search-btn-top:hover {
  background: linear-gradient(
    45deg,
    #8a57fd 0%,
    #c263b5 50%,
    #f29e62 100%
  ) !important;
}

.cou-fin-sea form {
  display: flex;
  margin-bottom: 30px;
}

.filter-sec {
  margin-bottom: 30px;
  display: flex;
}

.filter-sec-left {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.filter-sec-left p.result-sec {
  margin-bottom: 0;
  background: #fff;
  padding: 0 20px 0 0;
}

.filter-sec-left .filter-select {
  padding-left: 20px;
  background: #fff;
}

.filter-sec-left .filter-select button.sort-box {
  border: none;
  background: #fff;
}

.filter-sec-left:before {
  content: "";
  width: 90%;
  border-top: 1px solid #ccc;
  position: absolute;
  margin: 0 auto;
  left: 5%;
  z-index: -1;
}

.finder-brn-right {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.finder-brn-right a {
  padding: 7px 30px;
  border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #f29e62;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(70deg, #42307d 0%, #6941c6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rbt-course-box .courses-cont-sec {
  display: flex;
  border-radius: 10px;
  background: #f7f5fc;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 25px;
  margin-bottom: 20px;
  background-image: linear-gradient(90deg, #f7f5fc, #f7f5fc),
    linear-gradient(180deg, #d757a4 0%, #8957fe 100%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 1px solid transparent;
}
.rbt-course-box .courses-cont-sec:hover {
  background-image: linear-gradient(90deg, white, white),
    linear-gradient(180deg, #d757a4 0%, #8957fe 100%);
}

.rbt-course-box .finder-cont-left {
  width: 80%;
}

.rbt-course-box .finder-brn-right {
  width: 20%;
}

.rbt-course-box .finder-cont-left h2 {
  font-size: 24px;
  /* color: #000; */
  background: linear-gradient(69.68deg, #42307d 0%, #6941c6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.date-eve-loc {
  display: flex;
  align-items: center;
}

.date-eve-loc p {
  margin-bottom: 0;
  color: #212529;
  font-size: 18px;
  margin-right: 20px;
  font-weight: 400;
  line-height: 30.6px;
  text-align: left;
}

.date-eve-loc p span {
  font-size: 16px;
  background: linear-gradient(69.68deg, #42307d 0%, #6941c6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.date-eve-loc span.upcome-sec {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  padding: 6px 10px;
  border-radius: 50px;
  background: linear-gradient(225.02deg, #8eceff -53.46%, #1b91eb 95.89%);
  display: inline-block;
  margin-right: 12px;
  /* box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    -webkit-transition: all ease-in-out 300ms; */
}
/* .date-eve-loc span.upcome-sec:hover{
	box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -5px) scale(1.2);
          transform: translate(0px, -5px) scale(1.2);
} */

.date-eve-loc span.upcome-sec b {
  font-weight: 400;
  color: #ffffff;
}

.date-eve-loc span.locat-sec {
  font-size: 16px;
  font-weight: 300;
  padding: 6px 10px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 12px;
  background: transparent;
  padding: 0.5rem 1rem;
  background-image: linear-gradient(90deg, #f7f5fc, #f7f5fc),
    linear-gradient(180deg, #d757a4 0%, #8957fe 100%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #000;
}
.date-eve-loc span.locat-sec:hover {
  background-image: linear-gradient(90deg, #ffffff, #ffffff),
    linear-gradient(180deg, #d757a4 0%, #8957fe 100%);
}
.rbt-sidebar-box .accordion-item.card {
  box-shadow: none;
  border-bottom: 1px solid rgb(0 0 0 / 15%);
  border-radius: 0 !important;
}

.rbt-sidebar-box #accordionExamplea1 button.accordion-button {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.rbt-sidebar-box #accordionExamplea1 {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 30px;
}

.rbt-sidebar-box .rbt-accordion-style .card + .card {
  margin-top: 0;
}

.rbt-sidebar-box .accordion-item.card:last-child {
  border: none;
}

.rbt-sidebar-box
  .rbt-accordion-style
  .card
  .card-header
  button.collapsed::before {
  content: "\e92e" !important;
}

.rbt-sidebar-box .rbt-accordion-style .card .card-header button::before {
  content: "\e931" !important;
}

.rbt-sidebar-box .accordion-body.card-body {
  background: #fff !important;
  padding: 0 20px;
}

.rbt-sidebar-box .accordion-body.card-body ul {
  padding-left: 5px;
}

.rbt-sidebar-box .accordion-body.card-body ul li {
  list-style: none;
}

.pagenation-sec {
  margin-bottom: 150px;
}

.pagenation-sec .rbt-pagination {
  justify-content: flex-start;
}

.pagenation-sec .rbt-pagination li a {
  box-shadow: none;
  background: transparent;
  color: #212529;
  border-radius: 0;
  border: none;
}

.pagenation-sec .rbt-pagination li.active a.page-txt,
.pagenation-sec .rbt-pagination li:hover a.page-txt {
  background: transparent;
  background: linear-gradient(70deg, #42307d 0%, #6941c6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pagenation-sec .rbt-pagination li.active a,
.pagenation-sec .rbt-pagination li:hover a {
  background: linear-gradient(70deg, #42307d 0%, #6941c6 100%);
  color: #fff;
}

.req-apply-box {
  border-radius: 10px;
  margin: 0;
  border: none;
  background: linear-gradient(
    45deg,
    #f29e62 0%,
    #c263b5 50%,
    #8a57fd 100%
  ) !important;
  color: #fff;
  width: 100%;
  padding: 20px;
}

.req-apply-box:hover {
  background: linear-gradient(
    45deg,
    #8a57fd 0%,
    #c263b5 50%,
    #f29e62 100%
  ) !important;
}

.rbt-sidebar-box .accordion-body.card-body ul li {
  padding-left: 5px;
}

.dropdown-box.hide-show-box {
  display: none;
  position: absolute;
  right: 0;
  top: 28px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  justify-content: flex-end;
  box-shadow: 0px 1px 2px #ccc;
}

.dropdown-box.hide-show-box.show {
  display: flex;
}

.dropdown-box.hide-show-box ul {
  margin-bottom: 0px;
  padding: 10px 15px;
}

.dropdown-box.hide-show-box ul li {
  list-style: none;
}

.dropdown-box.hide-show-box ul li a {
  font-size: 14px;
}

@media (max-width: 1400px) {
  .outer-pad {
    padding: 0 40px !important;
  }

  .date-eve-loc span.upcome-sec,
  .date-eve-loc span.locat-sec {
    font-size: 14px !important;
    padding: 6px 8px !important;
  }

  .date-eve-loc p {
    font-size: 16px !important;
    margin-right: 15px !important;
  }

  .rbt-course-box .finder-cont-left h2 {
    font-size: 20px;
  }

  .rbt-course-box .finder-cont-left {
    width: 85% !important;
  }

  .rbt-course-box .finder-brn-right {
    width: 15% !important;
  }

  .finder-brn-right a {
    padding: 7px 27px !important;
    font-size: 18px !important;
  }

  .req-apply-box {
    padding: 14px 10px !important;
    font-size: 16px !important;
  }

  .req-apply-box {
    padding: 14px 10px !important;
  }
}

@media (max-width: 1200px) {
  .date-eve-loc {
    flex-wrap: wrap !important;
  }

  .class-online button {
    font-size: 15px !important;
  }

  .rbt-course-box .finder-cont-left h2 {
    font-size: 14px !important;
  }

  .pagenation-sec {
    margin-bottom: 90px !important;
  }

  .cou-fin-sea .rbt-search-style-1 input {
    height: 50px !important;
  }

  .top-two-box h2 {
    font-size: 42px !important;
  }
}

@media (max-width: 768px) {
  .date-eve-loc span.upcome-sec,
  .date-eve-loc span.locat-sec {
    font-size: 12px !important;
    padding: 3px 8px !important;
    margin-bottom: 5px !important;
  }

  .finder-brn-right a {
    padding: 5px 14px !important;
    font-size: 14px !important;
  }

  .rbt-course-box .finder-cont-left h2 {
    font-size: 16px !important;
  }

  button.search-btn-top {
    font-size: 14px !important;
    margin: 0 0 0 10px !important;
  }

  .cou-fin-sea .rbt-search-style-1 input {
    font-size: 14px !important;
  }

  .date-eve-loc p {
    display: none !important;
  }

  .top-two-box h2 {
    font-size: 42px !important;
  }
}

@media (max-width: 481px) {
}

/*------------------ Courses Finder Single -----------------*/

.sched-sec {
  border-radius: 10px;
  border: 1px solid rgb(33 37 41 / 21%);
}

.sched-sec .sched-box {
  display: flex;
  padding: 20px 50px;
  border-bottom: 1px solid rgb(33 37 41 / 21%);
}

.sched-sec .sched-box:last-child {
  border-bottom: 0;
}

.sched-sec .sched-box .dub-date-fee {
  width: 90%;
  display: flex;
  align-items: center;
}

.dub-date-fee p.dub-sec {
  color: #54379e;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 30px;
}

.dub-date-fee p.date-sec {
  display: inline-block;
  padding: 9px 24px;
  border-radius: 50px;
  background: rgb(105 65 198 / 11%);
  margin-bottom: 0;
  margin-right: 30px;
}

.dub-date-fee p.date-sec span {
  background: linear-gradient(70deg, #42307d 0%, #6941c6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dub-date-fee p.fees-sec {
  display: inline-block;
  padding: 9px 24px;
  border-radius: 50px;
  color: #f72585;
  margin-bottom: 0;
  margin-right: 30px;
  background: rgb(247 37 133 / 11%);
}

.sched-box a.app-cou {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 40px;
  border-radius: 50px;
}

.sched-box a.app-cou:hover span {
  color: #fff !important;
  -webkit-text-fill-color: inherit !important;
}

.advance-tab-button .tab-button-style-2 {
  border-bottom: none;
}

.advance-tab-button.adv-tab-box ul li a {
  padding-left: 0;
  padding-right: 0;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #212529;
}

.advance-tab-button.adv-tab-box ul li a:hover,
.advance-tab-button.adv-tab-box ul li a.active {
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab-button-style-2 li a.active::after {
  background: linear-gradient(
    45deg,
    #f29e62 0%,
    #c263b5 50%,
    #8a57fd 100%
  ) !important;
}

#course-2,
#course-3,
#course-4,
#course-5,
#course-6 {
  display: none;
}

#course-2.active,
#course-3.active,
#course-4.active,
#course-5.active,
#course-6.active {
  display: block;
}

.rbt-accordion-style.acc-single-cour .card button {
  color: #42307d !important;
  font-size: 22px;
  font-weight: 500;
  padding-left: 40px;
}

.rbt-accordion-style.acc-single-cour .card button:before {
  right: inherit;
  left: 0;
  background-color: #000 !important;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #fff !important;
  -webkit-background-clip: inherit !important;
  -webkit-text-fill-color: #fff !important;
  padding: 0;
  line-height: 24px;
  background: var(
    --GRADIENT,
    linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%)
  ) !important;
}

.rbt-accordion-style.acc-single-cour .card button.collapsed:before {
  right: inherit;
  left: 0;
  background-color: #000 !important;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #fff !important;
  -webkit-background-clip: inherit !important;
  -webkit-text-fill-color: #fff !important;
  padding: 0;
  padding-left: 2px;
  line-height: 24px;
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
}

.rbt-accordion-style.acc-single-cour .card h2 {
  border-bottom: 0 !important;
}

.accordion-body.card-body h3 {
  color: #212529;
  font-size: 20px;
  font-weight: 500;
}

.accordion-body.card-body ul li,
.cert-sec ul li {
  color: #4b4f52;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 13px;
  padding-left: 25px;
  list-style: none;
}

.accordion-body.card-body ul li:before,
.cert-sec ul li:before {
  content: "\f005";
  font-family: "feather" !important;
  position: absolute;
  top: 0;
  font-size: 14px;
  color: #000;
  width: 10px;
}

.provide-out-box {
  padding: 40px 70px;
  display: inline-block;
  background: #feeaea;
  margin-bottom: 40px;
}

.provide-out-box h3 {
  color: #54379e;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.course-right-out button {
  padding: 15px 20px;
  font-size: 18px;
  border-radius: 5px;
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.course-right-out button:after {
  content: "";
  background: url(images/itrobesimages/single-arrow.svg) no-repeat center;
  padding: 7px;
  position: absolute;
  right: 26px;
  top: 20px;
}
.course-right-out button.afternone:after {
  content: none !important; /* Use none instead of "" to completely remove the element */
}

/*.course-right-out button:after { content:'';     background: #ccc; padding: 2px; position: absolute; right: 26px; }*/
.course-right-out button:hover {
  background: transparent;
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  color: #fff;
  border: 1px solid transparent !important;
}

.rel-course-outer {
  padding: 30px 30px 30px 15px;
  border-radius: 10px;
}

.rel-course-box {
  border-bottom: 1px solid rgb(255 255 255 / 40%);
  margin-bottom: 20px;
}

.rel-course-box h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.rel-course-box span.rate-c {
  padding: 4px 12px;
  background: rgb(255 255 255 / 20%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
}

.rel-course-outer .rel-course-box:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.you-may-box {
  border-radius: 20px;
  border: 1px solid #ccc7ff;
  padding: 50px;
  background: #f9f5ff;
}

.you-may-box span.online-you {
  color: #d757a4;
  background: #fff;
  margin-bottom: 20px;
  padding: 4px 12px;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.you-may-box h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}

.you-may-box p {
  color: #212529;
  font-size: 18px;
  font-weight: 400;
}

.teams .you-may-box.contents:hover {
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
}

.you-may-box:hover h3,
.you-may-box:hover p {
  color: #fff;
}

.cert-sec ul {
  padding-left: 5px;
}

/*.accordion-body.card-body ul li, .cert-sec ul li { padding-left:0!important;}*/
.dub-date-fee p.dub-sec {
  position: relative;
  padding-left: 26px;
}

.dub-date-fee p.dub-sec:after {
  content: "";
  background: url(images/itrobesimages/date.svg) no-repeat center;
  padding: 10px;
  position: absolute;
  left: 0px;
  top: 4px;
}

ul.star-icon li {
  position: relative;
}

ul.star-icon li:after {
  content: "";
  background: url(images/itrobesimages/star-icon.svg) no-repeat center;
  padding: 8px;
  position: absolute;
  left: 0px;
  top: 4px;
}

ul.star-icon {
  padding-left: 0;
}

.provide-out-box img {
  margin: 0 20px;
}

/***** popup sec ***/

.req-pop .modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
  display: flex;
  margin-right: 0;
}

.req-pop .modal-dialog .modal-content {
  padding: 40px;
}

.course-com-sec .couse-code-name {
  display: flex;
}

.course-com-sec {
  margin-bottom: 40px;
}

.course-com-sec .couse-code-name .course-t1 {
  width: 20%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.course-com-sec .couse-code-name .course-t2 {
  width: 5%;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.course-com-sec .couse-code-name .course-t3 {
  width: 50%;
  color: #4b4f52;
  font-size: 16px;
  font-weight: 400;
}

.req-pop .modal-header {
  border-bottom: 0;
  position: relative;
  top: -26px;
  right: -26px;
}

form.request-form {
  display: flex;
  flex-wrap: wrap;
}

.tab.list-form-sec {
  flex-wrap: wrap;
  width: 100%;
}

form.request-form .col-box6 {
  width: 50%;
  padding-right: 10px;
}

form.request-form .col-box12 {
  width: 100%;
  padding-right: 10px;
}

.req-pop .modal-dialog .modal-content h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

form.request-form .col-box6 label {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  position: relative;
  top: 11px;
  left: 18px;
  background: #fff;
  padding: 0 10px;
  z-index: 2;
}

form.request-form .col-box6 .input-box,
form.request-form .col-box6 .select-box {
  border-radius: 8px;
  border: 1px solid #d2d5da;
  background: #fff;
  box-shadow: none;
}

form.request-form .col-box6 .input-box.invalid {
  border: 1px solid red;
}

form.request-form .col-box6 .dropdown.bootstrap-select.select-box {
  width: 100%;
  height: 50px;
}

form.request-form .col-box6 .select-box {
  width: 100% !important;
  left: 0;
}

form.request-form .col-box6 .dropdown.bootstrap-select.select-box button {
  height: 48px;
  line-height: 44px;
  background: #fff;
  border-radius: 10px;
}

form.request-form .col-box6 span {
  color: red;
}

form.request-form .col-box6.box2 {
  padding-left: 10px;
  padding-right: 0px;
}

form.request-form .col-box12.submit-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

form.request-form .col-box12.submit-btn input {
  border-radius: 10px;
  background: #d757a4;
  padding: 9px 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: none;
}

.req-pop .modal-header button {
  background: #d757a4;
  padding: 6px;
  border-radius: 50px;
  opacity: 1;
  color: #fff;
  line-height: 13px;
  font-size: 12px;
}

.req-pop .modal-body::-webkit-scrollbar {
  width: 2px;
}

.req-pop .modal-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.req-pop .modal-body::-webkit-scrollbar-thumb {
  background: #d757a4;
  border-radius: 10px;
}

.req-pop .modal-body::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

form.request-form .col-box6 .select-box ul.dropdown-menu li {
  margin: 0;
}

form.request-form .col-box6 .select-box ul.dropdown-menu li a {
  padding: 10px;
  font-size: 14px;
  color: #000;
}

form.request-form .col-box6 .select-box ul.dropdown-menu li a span {
  color: #000;
}

form.request-form .col-box6 .select-box .dropdown-menu {
  padding: 0;
}

form.request-form .col-box6 .select-box .filter-option-inner-inner {
  color: #646262;
  font-size: 16px;
  font-weight: 400;
}

form.request-form .nxt-prev-sec {
  margin-top: 30px;
}

#regForm .nxt-prev-sec button#prevBtn {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

#regForm .nxt-prev-sec button#prevBtn:hover {
  background: #d757a4;
  color: #fff;
}

/************* Step ********************/

/* Hide all steps by default: */
.tab {
  display: none;
}

.nxt-prev-sec {
  overflow: auto;
  width: 100%;
}

#regForm .nxt-prev-sec button {
  border: none;
  padding: 12px 50px;
  font-size: 17px;
  border-radius: 10px;
  cursor: pointer;
  background: #d757a4;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

#regForm .nxt-prev-sec button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  display: inline-block;
  font-size: 14px;
  opacity: 0.5;
  color: #000;
  margin-right: 20px;
}

.step.active {
  opacity: 1;
}

ul.step-box {
  margin: 20px 0;
}

ul.step-box li b {
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  background: #d757a4;
  line-height: 28px;
  border-radius: 50px;
  color: #fff;
  margin-right: 10px;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  opacity: 1;
}

.check-box-sec {
  margin: 10px;
}

@media (max-width: 1400px) {
  .course-right-out button {
    font-size: 16px !important;
  }

  .you-may-box h3 {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .you-may-box span.online-you {
    font-size: 18px !important;
  }

  .you-may-box p {
    font-size: 16px !important;
  }
}

@media (max-width: 1200px) {
  /* .rbt-header .logo a img {
    max-height: 30px !important;
  } */

  .rbt-header .mainmenu-nav .mainmenu > li > a {
    padding: 0 8px !important;
  }

  .rbt-header .mainmenu-nav .mainmenu > li > a {
    font-size: 15px !important;
  }

  .req-call-bg {
    width: 180px !important;
  }

  .req-call-bg a.request-call-back {
    font-size: 16px !important;
  }

  .inner-cont {
    padding: 80px 30px 80px 30px !important;
  }

  .inner-banner {
    margin-bottom: 70px !important;
  }

  .rel-course-box h3 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .tab-button-style-2 li a .title {
    font-size: 17px !important;
  }

  .advance-tab-button ul li a {
    margin-right: 30px !important;
  }

  .tab-button-style-2 li a {
    padding-bottom: 8px !important;
  }

  .rbt-accordion-style.acc-single-cour .card button {
    font-size: 20px !important;
  }

  .provide-out-box h3 {
    font-size: 22px !important;
  }

  .you-may-box h3 {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .you-may-box span.online-you {
    margin-bottom: 12px !important;
  }
}

@media (max-width: 1024px) {
  form.request-form .col-box12 input {
    padding: 6px 44px !important;
    color: #fff !important;
    font-size: 18px !important;
    height: 50px !important;
  }

  .sched-sec .sched-box {
    padding: 15px 20px !important;
  }

  .sched-box a.app-cou {
    font-size: 16px !important;
    padding: 8px 40px !important;
  }

  .outer-pad {
    padding: 0 30px !important;
  }

  .accordion-body.card-body ul li,
  .cert-sec ul li {
    font-size: 16px !important;
  }

  .footer-style-1 .footer-top {
    padding-top: 65px !important;
    padding-bottom: 70px !important;
  }

  .provide-out-box {
    padding: 40px 50px !important;
    margin-bottom: 22px !important;
  }

  .provide-out-box h3 {
    font-size: 20px !important;
  }

  .rbt-arrow-between .rbt-swiper-arrow {
    width: 45px !important;
    height: 45px !important;
  }

  .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
    left: 8px !important;
  }

  .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
    left: auto !important;
    right: 8px !important;
  }

  .upcome-event .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
    left: auto !important;
    right: 4px !important;
  }

  .upcome-event .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
    left: 4px !important;
  }

  .rbt-accordion-style.rbt-accordion-02 .card .card-body {
    font-size: 16px !important;
  }

  .upcome-event .rbt-arrow-between.rbt-dot-bottom-center .rbt-swiper-arrow {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .outer-pad {
    padding: 0 20px !important;
  }

  .sched-sec .sched-box {
    padding: 14px 18px !important;
  }

  .sched-sec .sched-box .dub-date-fee {
    width: 85% !important;
    display: inline-block !important;
  }

  .dub-date-fee p.dub-sec {
    margin-bottom: 8px !important;
    margin-right: 10px !important;
  }

  .dub-date-fee p.date-sec {
    padding: 4px 10px !important;
    margin-bottom: 8px !important;
    margin-right: 10px !important;
  }

  .dub-date-fee p.fees-sec {
    padding: 4px 10px !important;
    margin-bottom: 0 !important;
    margin-right: 10px !important;
  }

  .sched-box a.app-cou {
    font-size: 14px !important;
    padding: 4px 14px !important;
    align-self: flex-end !important;
  }

  .inner-cont {
    padding: 50px 30px 50px 30px !important;
  }

  .inner-cont p.marg-b {
    font-size: 14px !important;
    line-height: 23px !important;
  }

  .outer-pad {
    padding: 0 10px !important;
  }

  .inner-banner {
    margin-bottom: 50px !important;
  }

  .tab-button-style-2 li a .title {
    font-size: 15px !important;
  }

  .advance-tab-button ul li a {
    margin-right: 22px !important;
    padding-bottom: 5px !important;
    font-size: 17px !important;
  }

  .rbt-accordion-style.acc-single-cour .card button {
    font-size: 18px !important;
  }

  .provide-out-box {
    padding: 20px 30px !important;
    margin-bottom: 22px !important;
  }

  .provide-out-box h3 {
    font-size: 18px !important;
  }

  .rel-course-box h3 {
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .rbt-arrow-between .rbt-swiper-arrow {
    width: 40px !important;
    height: 40px !important;
  }

  .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
    left: 2px !important;
  }

  .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
    left: auto !important;
    right: 2px !important;
  }

  .rbt-accordion-style.rbt-accordion-02 .card .card-body {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .accordion-body.card-body ul li,
  .cert-sec ul li {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .dub-date-fee p.dub-sec {
    display: block !important;
  }

  .you-may-box h3 {
    font-size: 16px !important;
    line-height: 23px !important;
  }

  .you-may-box p {
    font-size: 14px !important;
  }

  .you-may-box span.online-you {
    font-size: 16px !important;
  }
}

@media (max-width: 481px) {
  .req-pop .modal-dialog .modal-content {
    padding: 20px 20px !important;
  }

  .course-com-sec .couse-code-name .course-t3 {
    width: 60% !important;
  }

  .course-com-sec .couse-code-name .course-t1 {
    width: 30% !important;
  }

  form.request-form .col-box6 {
    width: 100% !important;
    padding-right: 0 !important;
  }

  form.request-form .col-box6.box2 {
    padding-left: 0 !important;
  }

  h2.title-h2 {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .you-may-box p {
    font-size: 14px !important;
  }

  .you-may-box h3 {
    font-size: 16px !important;
    line-height: 25px !important;
  }

  .rbt-arrow-between .rbt-swiper-arrow {
    width: 35px !important;
    height: 35px !important;
  }

  .you-may-box span.online-you {
    font-size: 15px !important;
  }

  .course-com-sec .couse-code-name .course-t3 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}

/*------------------ Calender page -----------------*/

.top-two-box {
  padding-bottom: 120px;
}

.top-two-box h2 {
  color: #212529;
  font-size: 62px;
  font-weight: 500;
  line-height: 70px;
}

.top-two-box p {
  color: #4b4f52;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h3.title-cal {
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: "GeneralSans-Variable";
  font-size: 46px;
  font-weight: 500;
  line-height: 62.1px;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .top-two-box h2 {
    font-size: 42px !important;
    line-height: 60px !important;
  }

  .top-two-box p {
    font-size: 17px !important;
  }

  h3.title-cal {
    font-size: 40px !important;
  }

  .top-two-box {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 1024px) {
  .top-two-box h2 {
    font-size: 44px !important;
    line-height: 50px !important;
  }

  .top-two-box p {
    font-size: 16px !important;
  }

  h3.title-cal {
    font-size: 36px !important;
  }

  .top-two-box {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 768px) {
  .top-two-box h2 {
    font-size: 34px !important;
    line-height: 40px !important;
  }

  .top-two-box p {
    font-size: 15px !important;
  }

  h3.title-cal {
    font-size: 28px !important;
  }

  .top-two-box {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 481px) {
  .top-two-box h2 {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  .top-two-box p {
    font-size: 15px !important;
  }

  h3.title-cal {
    font-size: 24px !important;
  }

  .top-two-box {
    padding-bottom: 40px !important;
  }

  .pagenation-sec .rbt-pagination {
    flex-wrap: wrap !important;
  }

  .rbt-pagination li a {
    width: 40px !important;
    height: 40px !important;
  }
}

/*------------------ Subject page -----------------*/

.subject-search-sec {
  padding: 50px 100px;
  /* background: linear-gradient(45deg, #F29E62 0%, #C263B5 50%, #8A57FD 100%); */
  background: linear-gradient(
    69.68deg,
    rgba(66, 48, 125, 0.1) 0%,
    rgba(105, 65, 198, 0.1) 100%
  );
  border-radius: 20px;
}

.subject-search-sec h2 {
  font-size: 42px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  outline: none !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

.search-box-sec form {
  display: flex;
}

.search-box-sec form .dropdown.bootstrap-select {
  width: 40% !important;
  padding: 0 5px;
}

.search-box-sec form .dropdown.bootstrap-select button {
  height: 58px;
  line-height: 45px;
  font-size: 18px;
  border-radius: 10px;
  color: rgb(0 0 0 / 41%);
  padding-left: 25px;
}

.search-box-sec form button {
  width: 15%;
}

.subject-search-sec .bootstrap-select .dropdown-menu li {
  margin: 0;
}

.subject-search-sec .bootstrap-select .dropdown-menu li a {
  padding: 6px;
  font-size: 15px;
}

.subject-search-sec .bootstrap-select .dropdown-menu {
  min-width: 95%;
  padding: 0;
  border-radius: 10px;
  height: 200px;
}

.subject-search-sec .search-form button.view-cours-sec {
  border: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 5px;
  border-radius: 10px;
}

.subject-search-sec .search-form button.reset-cours-sec {
  /* border: 0;
	background: #fff;
	font-size: 18px;
	font-weight: 500;
	color: #212529;
	margin-left: 5px; */
  line-height: 40px;
  font-size: 16px;
  background: var(
    --GRADIENT,
    linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  padding: 0 32px;
  background-image: linear-gradient(90deg, white, white),
    linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 1px solid transparent;
  color: #000;
  font-weight: 600;
  border-radius: 10px;
}

.tab-box-sub .advance-tab-button-1 .tab-button-list li {
  width: 100%;
  border-bottom: 1px solid #ccd1d9;
}

.tab-box-sub .advance-tab-button-1 .tab-button-list .tab-button {
  cursor: pointer;
  padding: 5px;
  padding-bottom: 5px;
  padding-right: 25px;
}

.tab-box-sub ul li a h3 {
  /* -webkit-background-clip: inherit!important; -webkit-text-fill-color: #000!important; 
	background-clip: inherit!important;*/
  color: #212529 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.tab-box-sub ul li a.nav-link:after {
  content: "";
  background: url(images/itrobesimages/arrow-side-sub.svg) no-repeat center !important;
  padding: 10px;
  position: absolute;
  right: 0;
  border: 0 !important;
  left: inherit !important;
  margin: 0 !important;
  top: 7px !important;
  opacity: 1 !important;
}

.tab-box-sub ul li a.nav-link:hover,
.tab-box-sub ul li a.nav-link.active h3 {
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab-box-sub ul li anav-link:hover:after,
.tab-box-sub ul li a.nav-link.active:after {
  content: "";
  background: url(images/itrobesimages/arrow-side-sub1.svg) no-repeat center !important;
}

.sub-right-cont h4 {
  color: var(--Black, #212529);
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
  padding-right: 10px;
  min-height: 55px;
}

.tab-box-sub .advance-tab-button-1 .tab-button-list .tab-button::before {
  display: none;
}

.courses-sub-cont ul {
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.courses-sub-cont ul li {
  width: 33%;
  padding: 0 18px;
  list-style: none;
}

.courses-sub-cont.prof-sub-cont ul li {
  width: 20%;
  padding: 0 18px;
  list-style: none;
}

.tab-box-sub h2.title {
  color: #1f2024;
  font-size: 24px;
  font-weight: 700;
}

.sub-right-cont .sub-hov-cont {
  position: relative;
  transition: all 0.1s ease-in-out;
}

.sub-right-cont .sub-hov-cont p,
.sub-right-cont .sub-hov-cont a {
  display: none;
  transition: all 0.2s;
}

.sub-right-cont a img {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.sub-right-cont {
  position: relative;
  transition: all 0.2s;
}

.sub-right-cont:hover .sub-hov-cont {
  margin-top: -62px;
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  padding: 25px 10px 25px 10px;
  transition: all 0.2s;
  position: absolute;
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.sub-right-cont:hover .sub-hov-cont h4 {
  color: #fff;
  margin: 0;
  line-height: 23px;
  margin-bottom: 6px;
  min-height: 55px;
  transition: all 0.2s;
}

.sub-right-cont:hover .sub-hov-cont p {
  color: #fff;
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.2s;
}

.sub-right-cont:hover .sub-hov-cont a {
  position: absolute;
  display: block;
  bottom: 28px;
  right: 26px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.train-cours {
  display: flex;
}

.courses-sub-cont.for-sub-cont ul li {
  width: 25%;
  padding: 0 18px;
  list-style: none;
}
.custom-width {
  width: 33.33% !important; /* Adjust the width as needed */
}
.courses-sub-cont.for-sub-cont .train-cours {
  display: flex;
  width: 100%;
  justify-content: center;
    align-items: center;
}

.courses-sub-cont.for-sub-cont .train-cours img {
  width: 15%;
  margin-right: 15px;
}

.courses-sub-cont.for-sub-cont .train-cours .train-left {
  font-size: 14px;
  width: 85%;
}

.courses-sub-cont.for-sub-cont .train-cours .train-left h4 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}

.courses-sub-cont.for-sub-cont .train-cours .train-left ul li {
  width: auto;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.courses-sub-cont.for-sub-cont .train-cours .train-left ul li span {
  background: linear-gradient(68.02deg, #1b1464 0%, #5546ee 100%);
  margin-right: 5px;
  font-weight: 400;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.for-menu li.for-sub {
  margin-bottom: 26px !important;
}

.courses-sub-cont.for-sub-cont.mob-menu-for ul li {
  width: 100%;
  padding: 0 5px;
}

.courses-sub-cont.for-sub-cont.mob-menu-for .train-cours .train-left h4 {
  font-size: 14px;
  margin-bottom: 3px;
}

.courses-sub-cont.for-sub-cont.mob-menu-for .train-cours .train-left ul li {
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  border: none;
}

@media (max-width: 1400px) {
  .subject-search-sec {
    padding: 40px 60px !important;
  }

  .subject-search-sec h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .subject-search-sec .search-form button.reset-cours-sec {
    font-size: 16px !important;
    width: 12% !important;
  }

  .subject-search-sec .search-form button.view-cours-sec {
    font-size: 16px !important;
  }

  .rbt-section-gap {
    padding: 40px 0 !important;
  }

  .sub-right-cont h4 {
    font-size: 18px !important;
    margin: 14px 0 !important;
  }

  .tab-box-sub ul li a h3 {
    font-size: 16px !important;
  }

  .courses-sub-cont.prof-sub-cont ul li {
    width: 25% !important;
    padding: 0 18px !important;
    list-style: none !important;
  }

  .menu-sub-mega .prof-sub-cont {
    display: block !important;
  }

  .menu-sub-mega .prof-sub-cont ul li {
    width: 25% !important;
    padding: 0 18px !important;
    list-style: none !important;
  }

  .courses-sub-cont.for-sub-cont ul li {
    width: 33% !important;
  }
}

@media (max-width: 1200px) {
  .subject-search-sec {
    padding: 40px 40px !important;
  }

  .subject-search-sec h2 {
    font-size: 26px !important;
    line-height: 32px !important;
  }

  .subject-search-sec .search-form button.reset-cours-sec {
    font-size: 14px !important;
    width: 12% !important;
  }

  .subject-search-sec .search-form button.view-cours-sec {
    font-size: 14px !important;
  }

  .search-box-sec form .dropdown.bootstrap-select button {
    font-size: 16px !important;
  }

  .rbt-section-gap {
    padding: 80px 0 !important;
  }

  .sub-right-cont h4 {
    font-size: 16px !important;
    margin: 14px 0 !important;
  }

  .tab-box-sub ul li a h3 {
    font-size: 16px !important;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  .search-box-sec form {
    display: block !important;
  }
  .social-default li a {
    width: 30px !important;
  }

  .search-box-sec form .dropdown.bootstrap-select {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .search-box-sec form button {
    width: 48% !important;
    height: 50px !important;
  }

  .subject-search-sec .search-form button.reset-cours-sec {
    width: 48% !important;
  }

  .courses-sub-cont ul li {
    width: 50% !important;
  }

  .subject-search-sec h2 {
    font-size: 23px !important;
    line-height: 27px !important;
  }

  .tab-box-sub h2.title {
    font-size: 22px !important;
  }

  .sub-right-cont:hover .sub-hov-cont h4 {
    min-height: 50px !important;
  }

  .sub-right-cont:hover .sub-hov-cont {
    margin-top: -125px !important;
  }

  .subject-search-sec {
    padding: 40px 30px !important;
  }

  .rbt-section-gap {
    padding: 50px 0 !important;
  }
}

@media (max-width: 600px) {
  .search-box-sec form button {
    width: 47% !important;
  }

  .subject-search-sec .search-form button.reset-cours-sec {
    width: 47% !important;
  }

  .subject-search-sec {
    padding: 40px 20px !important;
  }
}

@media (max-width: 481px) {
  .subject-search-sec h2 {
    font-size: 21px !important;
    line-height: 26px !important;
  }

  .courses-sub-cont ul li {
    width: 100% !important;
  }

  .search-box-sec form button {
    width: 46% !important;
  }

  .subject-search-sec .search-form button.reset-cours-sec {
    width: 46% !important;
  }
}

/***** Venues *****/

.venue-sub-cont ul {
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.venue-sub-cont ul li {
  width: 33%;
  padding: 0 10px;
  list-style: none;
}

.ven-right-cont {
  margin-bottom: 30px;
  box-shadow: 0 0 3px #d3cfcf;
}

.ven-right-cont .sub-hov-cont {
  padding: 20px 30px;
}

.ven-right-cont .sub-hov-cont h4 {
  color: #1f2024;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.ven-right-cont .sub-hov-cont p {
  color: #4b4f52;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}

.ven-right-cont .sub-hov-cont a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 15px 30px;
  border-radius: 12px;
  margin-bottom: 20px;
  display: inline-block;
}

a.sub-veu span {
  color: #000;
}

a.sub-veu:hover span {
  color: #fff;
}

@media (max-width: 1024px) {
  .venue-sub-cont ul li {
    width: 50% !important;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 500px) {
  .venue-sub-cont ul li {
    width: 100% !important;
  }

  .ven-right-cont .sub-hov-cont h4 {
    font-size: 21px !important;
  }

  .ven-right-cont .sub-hov-cont p {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }

  .ven-right-cont .sub-hov-cont a {
    font-size: 14px !important;
    padding: 12px 24px !important;
  }
}

/***** Professional *****/
.prof-cert h2 {
  font-size: 64px;
  color: #212529;
  font-weight: 500;
}

.prof-list-out {
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.prof-list-out li {
  width: 25%;
  padding: 0 10px;
  list-style: none;
}

.prof-box-sec {
  padding: 30px 25px;
  background: rgb(84 55 158 / 5%);
  border-radius: 10px;
}

.prof-box-sec:hover {
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
}

.prof-box-sec:hover h3 {
  color: #fff;
}

.prof-box-sec:hover a {
  color: #fff;
}

.prof-box-sec:hover a svg,
.prof-box-sec:hover a svg path {
  fill: #fff;
}

.prof-box-sec img {
  margin-bottom: 22px;
  width: 95px;
  height: 85px;
}

.prof-box-sec h3 {
  color: #54379e;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  min-height: 50px;
}

.prof-box-sec a {
  color: #d757a4;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: relative;
}

.prof-box-sec a svg {
  position: absolute;
  right: 0;
}

@media (max-width: 1200px) {
  .rbt-section-gap {
    /* padding: 0 0 60px 0 !important; */
    padding: 50px 0 !important;
  }

  .prof-cert h2 {
    font-size: 50px !important;
    line-height: 55px !important;
  }

  .prof-list-out li {
    width: 33% !important;
  }

  .prof-box-sec h3 {
    font-size: 21px !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 1024px) {
  .prof-cert h2 {
    font-size: 40px !important;
    line-height: 45px !important;
  }

  .prof-list-out li {
    width: 50% !important;
  }

  .prof-box-sec a {
    font-size: 15px !important;
  }

  .rbt-section-gapBottom .outer-pad {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .prof-cert h2 {
    font-size: 34px !important;
    line-height: 38px !important;
  }

  .prof-box-sec h3 {
    font-size: 19px !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 500px) {
  .prof-list-out li {
    width: 100% !important;
  }

  .prof-cert h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .prof-box-sec h3 {
    font-size: 17px !important;
    margin-bottom: 10px !important;
    min-height: 45px !important;
  }
}

/*********** Blog **************/

.blog-cont-sec {
  margin-bottom: 30px;
  margin-right: 10px;
}

.recent-blog {
  color: #212529;
  font-size: 54px;
  font-weight: 500;
  margin-bottom: 30px;
}

.recent-blog.top-title-space {
  margin-top: 86px;
}

.name-date {
  display: flex;
  gap: 10px;
  color: #1b1464;
  font-size: 16px;
  font-weight: 400;
}

.box-title {
  color: #212529;
  font-size: 20px;
  font-weight: 500;
}

.box-condent {
  color: #4b4f52;
  font-size: 14px;
  font-weight: 100;
}

.rounded-img {
  border-radius: 10px;
}

.design {
  display: flex;
  gap: 20px;
}

.design-roun {
  width: 66px;
  height: 30px;
  border-radius: 100px;
  background: rgba(27, 20, 100, 0.1);
  color: #1b1464;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.develop {
  color: #ee2b2a;
  font-size: 14px;
  font-weight: 400;
  width: 104px;
  height: 30px;
  border-radius: 100px;
  background: rgba(215, 87, 164, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

#recent-blog {
  margin-top: 75px;
}

.blog-photo {
  margin-bottom: 100px;
}

.smart-inverstment {
  color: #212529;
  font-size: 58px;
  font-weight: 500;
}

.date-name {
  color: #1b1464;
  font-size: 18px;
  font-weight: 400;
}

.blog-detial-second {
  margin-top: 100px;
  margin-bottom: 50px;
}

.socialmedia {
  display: flex;
  gap: 20px;
}

.socialmedia .links {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #212426;
  color: #666877;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #21242636;
}

/*.linkedin { padding: 10px; border-radius: 5px; border: 1px solid #212426; color: #666877; font-size: 14px; font-weight: 400;}
	.twitter { border-radius: 5px; padding: 10px; border: 1px solid #212426; color: #666877; font-size: 14px; font-weight: 400;}
	.facebook { border-radius: 5px; padding: 10px; border: 1px solid #212426; color: #666877; font-size: 14px; font-weight: 400; }*/

.blog-condent-txt {
  margin-bottom: 100px;
}

.hr-line {
  margin-top: 50px;
  border: 1px solid rgb(210, 210, 210);
}

.buttons {
  display: flex;
  justify-content: space-between;
}

.prev {
  border: 1px solid #f29e62;
  color: #666;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 26px 10px 26px;
}

.next {
  border-radius: 5px;
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 26px 10px 26px;
}

.side-box {
  padding: 36px;
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  border-radius: 10px;
}

.recent-post {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}

.name-date {
  color: #1b1464;
  font-size: 15px;
}

.recent-txt {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.rbt-pagination {
  margin-bottom: 100px;
}

.side-box hr {
  opacity: 0.4;
}

.side-box .name-date {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 12px;
  margin-bottom: 12px;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .recent-blog {
    font-size: 44px !important;
    margin-bottom: 24px !important;
  }
}

@media (max-width: 1024px) {
  .box-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
  }

  .name-date {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .recent-blog {
    font-size: 36px !important;
    margin-bottom: 13px !important;
  }
}

@media (max-width: 481px) {
  .recent-blog {
    font-size: 28px !important;
    margin-bottom: 13px !important;
  }

  .box-condent {
    margin-bottom: 10px !important;
  }

  .rbt-card-body br {
    display: none !important;
  }

  .box-title {
    margin-top: 10px !important;
  }
}

/**************** Contact Us ************/

.becoming {
  width: 295px;
  height: 33px;
  border-radius: 35px;
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  padding: 5px 17px 5px 5px;
}

.New {
  width: 48px;
  height: 24px;
  border-radius: 24px;
  background: #fff;
  color: #f29e62;
  padding: 2px;
  font-size: 14px;
  font-weight: 400;
}

.letstalk {
  color: #212529;
  font-size: 64px;
  font-weight: 500;
}

.lets-para {
  font-size: 15px;
  font-weight: 100;
}

#apply-but input {
  width: 173px;
  height: 64px;
  background: linear-gradient(
    45deg,
    #f29e62 0%,
    #c263b5 50%,
    #8a57fd 100%
  ) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
}

#apply-but > p {
  color: white !important;
}

.contact-details {
  color: #1b1464;
  font-size: 24px;
  font-weight: 500;
}

.address-det {
  display: flex;
  gap: 20px;
}

.address-txt {
  color: #4b4f52;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.location-icon {
  margin-left: 70px;
}

#contact-sec-box {
  margin-top: 100px;
  margin-bottom: 100px;
}

/****About us*****/
.service-wrapper .variation-2 {
  position: relative;
  overflow: hidden;
  height: 100%;
}

/***** related course*******/
.relatedcourse .rbt-arrow-between .rbt-swiper-arrow {
  position: absolute;
  top: 75%;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  opacity: 1;
  color: var(--color-body);
  background-color: var(--color-white);
}

.relatedcourse .rbt-arrow-between.rbt-dot-bottom-center .rbt-swiper-arrow {
  margin-top: 2em;
}

.relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
  left: auto;
  right: 42em;
  border: 1px solid blueviolet;
}

.relatedcourse .rbt-arrow-between .rbt-swiper-arrow .custom-overfolow {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
  left: 40em;
  border: 1px solid blueviolet;
}

.relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left:hover,
.relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right:hover {
  border: 1px solid blueviolet;
}

.relatedcourse .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* overflow: hidden; */
  list-style: none;
  padding: 0;
  z-index: 1;
}

.relatedcourse .rbt-arrow-between {
  position: relative;
}

.relatedcourse .rbt-dot-bottom-center {
  padding-bottom: 6em;
}

/**** home page testimonial ***/
.scroll-animation .single-column-20 {
  width: 390px;
  padding: 0 15px;
  height: auto !important;
  position: relative;
}

.rbt-testimonial-box {
  position: relative;
  z-index: 2;
  border-radius: var(--radius);
  height: 100%;
}

.rbt-testimonial-box .inner {
  position: relative;
  height: 100%;
  padding: 50px 40px;
  z-index: 2;
  background: var(--color-white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-9);
}

.upcome-event .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
  left: 4px;
}

.upcome-event .rbt-arrow-between .rbt-swiper-arrow {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.5s;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: var(--color-body);
  background-color: var(--color-white);
}

.upcome-event .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
  left: auto;
  right: 4px;
}

.upcome-event .rbt-arrow-between .rbt-swiper-arrow i {
  background: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.upcome-event .rbt-arrow-between .rbt-swiper-arrow .custom-overfolow {
  background: #f3f3f3;
  border-radius: 100%;
}

@media (min-width: 1200px) {
  .explore-our-course .col-xl-4 {
    padding: 2em !important;
  }

  .top-two-box h2 {
    font-size: 62px;
  }
}

.teams .contents img {
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
  width: 100%;
  height: 250px ;
  object-position: bottom;
  object-fit: fill;
  overflow: hidden;
}

.rbt-header .mainmenu-nav .mainmenu > li > a {
  font-family: "GeneralSans-Variable";
  font-weight: 500;
  line-height: 24.3px;
  text-align: left;
  font-size: 18px;
  color: #212529;
}

.bootstrap-select > .dropdown-toggle:after {
  content: url(/images/icons/DropDown.svg);
  display: inline-block;
  margin-left: 20px;
  border: none;
}

.slider-btn a.rbt-btn.gra-bor {
  position: relative;
  background: #42307d;
  color: white; 
  border: 1px solid  #8a57fd; 
  /* background-image: linear-gradient(45deg, #f29e62 0%, #c263b5 50%, #8a57fd 100%) !important; */
}

.rbt-header
  .mainmenu-nav
  .mainmenu
  li.with-megamenu
  .rbt-megamenu
  .wrapper
  .mega-menu-item {
  height: auto;
}

.contact-form .input-wrapper.subject label {
  background: #fff;
  padding: 0 10px;
  z-index: 2;
}

.contact-form .input-wrapper.subject .select-box {
  border-radius: 8px;
  border: 1px solid #d2d5da;
  background: #fff;
  box-shadow: none;
}

.contact-form .input-wrapper.subject .dropdown.bootstrap-select.select-box {
  width: 100%;
  height: 50px;
}

.contact-form .input-wrapper.subject .select-box {
  width: 100% !important;
  left: 0;
}

.contact-form
  .input-wrapper.subject
  .dropdown.bootstrap-select.select-box
  button {
  height: 48px;
  line-height: 44px;
  background: #fff;
  border-radius: 10px;
}

.contact-form .input-wrapper.subject .select-box ul.dropdown-menu li {
  margin: 0;
}

.contact-form .input-wrapper.subject .select-box ul.dropdown-menu li a {
  padding: 10px;
  font-size: 14px;
  color: #000;
}

.contact-form .input-wrapper.subject .select-box ul.dropdown-menu li a span {
  color: #000;
}

.contact-form .input-wrapper.subject .select-box .dropdown-menu {
  padding: 0;
  height: 250px;
}

.contact-form .input-wrapper.subject .select-box .filter-option-inner-inner {
  color: #646262;
  font-size: 16px;
  font-weight: 400;
}

.filter-sec a {
  font-family: "GeneralSans-Variable";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #212529;
}

.filter-select .updown-arrow {
  width: 26px;
  cursor: pointer;
}

.filter-select .updown-arrow {
  transition: transform 0.3s ease;
}

.filter-select .updown-arrow.asc {
  transform: rotate(0deg);
}

.filter-select .updown-arrow.desc {
  transform: rotate(180deg);
}

.lern-more-cl {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
}

.rbt-video-area .section-title .subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.flexable-classes-dir .subjects-dark {
  font-family: "GeneralSans-Variable";
  font-size: 24px;
  font-weight: 550;
  line-height: 26.1px;
  text-align: left;
  color: #000000;
}

.rbt-categori-list a {
  font-size: 20px;
  font-weight: 500;
  color:#000;
}

.rbt-event-area .section-title .subtitle,
.rbt-elements-presentation-area .section-title .subtitle,
.rbt-testimonial-area .section-title .subtitle,
.rbt-categories-area .section-title .subtitle,
.rbt-pluginpresentation-area .section-title .subtitle,
.rbt-counterup-area .section-title .subtitle,
.service-wrapper .section-title .subtitle,
.rbt-section-gap .section-title .subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

.blog-card.rbt-hover:hover {
  background: linear-gradient(69.68deg, #42307d 0%, #6941c6 100%);
}

.blog-card.rbt-hover:hover a,
.blog-card.rbt-hover:hover p,
.blog-card.rbt-hover:hover h5 {
  color: #ffffff;
}

.ellipse {
  position: absolute;
  width: 943.6px;
  height: 864.6px;
  background: white;
  z-index: 1;
  bottom: -26em;
  left: -27em;
  border-radius: 50%;
  opacity: 0.15;
  transform: rotate(-180deg);
  pointer-events: none;
}

.video-popup-wrapper {
  position: relative;
  z-index: 2;
}

.footer-top {
  position: relative;
  z-index: 2;
}

.footer-top,
.rbt-footer {
  position: relative;
  z-index: 2;
}

.section-two-bg .inner-cont p span {
  font-family: "GeneralSans-Variable";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

.brand-style-3 li a img {
  max-height: 69px;
  max-width: 316px;
}

.rbt-sidebar-box .accordion-item.card .accordion-collapse.show {
  max-height: 400px;
  overflow-y: auto;
}

.relatedcourse .swiper-slide {
  height: auto !important;
  position: relative;
}

.relatedcourse .teams {
  height: 100%;
  position: relative;
}

.relatedcourse .teams .you-may-box.contents {
  height: 100%;
}

.footer-style-1 .footer-top {
  padding-top: 65px;
  padding-bottom: 40px;
}

.rbt-section-gap {
  padding: 50px 0;
}

.blog-card {
  border-radius: 20px;
}

h2.title-h2 {
  font-size: 38px;
}

.metho-des {
  max-height: 100px;
  overflow: hidden;
  line-height: 26.1px;
  height: 150px;
}

.rbt-video-area .second-box-points {
  margin-top: 4em;
}

.blog-photo img {
  max-height: 550px;
}

#contact-sec-box .contact-row {
  box-shadow: 0px 6px 34px 0px #d7d8de69;
  border-radius: 20px;
}

#contact-sec-box .content {
  height: 100%;
}

#contact-sec-box .content .contact-left-img {
  height: 100%;
  border-radius: 10px 0px 0px 10px !important;
  object-fit: cover;
}

@media (max-width: 1366px) {
  .first-box > h2 {
    font-size: 28px;
    line-height: 50px;
  }

  p {
    font-size: 14px;
  }

  .rbt-header .mainmenu-nav .mainmenu > li > a {
    font-size: 14px;
  }

  .title.com-tit-col {
    font-size: 28px;
    line-height: 42px;
  }

  .rbt-event-area .section-title .subtitle,
  .rbt-elements-presentation-area .section-title .subtitle,
  .rbt-testimonial-area .section-title .subtitle,
  .rbt-categories-area .section-title .subtitle,
  .rbt-pluginpresentation-area .section-title .subtitle,
  .rbt-counterup-area .section-title .subtitle,
  .service-wrapper .section-title .subtitle,
  .rbt-section-gap .section-title .subtitle {
    font-size: 12px;
  }

  .explore-our-course .col-xl-4 {
    padding: 1em;
  }

  .flexable-classes-dir .subjects-dark {
    font-size: 18px;
  }

  .rbt-categori-list a {
    font-size: 16px;
  }

  .take-next-txt {
    font-size: 34px;
    line-height: 40px;
  }

  .last-tag-but > li > a {
    font-size: 12px;
  }

  .footer-widget .ft-link li {
    margin-bottom: 8px;
  }

  .copy-right {
    font-size: 14px;
  }

  .cou-fin-sea .rbt-search-style-1 input {
    font-size: 14px;
  }

  .inner-cont h1 {
    font-size: 48px;
  }

  .filter-sec-left .filter-select button.sort-box {
    font-size: 12px;
  }

  .filter-sec a {
    font-size: 16px;
  }

  .rbt-pagination li {
    font-size: 12px;
  }

  .rbt-course-box .finder-cont-left h2 {
    font-size: 14px !important;
  }

  .top-two-box p {
    font-size: 14px;
  }

  .top-two-box h2 {
    font-size: 42px;
  }

  .card-information h5 a {
    font-size: 16px;
  }

  h5.box-title a {
    font-size: 16px;
  }

  .recent-blog {
    font-size: 44px;
  }

  .box-condent {
    font-size: 12px;
  }

  .smart-inverstment {
    font-size: 42px;
  }

  .side-box .recent-txt a {
    font-size: 16px;
  }

  .date-eve-loc p {
    font-size: 14px !important;
  }

  .date-eve-loc p span {
    font-size: 14px !important;
  }

  .date-eve-loc span.upcome-sec,
  .date-eve-loc span.locat-sec {
    font-size: 12px !important;
  }

  .finder-brn-right a {
    font-size: 14px !important;
  }

  .course-right-out h2.title-h2 {
    font-size: 28px;
  }

  .course-right-rel h2.title-h2 {
    font-size: 28px;
  }

  .relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
    left: auto;
    right: 25em !important;
  }

  .relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
    left: 28em !important;
  }
}

@media (max-width: 1200px) {
  .ellipse {
    display: none;
  }

  .profile-img {
    margin-left: 52%;
  }
}

@media (max-width: 768px) {
  .blog-detial-second {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .smart-inverstment {
    font-size: 24px;
  }

  .blog-photo {
    margin-bottom: 50px;
  }

  .recent-post {
    font-size: 16px;
  }

  .side-box .name-date {
    font-size: 14px !important;
    margin-bottom: 0px;
  }

  .side-box .recent-txt a {
    font-size: 12px;
    line-height: 16px;
  }

  .side-box p.recent-txt {
    margin-bottom: 10px;
  }

  .side-box hr {
    margin-bottom: 10px;
  }
}

@media (max-width: 481px) {
  .blog-detial-second {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .smart-inverstment {
    font-size: 24px;
  }

  .blog-photo {
    margin-bottom: 50px;
  }

  .blog-condent-txt p.recent-post {
    font-size: 16px;
  }

  .side-box .name-date {
    font-size: 8px !important;
    margin-bottom: 0px;
  }

  .side-box .recent-txt a {
    font-size: 8px;
    line-height: 16px;
  }

  .side-box p.recent-txt {
    margin-bottom: 10px;
  }

  .side-box hr {
    margin-bottom: 10px;
  }

  .blog-condent-txt p {
    font-size: 8px;
    line-height: 16px;
  }

  .side-box .name-date a {
    font-size: 6px !important;
  }

  #recent-blog.rbt-section-gapBottom {
    padding-bottom: 40px;
    margin-top: 35px;
  }

  #recent-blog.rbt-section-gapBottom .recent-blog {
    font-size: 24px !important;
  }

  .blog-condent-txt p.take-next-txt {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1700px) {
  .relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
    left: auto;
    right: 38em;
  }
}

@media (max-width: 1599px) {
  .relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
    left: auto;
    right: 32em;
  }

  .relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
    left: 33em;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
    left: auto;
    right: 22em !important;
  }

  .relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
    left: 20em !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
    left: auto;
    right: 17em !important;
  }

  .relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
    left: 15em !important;
  }
}

@media only screen and (max-width: 767px) {
  .relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
    left: auto;
    right: 10em !important;
  }

  .relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
    left: 11em !important;
  }
}

@media only screen and (max-width: 481px) {
  .relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-right {
    left: auto;
    right: 8em !important;
  }

  .relatedcourse .rbt-arrow-between .rbt-swiper-arrow.rbt-arrow-left {
    left: 8em !important;
  }
}

@media (max-width: 1200px) {
  .date-eve-loc p {
    font-size: 14px !important;
  }

  .date-eve-loc p span {
    font-size: 14px !important;
  }

  .date-eve-loc span.upcome-sec,
  .date-eve-loc span.locat-sec {
    font-size: 12px !important;
  }

  .finder-brn-right a {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-meta li {
    margin: 3px;
    font-size: 8px;
  }

  .rbt-card .rbt-card-body .rbt-card-title a {
    font-size: 10px !important;
  }

  .banner-overlay-sections .rbt-card-body .rbt-btn {
    padding: 0 25px !important;
    height: 22px !important;
    line-height: 18px !important;
    font-size: 12px !important;
  }
}

.rbt-header .mainmenu-nav .mainmenu > li:hover > a,
.rbt-header .mainmenu-nav .mainmenu > li.active > a {
  background: linear-gradient(69.68deg, #42307d 0%, #6941c6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
