div,
ul,
li,
p,
form,
h5,
h6,
h4,
h3,
h2,
h1,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.4s all;
}

body {
  font-family: "Outfit", sans-serif;
  position: relative;
  min-height: 100vh;
  padding-right: 0 !important;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.container {
  width: 100%;
  max-width: 1650px;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

/* ================= Header ===================== */
.headmenu {
  position: absolute;
  top: 28px;
  width: 100%;
}

nav.menu {
  padding: 10px 105px;
  position: relative;
  width: 100%;
  z-index: 9999;
  background: transparent;
}

label.logo {
  position: absolute;
  margin-bottom: 0;
  line-height: 85px;
}

.headmenu label.logo img {
  max-width: 500px;
}

.menuBorder {
  border-bottom: 0px solid #fff;
}

nav.menu ul {
  text-align: right;
  margin: 0;
  padding: 0;
  line-height: 40px;
}

nav.menu ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;

  position: relative;
}




nav.menu ul li a {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  padding: 8px 1px;
  display: block;
  transition: 0.4s all;
  font-weight: 400;
  position: relative;
  font-family: "Outfit", sans-serif;
}

nav.menu ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  height: 3px;
  width: 100%;
  background: #ffac20;
  width: 0;
  transition: 0.4s all;
  border-radius: 50px;
}

/* nav.menu ul li:last-child a:after {
  display: none;
} */

nav.menu ul li a:hover:after,
nav.menu ul li.active a::after {
  width: 100%;
}

/* nav.menu ul li:last-child {
  margin-left: 40px;
  margin-top: 8px;
} */


nav.menu ul li.navcall{  
  margin-left: 10px;
  margin-top: 8px;}

.call_txt {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}

.call_nav {
  padding: 10px 15px !important;
  float: right;
}

.call_nav img {
  float: left;
  margin-top: -8px;
  padding-right: 8px;
}

.call_nmbr {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 21px;
  text-align: left;
  float: right;
}

.checkbtn {
  color: #fff;
  font-size: 30px;
  float: right;
  margin-right: 15px;
  line-height: 80px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}



.submenu{
  
  display: none;
 
}

nav.menu ul li:hover .submenu{ 
  position: absolute;
  top: 42px;
  width: 200px;
  background-color: #141414;
  display: block;
  padding: 0px 6px;
}

nav.menu .submenu li{
  width: 100%;
  margin: 0px;
  width: 100%;
}

nav.menu .submenu li a{
  padding:0px;
  text-align: left;}


.navcall a.call_nav:after{
  display: none;
}


/*  ============= banner sec =============== */

.banner {
  position: relative;
}

/* .ovrly{
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
} */

/* .banner .bnnr-slide::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
} */

.banner::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

.banner::after {
  position: absolute;
  content: "";
  background-image: url(../images/banr-botm-bg.png);
  background-repeat: no-repeat;

  background-size: cover;
  width: 100%;
  height: 325px;
  left: 0;
  right: 0;
  bottom: -4px;
  z-index: 2;
  pointer-events: none;
}

.banrtxt_box {
  position: absolute;
  z-index: 999;
  left: 6%;
  top: 240px;
  color: #fff;
  width: 100%;
  max-width: 800px;
}

.banrtxt_box h6 {
  font-size: 30px;
  font-weight: 300;
}

.banrtxt_box h1 {
  font-size: 90px;
  font-weight: 700;
  text-transform: uppercase;
}

.banrtxt_box h5 {
  font-size: 46px;
  font-weight: 300;
  text-transform: uppercase;
}

.morbtn {
  border-radius: 16px;
  background: #faa71a;
  font-size: 17px;
  text-align: center;
  margin: 25px auto 15px;
  transition: 0.2s;
  display: inline-block;
  width: auto !important;
  position: relative;
  overflow: hidden;
}

.morbtn:hover {
  background: #ffc727;
}

.morbtn:after {
  position: absolute;
  content: "";
  background: url(../images/butn-line.png) 0 0 no-repeat;
  background-size: contain;
  width: 131px;
  height: 88px;
  top: 0;
  right: 28px;
  pointer-events: none;
}

.morbtn a {
  font-size: 20px;
  padding: 30px 100px 30px 60px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  color: #000;
  display: block;
  position: relative;
  z-index: 9;
}

.morbtn a:after {
  position: absolute;
  content: "";
  background: url(../images/butn-arow.png) 1px -1px no-repeat;
  width: 36px;
  height: 16px;
  background-size: contain;
}

/* ============  home page =========== */

.comn-sec {
  padding: 90px 0px;
}

.line-bx {
  width: 635px;
  height: 668px;
  border: 2px solid #000;
  position: relative;
}

.hom-abut-pic-bx {
  position: absolute;
  left: -14px;
  top: -1px;
  width: 636px;
  height: 658px;
}

.logo-icn {
  width: 319px;
  height: 345px;
  position: absolute;
  bottom: -145px;
  right: -60px;
}

p {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

p span {
  color: #faa71a;
}

.comn-sec h6 {
  font-size: 30px;
  font-weight: 300;
  color: #faa71a;
}

.comn-sec h2 {
  font-size: 59px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}

.about-sec {
  position: relative;
  padding-bottom: 210px;
}

.about-sec:after {
  position: absolute;
  content: "";
  background: url(../images/rght-linebg.png) 0 0 no-repeat;
  background-size: contain;
  width: 236px;
  height: 475px;
  bottom: 50px;
  right: 0px;
}

.hom-abutbx {
  padding-left: 200px;
}

.btn-cel {
  margin: 25px 0px 0px;
  padding: 0px;
}

.btn-cel li {
  display: inline-block;
  margin: 2px;
  padding: 0px 33px;
  vertical-align: middle;
}

.btn-cel li:first-child {
  padding-left: 0px;
  position: relative;
}

.btn-cel li:first-child:after {
  position: absolute;
  content: "";
  right: 0;
  top: 42px;
  height: 40px;
  width: 2px;
  background-color: #000;
}

.tiu {
  display: block;
}

.whychoos-sec,
.secure-sec,.asmi-way {
  background: #faa71a;
  position: relative;
  overflow: hidden;
}

.whychoos-sec:before {
  position: absolute;
  content: "";
  background: url(../images/lft-corner.png) 0 0 no-repeat;
  background-size: contain;
  width: 216px;
  height: 414px;
  top: -200px;
  left: 0px;
  opacity: 0.3;
}

.whychoos-sec h6 {
  color: #fff;
}

.txt-contnr {
  position: relative;
}

.choos-detl-contnr {
  margin-top: 50px;
}

.choos-detl-loop {
  margin-bottom: 30px;
}

.choos-detl-loop:last-child {
  margin-bottom: 0px;
}

.choos-detl-loop span {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: 1px dotted #000;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  float: left;
  line-height: 52px;
  text-align: center;
}

.choos-detl-loop p {
  padding-left: 75px;
}

.choos-pic-bx {
  width: 565px;
  height: 663px;
  float: right;
  position: relative;
  z-index: 999;
}

.choos-pic-bx:before {
  position: absolute;
  content: "";
  top: 0;
  left: -60px;
  width: 22px;
  height: 265px;
  background-color: #000;
}

.whychoos-sec .txt-contnr h2 {
  padding-right: 100px;
}

.whychoos-sec:after {
  position: absolute;
  content: "";
  background: url(../images/rght-blckbg.png) 0 0 no-repeat;
  background-size: contain;
  width: 236px;
  height: 475px;
  bottom: 50px;
  right: 0px;
  z-index: 99;
}

.rght-bgbox {
  background: #d78c0d;
  float: right;
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.faculty-sec {
  position: relative;
  overflow: hidden;
  background-color: #0d0d0d;
}

.faculty-sec h2 {
  color: #fff;
  margin-bottom: 26px;
}

.faculty-sec h6 {
  color: #ffc727;
  font-weight: 600;
  font-size: 28px;
  margin-top: 36px;
  margin-bottom: 20px;
}

.faculty-sec p {
  color: #fff;
  font-size: 22px;
}

.faculty-sec p span span {
  font-size: 36px;
  color: #ffc727;
  font-weight: 600;
}

.faculty-sec p span {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
}

.faculty-sec::after {
  position: absolute;
  content: "";
  background: url(../images/graf-bx.png) 0 0 no-repeat;
  background-size: contain;
  width: 828px;
  height: 725px;
  bottom: 0px;
  right: -16px;
  z-index: 99;
}

.icnimg-bx {
  position: relative;
  text-align: center;
  z-index: 999;
}

.fcalty-img {
  position: relative;
}

.circle-1 {
  position: absolute;
  left: 35px;
  top: 50px;
}

.circle-2 {
  position: absolute;
  bottom: -20px;
  right: 144px;
  z-index: -9;
}

.program-detls-sec {
  position: relative;
}

.program-detls-sec:before {
  position: absolute;
  content: "";
  background: url(../images/full-graph-line.png) 0 0 no-repeat;
  background-size: 100%;
  height: 725px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 99;
  pointer-events: none;
}

.program-detls-sec h2,
.program-detls-sec h6 {
  color: #000;
}

.program-detls-sec .lft-txtbx {
  padding-right: 40%;
}

.bordr-bx {
  width: 100%;
  min-height: 444px;
  border: 2px solid #000;
  transition: 0.6s;
}



.bordr-bx:hover .gray-bg img {
  -webkit-filter: initial !important;
  filter: initial !important;
}

.bordr-bx:hover .prgrm-nfobx .nmbr {
  color: transparent;
  -webkit-text-stroke-color: #faa71a;
}

.bordr-bx:hover .more-lnk:after {
  filter: initial;
}

.lmted-seat{
  font-size: 25px;
  color: #000;
  font-weight: 600;
  border-radius: 2px;
  background: #FAA71A;
  padding: 8px 20px;
  display: inline-block;
  margin-bottom: 10px;
}


.prgrm-nfobx h6{ 
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

.prgrm-nfobx h5 {
  font-size: 22px;
  color: #fdcb41;
  font-weight: 500;
}

.top-gap {
  margin-top: 60px;
}

.gray-bg {
  background: #2d3234;
  width: 98%;
  min-height: 430px;
  position: relative;
}

.gray-bg img {
  position: absolute;
  right: 0;
  bottom: 0px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.prgrm-nfobx {
  width: 74%;
  position: absolute;
  left: 40px;
  top: 40px;
}

.prgrm-nfobx .nmbr {
  font-family: "Antonio", sans-serif;
  font-size: 72px;
  font-weight: 800;
  display: block;
  float: left;
  line-height: 80px;

  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.prgrm-nfobx p {
  color: #fff;
  font-weight: 600;
  padding-left: 70px;
}

.prgrm-nfobx ul{
  margin: 15px 0;
  padding: 0px;
}

.prgrm-nfobx ul li{
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #D6D6D5;
  font-weight: 600;
  margin: 0px 5px;

}

.prgrm-nfobx ul li:first-child{
  margin-left: 0px;
}


.prgrm-nfobx ul li .gry-icn{ 
  width: 20px;
  float: left;
  margin-right: 5px;
}

.prgrm-nfobx ul li .gry-icn img{
  width: 100%;
  position: initial;
}

.more-lnk {
  font-size: 20px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 99;
  margin-top: 80px;
  transition: 0.6s;
}

.more-lnk:after {
  position: absolute;
  content: "";
  background: url(../images/butn-yelo-arow.png) 8px -1px no-repeat;
  background-size: contain;
  width: 44px;
  height: 16px;
  transition: 0.6s;
  filter: brightness(10);
}

.more-lnk:hover {
  color: #fff;
}

.more-lnk:hover:after {
  filter: initial;
}

.program-detls-sec h3 {
  text-align: center;
  font-size: 120px;
  font-weight: 900;
  color: #000;
}

.faq-sec {
  padding-bottom: 325px;
} 

.faq-sec h3{
  font-size: 100px;
}

.faq-top-gap {
  padding-top: 80px;
}

.faq-hding h3 {
  position: relative;
  width: 260px;
  float: none;
  margin: 0px auto;
}

.q1 {
  width: 85px;
  height: 85px;
  position: absolute;
  left: -170px;
  bottom: 30px;
  line-height: 0;
  background-size: contain;
}

.q2 {
  width: 85px;
  height: 85px;
  position: absolute;
  right: -100px;
  top: -125px;
  line-height: 0;
  background-size: contain;
}

.q3 {
  width: 58px;
  height: 58px;
  position: absolute;
  right: -140px;
  bottom: 75px;
  line-height: 0;
  background-size: contain;
}

.gray-q1 {
  width: 27px;
  height: 36px;
  position: absolute;
  top: -40px;
  left: -50px;
  line-height: 0;
  background-size: contain;
}

.gray-q2 {
  width: 20px;
  position: absolute;
  line-height: 0;
  top: 0px;
  right: 0px;
  background-size: contain;
}

.gray-q3 {
  width: 20px;
  position: absolute;
  line-height: 0;
  bottom: 80px;
  right: -220px;
  background-size: contain;
}

.gray-q3 img {
  rotate: 80deg;
}

.gray-q1 img,
.gray-q2 img,
.gray-q3 img,
.q1 img,
.q2 img,
.q3 img {
  width: 100%;
}

/* ================ accordion ============== */

.faq-accordion {
  margin: 36px;
}

.faq-accordion .accordion-button::after {
  flex-shrink: 0;
  width: 81px;
  height: 74px;
  margin-left: auto;
  content: "";
  background: url(../images/plus.png) 0 0 no-repeat;
  background-size: contain;
}

.accordion-button:not(.collapsed)::after {
  background: url(../images/minus.png) 0 0 no-repeat;
  transform: initial;
  background-size: contain;
}

.accordion-open {
  background: #faa71a;
  padding: 15px 30px;
}
.accordion-item-covr h2.accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0px;
  box-shadow: none;
}

.accordion-item-covr
  h2.accordion-header
  .accordion-button:not(.collapsed)
  .accordion-nmbr {
  font-family: "Antonio", sans-serif;
  font-size: 72px;
  font-weight: 800;
  display: block;
  float: left;
  line-height: 80px;
  width: 60px;

  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
}

.faq-accordion .accordion-item h2 {
  margin-bottom: 0px;
}

.accordion-nmbr {
  font-family: "Antonio", sans-serif;
  font-size: 72px;
  font-weight: 800;
  display: block;
  float: left;
  line-height: 80px;
  width: 60px;

  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
}

.accordion-body p {
  color: #fff;
  padding-right: 160px;
}

.accordion-show,
.accordion-show .accordion-body {
  padding-top: 0px;
}

.accordion-show {
  padding-bottom: 25px;
}

.faq-accordion .accordion-item {
  border: 1px solid #000;
  border-top: 0px;
  border-left: 0px;
}

.faq-accordion .accordion-item-covr {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  position: relative;
  margin-bottom: 22px;
  border-radius: 0px !important;
  padding: 0px 10px 10px 0px;
}

.faq-accordion .accordion-item-covr .accordion-item {
  border-radius: 0px !important;
}

/* .faq-accordion .collapse{
    background-color: #fff;
} */

.accordion-item-covr h2.accordion-header .accordion-button {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0px;
  box-shadow: none;
}

.accordion-padng {
  padding: 20px;
}

/*=================================================FAQ========================================*/

.accordion-open.accordion-open {
  background: none;
}

.accordion-padng.accordion-padng {
  padding: 0 20px;
}

.accordion-item-covr.active_toggle .accordion-header,
.accordion-item-covr.active_toggle .accordion-collapse {
  background: #faa71a;
}

.faq-accordion .accordion-item-covr {
  padding: 0px 7px 7px 0px;
}

.accordion-item-covr {
  position: relative;
}

.accordion-item-covr.active_toggle {
  border-top: none;
  border-left: none;
}

.accordion-item-covr.active_toggle .accordion-item {
  border-right: none;
  border-bottom: none;
}

.accordion-item-covr.active_toggle:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.accordion-item-covr.active_toggle:after {
  content: "";
  width: 1px;
  height: 50px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.accordion-item-covr .accordion-body {
  padding-top: 0;
}

/* ==================== footer ====================*/

.foter-covr {
  position: relative;
  /* padding-top: 200px; */
}

.foter-covr:before {
  position: absolute;
  content: "";
  background-image: url(../images/footer_bg_top.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 322px;
  left: 0;
  right: 0;
  top: -318px;
}

.footer {
  background: #202020;
  font-family: "Poppins", sans-serif;
  padding: 20px 0px 30px;
  color: #fff;
}

.footer h6 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 26px;
}

.footer ul.link {
  margin: 0px;
  padding: 0px;
  z-index: 99;
  position: relative;
  column-count: 2;
}

.footer ul.link li {
  margin-bottom: 14px;
}

.footer ul.link li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: 0.8s;
}

.footer ul.link li a:hover {
  color: #ffc727;
}

.footer address {
  padding-right: 110px;
  font-size: 18px;
  font-weight: 400;
}

.footer address h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.footer .call-link {
  margin: 0px 0px 15px;
  padding: 0px;
}

.footer .call-link li {
  display: inline-block;
  width: 48%;
  position: relative;
}

.footer .call-link li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: 0.8s;
}

.footer .call-link li a:hover {
  color: #ffc727;
}

.footer .call-link li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 66px;
  background-color: #faa71a;
  left: -54px;
  top: -8px;
  rotate: 20deg;
}

.footer .call-link li:first-child:before {
  display: none;
}

.fotrlogo-bx {
  max-width: 165px;
  position: absolute;
  top: -140px;
  margin-bottom: 60px;
}

.cpyrght {
  color: #aeaeae;
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-top: 180px;
  padding-right: 220px;
}

.cpyrght a {
  color: #faa71a;
  font-weight: 600;
}

.social {
  margin: 20px 0 0;
  padding: 0px;
}

.social li {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #fff;
  margin: 0px 10px;
  text-align: center;
  padding: 12px;
  transition: 0.8s;
}

.social li:first-child {
  margin-left: 0px;
}

.social li a {
  display: block;
}

.social li .fa {
  font-size: 24px;
  color: #fff;
}

.social li:hover {
  background-color: #fff;
}

.social li:hover .fa {
  color: #202020;
}

/* ================= inner pages =================  */

.inner_banr {
  background-color: #000;
  height: 580px;
}

.inner_banr .bnr-circl-1 {
  width: 66px;
  left: 24%;
  top: 10px;
}

.inner_banr .bnr-circl-2 {
  width: 58px;
  display: none;
}

.inner_banr .bnr-circl-3 {
  width: 40px;
}

.inrpg-sec {
  padding: 60px 0px;
}

.cours-logo-bx img {
  width: 360px;
}

.inner_banr {
  background-color: #000;
  height: 575px;
  position: relative;
}

.inner_banr:before {
  position: absolute;
  content: "";
  background: url(../images/lft-corner.png) 0 0 no-repeat;
  background-size: contain;
  width: 316px;
  height: 545px;
  top: -200px;
  left: 0px;
  opacity: 0.1;
}

.inrpg-titl {
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
}

.inner_banr h1 {
  font-size: 90px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 530px;
  float: none;
  margin: 0px auto;
  position: relative;
}

.bnr-circl-1 {
  position: absolute;
  width: 116px;
  top: -20px;
  left: 18%;
  display: block;
}

.bnr-circl-2 {
  position: absolute;
  width: 68px;
  top: -58px;
  right: 20%;
  display: block;
}

.bnr-circl-3 {
  position: absolute;
  width: 56px;
  bottom: -35px;
  right: 30%;
  display: block;
}

.bnr-circl-1 img,
.bnr-circl-2 img,
.bnr-circl-3 img {
  width: 100%;
}

/* =========================== Programs Page ======================= */

.mcsourse-sec .trpl-yelow li {
  padding: 22px 20px;
}

.mcsourse-sec .trpl-yelow li h6 {
  font-size: 20px;
  line-height: 26px;
}

.mcsourse-sec .trpl-yelow li h6 span {
  font-size: 13px;
}

.inrpg-sec .apply_now_lnk {
  font-size: 16px;
}


.congrats-sec h2{
    text-transform: capitalize;
}

.progrm-detl-secul .tabs.aca-tabs li {
  margin: -6px 18px;
}

.progrm-detl-sec ul.tabs.aca-tabs li span {
  font-size: 15px;
}

.careers-bx .pgrm-nmbr {
  font-size: 55px;
}

.careers-bx .tab-nfo-bx h4 span {
  font-size: 18px;
}

.careers-bx .tab-nfo-bx h4 {
  font-size: 33px;
}

section.aca .tab ul.pgrm-oderlist li {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

section.aca.progrm-detl-sec {
  padding-bottom: 60px;
}

.congrats-sec.congrats-sec h2 span {
  font-size: 40px;
  font-weight: 300;
}

.congrats-sec .certificat-picbx {
  max-width: 750px;
}

.secure-sec.secure-sec .txt-contnr {
  padding-right: 300px;
}

.progrm-detl-sec .newline-bx .lft-pading-bx {
  padding-left: 80px;
}

.mcsourse-sec {
  position: relative;
}

.mcsourse-sec h2 {
  padding-right: 0px;
}

.mcsourse-sec:before {
  position: absolute;
  content: "";
  background: url(../images/course-sec-bg.png) 0 0 no-repeat;
  background-size: contain;
  top: -290px;
  left: 0;
  width: 100%;
  height: 920px;
}

.cours-logo-bx {
  text-align: center;
}

.trpl-yelow {
  margin: 36px 0px 30px;
  padding: 0px;
  position: relative;
  z-index: 99;
}

.trpl-yelow li {
  background: #ffc727;
  margin: 0px 15px;
  padding: 25px;
  display: inline-block;
  width: 27%;
  text-align: center;
}

.trpl-yelow li:first-child {
  margin-left: 0px;
}

.trpl-yelow li h6 {
  color: #000;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
}

.trpl-yelow li h6 span {
  font-weight: 300;
  font-size: 20px;
  display: block;
  line-height: 25px;
}

.apply_now_lnk {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
  transition: 0.6s;
}

.apply_now_lnk:hover {
  letter-spacing: 1px;
  color: #000;
}

.apply_now_lnk:after {
  position: absolute;
  content: "";
  background: url(../images/butn-yelo-arow.png) 8px -1px no-repeat;
  width: 44px;
  height: 12px;
  top: 6px;
  filter: brightness(0);
  background-size: contain !important;
}

.apply_now_lnk:hover:after {
  filter: initial;
}

.secure-sec .apply_now_lnk:hover:after {
    background: url(../images/butn-arow.png) 8px -1px no-repeat;
    width: 44px;
    height: 11px;
    top: 6px;
}

.congrats-sec .certificat-picbx {
    max-width: 550px;
}

.progrm-detl-sec,
.congrats-sec {
  background: #000000;
  position: relative;
}

.progrm-detl-sec h2,
.congrats-sec h2 {
  color: #fff;
  text-align: center;
}

/* ========== tab section start ========== */

section.aca {
  padding-bottom: 100px;
}

ul.tabs.aca-tabs li span {
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px 6px 0 0;
  line-height: 50px;
  position: relative;
  z-index: 9;
}

ul.tabs.aca-tabs {
  margin: 20px auto 50px;
  text-align: center;
  border-bottom: 0px solid #f862a1;
}

ul.tabs.aca-tabs li {
  margin: -6px 20px;
  display: inline-block;
  cursor: pointer;
}

ul.tabs.aca-tabs li span.active:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -17px;
  margin: auto;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #faa71a;
  transition: 0.4s all;
  z-index: -1;
  /* opacity: 0; */
  color: #fff;
}

section.aca .tab {
  padding: 80px;
}

.aca h2 {
  text-align: center;
}

section.aca .tab p {
  max-width: 100%;
  margin-bottom: 30px;
}

section.aca .tab h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  text-transform: capitalize;
  color: #0c0c0c;
  margin-bottom: 30px;
  text-align: left;
}

element.style {
  display: block;
}

section.aca .tab ul li {
  list-style: none;
  margin-bottom: 30px;
  position: relative;
  font-size: 20px;
  line-height: 36px;
  color: #cfcfcf;
}

section.aca .tab ul li b {
  font-weight: 600;
}

.tabIn li {
  font-size: 26px !important;
  font-weight: 600;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px !important;
  padding-bottom: 20px;
}

.tabIn li a {
  background: #f862a1;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  padding: 0 16px;
  border-radius: 6px;
  float: right;
  height: 30px;
  line-height: 30px;
  margin-top: 7px;
  transition: 0.3s all;
}

.tabIn li a:hover {
  background: #f862a1;
}

.tabIn li {
  width: 100%;
  max-width: 400px;
}

.careers-bx p {
  margin-top: 20px;
  color: #fff;
}

.tab-nfo-bx {
  display: inline-block;
  width: 88%;
  padding-left: 36px;
}

.tab-nfo-bx h4 {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
}

.tab-nfo-bx h4 span {
  color: #faa71a;
  font-size: 24px;
  font-weight: 400;
  display: block;
}

.tab-nfo-bx ul li {
  color: #cfcfcf;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 400;
  margin-top: 6px;
}

.tab-nfo-bx ul li:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 15px;
  height: 17px;
  background: url(../images/crcl-bult.png);
}

.pgrm-nmbr {
  font-family: "Antonio", sans-serif;
  font-size: 72px;
  font-weight: 800;
  display: block;
  float: left;
  line-height: 70px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.pgrm-oderlist {
  margin-top: 20px;
}

.pdng-top40 {
  padding-top: 80px;
}

.newline-bx {
  position: relative;
}
.newline-bx:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  opacity: 0.20000000298023224;
  background: #b4b4b4;
  left: 0;
  right: 0;
  margin: auto;
}

.status-bar {
  position: absolute;
  content: "";
  height: 33%;
  width: 3px;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffc727;
}

.status-bar:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border: 2px solid #ffc727;
  background: #000;
  border-radius: 100%;
  bottom: 0;
  left: -18px;
}

/* .status-point{
                    position: absolute;
                    width: 30px;
                    height: 30px;
                    border:1px solid #FFC727;
                    background: #000;
                    border-radius: 100%;
                } */

.newline-bx .lft-pading-bx {
  padding-left: 120px;
}

.congrats-sec:before {
  position: absolute;
  content: "";
  background: url(../images/rght-linebg.png) 0 0 no-repeat;
  background-size: contain;
  width: 236px;
  height: 475px;
  top: 50px;
  right: 0px;
}

.congrats-sec h2 span {
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 50px;
}

.certificat-picbx {
  width: 100%;
  max-width: 900px;
  float: none;
  margin: 50px auto;
}

.certificat-picbx img {
  width: 100%;
}

.secure-sec {
  overflow: visible;
  padding-bottom: 400px;
}

.secure-sec:before {
  position: absolute;
  content: "";
  background: url(../images/lft-corner.png) 0 0 no-repeat;
  background-size: contain;
  width: 266px;
  height: 320px;
  top: -200px;
  left: 0px;
  opacity: 0.9;
}

.secure-sec .txt-contnr h6 {
  color: #fff;
  font-weight: 400;
}

.secure-sec .txt-contnr {
  padding-right: 380px;
}

.secure-sec .txt-contnr p {
  margin-bottom: 36px;
}

.rght-bgbox-2 {
  background: #d78c0d;
  float: right;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
}



/* ==================== faculty page ==================== */

.fcalty-fst-sec:after {
  position: absolute;
  content: "";
  background: url(../images/rght-blckbg.png) 0 0 no-repeat;
  background-size: contain;
  width: 236px;
  height: 475px;
  bottom: 50px;
  right: 0px;
  z-index: 99;
}

.fcalty-fst-sec .cours-nfo h6 {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  padding-right: 100px;
  margin-bottom: 35px;
}

.fcalty-fst-sec .cours-nfo h6 span {
  font-weight: 600;
  color: #faa71a;
}

.botm-gap-row {
  margin-bottom: 80px;
}

.fcalty-fst-sec .mdl-box {
  min-height: 396px;
}

.fcalty-fst-sec .mdl-box-covr {
  width: 100%;
  min-height: 412px;
}

.fcalty-profil-sec {
  background: #000;
  text-align: center;
  padding: 90px 0px 350px;
}

.fcalty-profil-sec .container {
  max-width: 100%;
}

.fcalty-profil-sec h2 {
  color: #fff;
}

.fcalty-profil-sec p {
  color: #818181;
}

.faculty-thumb-cell {
  margin-top: 60px;
}

.faculty-wrapper {
  position: relative;
}

.faculty-wrapper::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.faculty-nambx {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 9;
}

.faculty-nambx h6 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.faculty-nambx span {
  font-size: 18px;
  color: #cfcfcf;
}

.faculty-thumb-cell .faculty-profile-slide{ 
    margin-bottom: 36px;
}




/* ================== MBA page ================== */

.mba-progrms-sec {
    position: relative;
  }
  
  .bnr-seting-bx {
    position: absolute;
    width: 220px;
    top: -75px;
    right: 23%;
  }
  
  .bnr-seting-bx img,
  .grafbar-bx img,
  .pic-mba img {
    width: 100%;
  }
  
  .grafbar-bx {
    position: absolute;
    width: 232px;
    top: 35px;
    left: 23%;
  }
  
  .settng-img-bx {
    position: absolute;
    top: -98px;
    right: 26%;
    width: 271px;
    z-index: 2;
  }
  
  .settng-img-bx img {
    width: 100%;
  }
  
  .mba-progrms-sec h5.sub-pag-hdline {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 50px;
    padding: 0px 210px;
  }
  
  .t-12 {
    padding: 0px 210px;
  }
  
  .mrgn-botm30 {
    margin-bottom: 30px;
  }
  
  .mrgntop-row {
    margin-top: 40px;
  }
  
  .ylo-txt {
    color: #faa71a;
  }
  
  .mdl-box-covr {
    width: 100%;
    min-height: 478px;
    position: relative;
    border: 2px solid #000;
    background: #fff;
    margin-bottom: 36px;
    z-index: 9;
  }
  
  .mdl-box {
    width: 98%;
    min-height: 466px;
    padding: 55px;
    border: 2px solid #000;
    border-top: 0px;
    border-left: 0px;
    background: #fff;
  }
  
  .mdl-box h3 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    z-index: 99;
    margin-bottom: 24px;
    line-height: 28px;
  }
  
  .mdl-box h3:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -17px;
    margin: auto;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #faa71a;
    z-index: -1;
  }
  
  .dwnaeow-bx {
    width: 74px;
    float: none;
    margin: 20px auto 5px;
  }
  
  .blk-circl {
    width: 390px;
    height: 390px;
    border-radius: 100%;
    background: #000000;
  }
  
  .mba-picbx {
    width: 565px;
    float: left;
    position: relative;
    z-index: 999;
  }
  
  .pic-mba {
    position: absolute;
    width: 429px;
    top: 40px;
    right: 64px;
  }
  
  .inr-mba-sec .txt-contnr h6 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
  }
  
  .inr-mba-sec .txt-contnr h6 span {
    font-size: 30px;
    font-weight: 400;
    color: #000;
  }
  
  .intrestd_btn {
    background: #000;
    border-radius: 12px;
    width: auto;
    margin-top: 50px;
    display: inline-block;
    position: relative;
  }
  
  .intrestd_btn:after {
    position: absolute;
    content: "";
    background: url(../images/btn-crnr.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 27px;
    background-size: contain;
    bottom: -26px;
    right: 25px;
  }
  
  .intrestd_btn a {
    display: block;
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 20px 40px;
  }
  
  .mba-progrms-sec:after {
    position: absolute;
    content: "";
    background: url(../images/rght-blckbg.png) 0 0 no-repeat;
    background-size: contain;
    width: 236px;
    height: 475px;
    top: 50px;
    right: 0px;
    z-index: 3;
  }
  
  .inr-mba-sec {
    padding-top: 150px;
  }
  
  .inr-mba-sec:before {
    top: 80px;
    opacity: 0.3;
  }
  
  .inr-mba-sec.inr-mba-sec .txt-contnr {
    padding-left: 100px;
    padding-right: 210px;
  }



            /* ================== Apply page ================= */

 .inner_banr h6 { 
    width: 100%;
    max-width: 350px;
    position: relative;
    margin-left: 43%;
    color: #fff;
    font-weight: 400;
 } 

 .apply-fst-sec .cours-nfo h6{ 
  font-size: 32px;}
 
 .inner_banr h6 strong { 
    font-weight: 600;
 }  
 
 .apply-fst-sec.apply-fst-sec.apply-fst-sec.apply-fst-sec:before {
    position: absolute;
    content: "";
    background: url(../images/course-sec-bg.png) 0 0;
    background-repeat: repeat-y !important;
    background-size: contain;
    top: -290px;
    left: 0;
    width: 100%;
    height: 920px;
  }

  .lets-get-sec{ 
    background: #FAA71A;
    padding-bottom: 325px;}

  .lets-get-sec h2{ text-align: center;} 
  .lets-get-sec h2 span{ color: #fff;}

  .lets-get-sec form{
    margin-top: 20px;}

  .gap-botm10{
    margin-bottom:32px;
  }

  .lets-get-sec form .form-control{
    background: #000;
    border:1px solid #000;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 400;
    /* text-transform: capitalize; */
    border-radius: 10px;
    padding: 14px 16px;
  }

  .lets-get-sec form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  .lets-get-sec form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }
  
  .lets-get-sec form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
  }

  .lets-get-sec form select {
    color: #fff;
    background: #000;
    border:1px solid #000;
    border-radius: 10px;
    padding: 14px 16px;
    cursor: pointer;
  }
  .lets-get-sec form option:not(:first-of-type) {
    color: #fff;
  }


  .selct-covr,.field_covr,.chkbx{ position: relative;}
  .field_covr:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    border:1px solid #000;
    border-radius: 10px;
    bottom:-6px;
    right: -6px;
    pointer-events: none;
  }

  .chkbx:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 30px;
    border:1px solid #000;
    border-radius: 6px;
    bottom:-5px;
    right: -5px;
    pointer-events: none;
  }




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


  .arw-btm {
    position: absolute;
    top: 15px;
    right: 25px;
    height: 15px;
    width: 15px;
    pointer-events: none;
}

.form-btncovr{
    text-align: center;
}

.submit_btn{
    background: #000;
    padding: 20px 95px 20px 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 12px;
    border: 0px;
    transition: 0.6s;
}

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

/* .morbtn.form-btncovr .submit_btn:before {
    position: absolute;
    content: "";
    background: url(../images/butn-line.png) 0 0 no-repeat;
    background-size: contain;
    width: 131px;
    height: 88px;
    top: 0;
    right: -4px !important;
} */


.morbtn.form-btncovr:before {
  position: absolute;
  content: "";
  background: url(../images/butn-arow-wht.png) 1px 0px no-repeat;
  width: 36px;
  height: 14px;
  right: 56px;
  top: 28px;
  background-size: contain;
  pointer-events: none;

}

.morbtn.form-btncovr:hover:before {
  filter: brightness(0);
}

.submit_btn:hover{
    background: #fff;
    color:#000;
}

.chk-txt{ float: right;
   font-size: 18px;
   font-weight: 400;
   width: 95%;}

.chk-txt a{ 
    font-weight: 600;
    text-decoration: underline !important;
    transition: 0.6s;
} 

.chk-txt a:hover{ 
    text-decoration: none;
}   

.chkbx{ 
    width: 30px;
    height:30px;
    border-radius: 4px;
    cursor: pointer;
    background: #000;}


.lets-get-sec.lets-get-sec .form-check-input:checked.chkbx:checked {
      background-color: #0c0c0c !important;
      border-color: #000000 !important;
  }
  



              /* ============================ FAQ page========================= */

.faq-pag{ 
  padding-bottom: 300px;
}

.faq-pag:before {
  display: none;
}

.faq-pag .faq-accordion{ 
  margin-top: 0px;
}

.faq-pag .accordion-item-covr.active_toggle .accordion-header,.faq-pag .accordion-item-covr.active_toggle .accordion-collapse {
  background: #2d3234;
}

.q-icn-bx{ position: absolute;}
.q-icn-bx img{
  width: 100%;
}
.Q-color-1{ 
  width: 130px;
  bottom:-80px;
  left:32%;
}

.Q-color-2{ 
  width: 90px;
  top:-60px;
  right:22%;
  rotate: 20deg;
}

.Q-color-3{ 
  width: 60px;
  bottom: 20px;
  right: 35%;
}

.Q-gry-1{ 
  width: 32px;
  top: -36px;
  left: 38%;
  rotate: -45deg;
}

.Q-gry-2{ 
  width: 28px;
  bottom: -74px;
  left: 45%;
  rotate: 8deg;
}

.Q-gry-3{ 
  width: 18px;
  top: -24px;
  right: 37%;
  rotate: -42deg;
}

.Q-gry-4{ 
  width: 14px;
  bottom: 8px;
  right: 30%;
  rotate: 44deg;
}


                      /* =============================== About Page ===============================*/

.about-fst-sec h2{
  line-height: 60px;
  margin-bottom: 36px;
  padding-right: 520px;
}

.about-fst-sec .row{
  position: relative;
  z-index: 99;
}

.about-fst-sec h2.cnter-txt{ 
  text-align: center;
  padding-right: 0px;}

.about-fst-sec{ position: relative;}
.about-fst-sec:before{ position: absolute;
  content: "";
  background: url(../images/graph-bg.png) 0 0 repeat;
  background-size: contain;
  top: -49px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}


.left-3line{ 
  position:absolute;
  left: 0;
  bottom:100px;
  width: 236px;
  z-index: 99;

}

.asmi-way-sec.asmi-way-sec:before {
  position: absolute;
  content: "";
  background: url(../images/lft-corner.png) 0 0 no-repeat;
  background-size: contain;
  width: 266px;
  height: 320px;
  top: -150px;
  left: 0px;
  opacity: 0.9;
}


.about-fst-sec .rght-pding{
  padding-right: 59px;
}

.about-fst-sec h3{
  text-align: right;
  font-size: 70px;
  font-weight: 300;
  line-height: 80px;
  text-transform: uppercase;
  color:#000;
}

.about-fst-sec h3 span{
  font-size: 110px;
    font-weight: 700;
    display: block;
    line-height:110px;
    letter-spacing: 2px;
}

.imbg-bx{ 
  width: 490px;
  float: none;
  margin: 0px auto;
  position: relative;
}

.imbg-bx h6{
  font-size: 41px;
    font-weight: 700;
    line-height: 48px;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 170px;
    margin: 0px auto;
    padding: 0px 75px 0px 85px;
}



.asmi-way-sec{ padding: 125px 0px 60px;}

.asmi-way-sec {
  overflow: visible;
  padding-bottom: 400px;
}

.asmi-way-sec.asmi-way-sec .txt-contnr{
  padding-right: 0px;
}


.asmi-way-sec.asmi-way-sec .txt-contnr2 ul{
  margin: 30px 0 30px 20px;
  padding: 0px;
}

.asmi-way-sec.asmi-way-sec .txt-contnr2 ul li{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding-left: 10px;
}

.asmi-way-sec.asmi-way-sec .txt-contnr2 ul li:before {
  position: absolute;
  content: "";
  top: 4px;
  left: -18px;
  width: 15px;
  height: 17px;
  background: url(../images/blk-crcl-bult.png);
}


.asmi-way-sec.asmi-way-sec .txt-contnr{
  padding-right: 110px;
}


.abut-img-bx{
  width: 100%;
  max-width: 550px;
  position: relative;
  float: right;
  z-index: 999;
}

.abut-img-bx:before {
  position: absolute;
  content: "";
  top: 0;
  left: -46px;
  width: 18px;
  height: 265px;
  background-color: #000;
}

.abut-img-bx img,.left-3line img,.imbg-bx img{
  width: 100%;
}

.txt-contnr2{ 
}

.txt-contnr2 h6 {
  font-size: 50px;
  font-weight: 600;
  color: #000000;
  padding-right: 60px;
}




/*
.fixed-div a{
    display: inline-block;
    writing-mode: tb-rl;
    padding: 40px 16px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4.64px;
    text-transform: uppercase;
    color: white;
    position: fixed;
    top: 220px;
    right: -12px;
    z-index: 50;
    background: #F92B36;
    transform: rotate(-180deg);
    border-radius: 0 40px 40px 0;

}*/
/*PREVIOUS APPLY NOW CODE TOP TO DOWN*/


.fixed-div a {
    display: inline-block;
    writing-mode: tb-rl;
    padding: 40px 16px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    color: white;
    position: fixed;
    top: 220px;
    right: -12px;
    z-index: 999;
    background: #F92B36;
    border-radius: 40px 0 0 40px;
    text-orientation: upright;

    box-shadow: -6px 7px 10px -6px rgba(0,0,0,0.1);
}

.fixed-div a:hover{
    color: #F92B36;
    background: white;
}








.fixed-div-lft a {
  display: inline-block;
  writing-mode: tb-rl;
  padding: 40px 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: white;
  position: fixed;
  top: 190px;
  left: -12px;
  z-index: 50;
  background: #F92B36;
  border-radius:0 40px 40px 0;
  text-orientation: upright;
  box-shadow: -5px -4px 14px 6px rgba(5,0,0,0.1);
}

.fixed-div-lft a:hover{
  color: #F92B36;
  background: white;
}


#brochure-Modal h6{
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.headmenu .menu-toggle > li:nth-child(1){
  display: none !important;
}

.lgo-991.lgo-991{
  display: none !important;
}





/* =================================  Responsive ============================== */
@media only screen and (max-width: 1800px){
  .headmenu label.logo img {
      max-width: 360px;
  }

  nav.menu {
      padding: 10px 70px;
  }
}


@media only screen and (max-width: 1560px) {

   .fixed-div a {
        padding: 35px 14px;
        font-size: 13px;
    }


    .fixed-div-lft a {
        top:150px;
        padding: 35px 14px;
        font-size: 13px;
    }
    
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 85px;
  }

  .headmenu {
    top: 18px;
  }

  label.logo {
    width: 365px;
  }
  label.logo img {
    width: 100%;
  }

  nav.menu {
    padding: 10px 50px !important;
  }
  nav.menu ul li {
    margin: 0px 10px;
  }
  nav.menu ul li a {
    font-size: 13px;
  }

  .call_txt,
  .call_nmbr {
    font-size: 16px;
  }

  .call_txt {
    font-weight: 300;
  }

  .call_nav img {
    width: 36px;
    margin-top: -3px;
  }

  nav.menu ul li a:after {
    height: 2px;
  }

  .call_nav {
    padding: 10px 10px !important;
  }

  .banrtxt_box h1,
  .inner_banr .inrpg-titl h1 {
    font-size: 56px;
    line-height: 60px;
  }

  .banrtxt_box h6 {
    font-size: 22px;
  }

  .banrtxt_box h5 {
    font-size: 26px;
  }

  .banrtxt_box {
    top: 140px;
    padding-right: 350px;
  }

  .morbtn {
    border-radius: 10px;
  }

  .morbtn a {
    font-size: 13px;
    padding: 16px 45px 16px 30px;
  }

  .morbtn a:after {
    width: 23px;
    height: 13px;
    background: url(../images/butn-arow.png) 1px 2px no-repeat;
    background-size: contain;
  }

  .morbtn:after {
    right: 6px;
    height: 54px;
    width: 84px;
  }

  .banner::after {
    height: 225px;
  }

  .banner .banr_pic {
    height: 670px;
  }

  .hom-abut-pic-bx img,
  .logo-icn img,
  .tiu img,
  .choos-pic-bx img,
  .circle-1 img,
  .circle-2 img,
  .gray-q1 img,
  .gray-q2 img,
  .gray-q3 img,
  .fotrlogo-bx img {
    width: 100%;
  }

  .line-bx {
    width: 100%;
    max-width: 580px;
    height: 462px;
  }

  .hom-abut-pic-bx {
    width: 100%;
    height: auto;
    left: -8px;
    top: -2px;
  }

  .logo-icn {
    width: 210px;
    height: 225px;
    bottom: -92px;
    right: -34px;
  }

  .hom-abutbx {
    padding-left: 100px;
  }
   
  .comn-sec { padding: 50px 0px;}
  .comn-sec h6 {
    font-size: 18px;
  }

  .comn-sec h2 {
    font-size: 38px;
    line-height: 43px;
  }

  p,
  .faculty-sec p {
    font-size: 14px;
    line-height: 22px;
  }

  .tiu {
    width: 158px;
  }

  .btn-cel li:first-child:after {
    top: 29px;
  }

  .about-sec {
    padding-bottom: 150px;
  }

  .about-sec:after {
    width: 200px;
  }

  .hom-abutbx{
    padding-right: 150px;
  }

  .btn-cel li{ 
    padding: 0px 18px;
  }

  .whychoos-sec:before {
    width: 142px;
    top: -100px;
  }

  .choos-detl-loop span {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 38px;
  }

  .choos-detl-loop p {
    padding-left: 55px;
  }

  .tiu-lgoo.tiu-lgoo.tiu-lgoo {
    width: 250px;
  }

  .no-actv.no-actv {
    position: relative;
    right: 90px;
  }

  .choos-pic-bx {
    width: 90%;
    height: auto;
  }

  .choos-pic-bx:before {
    left: -26px;
    width: 10px;
    height: 212px;
  }

  .whychoos-sec:after {
    width: 195px;
  }

  .faculty-sec p span,
  .faculty-sec p span span {
    font-size: 30px;
  }
  .faculty-sec h6 {
    font-weight: 400;
  }

  .faculty-sec::after {
    width: 48%;
    height: 576px;
    bottom: 0px;
    right: 0px;
  }

  .fcalty-img {
    width: 80%;
    float: none;
    margin: 0px auto;
  }

  .fcalty-img img {
    width: 100%;
  }

  .circle-1 {
    left: 35px;
    top: 35px;
    width: 216px;
  }

  .circle-2 {
    bottom: -9px;
    right: 97px;
    width: 90px;
  }

  .prgrm-nfobx .nmbr {
    line-height: 64px;
    font-size: 60px;
  }

  .prgrm-nfobx h5 {
    font-size: 14px;
  }

  .more-lnk {
    font-size: 13px;
    font-weight: 300;
  }

  .congrats-sec h2 span{
     font-size: 28px;
  }

  .inrpg-sec .apply_now_lnk {
    font-size: 13px;
  }

  .apply_now_lnk.apply_now_lnk.apply_now_lnk:after{
    top:4px
  }

  .prgrm-nfobx .more-lnk:after{
    width: 44px;
    height: 12px;
    margin-top: 3px;
  }

   .faq-sec.faq-sec {
    padding-bottom: 200px;
  } 

  .program-detls-sec h3 {
    font-size: 62px;
  }


  .certificat-picbx {
    width: 100%;
    max-width: 900px;
    float: none;
    margin: 36px auto;
  }

  .gray-bg {
    min-height: 260px;
  }
  .bordr-bx {
    min-height: 270px;
  }
  .gray-bg img {
    width: 55%;
  }

  .faq-top-gap {
    padding-top: 60px;
  }

  .q1 {
    width: 60px;
    height: auto;
    bottom: -20px;
    left: -60px;
  }

  .q2 {
    width: 65px;
    height: auto;
    right: 0px;
    top: -70px;
  }

  .q3 {
    width: 38px;
    height: auto;
    right: -45px;
    bottom: 0px;
  }

  .gray-q1 {
    width: 20px;
    height: auto;
    top: -30px;
    left: 0px;
  }

  .gray-q2 {
    width: 15px;
    top: 8px;
  }

  .gray-q3 {
    width: 12px;
    bottom: -1px;
    right: -90px;
  }

  .accordion-item-covr h2.accordion-header .accordion-button:not(.collapsed),
  .accordion-item-covr h2.accordion-header .accordion-button {
    font-size: 20px;
  }

  .accordion-item-covr
    h2.accordion-header
    .accordion-button:not(.collapsed)
    .accordion-nmbr,
  .accordion-nmbr {
    font-size: 50px;
    line-height: 50px;
    width: 46px;
  }

  .faq-accordion .accordion-button::after {
    width: 81px;
    height: 74px;
  }

  .faq-accordion .accordion-button::after {
    width: 51px;
    height: 44px;
  }

  .faq-accordion .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  /* .foter-covr {
     padding-top: 105px; 
  } */

  .foter-covr:before {
    height: 234px;
    top: -212px;
  }

  .footer h6 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .footer ul.link li a,
  .footer address,
  .footer .call-link li a,
  .cpyrght {
    font-size: 13px;
    font-weight: 300;
  }

  .footer ul.link li {
    margin-bottom: 10px;
  }

  .footer address h5,
  .call-link li h5 {
    font-size: 16px;
  }

  .fotrlogo-bx {
    max-width: 112px;
    top: -76px;
  }

  .footer address {
    padding-right: 80px;
  }

  .cpyrght {
    margin-top: 140px;
  }

  .social li {
    width: 36px;
    height: 36px;
    padding: 5px;
    margin: 0px 6px;
  }

  .social li .fa {
    font-size: 14px;
  }

  .footer .call-link li:before {
    left: -44px;
  }

  /* =================  Programs  ============= */

  .secure-sec.secure-sec:before {
    width: 246px;
    height: 300px;
  }

  .secure-sec.secure-sec {
    padding-bottom: 260px;
  }

  section.aca .tab ul.pgrm-oderlist li {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 18px;
  }

  .tab-nfo-bx ul li:before{
    top:4px;
  }

  ul.tabs.aca-tabs li {
    margin: -6px 14px;
    display: inline-block;
    cursor: pointer;
}

  .pgrm-number{
    line-height: 54px;
  }

  .careers-bx .tab-nfo-bx h4 span{ 
    font-size: 16px;
  }

  section.aca.progrm-detl-sec{
     padding-bottom: 0px;}

  section.aca .tab {
      padding: 50px;
  }

  .pdng-top40 {
    padding-top: 35px;
  }



  .apply_now_lnk.apply_now_lnk:after {
    width: 27px;
    height: 10px;
    top: 6px;
    background: url(../images/butn-yelo-arow.png) 4px 0px no-repeat;
  }

  .inner_banr.inner_banr:before {
    width: 250px;
  }

  .inner_banr.inner_banr {
    height: 415px;
  }

  .inner_banr .grafbar-bx {
    width: 160px;
    top: 20px;
    left: 27%;
  }

  .bnr-seting-bx.bnr-seting-bx {
    width: 140px;
    top: -36px;
    right: 23%;
  }

  .mba-progrms-sec .settng-img-bx {
    top: -55px;
    right: 20%;
    width: 180px;
  }

  .mba-progrms-sec.mba-progrms-sec h5.sub-pag-hdline {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .mba-progrms-sec p {
    font-size: 14px;
    line-height: 20px;
  }

  .dwnaeow-bx img {
    width: 100%;
  }

  .mba-progrms-sec .dwnaeow-bx {
    width: 54px;
  }

  .mba-progrms-sec .mdl-box h3,.fcalty-fst-sec .mdl-box h3 {
    font-size: 18px;
    line-height: 18px;
  }

  .mba-progrms-sec .mdl-box,.fcalty-fst-sec .mdl-box{
    padding: 34px;
  }

  .mba-progrms-sec .mdl-box,.fcalty-fst-sec .mdl-box {
    width: 98%;
    min-height: 298px;
  }

  .mba-progrms-sec .mdl-box-covr,.fcalty-fst-sec .mdl-box-covr {
    min-height: 308px;
  }

  .mba-progrms-sec.mba-progrms-sec:after {
    width: 165px;
  }

  .inr-mba-sec.inr-mba-sec .txt-contnr h6 {
    font-size: 30px;
  }

  .inr-mba-sec.inr-mba-sec .txt-contnr h6 span {
    font-size: 20px;
  }

  .inr-mba-sec.inr-mba-sec.inr-mba-sec .txt-contnr {
    padding-right: 105px;
  }

  .intrestd_btn.intrestd_btn a {
    font-size: 16px;
    padding: 16px 32px;
  }

  .inr-mba-sec .intrestd_btn {
    margin-top: 40px;
  }

  .inr-mba-sec.inr-mba-sec {
    padding-top: 100px;
  }

  .inr-mba-sec.inr-mba-sec:before {
    top: 45px;
  }

  .inr-mba-sec .blk-circl {
    width: 280px;
    height: 280px;
  }

  .inr-mba-sec .mba-picbx .pic-mba {
    position: absolute;
    width: 319px;
    top: 20px;
    right: 194px;
  }

  .inr-mba-sec.inr-mba-sec {
    padding-bottom: 280px;
  }

  .fcalty-profil-sec .container {
    padding:0px;
   }

   .faculty-nambx h6{
    font-size: 17px;
   }

   .faculty-nambx span {
    font-size: 13px;}

    .faculty-thumb-cell .faculty-profile-slide {
        margin-bottom: 20px;
    }

    .fcalty-profil-sec {
        padding: 60px 0px 205px;
    }

    .fcalty-fst-sec:after {
        width: 156px;
        height: 315px;
    }

    .fcalty-fst-sec .cours-nfo h6 {
        font-size: 30px;}

    .cours-logo-bx img {
         width: 260px;
    }

    .form-btncovr:after {
      right: 6px;
      height: 79px;
      width: 100px;
  }
    
    

    .apply-fst-sec .cours-nfo h6 {
      font-size: 22px;
      margin-bottom: 20px;
  }


  .apply-fst-sec .mdl-box{
    min-height: 244px;
  }

  .apply-fst-sec .mdl-box-covr{
    min-height: 255px;
  }
        
    .chk-txt{ float: right;
        font-size: 13px;
    }
        
    .chkbx{
        width: 20px;
        height: 20px;
     }
    .chkbx:after {
        height: 20px;
        border-radius: 4px;
        bottom: -3px;
        right: -4px;
    } 
    
    .lets-get-sec{ 
        background: #FAA71A;
        padding-bottom: 225px;
      }

    .lets-get-sec form .form-control{
        border-radius: 10px;
        padding: 10px 16px;
        font-size: 0.9em;
      }

    .field_covr:after{
      height: 47px;
      border-radius: 8px;
    }

    .arw-btm{
      top:8px;
    }

    .chk-txt {
      width: 97%;
    }

    .submit_btn{
      padding: 12px 85px 12px 50px;
      font-size: 15px;
    }

    .morbtn.form-btncovr:before{
      width: 28px;
      height: 12px;
      right: 56px;
      top:18px;
    }
    
    
    
    .faq-pag{ 
        padding-bottom: 180px;
    }


    .Q-color-1{ 
      width: 80px;
      bottom:-80px;
      left:29%;
    }
    
    .Q-color-2{ 
      width: 60px;
      top:-55px;
      right:22%;
      rotate: 14deg;
    }
    
    .Q-color-3{ 
      width: 40px;
      bottom: -24px;
      right: 33%;
    }
    
    .Q-gry-1{ 
      width: 20px;
      top: -36px;
      left: 37%;
      rotate: -45deg;
    }
    
    .Q-gry-2{ 
      width: 18px;
      bottom: -92px;
      left: 41%;
      rotate: 8deg;
    }
    
    .Q-gry-3{ 
      width: 13px;
      top: -24px;
      right: 35%;
      rotate: -42deg;
    }
    
    .Q-gry-4{ 
      width: 14px;
      bottom: -10px;
      right: 27%;
      rotate: 44deg;
    }

    .secure-sec.secure-sec:before {
      width: 116px;
      height: 240px;
      top:-144px;
    }



    .about-fst-sec h3 {
      font-size: 42px;
      line-height: 10px;
    }

    .about-fst-sec h3 span {
      font-size: 75px;
    }

    .about-fst-sec .imbg-bx h6{
      font-size: 25px;
      padding: 0px 86px 0px 74px;
      line-height: 34px;
      top: 126px;
    }

    .asmi-way-sec.asmi-way-sec .txt-contnr {
      padding-right: 125px;
    }

    .abut-img-bx:before {
      left: -26px;
      width: 10px;
      height: 185px;
  }

  .asmi-way-sec .txt-contnr2 h6 {
    font-size: 36px;}

  .asmi-way-sec.asmi-way-sec .txt-contnr2 ul li {
      margin-bottom: 17px;
      font-size: 14px; } 
  
  .imbg-bx {
        width: 360px;}
   
  .left-3line{
      width: 170px;
    }

  .about-fst-sec .botm-gap-row {
      margin-bottom: 40px;
  }



  .prgrm-nfobx {
    left: 20px;
    top: 20px;
  }

  .lmted-seat {
    font-size: 18px;
    padding: 5px 12px;
  }

  .prgrm-nfobx ul li {
    font-size: 15px;
  }

  .prgrm-nfobx ul {
    margin: 10px 0 15px;}

  .prgrm-nfobx .more-lnk{
    margin-top: 18px;
  }



}

@media only screen and (max-width: 1280px) {
  .foter-covr:before {
    top: -200px;
  }
}






@media only screen and (max-width: 1199px) {


  .fixed-div-lft a {
    top:108px;
   
}




  nav.menu ul li {
    margin: 0px 10px;
  }

  .banrtxt_box h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .banrtxt_box h5 {
    font-size: 20px;
  }

  p,
  .faculty-sec p {
    font-size: 14px;
    line-height: 22px;
  }

  .choos-pic-bx:before {
    left: -30px;
    width: 12px;
    height: 185px;
  }

  .line-bx {
    height: 424px;
  }

  .foter-covr:before {
    top: -194px;
  }

  .footer .call-link li:before {
    left: -30px;
  }

  .apply-fst-sec .mdl-box {
    min-height: 266px;
  }

  .apply-fst-sec .mdl-box-covr {
    min-height: 277px;
  }

  .mba-progrms-sec .settng-img-bx {
    width: 150px;
  }

  .mba-progrms-sec h5.sub-pag-hdline,.t-12 {
    padding: 0px 120px;
  }

  .inr-mba-sec.inr-mba-sec .txt-contnr h6 {
    font-size: 25px;
  }

  .inr-mba-sec.inr-mba-sec .txt-contnr h6 span {
    font-size: 18px;
  }

  .intrestd_btn.intrestd_btn a {
    font-size: 14px;
  }

  .mcsourse-sec .trpl-yelow li h6{
    font-size: 17px;
    line-height: 22px;
  }

  .mcsourse-sec .trpl-yelow li {
    padding: 22px 12px;
  }

  ul.tabs.aca-tabs li {
    margin: -6px 14px;
  }

  ul.tabs.aca-tabs li span{
    font-size:14px;
  }

  .congrats-sec.congrats-sec h2 span {
    font-size: 30px;
  }

  .careers-bx .tab-nfo-bx h4 {
    font-size: 26px;
  }

  .cours-logo-bx img {
    width: 225px;
  }

  .status-bar:after{ 
    width: 30px;
    height: 30px;
    left: -14px;}

  .comn-sec h2{
    font-size: 36px;
    line-height: 38px;
  } 
  
  .comn-sec h6{
    font-size: 18px;
  } 
  
  .comn-sec{ 
    padding: 40px 0px;
  }

  .secure-sec.secure-sec:before {
    width: 116px;
    height: 240px;
    top:-144px;
  }

  .congrats-sec.congrats-sec h2 span {
    font-size: 24px;
  }

  .certificat-picbx {
    margin: 26px auto;
  }

  .secure-sec.secure-sec .txt-contnr {
    padding-right: 225px;}


  .accordion-item-covr h2.accordion-header .accordion-button:not(.collapsed), .accordion-item-covr h2.accordion-header .accordion-button {
      font-size: 18px;
  } 

  .new-h1 {
    font-size: 100px !important;
  }

  .hr-abt.hr-abt.hr-abt h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .hr-abt.hr-abt.hr-abt h2 span{
    font-size: 17px;
  }

  .section-info.section-info.section-info h2 {
    font-size: 26px;
    line-height: 26px;
    margin-top: 6px;
  }

  .section-info h2 span {
    font-size: 14px;
  }

  .trpl-yelow li h6 {
      font-size: 26px; 
    } 

  .trpl-yelow li h6 span {
    font-size: 18px;
  } 
    
  .mba-progrms-sec.mba-progrms-sec h5.sub-pag-hdline {
      font-size: 17px;
      margin-bottom: 20px;
  } 

  .mba-progrms-sec .dwnaeow-bx {
    width: 44px;
  }

  .btn-cel li{
    padding: 0px 10px;
  }

  .hom-abutbx{ 
    padding-left: 50px;
  }

  label.logo {
    width: 240px !important;
  }

  .faculty-sec p span,
  .faculty-sec p span span {
    font-size: 24px;
  }

  .whychoos-sec .txt-contnr h2 {
    padding-right: 150px;
  }

  .asmi-way-sec.asmi-way-sec .txt-contnr {
    padding-right: 100px;
   }

   .asmi-way-sec .txt-contnr2 h6 {
    font-size: 32px;}

  .about-fst-sec h3 {
      font-size: 28px;}

  .about-fst-sec h3 span {
        font-size: 60px;
        line-height: 94px;
    }

  .left-3line {
      width: 125px;
  }


  
}


@media only screen and (max-width: 776px){
  .prgrm-nfobx h5 {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .prgrm-nfobx.prgrm-nfobx h6 {
    font-size: 12px;
  }
}



 @media screen and (max-width: 768px) {

    ul.tabs.aca-tabs li span {
        font-size: 13px;}

    ul.tabs.aca-tabs li {
            margin: -7px 0px;}

      
}


@media screen and (max-width: 767px) {

.fixed-div-lft.fixed-div-lft a {
  padding: 14px 6px;
  left: -4px;
  z-index: 999;
  border-radius: 0 20px 20px 0;
  font-size: 11px;}
}


@media screen and (max-width: 640px) {

    ul.tabs.aca-tabs li span{
        font-size: 11px;
        padding: 10px 12px; } 
            
    ul.tabs.aca-tabs li {
        margin: -8px 0px;}        
}



@media screen and (max-width: 575px) {    

  .fixed-div-lft a {
    top: 158px; }

    nav.menu {
      padding: 7px 25px !important;
  }

  label.logo {
    width: 220px !important;
}
}

@media screen and (max-width: 520px) {

    ul.tabs.aca-tabs li span{
        font-size: 13px;
        padding: 10px 15px; } 
            
    ul.tabs.aca-tabs{ border-bottom: 0px;} 
     
} 




/* Careers page */

.carer-ingpg{
  padding-bottom: 200px;
}

.carer-ingpg:after{
  width: 165px;
  top:510px
}

.carer-dtlbx p{
  margin-top: 8px;
}
.carer-dtlbx h4{
  margin-top: 15px;
}

.carer-dtlfig:before{
  display: none;
}

.partnr-sec{
  padding-bottom: 110px;
}

.partnr-sec h1{
  font-size: 90px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-top: 15px;
}


.facility-fig{
  
 }

 .partner{ 
  margin-top: 25px;
  margin-bottom: 36px;
  position: relative;
 }

 .prtnr-img-wrapper{
    height:95px;
    padding: 30px 20px;
    border: 1px solid #000;
    position: relative;
    background-color: #fff;
 }

 .prtnr-img-wrapper:after{
    content: "";
    position: absolute;
    height: 102%;
    width: 100%;
    border: 1px solid #000;
    top: 4px;
    right: -6px; 
    z-index: -1;
 }

.prtnr-img-wrapper img{
  object-fit:contain;
  width: 100%;
  height: 100%;
 }

 .owl-carousel.partner .owl-nav.disabled{
  display: block;
 }


 .partner .owl-nav{
    width: 100%;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
 }

 .partner .owl-prev{
  float: left;
  margin-left: -40px;
  pointer-events: initial;
 }

 .partner .owl-next{
  float: right;
  margin-right: -40px;
  pointer-events: initial;
 }

 .partner .owl-prev,.partner .owl-next{  
    width: 40px;
    height: 40px;
    border: 1px solid #333  !important;
    background: #fff !important;
    border-radius: 100%;
    text-align: center;
    line-height: 34px !important;
    position: relative;
    transition: 0.6s;}


  .partner .owl-prev span,.partner .owl-next span{ 
    font-size: 0px;
  }


  .partner .owl-prev span {
      content: "" !important;
      position: absolute!important;
      width: 0 !important; 
      height: 0 !important; 
      display: block;
      border-top: 7px solid transparent !important;
      border-bottom: 7px solid transparent !important; 
      border-right:7px solid #333 !important; 
      top: 12px;
      left: 14px;
}

  

.partner .owl-next span {
      content: "" !important;
      position: absolute!important;
      width: 0 !important; 
      height: 0 !important; 
      display: block; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #333;
  top: 12px;
  right: 14px;
}

.partner .owl-prev:hover span{ 
  border-right:7px solid #ffc107 !important; 
}

.partner .owl-next:hover span{
  border-left: 7px solid #ffc107!important;
}


.partner .prtnr-img-wrapper img{
  /* -webkit-filter: grayscale(100%); 
   filter: grayscale(100%); */
   height: 40px;
    object-fit: contain;
}

@media only screen and (max-width: 1520px) {

  .mba-progrms-sec.carer-ingpg:after{
    width: 105px;
    top:400px;
  }

  .carer-ingpg.carer-ingpg.carer-ingpg:after{
    height: 300px;
  }

  .partnr-sec h1{
    font-size: 56px;}

  .partnr-sec {
      padding-bottom:26px;
  }
}

@media only screen and (max-width: 1199px){

  .partnr-sec{
    padding-bottom: 0px;
  }

  .partner{
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 991px){
  .carer-ingpg{
    padding-bottom: 0px !important;
  }

  .partnr-sec h1{
    font-size: 40px;}

  .partner .owl-prev{
    float: left;
    margin-left: 0px;
   }
  
   .partner .owl-next{
    float: right;
    margin-right: 0px;
   }
}


@media only screen and (max-width: 767px){

  .partnr-sec h1{
    font-size: 30px;}

}



.hom-mba-dtls-fig:before{
  display: none;
}

.mba-dtls-fig.mba-dtls-fig::before:before{
  display: none;

 }


 .bba-pogrm-sec.bba-pogrm-sec.bba-pogrm-sec.bba-pogrm-sec .mdl-box ul li{
  list-style: circle !important;
 }

  










