@import url("https://fonts.googleapis.com/css2?family=Lunasima:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@charset "UTF-8";

body {
  font-family: "Poppins", sans-serif;
  color: #373435;
}
.border-radius {
  border-radius: 0px !important;
}
.table-bordered-primary {
  border-color: #160d38;
}
.list-point {
  position: relative;
}
.list-point ul li {
  line-height: 22px;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  margin-bottom: 15px;
  color: #373435;
  text-align: justify;
}
.list-point ul li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #160d38;
  border-radius: 50%;
}
.list-point2 ul li:before {
  width: 9px;
  height: 4px;
  top: 10px;
  border-radius: 30px;
}
.sticky {
  background: #fff;
  position: fixed !important;
  top: 0px;
  z-index: 999;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);
}
.sticky .hdr-top {
  display: none;
}

.sticky .navbar-brand > img {
  height: 60px;
}

.media .media-left,
.media .media-body,
.media .media-right {
  display: table-cell;
  vertical-align: top;
}
.media .media-left {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.media .media-body {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  width: 10000px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
.bg-light-blue {
  background-color: #d1ebf9;
}
.bg-light-warning {
  background-color: #fef6ed !important;
}
.bg-secondary {
  background-color: #373435 !important;
}
.text-success {
  color: #1d8136 !important;
}
.text-primary {
  color: #28166f !important;
}
.text-warning {
  color: #f07e01 !important;
}
select.form-control {
  background: #fff url(../images/down-arrow.png) no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0px;
  color: #00296d;
}
p {
  line-height: 26px;
  color: #373435;
  font-size: 16px;
}
p strong {
  font-weight: 700;
}

.bg-light {
  background-color: #f2f6f9 !important;
}
.btn-primary {
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  background-color: #2d3574;
  border-color: #2d3574;
}
.btn-primary:hover {
  color: #fff;
  background-color: #f07e01;
  border-color: #f07e01;
}
.btn {
  background-color: ;
  font-size: 14px;
  padding: 8px 25px;
  border-radius: 10px;
}
.btn-lg {
  font-size: 16px;
  padding: 13px 20px;
  font-weight: 500;
}
.btn-sm {
  font-size: 12px;
  padding: 5px 15px;
}
.btn-warning {
  color: #fff;
  background-color: #f07e01;
  border-color: #f07e01;
}
.btn-warning:hover {
  color: #fff;
  background-color: #2d3574;
  border-color: #2d3574;
}
.media .d-m-show {
  display: none;
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.radius30 {
  border-radius: 30px !important;
}
.bg-primary {
  background-color: #2d3574 !important;
}
.bg-warning {
  background-color: #f07e01 !important;
}
.bg-info {
  background-color: #2eabbb !important;
}
header {
  z-index: 1000; /*box-shadow: 0 2px 4px rgb(0 0 0 / 20%);*/
  transition: 0.5s;
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
}
.hdr-top {
  position: relative;
  padding-top: 4px;
  padding-bottom: 3px;
}
.hdr-social-link li {
  padding-right: 2px;
  padding-left: 2px;
}
.hdr-social-link li a {
  font-size: 14px;
  color: #000;
  transition: 0.5s;
  display: block;
  background-color: #f0f0f0;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  line-height: 28px;
}
.hdr-social-link li a.linden {
  background-color: #007bb5;
  color: #fff;
}
.hdr-top-cnt {
  margin-bottom: 0px;
}
.hdr-top-cnt li {
  margin-right: 10px;
}
.hdr-top-cnt li:last-child {
  margin-right: 0px;
}
.hdr-top-cnt li a {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  display: block;
  padding: 5px;
}
.hdr-top-cnt li a > span {
  font-size: 12px;
}
.hdr-top-cnt li a i {
  margin-right: 4px;
}
.hdr-top-cnt li a.btn {
  background-color: #fff;
  font-size: 13px;
  padding: 3px 8px;
  border: none;
  margin-top: 3px;
  color: #353b6d;
  font-weight: 600;
  border-radius: 6px;
}
.hdr-top-cnt li a.btn-2  {
  background-color: #f07e01;
  font-size: 14px;
  padding: 2px 14px;
  border: none;
  color: #fff;
  margin-top: 3px;
  font-weight: 600;
  border-radius: 6px;
}
.hdr-top-cnt li a.btn-2 span{
  color: #fff !important;
}
.txt-rgt {
  text-align: right;
}
.header-mid {
  position: relative;
  background-color: #d31616;
  color: #fff;
  padding-bottom: 4px;
  padding-top: 3px;
}
.header-mid strong {
  width: 125px;
}
.header-mid marquee {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0px;
}
.navbar {
  padding: 2px 0px;
}
.navbar > .container {
  background: #fff;
  border-radius: 40px;
  padding: 7px 16px;
  /* padding: 7px 49px; */
}
.navbar-brand {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 2px 12px 2px 2px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  overflow: hidden;
  border-right: 1px dotted #7e7e7e;
}
.navbar-brand > img {
  height: 78px;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-nav > li > a.logo {
  padding: 5px 35px;
  margin-top: 10px;
}
.navbar-nav {
  background: #2d3574;
  border-radius: 30px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding: 10px 18px;
  font-weight: 400;
  font-size: 13px;
  position: relative;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #77dd76;
}
.navbar-nav > li:hover > .drop-menu {
  display: block;
}

.navbar-expand-lg .navbar-nav .nav-link.login-nav {
  /*background-color: #56B6EA;*/
  color: #56b6ea;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #56b6ea;
}
.navbar-expand-lg .navbar-nav .nav-link.login-nav.login-nav:hover {
  color: #fff;
  background-color: #56b6ea;
}
.drop-menu {
  padding: 5px;
  width: 100%;
  min-width: 15rem;
  border: none;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 18%);
  background-color: #2d3574;
}
.drop-menu-rgt {
  left: inherit !important;
  right: 0px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #0f4aa4;
}
.drop-menu > li > a {
  padding: 2px 8px;
  font-weight: 500;
  color: #fff;
  white-space: break-spaces;
  font-size: 14px;
  border-radius: 4px;
}
.drop-menu > li > a:hover,
.drop-menu > li > a:focus {
  color: #fff;
  background-color: #f07e01;
}
.drop-menu > li > a.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0em;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 8px;
  top: 40%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #d31616;
}
/*.navbar-nav>li>a.logo:hover{background-color: transparent;}*/
.navbar-default .navbar-nav > li > a.logo:focus,
.navbar-default .navbar-nav > li > a.logo:hover {
  background-color: transparent;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #f07e01;
}
.drop-submenu {
  left: 100% !important;
  padding: 5px;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 18%);
  top: 0px !important;
  border: none;
  min-width: 13rem;
}
.drop-submenu > li > a {
  padding: 6px 8px;
  font-weight: 500;
  color: #000;
  white-space: break-spaces;
  font-size: 14px;
  border-radius: 4px;
}
.drop-submenu > li > a:hover {
  color: #fff;
  background-color: #d31616;
}

/*===============Header Default==========*/

.header-default .navbar-brand {
  position: relative;
  left: 0px;
  top: 0px;
}
/*===============Header Default End==========*/
/*============ slider css =============*/
.type-box {
  text-align: center;
  margin: 30px;
}
.type h1 a {
  color: #fff;
  font-size: 45px;
}
.bs-slider {
  overflow: hidden;
  /* height: 650px;*/
  position: relative;
}
.bs-slider:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.bs-slider:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  height: 650px;
  width: 100% !important;
}

/********************
*****Slide effect
**********************/
.slider-wrap {
  width: 100%;
  height: 590px;
  position: relative;
  overflow: hidden;
}
/*
.slider-wrap:before {
  content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.84);
}*/
.slider-wrap > img {
  width: 100%;
  height: 100%;
  transform: rotateY(-360deg);
  -webkit-transform: rotateY(-360deg);
  -o-transform: rotateY(-360deg);
  object-fit: cover;
}

.slider-wrap .owl-nav {
  position: absolute;
  top: 50%;
  justify-content: space-between;
  width: 100%;
}
.slider-wrap .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  /* width: 200px; */
  left: 9%;
}
.slider-wrap .owl-nav .owl-prev {
  float: left;
  margin-left: 30px;
  left: 0px;
}
.slider-wrap .owl-nav .owl-next {
  float: right;
  margin-right: 30px;
  right: 0px;
}
/*---------- SLIDE CAPTION ----------*/
.mrgn-auto {
  margin: auto;
}

.slide-text {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  justify-content: center;
  align-self: center;
  align-items: end;
  display: flex;
  padding-bottom: 60px;
}
.slide-text-dec {
  position: relative;
}
.slide-text h4 {
  font-weight: 400;
  font-size: 30px;
}
.slide-text h1 {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 40px;
}
.slide-text h3 {
  color: #373435;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 600;
}

.slide-text h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.slide-text p {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 25px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  color: #000;
}
.slide-text a.btn {
  font-weight: 600;
  font-size: 16px;
  padding: 13px 20px;
  border-radius: 11px;
  margin-bottom: 5px;
}
.slide-text a.btn > img {
  width: 18px;
}
.slide-text a.btn-primary {
  /* border: 2px solid #fff; */
}
.slider-overleft-wrap {
  position: relative;
  margin-top: -50px;
  z-index: 1;
}
.slider-overleft-wrap .media-item {
  min-height: 125px;
}

.media-item {
  background-color: #d5eeff;
  position: relative;
  padding: 12px 10px;
  border-radius: 30px;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 35%);
  transition: 0.5s;
}
.media-item .media .media-left {
  padding-right: 0px;
}
.media-item .media .media-body {
  padding-left: 0px;
}
.media-tmb {
  width: 45px;
  height: 45px;
  margin: 8px auto 10px;
}
.media-tmb > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s;
}
.media-item:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.media-item h5 {
  color: #353b6d;
  font-size: 16px;
  font-weight: 500;
}
.media-item p {
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 14px;
  font-size: 11px;
}
.media-item.bg-1 {
  background-color: #ffdd8c;
}
.media-item.bg-2 {
  background-color: #ffc089;
}
.media-item.bg-3 {
  background-color: #eefffb;
}
/*=========== end ===========*/

/*========== Enroll form Start ======*/
.main-enroll-form-modal
{
  padding: 5px;
  background-color: #f07e01;
    border-radius: 20px;
}
.enroll-form-modal {
  border-radius: 20px;
  padding: 10px 5px;
  border: none;
  max-width: 470px;
  margin: auto;
}

.enroll-form-close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}

.enroll-form-logo {
  max-width: 180px;
}

.enroll-form-input {
  height: 38px;
  border-radius: 6px;
  font-size: 13px;
}

.enroll-form-small-text {
  font-size: 13px;
  color: #555;
}

.enroll-form-submit-btn {
  width: 120px;
  height: 40px;
  font-weight: 600;
  border-radius: 6px;
  background-color: #f07e01;
  color: #fff;
}
.enroll-form-submit-btn:hover {
  background-color: #ffffff;
  border: 1px solid #00296d;
  color: #00296d;
}
.modal-body-2 {
  padding: 8px 20px;
}

/*========== Enroll form End======*/

/*========== enquire form ======*/

.GetinTouch-form .close {
  position: absolute;
  right: -30px;
  top: -40px;
  font-size: 50px;
  color: #fff;
  opacity: 0.8;
}
.GetinTouch-form .modal-body {
  padding: 25px 45px;
}
.popup-img {
  text-align: center;
  margin: 10px auto 40px;
  display: block;
}
.popup-img h3 {
  font-weight: 600;
}
.GetinTouch-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-control {
  box-shadow: none;
}
.GetinTouch-form .form-group .form-ctrl-pop {
  border-radius: 30px;
  height: 45px;
  padding-left: 40px;
}
.GetinTouch-form .form-group .form-ctrl-msg {
  border-radius: 30px;
  padding-left: 40px;
}
.GetinTouch-form .form-group .form-icon {
  position: absolute;
  left: 20px;
  top: 10px;
  color: #c22a36;
}
.GetinTouch-form .form-group .btn {
  border-radius: 30px;
}

.wrap {
  position: relative;
  /* padding-bottom: 10px; */
  padding-top: 48px; 
  /* padding-top:60px; */
}
.bg-white {
  background-color: #fff;
}
.title {
  position: relative;
  margin-bottom: 30px;
}
.title h2 {
  font-size: 25px;
  font-weight: 700;
}
/* .title h2 {
  font-size: 40px;
  font-weight: 700;
} */

.title h3 {
  font-weight: 700;
  font-size: 30px;
}
.title h4 {
  font-weight: 700;
  font-size: 26px;
}
.title p {
  font-size: 16px;
  font-weight: 500;
}
.title-border-gray {
  width: 200px;
}
.title-dots {
  width: 100px;
}
.title-bg {
  position: relative;
  width: 50px;
  height: 5px;
  background-color: #77dd76;
  display: inline-block;
  border-radius: 4px;
}
.embed-responsive {
  width: 100%;
  height: 435px;
  background-color: #313131;
}
.embed-responsive > video,
.embed-responsive > iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

/*=========== about hompe page ================*/
.about-wrap {
  background: url(../images/an-img-bg.png) no-repeat;
  background-position: bottom left;
}
.abt-box {
  position: relative;
  padding-right: 45px;
  margin-bottom: 25px;
}

.abt-box .title h6 {
  font-weight: 600;
  font-size: 18px;
}
.abt-box h4 {
  font-weight: 500;
  font-size: 17px;
}
.abt-box p {
  font-weight: 500;
  text-align: justify;
  margin-bottom: 25px;
  color: #7d7d7d;
}
.abt-box .btn-link {
  font-size: 18px;
  font-weight: 500;
}
.abt-icon {
  width: 75px;
  height: 75px;
  margin-bottom: 5px;
}
.abt-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.abt-img {
  position: relative;
  width: 100%;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
}
.abt-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.abt-img1 {
  height: 212px;
  margin-bottom: 15px;
}
.item-box {
  position: relative;
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 5px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.tmb {
  position: relative;
  width: 100%;
  height: 260px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 6px;
}
.tmb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.item-dec {
  padding: 15px 15px 10px;
}
.item-dec h4 {
  font-size: 16px;
  font-weight: 500;
}
.item-dec p {
  line-height: 22px;
  color: #666;
}
.item-box:hover > .tmb > img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.Getstarted-wrap {
  background: url(../images/slide3.jpg) no-repeat;
}
.Getstarted-wrap .title h2 {
  color: #fff;
  font-size: 50px;
}
.Getstarted-wrap .title h2 span {
  -webkit-text-stroke: 1px #fff;
}
/*========== course-carousel  ========*/
.certificate-wrap {
  background: #2d3574 url(../images/bg-shape1.png) no-repeat;
  background-size: cover;
}
.course-carousel {
  background: url(../images/an-img-bg.png) no-repeat;
  background-position: bottom left;
}
.course-carousel .item-box {
  margin: 9px 2px;
  border: 3px solid #f07e01;
  padding: 15px;
  border-radius: 20px;
  box-shadow: none;
  height: 180px;
}
.course-carousel .item-box .tmb {
  height: 85px;
  width: 85px;
  margin: 5px auto 10px;
  padding: 16px;
  border-radius: 50%;
  background: #fff;
}
.course-carousel .item-box .tmb > img {
  object-fit: contain;
}

.course-carousel .item-box .item-dec h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.course-carousel .item-box .item-dec .btn-sm {
  border-radius: 0px;
  border-color: #b6b4a3;
  font-weight: 700;
}
.course-carousel .item-box:hover {
  background-color: #f07e01 !important;
}
/*========== Campus Life  ========*/
.campus-card {
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
}
.campus-card > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: 0.5s;
}
.campus-card .card-title {
  margin-bottom: 0.5rem;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 3px rgb(0 0 0 / 50%);
}
.campus-card:hover > img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
/*========== Ph.D. Admissions  ========*/

/*========== services  ========*/

.srvs-dec {
  position: relative;
  z-index: 1;
}
.srvs-dec p {
  font-size: 18px;
  color: #000;
  line-height: 32px;
  margin-bottom: 35px;
}
.srvs-dec p:last-child {
  margin-bottom: 0px;
}
.srvs-box {
  position: relative;
  z-index: 1;
  padding: 20px 10px;
  border-radius: 6px;
  /*    border: 2px solid #f27e00;*/
  min-height: 240px;
  margin-bottom: 20px;
}
.srvs-icon {
  width: 70px;
  height: 70px;
  /* background-color: #fff; */
  /* padding: 20px; */
  margin: 0px auto 15px;
  border-radius: 50%;
}
.srvs-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s;
}
.srvs-box h4 {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
}
.srvs-box p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
}
.srvs-box.bg-pink {
  background-color: #cd50ab;
}
.srvs-box.bg-parrot {
  background-color: #bcd800;
}
.srvs-box.bg-info {
  background-color: #00a3d4;
}
.srvs-box.bg-warning {
  background-color: #fdc900;
}
.srvs-box:hover > .srvs-icon > img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/*================= Our Process ===================*/
.process-line-wt {
  position: relative;
  width: 100%;
  margin: auto;
}
.process-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-self: center;
  margin: auto;
  text-align: center;
}
.process-list li {
  width: 20%;
  position: relative;
  padding: 15px;
}
.process-list li::before {
  content: "";
  background: url(../images/ArrowSW.png) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 13px;
  height: 13px;
  position: absolute;
  right: -5px;
  top: 45%;
}
.process-list li:last-child:before {
  display: none;
}
.process-card {
  border-radius: 12px 12px 40px 0px;
  padding-bottom: 10px;
}
.process-header {
  border-radius: 12px 12px 0px 0px;
  padding: 6px;
  font-size: 16px;
  font-weight: 600;
}
.process-box {
  position: relative;
  padding: 0px 15px;
  min-height: 260px;
}
.process-icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 10px auto 10px;
}
.process-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.process-icon span {
  position: absolute;
  bottom: 35%;
  right: -5px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  background-color: #d3a023;
  border-radius: 50%;
}
.process-list li h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.process-list li p {
  color: #000;
  line-height: 20px;
  font-size: 12px;
}

/*=============== our team ===================*/
.team-card {
  position: relative;
  padding: 40px 10px 25px;
}
.team-card-icon {
  width: 80px;
  height: 80px;
  margin: 0px auto 15px;
  transition: 0.5s;
}
.team-card-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.team-card:hover > .team-card-icon {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.team-card h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.ourteam-wrap {
  background-color: #404041;
  position: relative;
  padding-top: 40px;
}
.team-box {
  position: relative;
  padding: 10px;
  margin-bottom: 25px;
}
.team-box .media-left {
  width: 15% !important;
}
.team-box .team-box-img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 5px;
}
.team-box .team-box-img img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  object-fit: cover;
}
/*.team-box:hover> .team-box-img img{transform: scale(1.2);-o-transform: scale(1.2);-webkit-transform: scale(1.2);}*/
.team-box .client_info {
  padding: 15px 0px;
  position: relative;
}
.team-box .client_info h4 {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}
.team-box .client_info h6 {
  color: #74c2cc;
  font-size: 14px;
  font-weight: 600;
}
.team-box .client_info p {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  line-height: 20px;
  margin-right: 46px;
}
.team-box .client_info p:first-child {
  margin-bottom: 0px;
}
.team-box .client_info .collapse-text a {
  font-weight: 400;
  color: #0f4aa4;
}

.owl-dots {
  text-align: center;
}
.owl-carousel button.owl-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
  background-color: #d1b8b8;
}
.owl-carousel button.active {
  background-color: #d31616;
}

.owl-nav button span {
  font-size: 30px;
  font-weight: 200;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  color: #fff;
  background-color: #f58634;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  margin-right: -9px;
  margin-left: -9px;
}
/*
.owl-nav button span:hover {
 border: 1px solid #E93131;
    color: #E93131;
}*/
.owl-nav .owl-next {
  position: absolute;
  margin-right: 0px;
  top: 45%;
  right: -35px;
}
.owl-nav .owl-prev {
  position: absolute;
  margin-right: 0px;
  top: 45%;
  left: -35px;
}

/* .awards-wrap {
} */
.awards-wrap .blub {
  right: 47%;
  top: -75px;
  width: 110px;
}
.awards-wrap .title h2 {
  color: #fff;
}
.awards-wrap .title h2 span {
  -webkit-text-stroke: 1px #fff;
  color: #74c2cc;
}
.awards-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 31%);
}
.awards-tmb {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.awards-tmb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.awards-dec {
  padding: 15px 10px 15px;
}
.awards-dec h4 {
  font-size: 17px;
  font-weight: 600;
}
.awards-dec p {
  font-size: 13px;
  line-height: 20px;
}
.awards-dec.p-2 {
  padding: 10px 15px !important;
}

/*====================  ====================*/
/*==================== ====================*/
.testimonial_block {
  width: 100%;
  margin: 30px auto;
  position: relative;
}
/* .testimonial_block:before {
  content: "\f10d";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color:#162f54;
    font-size: 24px;
    left: 40%;
    top: 20px;
} */

.client_message:after {
  content: "\f10e";
  position: absolute;
  font: normal normal normal 14px / 1 FontAwesome;
  color: #d31616;
  font-size: 16px;
  right: 35%;
  top: 15px;
}
.testimonial_icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin: 10px auto 10px;
  border: 1px solid #162f54;
}
.testimonial_icon i,
.testimonial_icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client_message {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border: 2px solid #eceded;
  margin: 5px 2px;
}
.client_message p {
  font-size: 14px;
  color: #555;
  line-height: 22px;
}
.client_info {
  margin-bottom: 15px;
}
.client_info .name h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.client_info .name span {
  font-size: 12px;
  color: #868686;
  line-height: 18px;
}

.testimonial_block .quote_left {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -10px;
}
.testimonial_block .quote_left i {
  font-size: 70px;
  color: #e8fff0;
}
#testimonials .owl-carousel .owl-dots {
  text-align: center;
}
#testimonials .owl-carousel .owl-dots .owl-dot {
  width: 12px;
  outline: none;
  height: 12px;
  margin: 2px;
  border-radius: 50%;
  background-color: #ddd;
}
#testimonials .owl-carousel .owl-dots .owl-dot.active {
  background-color: #ff0000;
}
/*========= home page contact =========*/
.contactinfo-rgt .fotr-media {
  margin-bottom: 20px;
}

.contactinfo-rgt .fotr-media p {
  color: #000;
}
.contactinfo-rgt .fotr-media p a {
  color: #000;
  font-size: 16px;
}
.contactinfo-rgt .fotr-media p a:hover {
  color: #f27e00;
}
.contactinfo-rgt .hdr-social-link li a {
  color: #fff;
  background-color: #d3a023;
}
.contact-form {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 38%);
}
.contact-form-info {
  position: relative;
}
.contact-form-info h4 {
  font-size: 18px;
  font-weight: 700;
}
.contact-form-info h3 {
  font-weight: 700;
  font-size: 42px;
}
.contact-form-info p {
  font-size: 16px;
  width: 300px;
  font-weight: 500;
}
.map-col .contact-form {
  padding-left: 50px;
}
.contact-form .title {
  margin-bottom: 15px;
}
.contact-form .title h4 {
  font-weight: 600;
}
.contact-form .title p {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
.contact-form .form-group {
  margin-bottom: 15px;
}
.contact-form label {
  font-weight: 500;
  font-size: 14px;
  color: #142849;
  margin-bottom: 5px;
}
.contact-form .form-ctrl {
  height: 48px;
  font-size: 14px;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
}
.contact-form .input-group-text {
  color: #373435;
}
.contact-form select.form-control {
  background: #fff url(../images/down-arrow.png) no-repeat;
  background-position: right 5px center;
  background-size: 14px;
}
textarea.form-ctrl {
  padding-left: 15px;
  height: auto !important;
}
.contact-form .btn {
  border-radius: 4px;
}
.contact-form .btn:hover {
  border: 1px solid #fff;
}
.captcha-input {
  border: 1px solid #ced4da;
  border-radius: 10px;
  overflow: hidden;
  height: 48px;
}
.captcha-input > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*=========== home-news-wrap ================*/
.home-news-wrap {
  background: url(../images/border-circle.png) no-repeat;
  background-position: top left;
  background-size: 225px;
}
.circle-shape {
  width: 115px;
  height: 115px;
  background-color: #fffbde;
  position: absolute;
  right: 3%;
  top: 50px;
  border-radius: 50%;
}
.circle-shape-sm {
  width: 40px;
  height: 40px;
  right: 32%;
  top: -15px;
}
.home-news-social-link p {
  font-size: 18px;
  color: #777;
}
.home-news-social-link .hdr-social-link li {
  margin-right: 10px;
}
.home-news-social-link .hdr-social-link li:last-child {
  margin-right: 0px;
}
.home-news-social-link .hdr-social-link li a {
  font-size: 35px;
  color: #302d2d;
  background-color: transparent;
  width: auto;
  height: auto;
  text-align: center;
  line-height: 30px;
}
.social-item {
  position: relative;
}
.social-item > h4 {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 2px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.social-item-body,
.event-card {
  position: relative;
  border: 1px solid #f27e00;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 27%);
  height: 350px;
}
.social-item-body > marquee {
  height: 300px;
}
.social-item-body .media {
  margin-bottom: 20px;
}
.social-item-body .media .media-left,
.social-item-body .media .media-body {
  vertical-align: middle;
}
.fb-date {
  width: 60px;
  height: 60px;
  border: 1px solid #28166f;
  color: #f27e00;
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 0px 4px 0px rgb(9 8 16 / 62%);
  padding-top: 12px;
  margin-right: 12px;
}
.fb-date > span {
  font-size: 10px;
  display: block;
  line-height: 12px;
}
.social-item-body h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 20px;
}
.social-item-body p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
  font-weight: 500;
}

.instagram-tmb > img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.event-card {
  border-radius: 0px;
  height: 405px;
}
.card-header {
  padding: 20px 0px 12px;
  background-color: transparent;
  border-bottom: 2px solid #f27e00;
  margin: 0px 20px;
}
.card-header h4 {
  color: #28166f;
  font-weight: 700;
  font-size: 20px;
}

.event-card .card-body .media {
  margin-bottom: 20px;
}
.event-card .card-body .media:last-child {
  margin-bottom: 0px;
}
.event-card h6 {
  color: #28166f;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}
.event-card p {
  font-weight: 500;
  font-size: 13px;
}
.event-card p.small {
  font-size: 10px;
  line-height: 14px;
  color: #28166f;
  font-weight: 600;
}
.card-date {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #28166f;
  margin-right: 20px;
}
.card-date > span {
  display: block;
  font-size: 11px;
  color: #f27e00;
  text-transform: uppercase;
  border-bottom: 2px solid #28166f;
  padding-bottom: 2px;
}
.card-footer {
  background-color: transparent;
}
.card-footer .btn {
  border-radius: 0px;
  padding: 10px 10px;
  font-weight: 600;
}
.card-footer .btn > img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
/*=========== university ================*/

.university-item {
  background-color: #2d3574;
  padding: 15px 5px;
  border-radius: 10px;
  position: relative;
}
.university-tmb {
  width: 85px;
  height: 85px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px auto;
  padding: 15px;
}
.university-tmb > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.university-item h6 {
  color: #fff;
  font-size: 13px;
  min-height: 45px;
}
/*=========== Our Clients ================*/

.ulRowfive > li {
  width: 20%;
}

.ulRowseven > li {
  width: 14.222%;
  padding-right: 10px;
}
.ulRowseven > li:last-child {
  padding-right: 0px;
}
.partner-logo {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  height: 80px;
  border: 1px solid #4e4e4d;
  border-bottom-width: 3px;
  padding: 15px;
}
.partner-logo > img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partner-logo:hover > img {
  transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

/*========== trainings  ========*/
.trainings-logo-item {
  position: relative;
  margin-bottom: 15px;
}
.trainings-logo-item .title {
  height: 80px;
}
.trainings-logo-item .title h3 {
  font-size: 25px;
  font-weight: 600;
}

/*========= home page faqs =========*/


/*=========== footer ================*/

.footer-logo {
  width: 220px;
  height: 86px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}

.footer-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 45px;
}

footer .title h2 {
  color: #000;
}
footer .title h2 span {
  -webkit-text-stroke: 1px #000;
  color: #404041;
}
.fotr-logo {
  margin-bottom: 10px;
  width: 190px;
  background-color: #fff;
  padding: 10px;
  border-radius: 2px;
}
footer h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
footer h3:before {
  content: "";
  background: #f07e01;
  height: 2px;
  width: 74px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
footer p {
  color: #ffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.fotr-media {
  margin-bottom: 15px;
  position: relative;
}
.fotr-media{
  position: relative;
    border-bottom: 1px solid #ffffff63;
    /* padding-bottom: 14px; */
    width: 100%;
}
.fotr-media-1{
   position: relative;
    border-bottom: 0px solid #ffffff63;
    padding-bottom: 14px;
    width: 85%;
}
.fotr-media-icon {
  width: 40px;
  height: 40px;
  background-color: #d5efff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f07e01;
  border-radius: 50%;
  font-size: 20px;
}
.fotr-media-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fotr-media h6 {
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 600;
}
.fotr-media p {
  margin-bottom: 3px;
}
.fotr-media p a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 3px;
}
.fotr-media p a:hover {
  color: #fff;
}
.fotr-media p i {
  font-size: 14px;
  /* width: 25px;
    height: 25px;
    background-color: #d3a023;
    line-height: 26px;
    border-radius: 50%*/
  text-align: center;
}
.fotr-media h4 {
  margin-top: 0px;
  position: relative;
  margin-bottom: 20px;
}
.fotr-media h4:before {
  position: absolute;
  bottom: -8px;
  height: 2px;
  width: 50px;
  background-color: #ef7f1b;
  left: 0px;
  content: "";
}
.adress {
  padding-right: 80px;
}
.fotr-media-item {
  margin-bottom: 25px;
}

.fotr-menu li:last-child {
  margin-right: 0px;
}
.fotr-menu li img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  object-fit: contain;
}
.fotr-menu li a {
  color: #fff;
  display: block;
  padding: 3px 0px 2px 20px;
  transition: 0.5s;
  font-weight: 400;
  font-size: 13px;
  position: relative;
}
.fotr-menu li a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 13px;
  background-color: #fff;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}
.fotr-menu li a:hover {
  transform: translate(10px, 0px);
  -o-transform: translate(10px, 0px);
  -webkit-transform: translate(10px, 0px);
  text-decoration: none;
  color: #f07e01;
}
.cpyrgt-wrap {
  position: relative;
  padding-top: 10px;
  padding-bottom: 5px;
  border-top: 1px solid #fff;
}
footer .hdr-social-link li a {
  color: #fff;
  transition: 0.5s;
  background-color: #fff;
}
footer .hdr-social-link li a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.footer-form {
  position: relative;
  border: 1px solid #fff;
}
.footer-form .form-group {
  margin-bottom: 0px;
  position: relative;
}

.footer-form .form-group .form-ctrl {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #1c0b42;
  border-radius: 0px;
  text-transform: uppercase;
  padding-left: 8px;
}
.footer-form .form-group .form-ctrl::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #fff;
}

.footer-form .form-group .form-ctrl::placeholder {
  color: #fff;
}
.footer-form .form-group textarea.form-ctrl {
  padding-left: 8px;
  height: auto;
}
.footer-form .btn {
  border-radius: 0px;
  font-size: 13px;
  font-weight: 500;
}
.cpyrgt-wrap p {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
  line-height: 16px;
}
.cpyrgt-wrap p a {
  color: #fff;
  font-weight: 500;
}
.cpyrgt-wrap p a:hover {
  color: #fff;
}

.cpyrgt-link li a {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  display: block;
  border-right: 1px solid #fff;
  padding: 0px 10px;
}
.cpyrgt-link li:last-child > a {
  border-right: none;
}

.footer-overlay {
  background: #fff;
  padding: 10px 0px 5px 16px;
  border-radius: 17px;
  border: 1px solid #f07e01;
  margin: -85px auto 50px;
  width: 58%;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 32%);
}
.footer-overlay > .row > div:first-child .fotr-media {
  border-right: 2px solid #1d8136;
}
.footer-overlay .fotr-media .media-body,
.footer-overlay .fotr-media .media-left {
  vertical-align: middle;
}
.footer-overlay .fotr-media p.font-large,
.footer-overlay .fotr-media p.font-large a {
  font-size: 27px;
  font-weight: 600;
  color: #00296d;
}
@media (max-width: 1024px) {
  .footer-overlay .fotr-media p.font-large,
  .footer-overlay .fotr-media p.font-large a {
    font-size: 22px;
    font-weight: 600;
    color: #00296d;
  }
  .footer-overlay {
    background: #fff;
    padding: 10px 0px 5px 10px;
    border-radius: 17px;
    border: 1px solid #f07e01;
    margin: -85px auto 50px;
    width: 58%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 32%);
  }
}


/*========== whatsapp ==========*/
.fixed-links {
  right: 0px;
  position: fixed;
  z-index: 1021;
  bottom: 50px;
}
.fixed-links > a {
  font-weight: 600;
  border-radius: 12px 0px 0px 12px;
  font-size: 22px;
  color: #fff;
  background: #25d366;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
  padding: 8px 2px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 6px 0px;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
}
.fixed-links > a > i {
  width: 100%;
}
.fixed-links > a > span {
  font-size: 13px;
  width: 100%;
  font-weight: 500;
  line-height: 16px;
}
.fixed-links > a.whatsap {
  background: #25d366;
}
.fixed-links > a.call {
  background-color: #9b1212;
}
.fixed-links > a.booknow {
  background: linear-gradient(#fc8b38, #fc8b38);
  position: relative;
  width: 85px;
  padding: 10px;
  height: 85px;
}
.fixed-links > a.booknow > span {
  background: linear-gradient(#144a7c, #00296d);
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-links > a.booknow > span > em {
  font-size: 13px;
  font-style: normal;
  width: 100%;
  font-weight: 500;
  line-height: 16px;
}
.mrgn-btm0 {
  margin-bottom: 0px;
}
.fixed-left {
  position: fixed;
  left: 0px;
  top: 35%;
  z-index: 1021;
}
.fixed-left > a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  margin: 5px;
}
.fixed-left > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*================ Enroll Now  ===========*/
.npfWidget-e20986956d6375b087dfe40c2600389f.npfWidgetButton {
  padding-left: 11px !important;
  flex: right;
  position: fixed !important;
  right: -45px !important;
  transform: rotate(270deg) !important;
  top: 50% !important;
  background-color: #ef7f17 !important;
  z-index: 999999;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 18px;
  color: #000000;
  line-height: 1.33;
  padding: 8px 18px;
  font-weight: bold;
  cursor: pointer;
  border: 0;
}
/*================ thank you  ===========*/
.thanks-section {
  padding-top: 90px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.inner-thanks img {
  width: 100px;
  margin-bottom: 10px;
}
.thanks-footer {
  padding-top: 0px;
}
.thanks-footer .cpyrgt-wrap {
  margin-top: 0px;
}
.btn-width {
  width: 150px;
  margin: auto;
}

/*================ inner pages ===========*/
.txt_dec {
  position: relative;
  margin-bottom: 30px;
}
.txt_dec h4 {
  font-weight: 500;
  font-size: 22px;
  text-transform: inherit;
}
.txt_dec p {
  font-size: 18px;
  font-weight: 400;
  color: #160d38;
}
.txt_dec p strong {
  font-weight: 600;
}
.table_card {
  position: relative;
  margin-bottom: 25px;
  padding: 25px;
  background-color: #fff7f7;
  /* box-shadow: 0px 0px 12px 10px rgb(0 0 0 / 8%); */
  border-radius: 12px;
}
/*============= about us ================*/
.inr-wrap {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #373435;
  overflow: hidden;
}
.inr-wrap-banner {
  padding-top: 0px;
  padding-bottom: 0px;
}
.inr-wrap-banner > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.inner-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: end;
}
.inr-wrap-banner .inner-overlay {
  padding-bottom: 45px;
}
.inr-title {
  position: relative;
}
.inr-title h2 {
  color: #fff;
  font-size: 38px;
}
.inr-title h2 > img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.text-underline {
  text-decoration: underline !important;
}
.brdcrm {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 5px 0px;
  margin-bottom: 0px;
  position: relative;
}
.brdcrm > li {
  font-weight: 400;
  font-size: 13px;
}
.brdcrm > li a {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.brdcrm > li.active {
  color: #f07e01;
}
.orange {
  color: #f99011;
}
.abt-dec {
  margin-bottom: 30px;
}
.abt-dec .title h2 {
  font-size: 35px;
}
.abt-dec p {
  text-align: justify;
}

.float-rgt {
  float: right;
}
.float-rgt-img {
  width: 280px;
  overflow: hidden;
  margin-left: 20px;
  margin-bottom: 20px;
}
.float-rgt-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abt-bg {
  position: relative;
  background-color: #f3e1cf54;
  padding: 40px !important;
}

.title-doted {
  margin-bottom: 55px;
}
.title-doted h2 {
  border-bottom: 2px dotted #f27e00;
  padding-bottom: 5px;
  font-weight: 600;
}
.title-doted p {
  font-size: 20px;
  font-weight: 400;
  color: #160d38;
}
.table-dark {
  --bs-table-bg: #373435;
}
.vision-mission {
  margin-bottom: 25px;
  position: relative;
}

.vision-mission-icon {
  width: 300px;
  height: 380px;
  margin: 0px auto 12px;
  overflow: hidden;
  border-radius: 10px;
}
.vision-mission-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vision-mission h2 {
  font-size: 45px;
  font-weight: 600;
}
.vision-mission h3 {
  font-size: 38px;
}
.vision-mission p {
  text-align: justify;
}
.vision-mission.bg-secondary {
  border-right: 10px solid #ef7f1b;
  border-left: 10px solid #ef7f1b;
}
.vision-mission.bg-secondary .vision-mission-icon {
  margin-left: 20px;
}
.vision-mission.bg-secondary p {
  font-weight: 400;
}
.vision-mission.bg-secondary h3:before {
  background-color: #ef7f1b;
}
.vision-mission.bg-secondary .media-body {
  text-align: right;
}
.mb-block {
  display: none !important;
}
.client-list {
  position: relative;
  overflow: hidden;
  padding: 25px;
}
.client-list img {
  transition: 0.5s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4;
}
.client-list:hover > img {
  opacity: 1;
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/*================ anti-ragging-committee =================*/
.table-primary {
  --bs-table-bg: #2d3574;
  color: #fff;
}
.abt-table {
  position: relative;
  /* box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 16%); */
}
.abt-table .table > :not(caption) > * > * {
  padding: 16px 15px;
}
.abt-table .table {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  border-color: #00296d;
}
.abt-table .table th {
  font-size: 16px;
  font-weight: 600;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
}
.abt-table .table td {
  font-weight: 400;
  font-size: 14px;
  color: #626262;
  padding: 15px 15px;
}
.abt-table .table td strong {
  font-weight: 600;
  color: #000;
}
.abt-table .table-warning {
  --bs-table-bg: #f07e01;
  --bs-table-striped-bg: #f07e01;
  --bs-table-striped-color: #f07e01;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: transparent;
  border-bottom: 1px solid #00296d;
}

.abt-table .table-primary {
  --bs-table-bg: #2d3574;
  --bs-table-striped-bg: #2d3574;
  --bs-table-striped-color: #2d3574;
  --bs-table-active-bg: #2d3574;
  --bs-table-hover-bg: #2d3574;
  color: #fff;
  border-color: #6f6f6f;
}

.anti-table .table > :not(caption) > * > * {
  padding: 16px 15px;
}
.anti-table .table {
  border-color: #aba7a7;
}
.anti-table .table th {
  font-size: 20px;
  font-weight: 600;
}
.anti-table .table td {
  font-weight: 400;
  font-size: 16px;
  color: #555;
  padding: 15px 15px;
}
.anti-table .table td strong {
  font-weight: 600;
  color: #000;
}
.assistance-box {
  border-radius: 10px;
  background: url(../images/assistance-bg.jpg) no-repeat;
  background-size: cover;
}
.assistance-box h4 {
  font-size: 18px;
}
.call-now {
  border: 2px dashed #fff;
  border-radius: 45px;
  padding: 20px;
}
.call-now h3 {
  font-size: 32px;
}
.call-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 45%;
  padding: 10px;
}
.call-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*================ recognition-approvals =================*/
.recognition-list .university-item {
  margin-bottom: 25px;
  background-color: #fff;
  min-height: 440px;
  box-shadow: 0px 0px 24px 0px hsl(0deg 0% 0% / 31%);
  padding: 10px;
}
.recognition-list .university-item h4 {
  font-size: 20px;
  font-weight: 600;
  max-width: 235px;
  margin: 15px auto 0px;
}
.recognition-list .university-tmb {
  width: 150px;
  height: 150px;
}
.recognition-list .university-item h6 {
  min-height: auto;
  color: #343434;
}
.recognition-list .university-item h6 .fa-circle {
  font-size: 6px;
  position: relative;
  top: -2px;
}

/* approvel slider */


/* Keep Bootstrap container width */
.university-carousel {
  position: relative;
}

/* Allow arrows only (NOT full stretch) */
.university-carousel .owl-stage-outer {
  overflow: hidden;   /* keep carousel width correct */
}

/* Owl nav must escape container */
.university-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Buttons clickable */
.university-carousel .owl-nav button {
  pointer-events: all;
  background: none !important;
  border: none;
}

/* Arrow style */
.owl-btn {
  width: 42px;
  height: 42px;
  background: #d9d9d9;
  color: #555;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Position arrows INSIDE container edge */
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -25px;
}

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -25px;
}

/* Hover */
.owl-btn:hover {
  background: #bfbfbf;
}
/* Force nav to show */
.owl-carousel .owl-nav {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Keep carousel inside container */
.university-carousel {
  position: relative;
}

/* DO NOT break width */
.university-carousel .owl-stage-outer {
  overflow: hidden;
}

/* Nav wrapper */
.university-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9999;
  pointer-events: none;
}

/* Buttons clickable */
.university-carousel .owl-nav button {
  pointer-events: all;
  background: none !important;
  border: none !important;
}

/* Button design */
.owl-btn {
  width: 42px;
  height: 42px;
  background: #d9d9d9;
  color: #555;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Position */
.university-carousel .owl-prev {
  position: absolute;
  left: -20px;
}

.university-carousel .owl-next {
  position: absolute;
  right: -20px;
}

/* Hover */
.owl-btn:hover {
  background: #bfbfbf;
  color: #000;
}

/* end slider */


/*================ Gallery=================*/
.tabs-nav {
  border-bottom: 1px solid #5d5d5d;
  display: block;
}
.tabs-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 16px 20px;
  border: 1px solid #142849;
  border-radius: 0px;
  height: 100%;
}
.tabs-nav .nav-link.active,
.tabs-nav .show > .nav-link {
  background-color: #2d3574;
  color: #fff;
  font-weight: 600;
  border-color: #142849 #142849 #2d3574;
}
.tabs-nav .nav-link:focus,
.tabs-nav .nav-link:hover {
  background-color: #2d3574;
  color: #fff;
  border-color: #142849 #142849 #142849;
}
.programmes-tab-content {
  border: 1px solid #142849;
  border-top: none;
  padding: 20px;
}
.galry-list .tmb {
  height: 210px;
}
.galry-list .embed-responsive {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

/*================ Services =================*/
.srvs-row {
  background-color: #d3a023;
  margin-right: 0px;
  margin-left: 0px;
}
.srvs-row > * {
  padding-right: 0px;
  padding-left: 0px;
}
.srvs-item {
  position: relative;
  padding: 0px 30px;
}
.srvs-item .title h2 {
  color: #fff;
}
.srvs-item p {
  font-size: 14px;
  color: #fff;
}
.srvs-img {
  width: 100%;
  height: 500px;
  object-fit: inherit;
}
.srvs-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*================ Why Choose sec =================*/
.whychoose-wrap {
  padding-bottom: 0px;
}
.whychoose {
  position: relative;
  margin-bottom: 20px;
}
.whychoose .media-left {
  padding-right: 0px;
}

.whychoose-icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.whychoose-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.whychoose h4 {
  font-weight: 600;
  font-size: 18px;
}
.whychoose p {
  font-size: 14px;
  line-height: 22px;
}
.whychoose-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 45%;
  height: 575px;
  overflow: hidden;
  background-color: #ffffff;
}
.whychoose-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*================ Career =================*/

.job-dec-title h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.job-detail-list {
  margin-bottom: 20px;
  list-style: disc;
  padding-left: 15px;
}
.job-detail-list li {
  font-size: 15px;
  font-weight: 500;
  color: #464646;
  margin-bottom: 10px;
}
.apply-form {
  position: relative;
}

.apply-form .form-group p.small {
  font-size: 12px;
}
.apply-form .form-ctrl {
  font-size: 13px;
}
.apply-form .form-control[type="file"]:not(:disabled):not([readonly]) {
  font-size: 14px;
}
/*================ contact =================*/
.map-wrap {
  position: relative;
}
.map-wrap > iframe {
  width: 100%;
  height: 400px;
}
/*===================== Sign up  setion  ===============*/

/*================ login =================*/
.login-wrap {
  position: relative;
  padding: 90px 0px;
  background-color: #3d7fe2;
}
.login-form-box {
  width: 75%;
  margin: auto;
  padding: 20px 40px;
  background-color: #fff;
  /*box-shadow: 0px 0px 14px 2px #e4e4e4;*/
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.login-form-box:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 0px;
  bottom: 0px;
  width: 54%;
  background-color: #1f56aa;
  transform: skew(-5deg, 0deg);
  -o-transform: skew(-5deg, 0deg);
  -webkit-transform: skew(-5deg, 0deg);
}
.logi-lft-box {
  position: relative;
  margin-bottom: 40px;
  margin-right: 40px;
}
.logi-lft-box img {
  width: 75px;
  margin: 25px auto 15px;
  display: block;
}
.logi-lft-box h3 {
  color: #fff;
  font-size: 30px;
}
.logi-lft-box h5 {
  color: #fff;
  font-size: 16px;
}
.sign-nav {
  text-align: center;
}
.sign-nav li {
  margin-top: 10px;
}
.sign-nav li a {
  background-color: #fff;
  display: block;
  font-size: 14px;
  border-radius: 30px;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 40px;
  color: #333;
}
.sign-nav li.active > a {
  background-color: #ff0000;
  color: #fff;
}
.sign-nav li a:hover {
  text-decoration: none;
  background-color: #ff0000;
  color: #fff;
}
.login-form {
  position: relative;
  margin-left: 80px;
  margin-top: 20px;
}
.login-form h4 {
  font-size: 26px;
  margin-bottom: 40px;
  font-weight: 600;
}
.login-form .form-group {
  margin-bottom: 25px;
}
.login-form .form-group label {
  font-size: 16px;
  font-weight: 600;
}
.login-form .form-group .checkbox label {
  font-weight: 500;
}
.login-form .form-control {
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  border-radius: 0px;
  padding-left: 2px;
  border-bottom: 1px solid #bbbbbb;
  height: 40px;
  font-weight: 500;
}
.forget-psw {
  margin-top: 30px;
}
.forget-psw a {
  color: #1f56aa;
  font-weight: 500;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
}
.forget-psw p {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
.forget-psw a:hover {
  color: #777;
  text-decoration: none;
}
.login-form .btn {
  text-transform: uppercase;
  font-weight: 600;
  height: 45px;
  border-radius: 30px;
}

/*============ Contact Us inner ===============*/
.contact-inr .fotr-media {
  border: 2px solid #2d3574;
  border-radius: 40px;
  padding: 20px 20px 10px;
  min-height: 230px;
}
.contact-inr .fotr-media:before {
  content: "";
  position: absolute;
  background: url(../images/contact-bdr.png) no-repeat;
  background-position: center bottom;
  background-size: 70%;
  height: 26px;
  bottom: -14px;
  left: 0px;
  right: 0px;
}
.contact-inr .fotr-media h6 {
  font-size: 16px;
  color: #2d3574;
}
.contact-inr .fotr-media-icon {
  width: 64px;
  height: 64px;
  background-color: #f07e01;
  padding: 15px;
  border-radius: 26px;
  margin: 10px auto 25px;
  position: relative;
}
.contact-inr .fotr-media p.small {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.contact-inr .fotr-media p a {
  font-size: 20px;
  font-weight: 500;
}
.contact-inr .fotr-media-icon:before {
  border: 1px solid #2d3574;
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 26px;
}
.contact-lft-img {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.contact-lft-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*============ Online Admission Application ===============*/
.online-admission {
  background: url(../images/online-admission-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.online-admission .contact-form {
  border-radius: 26px;
  padding: 25px;
}
.online-admission .contact-form.border {
  border: 1px solid #111 !important;
}
.online-admission .contact-form .title h4 {
  font-size: 24px;
}
/*============ Testimolial-inner ===============*/

.testimolial-inner .client_message {
  margin-bottom: 20px;
}
.testimolial-inner .client_info {
  margin-bottom: 0px;
}
.testimolial-inner .media .media-left {
  padding-right: 0px;
}
.testimolial-inner .testimonial_icon {
  margin: 0px 15px 0px 0px;
  border-radius: 10px;
}

/*============ Refund Policy ===============*/
.refund-policy-dec {
  padding: 20px 35px 10px;
  border-radius: 6px;
  border: 1px solid #f27e00;
}
.refund-policy-dec:before,
.refund-policy-dec:after {
  content: "";
  position: absolute;
  top: 18%;
  bottom: 18%;
  background-color: #1c0b42;
  width: 12px;
}
.refund-policy-dec:before {
  left: -7px;
}
.refund-policy-dec:after {
  right: -7px;
}

/*============ Flexible Learning ===============*/
.flexible-dec {
  position: relative;
  padding: 20px 20px 10px;
  border: 1px solid #1c0b42;
  border-radius: 4px;
  margin: 15px 15px 30px;
}
.flexible-dec h4 {
  font-size: 20px;
}
.heading-overleft {
  margin-top: -35px;
  margin-bottom: 10px;
}
.heading-overleft h4 {
  padding: 5px 10px;
}
.flexible-dec p {
  color: #160d38;
}
.ojt-wrap .flexible-dec {
  min-height: 245px;
}

/*============ Downloads ===============*/
.download-box {
  position: relative;
  padding: 25px;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 22%);
  border-radius: 12px;
}
.title-border {
  border-bottom: 1px dotted #160d38;
}
.file-icon {
  font-size: 28px;
}

.download-box .list-group-item {
  position: relative;
}
.download-box .list-group-item:before {
  content: "";
  background-color: #160d38;
  left: 2px;
  top: 10%;
  bottom: 10%;
  width: 2px;
  position: absolute;
  border-radius: 30px;
}
.download-box .list-group-item:after {
  content: "";
  background-color: #f27e00;
  left: 0px;
  top: 20%;
  bottom: 20%;
  width: 5px;
  position: absolute;
  border-radius: 30px;
}
.download-box .list-group-item .fw-bold {
  font-weight: 600 !important;
}
/*========= Our Blogs =========*/
.blog {
  position: relative;
  border-radius: 6px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 25px;
  background-color: #fff;
}
.blog .tmb {
  width: 100%;
  height: 200px;
}
.blog .tmb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-dec {
  position: relative;
  padding: 10px 15px 15px;
}
.blog-dec h4 {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: inherit;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-dec h4 a {
  color: #160d38;
}
.blog-dec p {
  font-size: 16px;
  line-height: 22px;
  color: #878282;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog .readmore {
  color: #243c6c;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
}
.blog .readmore:hover {
  text-decoration: underline;
  color: #2851a5;
}
.blog-cate {
  position: relative;
}
.blog-cate .btn {
  font-size: 13px;
  padding: 5px 12px;
  margin-bottom: 10px;
  background-color: #fdf9f5;
  border-color: #fdf9f5;
  font-weight: 500;
  color: #f27e00;
}
.blog-cate .btn:hover {
  background-color: #f27e00;
  border-color: #f27e00;
  color: #fff;
}
.blog-sublist {
  position: relative;
}
.blog-sublist > li {
  margin-right: 20px;
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.blog-sublist > li:last-child {
  margin-right: 0px;
}

/*======== Blog Detail =======*/
blog-detail {
  position: relative;
  padding-bottom: 40px;
}
.blog-detail img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}
.blog-detail-dec {
  position: relative;
}
.blog-detail-dec h1 {
  font-size: 46px;
  margin-bottom: 15px;
  font-weight: 600;
}
.blog-detail-dec h2 {
  font-size: 28px;
}
.blog-detail-dec h3 {
  font-size: 24px;
}
.blog-detail-dec h4 {
  font-size: 26px;
  font-weight: 700;
}
.blog-detail-dec p {
  font-size: 18px;
  margin-bottom: 20px;
}
.phra-header {
  border-left: 5px solid #f27e00;
  padding: 15px 25px;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #f7f7f7;
  border-radius: 12px;
}
.phra-header p {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
.blog-detail .blog-sublist {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.blog-detail .blog-sublist > li {
  font-size: 16px;
}
.blog_sidebar_inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  position: sticky;
  top: 90px;
  border: 1px solid #ddd;
}
.blog_sidebar_inner h2 {
  font-size: 22px;
  font-weight: 600;
}
.search-form-group {
  position: relative;
  margin-bottom: 20px;
}
.search-form-group .form-control {
  box-shadow: none;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  height: 45px;
  border-radius: 8px;
}
.search-form-group .input-group .btn {
  padding: 4px 15px;
  border-radius: 8px;
}

.cate-menu > li {
  font-size: 16px;
  color: #777;
  font-weight: 400;
  padding: 12px 0px;
  border-bottom: 1px solid #ededed;
}

.cate-menu > li > a {
  color: #777;
}
.cate-menu > li > a:hover {
  color: #f27e00;
}
.blog-media {
  position: relative;
}
.blog-media .media {
  margin-bottom: 20px;
}
.blogcate-img {
  width: 75px;
  height: 75px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 15px;
}
.blogcate-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-media h5 {
  font-size: 16px;
  font-weight: 600;
}
.blog-media h5 a {
  color: #160d38;
}

.tags-nav > li {
  margin-bottom: 10px;
  margin-right: 10px;
}
.tags-nav > li:last-child {
  margin-right: 0px;
}
.tags-nav > li > a {
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #fdf9f5;
  font-weight: 500;
  color: #555;
}
.tags-nav > li > a:hover {
  background-color: #f27e00;
  color: #fff;
}
.navigation-number {
  margin-top: 30px;
}
.navigation-number .page-link {
  color: #37454e;
  font-weight: 700;
  border: none;
}
.navigation-number .page-link-prev,
.navigation-number .page-link-next {
  width: 30px;
  height: 30px;
  background-color: #f0f0f0;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  padding: 0px;
}
.navigation-number .page-item.active .page-link {
  z-index: 3;
  color: #f27e00;
  background-color: transparent;
  border-color: transparent;
}
.navigation-number .page-link:hover {
  z-index: 2;
  color: #f27e00;
  background-color: transparent;
  border-color: transparent;
}
.navigation-number .page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.navigation-number .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
/*========= Our Blogs End =========*/

/*======= query-detail ======*/
.nav-step .nav-link {
  padding: 5px;
  margin: 5px;
  color: #777;
  font-size: 14px;
  background-color: #fff;
  text-align: center;
}
.nav-step .nav-link > span {
  width: 35px;
  height: 35px;
  display: block;
  margin: 5px auto;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.nav-step .nav-link.active {
  color: #f27e00;
}
.nav-step .nav-link.active > span {
  background-color: #f27e00;
  color: #fff;
}

/* ============== vocational css ============= */
.fs-32 {
  font-size: 32px !important;
}
.navbar-expand-lg .mobile-navbar-nav .nav-link {
  font-weight: 500;
  font-size: 14px;
}
.navbar-expand-lg .mobile-navbar-nav .nav-link.whatapp-nav,
.navbar-expand-lg .mobile-navbar-nav .nav-link.apply-nav {
  border-radius: 6px;
}
.navbar-expand-lg .mobile-navbar-nav .nav-link.whatapp-nav {
  background-color: #f07e01;
}
.navbar-expand-lg .mobile-navbar-nav .nav-link.whatapp-nav:hover {
  color: #fff;
}
.navbar-expand-lg .mobile-navbar-nav .nav-link.apply-nav {
  background-color: #00296d;
}

.vac-text-dec h1 {
  font-size: 36px;
  font-weight: 700;
}

.vac-text-dec ul li {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #00296d;
  margin-bottom: 15px;
  padding-left: 25px;
  margin-right: 20px;
}
.vac-text-dec ul li > img {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 20px;
  height: 21px;
  object-fit: contain;
}
.voc-banner .media-item {
  background-color: #fff;
  position: relative;
  padding: 15px 10px;
  border-radius: 7px;
  box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 26%);
  transition: 0.5s;
}
.voc-banner .media-item.media .media-left,
.voc-banner .media-item.media .media-body {
  vertical-align: middle;
}
.voc-banner .media-item .media-tmb {
  width: 30px;
  height: 30px;
  margin: 0px 8px 0px 0px;
  border: 1px solid #f07e01;
  border-radius: 7px;
  background: #2d3574;
  padding: 2px;
}
.voc-banner .media-item h6 {
  font-size: 13px;
  font-weight: 600;
}

.voc-abt-box .title h2 {
  font-size: 24px;
}
.voc-abt-box p {
  text-align: justify;
}
.advantages-box {
  padding: 15px 20px;
  border-radius: 30px 0px 0px 0px;
  border-right: 2px solid #f07e01;
  border-bottom: 2px solid #f07e01;
}
.advantages-box .title h3 {
  font-size: 30px;
}

.advantages-box ul li {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.advantages-box ul li > img {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 12px;
  height: 13px;
  object-fit: contain;
}
.Voc-programme-box {
  background: url(../images/vac/Voc-programme-bg.png) no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 10px;
  width: 172px;
  height: 199px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Voc-programme-box h4 {
  font-weight: 600;
  font-size: 20px;
}
.Voc-programme-box h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 26px;
  margin-top: 30px;
}
.Voc-programme-box p {
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: 600;
}
.self-assessment-wrap {
  background: url(../images/vac/Self-Assessment-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.voc-partner-logo {
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin: 5px;
  border-radius: 16px;
  box-shadow: 2px 4px 8px -2px rgb(0 0 0 / 33%);
  height: 70px;
}
.voc-partner-logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vocational-footer .cpyrgt-wrap ul li a {
  font-size: 12px;
  color: #c8c8c8;
  display: block;
  padding: 0px 10px;
  position: relative;
  border-right: 1px solid #c8c8c8;
}
.vocational-footer .fotr-media h5 {
  font-size: 23px;
}
.vocational-footer hr {
  opacity: 9;
}
.vocational-footer .cpyrgt-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}
.vocational-footer .cpyrgt-wrap ul li:last-child > a {
  border-right: none;
}
.vocational-footer .cpyrgt-wrap ul li a:hover {
  color: #fff;
}

.blink_me {
  animation: blinker 0.8s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}

/* mission vision css start  */

.faculty-menu {
  width: 320px;
}

.vision-mission-core-section {
  width: 100%;
}

.section-title {
  font-size: 2.6rem;
  font-weight: 700;
}
.section-title span {
  color: #ff6600;
}
.vision-mission-card {
  height: 100%;
}
.vision-text,
.mission-text {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}
.vision-img img {
  border-radius: 8px;
  max-width: 100%;
  margin-top: 20px;
}
.mission-list {
  padding-left: 0;
}
.mission-list li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
}
.mission-list li::before {
  content: "";
  /* background: url(../images/pointer.svg) no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px; */
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  top: 5px;
  color: #ff6600;
  font-weight: bold;
}
.vision-header {
  padding: 6px;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0px #9d9d9deb;
}
.vision-header img {
  height: 60px;
  margin-right: 10px;
}

.core-values-section {
  padding: 60px 30px;
}
.core-box {
  margin: auto;
  background: #ffebff;
  border-radius: 10px;
  padding: 40px 20px;
}
.core-values-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.text-orange {
  color: #ff8c00;
}
.text-blue {
  color: #2d3574;
}
.diamond-icon img {
  width: 70px;
}

.value-item {
  position: relative;
  padding: 15px 20px 15px 25px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.value-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 12px;
  color: #2d3574;
  font-size: 1.3rem;
  font-weight: bold;
}
.value-title {
  color: #2d3574;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.value-description {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

.value-item:hover {
  background-color: rgba(44, 90, 160, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(44, 90, 160, 0.1);
}
.value-item:hover .value-title {
  color: #ff8c00;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  .core-values-title {
    font-size: 2rem;
  }
  .core-values-section {
    padding: 40px 20px;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 1.75rem;
  }
  .core-values-title {
    font-size: 1.75rem;
    letter-spacing: 1px;
  }
  .vision-header img {
    height: 50px;
  }
}

@media (max-width: 425px) {
  .core-box {
    padding: 25px 15px !important;
  }

  .core-values-title {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .diamond-icon img {
    width: 45px;
    height: auto;
  }

  .value-item {
    padding: 12px 15px 12px 20px;
  }

  .value-title {
    font-size: 0.95rem;
  }

  .value-description {
    font-size: 0.85rem;
    line-height: 1.4;
  }

  .core-values-section .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* mission vision css end  */

/* footer bottom  */
.footer-bottom {
  background: #f07e01;
  color: white;
  padding: 8px 0;
}

.footer-bottom .footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .footer-bottom-content p {
  font-size: 12px;
  margin-bottom: 0;
}

.footer-bottom .footer-bottom-content ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-bottom .footer-bottom-content ul li {
  position: relative;
  margin-bottom: 0;
  list-style: none;
}

.footer-bottom .footer-bottom-content ul li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0px;
  margin: auto;
  right: -9px;
  width: 2px;
  height: 12px;
  background: #fff;
}

.footer-bottom .footer-bottom-content ul li:last-child:before {
  content: none;
}

.footer-bottom .footer-bottom-content ul li a {
  font-size: 12px;
  color: white;
}

.footer-info {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -33px;
  display: flex;
  gap: 70px;
  box-shadow: 0 4px 7px 1px #00000075;
  border-radius: 15px;
  padding: 10px 15px;
  width: fit-content;
  margin: auto;
  border: 1px solid var(--color-2);
}

.footer-info:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 49px;
  background: #1d813661;
}

.footer-info li {
  list-style: none;
  margin-bottom: 0;
  position: relative;
}

.footer-info li a {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: var(--color-1);
  font-weight: 600;
}

.footer-info li a:hover {
  color: var(--color-2);
}

.footer-info li a span {
  background: #1d813638;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  border-radius: 100%;
  color: var(--color-2);
}

.footer-info li a span i {
  font-size: 20px;
}

/* privacy and policy  */

.main-heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #00296d;
}

.main-heading-2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #00296d;
}

.main-heading-3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #00296d;
}

.sub-heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #fff;
  text-transform: uppercase;
}

.common-paragraph {
  color: #616161;
  font-size: 14px;
}
.term-details {
  font-size: 14px !important;
}
.small-paragraph {
  color: #616161;
  font-size: 13px;
}

.research-programme-left {
  box-shadow: 0 0 7px 0px #00000040;
  border-radius: 4px;
  padding: 15px;
}

.research-programme-left a {
  text-decoration: none;
  color: var(--color-1);
  font-weight: 600;
}

.research-programme-box {
  background: #ffe8ee;
  border-radius: 20px;
  display: flex;
  padding: 30px;
  align-items: center;
  color: var(--color-1);
  border: 2px solid var(--color-2);
}

.research-programme-box .phd-box-icon {
  display: grid;
  place-content: center;
  margin-left: 30px;
  min-width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #fff;
}

.research-programme-box .phd-box-icon img {
  width: 50px;
}

/* Admission partner Start */

/*===================================== contact us css start==================================== */

.contact-leftbar,
.contact-rightbar {
  background-color: #2e3573;
  padding: 20px 15px 10px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

.contact-inner .title h3 {
  font-weight: 700;
}

.contact-leftbar .fotr-media-icon {
  border: 1px solid #f07e01;
  border-radius: 1px;
  margin-right: 15px;
}
.contact-leftbar .fotr-media-icon-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f07e01;
  background-color: #f07e01;
  color: white;
  height: 30px;
  width: 30px;
  font-size: 13px;
  border-radius: 4px;
  font-weight: 700;
  margin-right: 4px;
}

.contact-inner .contact-form label {
  font-weight: 500;
  font-size: 14px;
}

.contact-inner .contact-form .form-ctrl {
  height: 45px;
  font-size: 14px;
  border: 2px solid #c5cad1;
  border-radius: 6px;
}

.contact-rightbar {
  min-height: 440px;
  padding-top: 50px;
}

.choose-one {
  border-left: 2px solid #142849;
  padding-left: 15px;
}

.choose-one h4,
.choose-one label {
  font-size: 16px;
  font-weight: 700;
  color: #142849;
}

.writeus h4 {
  font-size: 20px;
  color: #142849;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
}

.writeus p {
  font-weight: 500;
  color: #142849;
  margin-bottom: 5px;
}
.media-body .contact-icon {
  color: #f07e01;
  font-weight: 600;
  font-size: 14px;
}
.media-body .contact-text {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 18px;
}
.media-body .contact-text-1 {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 18px;
}
.contact-text-2 {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 18px;
  font-weight: 500;
}
.contact-text a {
  color: #ffffff;
  text-decoration: none;
}
.fotr-media-1 {
  margin-bottom: 20px;
}

.contact-admission-form {
  background: #f07e01;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0 7px #e5e5e5;
}
.contact-btn {
  background-color: #2d3574;
  color: white;
  font-weight: 600;
}
.contact-btn:hover {
  background-color: #ffffff;
  color: #00296d;
  font-weight: 600;
}
.blinking-text {
  animation: blinker 1s linear infinite;
  /* 1 sec blink, only once */
  color: #f07e01 !important;
  font-weight: bold;
}
/*===================================== contact us css End==================================== */

/*===================================== apaar start ===============================================*/
.abc-id-sec {
  margin-bottom: 0px;
  background-color: #f3e1cf54;
  padding: 40px 50px;
}

.video-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.abc-id-link strong a {
  color: #2d3574;
}
.abc-id-link strong,
/* p {
      color: rgb(255 255 255);
} */
/*===================================== apaar end ===============================================*/

 .download-section {
  padding: 80px 0px 130px 0px;
}

.download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #0a2a73;
  padding: 10px 0;
  margin-bottom: 10px;
}

.pdf-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pdf-icon {
  width: 30px;
  height: 30px;
}

.pdf-title {
  font-weight: 600;
  color: #0a2a73;
  text-decoration: none;
}



.download-btn {
  background-color: #f58634;
  color: #fff;
  font-weight: 500;
  padding: 6px 18px;
  border-radius: 20px;
  text-decoration: none;
  transition: 0.3s ease;
}
.download-btn:hover {
  background-color: #0a2a73;
  color: #fff;
}

/* approval recognition card css start   */
.approvals-recognitions{

  padding: 50px 0;
}

.approval-card {
  position: relative;
  width: 360px;              /* square feel – chhoti width */
  height: 260px;             /* square */
  border-radius: 8px;
  padding: 18px;
  margin-inline: auto;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 900px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.4s ease;
  box-shadow:
    0 14px 30px rgba(168, 168, 168, 0.75),
    0 0 0 1px rgba(148,163,184,0.18);
}

/* Top glow border */
.approval-card::after{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:20px;
  opacity:0.35;
  mix-blend-mode:screen;
  pointer-events:none;
}

/* Inner dark layer */
.approval-card::before{
  content:"";
  position:absolute;
  inset:3px;
  border-radius:16px;

  opacity:0.95;
  z-index:0;
}

/* Left bar */
.left-line {
  position: absolute;
  left: 14px;
  top: 18px;
  bottom: 18px;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg,#ff6b22,#ffc857);
  z-index:1;
}

.approval-logo {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-left: 32px;
  margin-bottom: 10px;
  filter: drop-shadow(0 10px 18px rgba(182, 182, 182, 0.7));
  transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
  transform: translateZ(25px);
  z-index:2;
}

.approval-title,
.approval-subtext{
  position:relative;
  z-index:2;
  margin-left: 32px;
  color:#000;
}

.approval-title{
  font-size:15px;
  font-weight:600;
  margin-bottom:4px;
}

.approval-subtext{
  font-size:13px;
  color:#000000;
}

.approval-card:hover{
  transform: translateY(-10px) rotateX(6deg) rotateY(-6deg) scale(1.02);
}

.approval-card:hover .approval-logo{
  transform: translateZ(40px) translateY(-4px) scale(1.08);
  filter: drop-shadow(0 18px 30px rgba(155, 155, 155, 0.9));
}

.approval-card:hover .approval-title,
.approval-card:hover .approval-subtext{
  transform: translateZ(30px);
}

/* approval recognition card css end   */

.registrar img{
  border: 2px solid #a5a5a5;
 border-radius: 8px;
   box-shadow: 
    0 12px 20px rgba(0, 0, 0, 0.20), 
    0 20px 40px rgba(0, 0, 0, 0.15),  
    0 2px 6px rgba(0, 0, 0, 0.25),  
    inset 0 0 0 1px rgba(255, 255, 255, 0.3); 

}
.vice-chancellor img{
  border: 2px solid #a5a5a5;
   border-radius: 8px;
   box-shadow: 
    0 12px 20px rgba(0, 0, 0, 0.20), 
    0 20px 40px rgba(0, 0, 0, 0.15),  
    0 2px 6px rgba(0, 0, 0, 0.25),  
    inset 0 0 0 1px rgba(255, 255, 255, 0.3); 
}




/* ugc css  start ----------------------------------- */

 .ugc-section {
            padding: 20px 0px 50px 0px;
        }

        .ugc-title {
            font-weight: 800;
            margin-bottom: 30px;
        }

        .ugc-menu {
            list-style: none;
            padding: 0;
            margin: 0;
            border: 1px solid #ddd;
        }

        .ugc-menu li {
            padding: 12px 15px;
            border-bottom: 1px solid #f07e01;
            cursor: pointer;
            color: #0d47a1;
            font-weight: 600;
            transition: 0.3s;
        }

        .ugc-menu li:hover {
            background: #f8f8f8;
        }

        .ugc-menu li.active {
            background: #f07e01;
            color: #fff;
        }


        .ugc-content {
            background: #fff;
                padding: 26px 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
            border-radius: 6px;
        }

        .ugc-content h5 {
            color: #f07e01;
            font-weight: 700;
        }

        .ugc-content p {
            font-size: 15px;
            line-height: 1.8;
            color: black;
      
        }

        .check-text {
            color: #f07e01 !important;
            font-weight: 600;
        }
    

/* ugc css  end ----------------------------------- */

.para-text{
 color: black;
}

.ssu-university-sec .university-item {
  border-radius: 0px;
}

.ssu-university-sec .university-item:before {
  content: "";
  background-color:#f58634;
  left: 1px;
  right: 1px;
  height: 45%;
  top: 1px;
  position: absolute;
}

.ssu-university-sec .university-tmb {
  position: relative;
  z-index: 1;
}

.cpyrgt-link li {}

.cpyrgt-link li a {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  display: block;
  border-right: 1px solid #000;
  padding: 0px 10px;
}

.cpyrgt-link li:last-child>a {
  border-right: none;
}

.fixed-left {
  position: fixed;
  left: 0px;
  top: 35%;
  z-index: 1021;
}

.fixed-left>a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  margin: 5px;
}

.fixed-left>a>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.university-carousel{
  padding-bottom: 88px;
  /* instant of 1000 */
}

/* admission processs css */
.admission-wrap{
margin-top: 48px;
padding-top: 33px;
padding-bottom: 22px;
}




/* vocational  programmmm */



/* Title */
.voc-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Description */
.voc-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #e5e5e5;
    max-width: 750px;
    margin: 0 auto;
}

/* Apply Button */
.apply-btn-2 {
    background: #f58634;
    color: #fff;
    border: none;
    padding: 7px 23px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    margin-top: 25px;
    transition: all 0.3s ease;
}

.apply-btn-2:hover {
    background: #f58634;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


/* approval & Reconization */
.ssu-university-sec{
margin-top: 48px;
}

.accordion-button{
      position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 1rem;
    font-size: 15px;
    font-weight: 500;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
}


.accordion-item {
    margin-bottom: 18px;
    border-radius: 12px !important;
    overflow: hidden;
    border: none !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.accordion-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}


/* new sectio */
.sec-fivth{
padding: 30px 0;
    /* background-color: var(--var1); */
    background-image: url(lib/image/bg_ct.jpg);
    background-size: cover;
}

.new-line{
  color: #f58634;
}

/* footer css */
.main-footer{
margin-top: 48px;
}


.ugc-content .para{
  color: Black !important;
}


.voc-btn1{
  background-color:#fc8b38;
  color: #fff;
  padding: 7px 23px;
border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  border: none;
}