@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.widget-title h3 {
  position: relative;
  display: inline-block;
  padding: 20px 0px 0;
  font-size: 33px;
  z-index: 1;
  line-height: 1.2;
  color: #001962;
  font-weight: 400;
  margin-bottom: 10px;
}

.partners__section .know-btn,
.about-ritm__section .know-btn {
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.partners__section .know-btn a,
.about-ritm__section .know-btn a {
  color: #fff;
  background: linear-gradient(90deg, #00024e 0%, #00024e 96.47%);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  border: none;
  padding: 12px 40px;
}


.about-ritm__section .know-btn {
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.about-ritm__section .know-btn a {
  color: #00024e;
  background: #ffff;
  box-shadow: 1px 2px 4px rgba(202, 202, 202, 0.13);
  border-radius: 4px;
  border: none;
  padding: 12px 40px;
}

.widget-title h3:after {
  position: absolute;
  content: "";
  background-color: #00024e;
  height: 5px;
  width: 100px;
  bottom: -5px;
  right: 0;
  border-radius: 5px;
}

.campus-section .widget-title h3:after {
  position: absolute;
  content: "";
  background-color: #00024e;
  height: 5px;
  width: 100px;
  bottom: -5px;
  left: 370px;
  border-radius: 6px;
}

.collab__title .widget-title h3:after {
  display: none;
}

.widget-title span {
  padding: 0;
  font-weight: 400;
}

.widget-titled h3 {
  position: relative;
  display: inline-block;
  padding: 20px 0px;
  padding-bottom: 35px;
  font-size: 38px;
  z-index: 1;
  line-height: 1.2;
  color: #001962;
  font-weight: 700;
}

.widget-titled h3:after {
  position: absolute;
  content: "";
  background-color: #c69e66;
  height: 3px;
  width: 200px;
  bottom: 20px;
  left: 0;
  right: 0;
}

.widget-title p {
  font-size: 20px;
  text-align: center;
  padding: 10px 35px;
  color: #fff;
}

.widget-title h3 span.blue {
  color: #28296c;
}
.zIndex2 {
  z-index: 2;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-900 {
  font-weight: 900;
}
.show {
  display: block !important;
}
.mobview {
  display: none !important;
}
/*== HEADER CSS START ==*/
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1200px !important;
}

.header .header-absolute .mobile__dv .divids {
  position: relative;
  float: right;
  padding-top: 10px;
}
.header .header-absolute .mobile__dv .divids ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.header .header-absolute .mobile__dv .divids ul li {
  float: left;
  margin-left: 25px;
}

.header .header-absolute .mobile__dv .divids ul li figure img {
  width: 80%;
}

.header .header-absolute {
  position: relative;
  width: 100%;
  display: table;
  z-index: 4;
  background-color: #ffffff;
}

.header .header-absolute .mobile__dv p {
  font-size: 17px;
  color: #414042;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  padding-top: 5px;
}
/*.header .header-absolute .mobile__dv span img{width:10%;}*/
.header .header-absolute .mobile__dv span {
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.approvalbx {
  border-right: 0rem solid #adadac;
  padding-right: 0rem;
  margin-right: 0rem;
  width: 100%;
  padding: 10px 0 0 0;
  position: relative;
  text-align: right;
}

.logo {
  position: relative;
}

.header .top-head .headerRtcontent {
  padding-top: 0rem;
  width: 100%;
  height: 100%;
}

.navmenu {
  width: 100%;
}
.header .top-head .navbar {
  background-color: transparent;
}
.navbar-nav {
  padding: 2rem 0.2rem 2rem 0.2rem;
  width: 100%;
  margin-left: 0rem;
  padding-right: 0px;
}

.navbar-nav li.nav-item {
  border-left: solid 0px #000;
}
.navbar-nav li.nav-item:first-child {
  border: 0px;
}

.navbar-nav .nav-item a:hover:before,
.navbar-nav .nav-item a:focus:before,
.navbar-nav .nav-item a:active:before {
  right: 0;
  width: 30%;
  left: 0;
  margin: auto;
}

.navbar-nav .nav-item a {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #252641;
  border-right: 0px solid #252641;
  padding: 0.15rem 0.5rem !important;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0.5rem;
}

.navbar-nav .nav-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -moz-transition-duration: 0.45s;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: #fe0000;
}

.header .header-absolute .mobile__dv .divids {
  position: relative;
  float: right;
  padding-top: 0px;
  width: 100%;
}
.header .header-absolute .mobile__dv .divids h1 {
  font-size: 2rem;
  color: #444444;
  text-align: right;
  font-weight: bold;
}

.header .header-absolute .mobile__dv .divids h1 img {
  width: 8%;
}

.header .header-absolute .mobile__dv .divids a i.fal.fa-phone {
  color: #fff;
  font-size: 23px;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(104deg);
  -o-transform: rotate(90deg);
  transform: rotate(104deg);
}

.header .header-absolute .mobile__dv .divids a:hover {
  color: #03b0ef;
}

.header .header-absolute .mobile__dv .divids a:hover i.fal.fa-phone {
  color: #03b0ef;
}

.header .header-absolute .mobile__dv .divids a img {
  width: 8%;
}

.header .logo img {
  position: relative;
  padding: 10px 0;
  width: 8rem;
}
/*== BANNER CSS START ==*/
.dsu-form {
  padding: 0px 0px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 1);
  position: relative;
  z-index: 1;
  width: 350px;
  float: right;
  overflow: hidden;
}
.frmBg {
  position: relative;
  text-align: center;
  padding-top: 16px;
}
.frmBg h4 span {
  color: var(--text-yellow);
}
.applyBox {
  margin-top: 0px;
  width: 100%;
  display: table;
}
.contact_fild {
  padding: 20px 20px;
}
.contact-fild-box .form-control,
.contact-fild-box .form-control,
.contact-fild-box .form-select {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  border: 0px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  margin: 0 auto;
  padding: 8px 10px;
  height: auto;
  font-weight: 600;
  /* font-family: 'Montserrat', sans-serif; 
    background: transparent;*/
}
.form-group {
  margin-bottom: 0px;
}

.form-group input[type="checkbox"] {
  position: relative;
  left: 0;
}
.btn_submit {
  background: #fe0000;
  text-transform: capitalize;
  font-size: 16px;
  padding: 7px 0px;
  display: block;
  display: block;
  margin: 5px auto;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 600;
  position: relative;
  width: 100%;
}
.btn_submit:hover {
  background: #e00000;
}
.contact-fild-box {
  margin-bottom: 10px;
  position: relative;
}

.dsu-form .form_terms {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 21px;
  margin-left: 8px;
  text-align: start;
  color: #212529;
  line-height: 1.5;
}

.dsu-form .form_terms a {
  color: #003f91;
}

.dsu-intro {
  position: relative;
  top: 2rem;
  z-index: 1;
  right: 0px;
}
.dsu-addmission {
  margin-top: 8rem;
  display: block;
  padding: 0px;
}

.hero-sectionn .vishouse-absolute {
  position: absolute;
  bottom: 0px;
  left: 36%;
  z-index: 1;
}

.hero-sectionn .vishouse-absolute img {
  width: 72%;
}

.dsu-addmission .bannerContent figure {
  margin-bottom: 2rem;
}

.dsu-addmission .bannerContent p {
  font-size: 20px;
}

.dsu-addmission .bannerContent h1 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-top: 15px;
  position: relative; /* Ensures h1 is positioned above the ::after */
  z-index: 2; /* Higher than ::after */
}
.dsu-addmission .bannerContent .redline {
  z-index: 22;
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.01em;
  z-index: 22;
}

.dsu-addmission .bannerContent .redline1 {
  z-index: 22;
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.01em;
  z-index: 22;
}

.dsu-addmission .bannerContent .redline2 {
  z-index: 22;
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.01em;
  z-index: 22;
}

.dsu-addmission .bannerContent .redline::after {
  position: absolute;
  background-color: #fe0000;
  content: "";
  width: 105px;
  height: 4px;
  bottom: 8px;
  z-index: 1;
  right: 8px;
}

.dsu-addmission .bannerContent .redline1::after {
  position: absolute;
  background-color: #fe0000;
  content: "";
  width: 163px;
  height: 4px;
  bottom: 9px;
  left: 4px;
  z-index: 1; /* Lower than h1 to appear behind the text */
}
.dsu-addmission .bannerContent .redline2::after {
  position: absolute;
  background-color: #fe0000;
  content: "";
  width: 254px;
  height: 4px;
  bottom: 9px;
  left: 3px;
  z-index: 1; /* Lower than h1 to appear behind the text */
}
.dsu-addmission .bannerContent h1 em {
  font-weight: 700;
  font-style: normal;
}

.dsu-addmission .bannerContent h1 b {
  font-weight: 700;
  display: block;
  font-size: 2.1rem;
  color: #fdc800;
  padding-top: 10px;
}

.dsu-addmission .bannerContent {
  position: relative;
}

.dsu-addmission .bannerContent h2 {
  background: #fff;
  text-align: start;
  padding: 8px 10px;
  border-radius: 6px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #00024e;
  display: inline-block;
}
.dsu-addmission .bannerContent .course-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.dsu-addmission .bannerContent .course-list p {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  padding: 6px 15px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #ffffff;
  border-bottom: 2px solid #fe0000;
}

.dsu-addmission .bannerContent span {
  display: inline-block;
  color: #ffffff;
  margin-top: 1rem;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.01em;
}

.dsu-addmission .bannerContent ul.ourcourses {
  padding: 0px;
  margin: 15px 0;
}

.dsu-addmission .bannerContent .twent {
  position: relative;
  padding: 20px 0;
}

.dsu-addmission .bannerContent .twent .twen-detail {
  position: relative;
  padding-left: 10px;
}

.dsu-addmission .bannerContent .twent .twen-detail h4 {
  color: #fdc800;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.dsu-addmission .bannerContent .twent .twen-detail h4 em {
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  margin-left: -10px;
}

.dsu-addmission .bannerContent .twent .twen-detail b {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 400;
}

.formIDfid {
  padding: 0 0px;
}
.contact-fild-box .form-control option {
  color: #000;
}

.admi__content-btn {
  position: relative;
  padding-top: 10%;
}

.admi__content-btn a.line-height {
  background: #fdc800;
  box-shadow: none;
  color: #444444;
  padding: 12px 22px;
  font-weight: 500;
  font-size: 1.1rem;
  margin: 0px;
  border-radius: 10px;
}

.dsu-addmission ul li > p {
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-basis: 67%;
}

.dsu-addmission .bnr__Adm_dv {
  padding-left: 1rem;
}

.dsu-addmission .bnr__Adm_dv {
  border-left: 1px solid rgba(246, 183, 16, 1);
  padding-left: 2rem;
  position: relative;
  width: 100%;
  float: left;
}

.dsu-addmission .bnr__Adm_dv h2 {
  color: #fff;
  font-weight: 900;
  font-size: 70px;
  line-height: 40px;
}
.dsu-addmission .bnr__Adm_dv h2 span {
  font-size: 37px;
  font-weight: 700;
  padding-bottom: 0px;
  letter-spacing: 2px;
}

.dsu-addmission .button__flex {
  position: absolute;
  bottom: -27px;
  z-index: 2;
}

.dsu-addmission .button__flex ul.listed {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.dsu-addmission .button__flex ul.listed li {
  position: relative;
  float: left;
  color: #000;
  font-weight: 600;
  /* width: 37%; */
  display: flex;
  background: #f6b710;
  padding: 10px 20px;
  margin-right: 15px;
  border-radius: 10px;
  font-size: 17px;
  overflow: hidden;
}

.dsu-addmission .button__flex ul.listed li b {
  font-weight: 800;
}

.dsu-addmission .button__flex ul.listed li::before {
  position: absolute;
  top: 0;
  left: -95%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.dsu-addmission .button__flex ul.listed li:hover::before,
.dsu-addmission .button__flex ul.listed li:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.hero-sectionn .headermarquee {
  position: absolute;
  background-color: rgba(1, 66, 130, 0.9);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.head6 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.05;
}

/*custom-marquee-CLOSE */

.hero-sectionn .vishouse-absolute {
  position: absolute;
  bottom: 0px;
  left: 40%;
  z-index: 1;
}
.hero-sectionn .vishouse-absolute img {
  width: 90%;
}

.frmBg h4 {
  font-weight: 700;
  font-size: 20px;
  color: #30343f;
  /* border-bottom: solid 3px #c1bdb6; */
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

.wid50 .contact-fild-box {
  width: 48%;
}

/*== BANNER CSS end ==*/

#package-slider.owl-theme .owl-nav [class*="owl-"] {
  color: #ffffff;
  font-size: 20px;
  margin: 5px;
  line-height: 5px;
  width: 2rem;
  height: 2rem;
  padding: 5px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #e7e7e7;
}

#package-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #146ca4;
  color: #fff;
  border: solid 2px #146ca4;
}

#highlight-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  color: #ffffff;
  border: 2px solid #000;
  width: 3.7rem;
  height: 3.7rem;
  line-height: 3.7rem;
  font-size: 2.3rem;
  margin: 0px;
  padding: 0px;
  border-radius: 20rem;
  text-align: center;
  background-color: transparent;
  bottom: -6%;
  transform: translateY(-50%);
  z-index: 2;
}

#highlight-slider.owl-theme .owl-nav [class*="owl-"] i {
  font-weight: 300;
}
#highlight-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #1d72bc;
  opacity: 1;
}
#highlight-slider.owl-theme .owl-nav .owl-prev {
  right: 50px;
}
#highlight-slider.owl-theme .owl-nav .owl-next {
  right: 0px;
}

.highlight__section .intor {
  position: relative;
  margin-top: 3rem;
}
.highlight__section .intor .about__Block {
  position: absolute;
  left: 8.7rem;
  width: 52%;
  top: 5%;
}

.highlight__section .intor .about__Block .about__Content {
  background-color: #af3335;
  position: relative;
  right: 0px;
  z-index: 1;
}

.highlight__section .intor .about__Block .about__Content .article {
  padding: 30px;
}

.highlight__section .intor .about__Block .about__Content .article p {
  color: #fff;
  text-align: justify;
  font-size: 20px;
}

.highlight__section .intor .picasa {
  position: relative;
  z-index: 0;
  right: 0;
  top: 0;
}

.highlight__section .intor .picasa img {
  width: 100%;
  float: right;
}

/**/

/*== Footer css start ==*/
.footer {
  background-color: #00024e;
  font-size: 16px;
  color: #fff;
}
.footer span {
  color: #f57b12;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}

.section3 {
  position: relative;
  background: #f8f8f8;
  padding: 0px;
  padding-top: 3%;
}

.section31 {
  width: 100%;
  padding: 50px 0 20px 0;
}
.section31 .program-sec {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 2%;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
}

.section31 .blasi {
  position: relative;
  padding-right: 5%;
}
.section31 .inter {
  position: relative;
  padding-top: 12px;
}
.section31 .inter p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: #003b73;
}

.section31 .glow {
  position: relative;
  margin-top: -60px;
}

.section31 .glow .interers {
  position: relative;
}
.section31 .glow .interers h2 {
  color: #003b73;
  font-size: 25px;
  padding-bottom: 10px;
}
.section31 .glow .interers p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: #003b73;
}

/*== courses__section css start ==*/
.courses__section {
  background-image: url(../images/course-bg.jpg);
  /* background-size: cover; */
  background-repeat: repeat-x;
  background-position: bottom left;
}

.courses__section .resp-tabs-container {
  background-color: #0056a2;
  padding: 0px;
  border-radius: 10px;
  padding-left: 20px;
  border: solid 1px #ff9b00;
}

.courses__section .resp-tabs-container .courses__Content {
  padding-bottom: 30px;
}

.courses__Block h3 {
  font-size: 19px;
  line-height: 1.1;
  font-weight: 600;
}

.courses__Block p {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  padding: 0px;
}

.courses__Block p:not(:last-child) {
  margin-bottom: 10px;
}

.courses__section .resp-tabs-container .courses__Content p,
.courses__section .resp-tabs-container .courses__Content h5,
.courses__section .resp-tabs-container .courses__Content h6 {
  color: #ffffff;
}

.courses__section .resp-tabs-container .courses__Content h5,
.courses__section .resp-tabs-container .courses__Content h6 {
  font-size: 24px;
}

.courses__section .resp-tabs-container .courses__Content .table-striped {
  margin-top: 15px;
}

.courses__section .resp-tabs-container .courses__Content .table-striped td {
  color: #ffffff;
  font-size: 14px;
}

.courses__section .resp-tabs-container .courses__Content .table-info,
.table-info > th {
  font-size: 20px;
  background-color: #c3c9bd;
}

.courses__section .resp-tabs-list {
  width: auto;
  margin: 0 auto;
}

.courses__section .resp-tabs-list li {
  position: relative;
  padding: 15px 30px;
  width: 100%;
  text-align: left;
}

.courses__Block {
  position: relative;
  width: 100%;
  padding: 10px 0px;
  min-height: 350px;
  z-index: 1;
}

/*== courses__section css close ==*/

/*== verticalslider css start ==*/
.programs_sec {
  width: 100%;
  display: table;
}
.programs_sec .resp-tabs-list li {
  margin-bottom: 4px;
}
.programs_sec .resp-tabs-list li {
  margin-bottom: 5px;
}

.programs_sec .resp-tabs-container .progContent {
  position: relative;
  padding: 10px 40px;
}
.programs_sec .resp-tabs-container .progContent h2 {
  font-size: 22px;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 600;
  padding: 10px 0;
}

.programs_sec .resp-tabs-container .progContent ul {
  list-style: none;
  padding: 0px;
}
.programs_sec .resp-tabs-container .progContent ul li {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  padding: 8px 0px;
  position: relative;
}

.programs_sec .resp-tabs-container .progContent ul li b {
  font-weight: 600;
  color: #ff9b00;
}

.programs_sec .resp-tabs-container .progContent ul li b.diferlin {
  display: block;
}

.programs_sec .resp-vtabs .resp-tabs-list li {
  margin-bottom: 10px;
}

/* Nav-tabs-start */
.tab-content {
  position: relative;
}
.nav-tabs {
  border: none;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #171616 !important;
  border-bottom: 2px solid #171616;
  background-color: #ff9b00 !important;
}
.nav-tabs .nav-item {
  margin-right: 5px;
  min-width: 47.4%;
}
.nav-tabs .nav-item:last-child {
  margin-right: 0px;
}

.nav-tabs .nav-link {
  width: 100%;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  padding: 15px 15px;
  margin: 0px 0px 0px 0px;
  list-style: none;
  cursor: pointer;
  color: #171616;
  background: #fff;

  font-weight: 600;
  border: solid 0px;
  border-bottom: 2px solid #fff;
  border-radius: 0px !important;
}
.resp-tab-content img {
  position: absolute;
  right: -15px;
  top: -40px;
  background-color: #d7e9f3;
  border: 10px solid #d7e9f3;
}

/* Nav-tabs-close */

/*Testimonial Section*/

.value__section .single-feedback {
  padding: 0px;
  border-radius: 0px;
}
.value__section .single-feedback .nameheading h4 {
  color: #f7941d;
  font-size: 22px;
  font-weight: 700;
}
.value__section .single-feedback .nameheading span {
  color: #272727;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

/* flex-start */
#visiting-slider.owl-carousel .owl-stage {
  display: flex;
}
#visiting-slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
#visiting-slider.owl-carousel .items {
  display: flex;
  flex-direction: column;
}

/* flex-close */
#visiting-slider.owl-theme .items p,
#visiting-slider.owl-theme .items p,
.client-text {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
  padding-top: 0%;
}
#visiting-slider.owl-theme .items p::after,
#visiting-slider.owl-theme .items p:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: -30px;
  right: 0px; /* background:url(../images/experts/quote-close.png) no-repeat top center; */
  background-size: contain;
}

#visiting-slider.owl-theme .owl-nav {
  display: none;
}

#visiting-slider.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 3px;
  background-color: #fe0000;
  border: solid 1px #979797;
}

#visiting-slider.owl-theme .owl-nav [class*="owl-"] {
  display: none;
}

#visiting-slider.owl-theme .owl-dots .owl-dot.active span,
#ranks-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #eeaa03;
}

#visiting-slider.owl-theme .items {
  position: relative;
  width: 100%;

  padding-right: 10%;

  /* margin-left: 2%;  margin-right: 2%; */
}

/* #visiting-slider.owl-theme .items::before{content:'"';position:absolute;width:80px;height:70px;top:-50px;left:20px; background-size:contain;z-index:1;} */

#visiting-slider.owl-carousel .owl-item img {
  border-radius: 0%;
}
.client-info .nameheading {
  padding: 8px 0px;
  padding-left: 12px;
}

#visiting-slider.owl-theme .items figure {
  position: relative;
  text-align: center;
  margin-top: 5%;
}
#visiting-slider.owl-theme .items figure img {
  border-radius: 0px;
  width: 9%;
}

#visiting-slider.owl-theme .items:hover h2 {
  color: #ff9b00;
}

#visiting-slider.owl-theme .items:hover .desig span {
  color: #fff;
}

#visiting-slider.owl-theme .items:hover p.client-text {
  color: #fff;
}

#visiting-slider.owl-theme .items:hover figure img {
  border: 0px;
}

.desig {
  width: 60%;
  padding-left: 5%;
}

.desig h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 10px;
}

.desig span {
  font-size: 18px;
}

.gloss {
  display: flex;
  align-items: center;
}

#visiting-slider.owl-theme .items .testi-pic {
  width: 40%;
  position: relative;
  text-align: left;
  margin-top: 0%;
}

#client-slider.owl-theme .owl-nav {
  display: none;
}

#client-slider.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 3px;
  background-color: #fe0000;
  border: solid 1px #fe0000;
}

#client-slider.owl-theme .owl-nav [class*="owl-"] {
  display: none;
}

#client-slider.owl-theme .owl-dots .owl-dot.active span,
#ranks-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #eeaa03;
}

/*Testimonial Section*/

.thanksection {
  height: calc(85vh - 70px);
  position: relative;
  width: 100%;
  background-image: url(../images/banner.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-right: 10px;
  height: 76vh;
}

.thankContent {
  background-color: rgba(0, 86, 162, 0.9);
  padding: 25px 25px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin: 8% auto;
}

.thankMsg {
  position: relative;
  text-align: center;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.thankMsg img {
  max-width: 10rem;
  margin: 0 auto;
}

.thankMsg h5 {
  font-size: 1.4rem;
  line-height: 1.55;
  font-weight: 400;
  color: #ffffff;
  display: block;
  text-transform: initial;
}

.thankMsg h5 strong {
  font-size: 2.5rem;
  font-weight: 600;
  display: block;
  line-height: 1.2;
}

.thankMsg h5 span {
  display: block;
  margin-top: 5px;
}

.highlights__section {
  position: relative;
}

.highlights__section .outer-bdr {
  position: relative;
  border: solid 1px #e8e8e8;
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
  background: url(../images/enroll-bg.jpg) no-repeat center center;
  background-size: cover;
}

.highlights__section .outer-bdr .enrolling {
  position: relative;
}

.highlights__section .outer-bdr .enrolling p {
  padding-bottom: 15px;

  line-height: 1.4;
  color: #000;
}

.highlights__section .outer-bdr .enrolling > a {
  background-color: #a30927;
  color: #ffffff;
  border-radius: 10px;
  border: 0;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 1rem 3rem;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
}

.highlights__section .outer-bdr .enrolling > a::before {
  background-color: #000;
}
.highlights__section .outer-bdr .enrolling > a:hover::before {
  transform: scaleY(1);
}

.highlights__section .outer-bdr .enrolling > a::before {
  border-radius: 10px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

/* alumni-slider-close */

.companies-section {
  background-color: #f7f7f7;
}

.companies-section .compani_sec .logo_box {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  height: 100px;
  margin: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.companies-section .compani_sec .logo_box img {
  width: 100%;
  height: 100%;
}

.placement-section .placement_div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
  margin-left: 20px;
}

.placement-section .placement_div .placement_box {
  min-height: 180px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.placement-section .placement_div .placement_box h4 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 20px;
}

.placement-section .placement_div .placement_box:after {
  position: absolute;
  content: "";
  width: 96%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0, 90% 50%, 80% 100%, 0% 100%);
  background-color: #f2f2f2;
  left: 12px;
  top: 0;
  z-index: -1;
}

.placement-section .placement_div .placement_box:hover:after {
  background-color: #fe0000;
}

.placement-section .placement_box:hover .id_name h4 {
  color: #fff;
}

.placement-section .placement_box:hover .id_name p {
  color: #fff;
}

.placement-section .placement_div .placement_box p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #000000;
}

.placement-section .placement_div .placement_box .imgId {
  position: absolute;
  top: 0px;
  right: 222px;
  width: 100%;
  height: 100%;
}

.placement-section .placement_div .placement_box .id_name {
  margin-left: 20px;
}

.placement-section .placement_div .placement_box .imgId img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.festival-section {
  background-image: url(../images/festImg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.festival-section .video {
  position: relative;
}

.festival-section .video .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-section .video__absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -0%);
  text-align: center;
  z-index: 3;
}

.campus-section {
  background-image: url(../images/festImg.png);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/*== How to Apply css start ==*/

.applybox {
  padding-bottom: 70px;
}

.applybox figure {
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  padding: 1rem 0.5rem 0.5rem;
}

#apply-slider .items:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border-color: transparent;
  /* transform: translateY(-50%); */
  /* z-index: 2; */
  bottom: 7px;
  background-color: #020a5b;
  border: 2px solid #dedfe9;
  box-shadow: 0 0 5px #000;
  opacity: 1;
  transform: translateY(-50%) scale(2);
}

/* ================================================== */

.timeline_strip > a {
  width: 39%;
  /* border-radius: 0px; */
  color: #fff;
  border: 0px solid #000;
  display: inline-block;
  background: #e9332f;
  font-weight: 700;
  border-radius: 30px;
  line-height: 1;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  font-size: 20px;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  /* float: left; */
  align-items: center;
  /* text-align: center; */
  margin: auto;
}
.timeline_strip > a p {
  /* float: right; */
  padding-left: 10px;
}

.timeline_strip > a p img {
  width: 78%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px !important;
  height: 14px !important;
  /* background: #FE0000 !important;
  border: 0px solid #e9332f; */
  margin: 5px 4px !important;
}

#life-slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fe0000 !important;
  width: 40px !important;
  height: 10px !important;
}

#life-slider.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  background: #fe0000 !important;
  border: 0px solid #e9332f;
  margin: 30px 4px !important;
}

#highli-slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fe0000 !important;
  width: 40px !important;
  height: 10px !important;
}

#highli-slider.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  background: #fe0000 !important;
  border: 0px solid #e9332f;
  margin: 30px 4px !important;
}

#toppers-silder.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fe0000 !important;
  width: 15px !important;
  height: 15px !important;
}

#toppers-silder.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  background: #fe0000 !important;
  border: 0px solid #e9332f;
  margin: 0 4px 30px 4px !important;
}

#apply-slider.owl-theme .owl-nav {
  display: none;
}

.items.single-feedback h5 {
  color: #fff;
  font-size: 22px;
  padding-top: 30px;
}

#client-slider.owl-theme .owl-nav {
  display: none;
}

#client-slider.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 3px;
  background-color: #fe0000;
  border: solid 1px #fe0000;
}

#client-slider.owl-theme .owl-nav [class*="owl-"] {
  display: none;
}

#client-slider.owl-theme .owl-dots .owl-dot.active span,
#ranks-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #eeaa03;
}

/*Testimonial Section*/

/***********Collaboration*************/

.stagis {
  background-color: #03afef;
}

.stagis .mains-block {
  padding-right: 20.9%;
  padding-left: 15px;
}

.stagis .picsed {
  position: relative;
}

.stagis .mains-block .stagi-pera {
  position: relative;
}

ul.listings li {
  position: relative;
  padding: 10px 0;
  font-size: 20px;
  padding-left: 30px;
  font-weight: 400;
  color: #fff;
  margin-right: 2%;
}

ul.listings li:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 6px;
  color: #fff;
  padding: 5px;
  border-radius: 100%;
  font-family: "Font Awesome 5 Pro";
  content: "\f101";
  font-size: 1rem;
}

.eligibility__section {
  position: relative;
  padding-bottom: 40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #d19e31 !important;
  background-color: rgba(209, 158, 49, 0.75) !important;
}

.glossye .custom-scrollbar-js {
  height: 330px;
}
.mCSB_inside > .mCSB_container .glossye p {
  position: relative;
  padding: 0.9rem 0;
  font-size: 16px;
  color: #fff;
  padding-left: 30px;
  border-bottom: dotted 1px #fff;
}

.siber__section ul.listing li {
  position: relative;
  padding: 0.9rem 0;
  font-size: 16px;
  padding-bottom: 0.3rem;
  color: #656565;
  padding-left: 0px;
}

.about__section {
  padding: 50px 0;
  background: #f5f5f5;
}

.about__section ul {
  list-style-image: url(../images/check.png);
  margin-left: 0rem;
}
.about__section ul li {
  font-size: var(--font);
  font-weight: 600;
  padding: 0.2rem 0;
  position: relative;
}
.about__section .bridafter,
.courses__tab_block .ma-tilt {
  padding: 0rem;
}
.courses__tab_block .ma-tilt:after,
.courses__tab_block .ma-tilt:before {
  background-color: #ffffff !important;
}

.glossye {
  position: relative;
  padding-left: 5%;
}

.glossye p {
  color: #656565;
}

.video_pb {
  padding: 10px;
}

.video-play-row {
  overflow: hidden;
  position: relative;
  /* border: solid 1px #fff; */
  border-radius: 10px;
}
.video-container .video__absolute .video-button img {
  width: 100px;
}
.video-button::after {
  z-index: 1;
  animation: outer-ripple 2000ms linear infinite;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
}
/* .video-section {
  position: absolute;
  left: 42%;
  top: 35%;
  text-align: center;
  z-index: 3;
} */
@-webkit-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
@-moz-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

/* ====  timeline_section-START  ====  */

.timeline_section {
  width: 100%;
  background: rgb(0, 26, 136);
  background: linear-gradient(
    90deg,
    rgba(0, 26, 136, 1) 0%,
    rgba(164, 37, 109, 1) 100%
  );
}

.timeline_container {
  width: 100%;
  border: 0px solid #ffffff;
  border-radius: 0rem;
  overflow: hidden;
}

.timeline_container .table > :not(caption) > * > * {
  padding: 1rem 1.5rem;
}

.timeline_container.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.timeline_container .table {
  padding: 0px;
  margin: 0px;
}

.timeline_container .table th {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: left;
}

.timeline_container .table td {
  color: #3f3f3f;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  width: 17.33%;
}

.timeline_container .table tr td:first-child {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.timeline_container .table th,
.timeline_container .table td {
  text-align: left;
  width: 17.33%;
  border: 0px;
  border-right: 1px solid rgba(163, 144, 187, 0.7);
}

.timeline_container .table thead {
  vertical-align: middle;
}

.timeline_container .table thead th.big-tiltl {
  text-align: center !important;
  border-right: 0px;
}

.timeline_container .table thead th.big-tiltl span {
  font-size: 6rem;
  font-weight: 400;
}

.timeline_container .table thead th.clark {
  position: relative;
}
.timeline_container .table thead th.clark small {
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.timeline_container .table thead th.clark.fot-bdr {
  border-bottom: solid 1px #fff;
}

.timeline_container .table tr th:last-child,
.timeline_container .table tr td:last-child {
  border-right: none;
}

.timeline_container .table tr th:first-child,
.timeline_container .table tr td:first-child {
  text-align: left;
  width: 10%;
}

.timeline_container .table-bordered > :not(caption) > * {
  border-width: 0px 0;
  background-color: transparent;
}

.timeline_container .table > :not(caption) > * > * {
  background-color: transparent;
}

.timeline_container .table > thead {
  background-color: #3b57a2;
}

.timeline_container .table > tbody tr:nth-child(odd) {
  background-color: #efefef;
}

.timeline_container .table > tbody tr:nth-child(even) {
  background-color: #efefef;
}

.timeline_strip {
  width: 100%;
  background-color: #ed771f;
  padding: 2.3rem 1rem;
  margin-top: 2rem;
}

.timeline_strip p {
  color: #ffffff;
  opacity: 1;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.3;
}

.timeline_strip p small {
  padding-left: 1rem;
}

ul.lasted2 {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-top: 20px;
}

ul.lasted2 li {
  color: #858585;
  position: relative;
  padding: 4px 0;
  padding-left: 28px;
  font-size: 17px;
  font-weight: 400;
}

ul.lasted2 li:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 7px;
  width: 15px;
  height: 15px;
  line-height: 8px;
  background-color: #e7c0e2;
  color: #b358a9;
  padding: 4px;
  border-radius: 100%;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-size: 0.5rem;
}

.timeline_container .table p {
  color: #858585;

  padding: 20px 0 4px 0;

  font-size: 17px;
  font-weight: 400;
}

.timeline_container .table tbody {
  height: 280px;
}

/*== ReadMore_css-START ==*/

.alumni__section {
  background-color: #fafafa;
}
.alumni__section .alumni__block {
  padding-top: 10px;
}

.alumni-block .video-boxed {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

#students-slider.owl-theme .owl-nav [class*="owl-"] {
  display: none;
  position: absolute;
  color: #777777;
  border: 2px solid #777777;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  border-radius: 20rem;
  text-align: center;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#students-slider.owl-theme .owl-dots .owl-dot span {
  width: 13px !important;
  height: 13px !important;
  background: transparent !important;
  border: 1px solid #fe0000;
  margin: 5px 4px !important;
}

#students-slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fe0000 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #fe0000 !important;
}
.sec6 {
  position: relative;
}
.student_item {
  padding: 0 20px;
}
.student_item .student_text {
  position: relative;
  padding: 20px;
  height: 245px;
  background: rgb(0, 26, 136);
  background: linear-gradient(
    90deg,
    rgba(0, 26, 136, 1) 0%,
    rgba(164, 37, 109, 1) 100%
  );
  border-radius: 35px;
}
.student_item .student_text:after {
  clip-path: polygon(69% 0, 0% 100%, 100% 100%);
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #223f80;
  bottom: -18px;
  left: 10%;
  z-index: -1;
  transform: rotate(-180deg);
}
.student_item .student_text .shapes {
  margin-bottom: 10px;
}
.student_item .student_text p {
  color: #ffffff;
  text-align: justify;
}
.student_item .photo {
  margin-top: 15px;
}
.student_item .photo img {
  float: left;
  margin-right: 20px;
}
.student_item .photo h2 {
  color: #444444;
  font-weight: 700;
  font-size: 22px;
  padding: 10px 0 5px 0;
}
.student_item .student_text .shapes {
  margin-bottom: 15px;
  margin-top: -27px;
  margin-left: 20px;
}
#student-speak.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 0px;
  background-color: #fe0000;
}
#student-speak.owl-theme .owl-dots .owl-dot.active span {
  background-color: #fe0000;
}
#student-speak.owl-theme .owl-dots {
  display: none;
}

.student_item .student_text .shapes img {
  width: 10%;
}

.student_item .photo span {
  font-size: 16px;
  line-height: 1;
}

#student-speak.owl-theme .owl-nav [class*="owl-"] {
  color: #444444;
  font-size: 16px;
  margin: 5px;
  line-height: 5px;
  width: 2rem;
  height: 2rem;
  padding: 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #444444;
  position: absolute;
  top: -60px;
}

#student-speak.owl-theme .owl-nav .owl-next {
  right: 0px;
}

#student-speak.owl-theme .owl-nav .owl-prev {
  right: 50px;
}

#student-speak.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #872491;
  color: #fff;
  border: solid 2px #872491;
}

#life-slider.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  position: absolute;
  font-size: 20px;
  margin: 5px;
  line-height: 5px;
  width: 2rem;
  height: 2rem;
  padding: 5px;
  background: #a30927;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #fff;
  bottom: 50%;
}

#life-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #101d3c;
  color: #fff;
}

#life-slider .owl-prev {
  left: -25px;
}
#life-slider .owl-next {
  right: -25px;
}

.gallery__sec_dv {
  position: relative;
  padding: 50px 0;
}

.ranktext h4 {
  font-size: 22px;
  padding-bottom: 10px;
  color: #0064a2;
  font-weight: 700;
  padding-top: 30px;
}

.ranktext span {
  color: #0064a2;
  font-size: 16px;
  font-weight: 600;
}

.ranktext span em {
  font-style: normal;
  color: #f6b710 !important;
}

.ranksliderGrid {
  position: relative;
  width: 100%;
}
#rank-slider {
  padding: 0 0rem;
}
#rank-slider .owl-stage-outer {
  padding: 0.5rem;
}
.rankImg figure {
  width: 8.7rem;
  margin: 0 auto 0.5rem;
  overflow: hidden;
}
.rankImg figure img {
  width: auto;
  display: inline-block;
}
.rankDescription {
  min-height: 6rem;
}
.rankDescription .rankDescInner {
  width: 100%;
}
.rankDescription h4 {
  color: #ffffff;
  padding: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0rem;
  margin: 0rem;
}
.rankDescription p {
  width: 100%;
  color: #434244;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0rem;
}
.rankitemsContainer {
  height: 100%;
}

/* == student_section-CLOSE == */

/* ====  Affiliation-START  ==== */
.affiliationsection {
  position: relative;
  background-color: #f3f4f7;
  padding: 5px 0;
}
.affiliationSlider {
  position: relative;
  width: 100%;
}
.slick_item {
  padding: 10px;
}
.slick-dots {
  display: none !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

/* ====  Affiliation-CLOSE  ==== */

.about-ritm__section {
  position: relative;
  background-image: url(../images/why.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-ritm__section .widget-title h3 {
  position: relative;
  display: inline-block;
  padding: 20px 0px;
  font-size: 33px;
  z-index: 1;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 400;
}

.about-ritm__section .offer-right {
  position: relative;
}

.about-ritm__section .what_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background-color: #fff;
  text-align: start;
  padding: 10px 10px;
  border-radius: 5px;
  min-height: 76px;
}

.about-ritm__section .what_box p {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #222222;
}

.about-ritm__section .intros-pics {
  position: relative;
}

.about-ritm__section .intros-pics .emark__item.jumping_ani {
  position: relative;

  z-index: 2;
}
.about-ritm__section .intros-pics .emark__item.jumping_ani img {
  position: relative;
  z-index: 2;
}

.careerBtn1 {
  position: relative;
  text-align: center;
  padding-top: 70px;
}

.careerBtn1 > a {
  background: #fdc800;
  color: #444444;
  padding: 13px 35px;

  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
}

.school_absolute1 {
  right: -1%;
  position: absolute !important;
  top: 19%;
  z-index: 1;
}
.about-ritm__section .side-contant {
  position: relative;
  padding: 0px 50px;
  z-index: 2;
}

.about-ritm__section .side-contant p {
  padding-bottom: 20px;
  text-align: justify;
  line-height: 1.5;
  padding-top: 0px;
  font-size: 17px;
  color: #fff;
}

.about-ritm__section img.img-fluid.shadow {
  box-shadow: none !important;
}

.faq-section {
  background-color: #fff;
  padding: 50px 0;
}

.faq-section .faqBox .accordion-item:not(:first-of-type) {
  margin-top: 0.6rem;
}
.faq-section .faqBox .accordion-item {
  background-color: #f3f4f7;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
.faq-section .faqBox .accordion-button {
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  font-size: 1.2rem;
  background-color: #f3f4f7;
  color: #5c5858;
}
.faq-section .faqBox .accordion-button:not(.collapsed) {
  background-color: #f3f4f7;
  color: #111d5e;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.faq-section .faqBox .accordion-body p {
  color: #000;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  width: 1.85rem;
  height: 1.85rem;
  background-size: 1.85rem;
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(89%) invert(15%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.faq-section .faqBox .accordion-body ul li {
  width: 100%;
  padding: 0px 0px;
  margin: 0.7rem 0;
  position: relative;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
}

.faq-section .faqBox .accordion-body ul li p {
  width: 100%;
  position: relative;
  padding-left: 1.8rem;
  display: block;
  color: #252641;
  font-size: 16px;
  font-weight: 400;
}
.faq-section .faqBox .accordion-body ul li p::before {
  position: absolute;
  content: "";
  left: 0px;
  top: -7px;
  color: #111d5e;
  padding: 6px;
  border-radius: 100%;
  font-family: "Font Awesome 5 Pro";
  content: "\f101";
  font-size: 1rem;
  font-weight: 400;
}

.faq-section .prog-ofers {
  position: relative;
  margin-top: 30px;
}
.faq-section .prog-ofers img {
  position: relative;
  border-radius: 10px;
}
.faq-section .prog-ofers::before {
  content: "";
  position: absolute;
  height: 103%;
  width: 93%;
  top: -10px;
  left: 10%;
  border-radius: 10px;
  bottom: 0;
  margin: 0px;
  padding: 0px;
  z-index: 0;
  background-color: #071e5e;
}

/* .eligibilitysec {
    background-image: url(../images/sets.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
} */

.sec2 {
  position: relative;
  padding: 50px 0 70px 0px;
}

.sec2 .why_flexx {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap !important;
  gap: 30px;
}

.why_flexx .why_box {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.why_flexx .why_box::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 45px;
  left: -10px;
  top: 0;
  z-index: -1;

  background: linear-gradient(180deg, #fe0000 0%, #29166f 100%);
}

.why_flexx .why_box p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #666666;
  text-align: start;
}

.why_flexx .why_box p b {
  font-size: 25px;
  color: #222222;
}

.sec2 .why_flexx .why_box:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 50%;
  background: #fdc800;
  left: 1px;
  top: 25%;
  z-index: 999999;
}
.sec2 .why_flexx .why_box:hover:after {
  background: #002147;
  z-index: 99999;
}

.sec2 .why_flexx .why_box:hover {
  background-color: #fdc800;
  border: solid 1px #001962;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
  transform: translateY(-0.5em);
}

.sec2 .why_flexx .why_box:hover img {
  transform: rotateY(180deg);
}

.sec2 .why_flexx .why_box:hover img {
  filter: invert(10%) sepia(83%) saturate(1798%) hue-rotate(193deg)
    brightness(40%) contrast(100%);
}

.sec2 .why_flexx .why_box:hover p {
  color: #002147;
}

.sec2 .why_flexx .why_box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  padding-top: 10px;
}

.sec2Head {
  position: relative;
  width: 100%;
  padding-top: 20px;
}

.eligibilityBox > .content p:first-child {
  padding-top: 0px;
}

.eligibilityBox > .content p {
  position: relative;
  color: #ffffff;
  margin: 0px;
  padding: 15px 0px;
  font-size: 21px;
}

.eligibilityBox > .content p:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 1px;
  background-color: #fff;
  bottom: 1px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
}

.awardsss {
  position: relative;
}
.awardsss .multi-cols {
  position: relative;
  margin-top: 50px;
  padding-top: 30px;
}
.awardsss .multi-cols ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
}
.awardsss .multi-cols ul li:first-child {
  padding: 0px;
}
.awardsss .multi-cols ul li {
  padding-left: 2%;
  width: 25%;
}
.awardsss .multi-cols ul li span {
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  display: block;
  text-align: center;
  /* align-items: center; */
  line-height: 50px;
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
}
.awardsss .multi-cols ul li span:after {
  width: 1px;
  position: absolute;
  height: 40px;
  background: #000;
  z-index: 1;
  left: 50%;
  top: -35px;
  content: "";
}

/*custom-marquee-START */

.marqu__section {
  background-color: #a30927;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marqu__section .marquee span {
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  padding-left: 100% !important;
  padding: 1.4rem 0;
  font-weight: 600;
  ext-indent: 0;
  animation: marquee 20s linear infinite;
}

.marqu__section .marquee span b {
  font-weight: 600;
  color: #002c59;
}

.marqu__section .marquee span:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

/*custom-marquee-CLOSE */

.sec2 .eligibilityBox {
  position: relative;
}
.sec2 .eligibilityBox p {
  text-align: center;
  line-height: 1.5;
  color: #312f2f;
  padding: 0 45px;
}

.partners__section {
  position: relative;
  background-color: #f5f5f5;
  padding: 3rem 0;
  /* padding-bottom: 50px; */
}

.partners__section .partners_silder {
  position: relative;
  width: 100%;
  padding-top: 20px;
}

.bloxi {
  position: relative;
  /* border: solid 1px #F7D3B7; */
  padding: 0px;
  /* border-radius: 250px 250px 0 0; */
  margin: 0 0px;
}
.training-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin: 5px;
}

.spec__section .image-box .image:after,
.spec__section .image-box .image:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(var(--theme-color1))
  );
  background-image: linear-gradient(transparent, var(--theme-color1));
  z-index: 1;
  content: "";
  pointer-events: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.training-block-one .inner-box .content-box .image-box img {
}

.training-block-one .inner-box .content-box {
  position: relative;
  display: block;
}
.training-block-one .inner-box .content-box .image-box {
  margin-bottom: 0px;
}
.training-block-one .inner-box .overlay-box {
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 2;
  padding: 40px 15px;
  opacity: 0;
  transition: all 500ms ease;
  overflow: hidden;
}

.training-block-one .inner-box .content-box .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 15px 15px 22px;
  z-index: 1;
  opacity: 1;
  transition: all 500ms ease;
}
.training-block-one .inner-box .content-box .text h4 {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
}
.training-block-one .inner-box .overlay-box .text h4 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.training-block-one .inner-box .overlay-box .text ul.lists {
  list-style: none;
  padding: 10px;
  margin: 15px 0 0 0;
}
.training-block-one .inner-box .overlay-box .text ul.lists li {
  position: relative;
  margin-top: 5px;
}
.training-block-one .inner-box .overlay-box .text ul.lists li {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  list-style: disc;
}

/* .training-block-one .inner-box .overlay-box .text ul.lists li {
  position: absolute;
  content: "";
  left: 0px;
  top: -7px;
  color: #fff;
  padding: 6px;
  border-radius: 100%;
  font-family: "Font Awesome 5 Pro";
  content: "\f101";
  font-size: 1rem;
  font-weight: 400;
} */

.training-block-one .inner-box:hover .overlay-box {
  opacity: 0.9;
  top: 0;
}

.training-block-one .inner-box:hover .content-box .text {
  opacity: 0;
}

.training-block-one .inner-box:hover .content-box .image-box:before {
  box-shadow: none;
}

.training-block-one .inner-box .content-box .image-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: inset 0 -148px 29px -51px #00024e;
  z-index: 1;
  transition: all 500ms ease;
}

.training-block-one .inner-box .content-box .image-box img {
  width: 100%;
}

.training-block-one .inner-box .overlay-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  right: 0;
  opacity: 0.85;
  /* border: solid 0px #fff; */
  background-color: #00024e;
  z-index: 2;
  overflow: hidden;
}

.training-block-one .inner-box .overlay-box .text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 25px;
  transform: translate(-50%, -50%);
  z-index: 2;
  min-height: 100%;
}

#partners-slider.owl-theme .owl-nav [class*="owl-"] {
  color: #444444;
  font-size: 30px;
  margin: 5px;
  line-height: 41px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #444444;
  position: relative;
  top: 0px;
}

#partners-slider.owl-theme .owl-nav .owl-next {
  right: -10px;
}

#partners-slider.owl-theme .owl-nav .owl-prev {
  left: -10px;
}

#partners-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #f80025;
  border: solid 2px #f80025;
}

.bottomsection {
  background-color: #fff;
}

.bottomsection .collab__title {
  background-color: #f2f2f2;
  position: relative;
  height: 260px;
}

.bottomsection .collab__title .Sec_top {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -54px;
}

.collabs_mb {
  text-align: center;
  border: solid 1px #dbdbdb;
  background: #fff;
  margin: 0 15px;
  border-radius: 10px;
}

.bottomsection .collab__title .collabs_logo {
  position: relative;
}

#place-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;

  border: 0px solid #000;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.3rem;
  font-size: 1.8rem;
  margin: 0px;
  color: #000000;
  padding: 0px;
  border-radius: 20rem;
  border: solid 1px #000000;
  text-align: center;
  background-color: #fff;
  top: -50%;
  transform: translateY(-50%);
  z-index: 2;
}
#place-slider.owl-theme .owl-nav .owl-next {
  right: 2%;
}

#place-slider.owl-theme .owl-nav .owl-prev {
  right: 6%;
}

#place-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  border: solid 1px #c69e66;
  color: #c69e66;
}

#sets-slider.owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.8rem;
  margin: 0px;
  color: #fe0000 !important;
  padding: 0px;
  border-radius: 20rem;
  text-align: center;
  background-color: #fff;
  z-index: 2;
}
#sets-slider.owl-theme .owl-nav .owl-next {
  right: 0;
}

#sets-slider.owl-theme .owl-nav .owl-prev {
  right: 5%;
}

#sets-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  border: solid 1px #c69e66;
  color: #c69e66;
}

.section5 {
  background: #fff;
  padding: 3rem 0;
  padding-bottom: 50px;
}

.section5 .student_item .student_content {
  position: relative;
  background: transparent;
  margin-top: 25px;
  padding: 0 0px 10px 15px;
  border-radius: 0px;
  /* border-bottom: solid 2px #C69E66;
     padding-left: 16px; */
}

.section5 .student_item .student_content p {
  color: #30343f;
  font-size: 14px;
  line-height: 1.6;

  text-align: left;

  overflow: overlay;
  padding-right: 5px;
}

.student_content p::-webkit-scrollbar {
  width: 4px;
  background-color: #ededed;
}

.student_content p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(104, 140, 240, 0.3);
}

.student_content p::-webkit-scrollbar-thumb {
  background-color: #c69e66;
}

.student_thumb {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.student_thumb .define img {
  width: 100%;
}

.student_thumb .student_content h5 {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 10px;
  text-align: start;
}

.student_thumb:hover .student_content h5 {
  color: #fff;
}

.student_item {
  position: relative;
  border: solid 1px #d8d8d8;
  padding: 20px 10px 10px 10px;
  border-radius: 5px;
  background: #fff;
  margin: 0 10px;
  border-top: 5px solid #00024e;
}

.student_item:hover {
  background-color: #fe0000;
}

.student_thumb p {
  color: #001962;
  font-size: 15px;
  text-align: start;
  line-height: 1.6;
}

.student_thumb:hover .student_content p {
  color: #fff;
}

.student_thumb p small {
  display: block;

  font-size: inherit;
}

.section5 .student_item .student_thumb .define {
  position: relative;
  padding-left: 20px;
}
.section5 .student_item .student_thumb img.oracle {
  width: 74px;
  height: 74px;
}

#student-slider.owl-theme .owl-nav [class*="owl-"] {
  color: #fe0000;
  font-size: 30px;
  margin: 5px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #fe0000;
  position: relative;
  top: 0px;
}

#student-slider.owl-theme .owl-nav .owl-next {
  right: -10px;
}

#student-slider.owl-theme .owl-nav .owl-prev {
  left: -10px;
}

#student-slider .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  border: solid 2px #fe0000;
  background-color: #fe0000;
}

#placement-slider .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  border: solid 2px #fe0000;
  background-color: #fe0000;
}

#placement-slider.owl-theme .owl-nav [class*="owl-"] {
  color: #fe0000;
  font-size: 30px;
  margin: 5px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #fe0000;
  position: relative;
  top: 0px;
}

#placement-slider.owl-theme .owl-nav .owl-next {
  right: -10px;
}

#placement-slider.owl-theme .owl-nav .owl-prev {
  left: -10px;
}

#placement-slider .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  border: solid 2px #fe0000;
  background-color: #fe0000;
}

.companies-section .owl-theme .owl-nav [class*="owl-"] {
  color: #fe0000;
  font-size: 30px;
  margin: 5px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #fe0000;
  position: relative;
  top: 0px;
}

.companies-section .owl-theme .owl-nav .owl-next {
  right: -10px;
}

.companies-section .owl-theme .owl-nav .owl-prev {
  left: -10px;
}

.companies-section .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  border: solid 2px #fe0000;
  background-color: #fe0000;
}

#why-speak.owl-theme .owl-nav [class*="owl-"] {
  color: #c69e66;
  font-size: 30px;
  margin: 5px;
  line-height: 38px;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #c69e66;
  position: relative;
  top: 0px;
}

#why-speak.owl-theme .owl-nav .owl-prev {
  left: -10px;
}

#why-speak.owl-theme .owl-nav .owl-next {
  right: -10px;
}

.w-85 {
  width: 90%;
  margin: auto;
}

.approvals-section .award_box .awardImag {
  height: 140px;
  border-radius: 8px !important;
  border: 1px solid; /* Set a border width */
  border-image: linear-gradient(180deg, #fe0000 0%, #29166f 100%);
  border-image-slice: 1;
  margin: 25px;
  transition: all 0.5s;
  overflow: hidden;
  background-color: #fff;
  z-index: 0;
  position: relative;
}

.approvals-section .award_box .awardImag:hover {
  transform: scale(1.3);
  transition: all 0.5s;
  z-index: 1111;
  position: relative;
}

.approvals-section .award_box .awardImag img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partners_section {
  background-image: url(../images/parbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.partners_section .nav-tabs .nav-link.active {
  background-color: #fe0000 !important;
  display: inline-block;
  color: white !important;
  border: none;
  border-radius: 30px !important;
}

.partners_section .nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: auto;
}
.partners_section .nav-tabs .nav-link {
  color: #000000 !important;
  background-color: #f0f0f0;
  border-radius: 30px !important;
}
.partners_section .table {
  background-color: white;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}

.partners_section .table tr:first-child td:last-child {
  border-top-right-radius: 30px;
}

.partners_section .table tr:last-child td:first-child {
  border-bottom-left-radius: 30px;
}

.partners_section .table tr .greColor {
  background-color: #f2f2f2;
}
.partners_section th,
td {
  text-align: start;
  vertical-align: middle;
  padding: 20px 15px !important;
}
