@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@400;500;700&family=Roboto:wght@300;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

/*font-family: 'Bebas Neue', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;*/

* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
}

/*************************************** common style start ********************************************/
.btn_facebook {
  color: #fff;
  background: #3b5998;
}

.btn_twitter {
  color: #fff;
  background: #00aced;
}

.btn_google {
  color: #fff;
  background: #db3236;
  margin-top: 10px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.bordrht {
  border-right: 1px solid #ccc;
}
.padleftright0 {
  padding-left: 0;
  padding-right: 0;
}
.padright0 {
  padding-right: 0;
}
.padleft0 {
  padding-left: 0;
}
.width100 {
  width: 100%;
}
.form-group {
  margin-bottom: 0;
}
.martop30 {
  margin-top: 30px;
}

/*************************************** general style start ********************************************/
.thankyouSec {
  padding: 80px 0;
  border-top: 1px solid #ccc;
  background-size: cover;
  -webkit-background-size: cover;
}
.thanksD {
  padding: 60px 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
  background: #ffffffd1;
}
.thanksD .imgfst {
  height: 50px;
  margin: 15px 0;
}
.thanksD .imgsnd {
  height: 40px;
  margin: 15px 0;
}
.thanksD h2 {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-top: 0;
}
.thanksD p {
  font-size: 16px;
  font-weight: 500;
  color: rgba(30, 30, 30, 1);
}

.header-nav {
  padding: 8px 0;
  background: #fff;
}
.noD {
  padding: 20px 0;
}

.SliderSec {
  position: relative;
  background: url(../img/slider.jpg) top center no-repeat;
  background-size: cover;
}
.sliderLeftMain {
  padding: 5% 0;
}
.sliderLeftCon {
  padding: 20px 0;
  padding-left: 56px;
}
.sliderLeftCon h1 {
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #33333396;
  margin: 0;
}
.sliderLeftCon h1 small {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
  text-transform: capitalize;
}
.sliderLeftCon h5 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 25px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px #3333338f;
}
.sliderLeftCon .h4Strip {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
  color: #d62831;
  background: rgba(255, 255, 255, 0.92);
  padding: 10px 20px;
  padding-left: 56px;
  margin: 0;
  margin-left: -11%;
  display: inline-block;
  position: relative;
}
.sliderLeftCon .h4Strip:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
  border-top: 55px solid rgba(255, 255, 255, 0.92);
}
.sliderLeftCon h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  /*    font-weight: 700;*/
  text-align: left;
  color: #fff;
}
.btn_red {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 8px;
}

.sliderLeftCon ul {
  list-style: none;
  margin-top: 0;
}
.sliderLeftCon ul li {
  float: left;
  width: 30%;
  font-family: "Bebas Neue", sans-serif;
  font-size: 34px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  padding: 5px 0;
  color: #fff;
}
.sliderLeftCon ul li img {
  margin: 10px 0;
  margin-right: 10px;
  height: 36px;
  float: left;
}
.sliderLeftCon ul li small {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  /*    font-weight: 500;*/
  text-align: left;
}

.masterSlider {
  padding: 2px 0;
  background: linear-gradient(
    89.9deg,
    #c8161c 0.07%,
    rgba(227, 30, 36, 0) 113.44%
  );
}

.sliderimg {
  margin-left: -200px;
}

.sliderRightFm {
  padding: 15px;
  background: #fff;
  margin: 7% 0;
}
.sliderRightFm h3 {
  color: rgb(42 43 99);

  margin-top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.newSec {
  padding: 60px 0;
  background: #f5f9ff;
}
.NewsecD {
  text-align: center;
  background: #fff;
  padding: 15px 15px;
  border-radius: 15px;
  margin-top: 30px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  height: 300px;
}
.NewsecD h4 {
  color: #302d5d;
  font-size: 18px;
  font-weight: 700;
}
.NewsecD p {
  color: #302d5d;
  font-size: 14px;
  text-align: justify;
}
.NewsecD:hover {
  background: #0081ca;
}
.NewsecD:hover h4,
.NewsecD:hover p {
  color: #fff;
}

.downloadBtn {
  padding: 15px 0;
  padding-right: 42px;
}

.btn_red {
  background: #d62831;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 30px;
  border-radius: 8px;
  text-transform: uppercase;
  position: relative;
  z-index: 999;
}
.btn_red:hover,
.btn_red:focus {
  color: #fff;
}
.sliderRightFm .form-control {
  box-shadow: none;
  outline: none;
  border: 1px solid #cccccca3;
  border-radius: 0;
  height: 40px;
}

.sliDbtn {
  background: #0081ca;
  color: #fff;
}

.mbaoffer-Sec {
  padding: 60px 0;
}
.mbaOfferD h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: rgba(4, 30, 66, 1);
  margin-bottom: 40px;
}
.mbaOfferD p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: rgba(30, 30, 30, 1);
}
.taglineD {
  padding: 25px 0;
}
.taglineD h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: rgba(4, 30, 66, 1);
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.clPofrimg {
  margin-top: 30px;
  border-radius: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  height: auto;
}
.clpofrCap {
  display: block;
  background: #d62831;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 6px 25px;
  position: absolute;
  left: 0;
  top: 20px;
  border-radius: 0 10px 10px 0;
}
.clPofrimg img {
  width: 100%;
  border-radius: 20px;
}
.clPofrimg h4 {
  font-size: 18px;
  font-weight: 600;
  color: #302d5d;
}
.clPofrimg h6 {
  background: #d628312b;
  color: #d62831;
  font-weight: 600;
  font-size: 15px;
  display: block;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control {
  color: rgba(15, 53, 108, 1);
  opacity: 1;
  text-shadow: none;
}
.carousel-control:focus,
.carousel-control:hover {
  color: rgba(15, 53, 108, 1);
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  font-size: 20px;
}
.carousel-control.right {
  right: -80px;
}
.carousel-control.left {
  left: -50px;
}

.whyChoos-Sec {
  position: relative;
  background: url(../img/whybk.jpg) top center no-repeat;
  background-size: cover;
  padding-top: 60px;
}
.whypadMainD {
  padding-left: 85px;
  padding-top: 30px;
}
.whypadMainD h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}
.whypadMainD ul li {
  padding: 6px 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  list-style: disc;
}
.whypadMainDUL {
  padding-left: 20px;
  margin-top: 30px;
}
.whypadstrip {
  background: linear-gradient(
    89.85deg,
    #c8161c 24.59%,
    rgba(227, 30, 36, 0) 112.12%
  );
  padding: 15px 0;
  padding-left: 100px;
  margin-top: 30px;
}
.whypadstrip img {
  height: 40px;
  float: left;
  margin-right: 15px;
}
.whypadstrip h4 {
  color: #fff;
  font-size: 19px;
  margin: 0;
}
.whypadstrip h4 small {
  color: #fff;
}
.whypadMainD h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}
.whypadMainD p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.whymainimgD {
  margin-right: -118px;
  position: relative;
  z-index: 99;
}

.madedisi-Sec {
  padding-top: 60px;
}
.madedisiD h3 {
  font-size: 82px;
  font-weight: 700;
  line-height: 100px;
  text-align: left;
  color: rgba(4, 30, 66, 1);
}
.madedisiD {
  padding: 13% 0;
}
.madedisiDimg {
  position: relative;
}

.placement-Sec {
  background: url(../img/Vector-c.png) top center no-repeat;
  background-size: cover;
  /*    height: 600px;*/
  position: relative;
  margin-top: -200px;
}
.placementSubD {
  padding: 75px 0;
  padding-bottom: 60px;
}
.placementSubD h2 {
  color: #fff;
  font-size: 69px;
  font-weight: 700;
  line-height: 71px;
  text-align: center;
}
.placementSubD p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 41px;
  text-align: center;
}

.placementSubD2 h4,
.placementSubD h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.placementSubD2 h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  margin: 0;
}
.placementSubD2 h2 small {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.mbaOffericonD {
  margin: 15px 0;
  height: 140px;
}
.mbaOffericonD img {
  height: 65px;
}
.mbaOffericonD h5 {
  color: #0f366c;
  font-size: 17px;
  line-height: 24px;
}

.clientSecD {
  padding: 102px 0;
  padding-bottom: 100px;
}
.clientSecD .owl-nav {
  display: none;
}
.clientSecD .item {
  background: #fff;
  padding: 20px 15px;
  margin: 10px;
  border-radius: 25px;
  box-shadow: 0px 10px 11px -10px #33333382;
}

.whylast-Sec {
  background: #f6f7fb;
  padding: 60px 0;
}
.headW h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: rgba(4, 30, 66, 1);
}
.whylastSubD {
  margin-top: 30px;
}
.whylastSubD img {
  height: 280px;
  width: auto !important;
}
.whylastSubD h4 {
  color: #041e42;
  font-size: 18px;
  font-weight: 700;
}
.whylastSubD p {
  font-size: 14px;
  font-weight: 400;
  color: #041e42;
  margin: 0;
}

.whyChoosSubDno h4 {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  color: #d62831;
}
.pad00 {
  padding: 0;
}
.whyChoosSubDimg img {
  margin: 0 auto;
  width: 100%;
}
.lifePcuSubDimg img {
  border-radius: 10px;
  height: 170px;
  width: 100%;
}

.uniadvant-Sec {
  padding: 60px 0;
  background: #f5f9ff;
}
.uniadHeadD p {
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #000;
}
.uniadHeadD h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #041e42;
  margin-top: 0;
}
.uniadSubD {
  padding: 15px;
  margin-top: 50px;
}

.lifePcu-Sec {
  background: rgba(4, 30, 66, 1);
  padding: 30px 0;
}
.lifePcuSubD h2 {
  font-size: 58px;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
  color: #fff;
}
.lifePcuSubD p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #fff;
}
.lifePcuSubDimgbig img {
  height: 375px;
}

.testimoni-Sec {
  padding: 80px 0;
  background: url(../img/testiBG.jpg) top center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}
.testiDimg {
  margin-right: -20px;
}
.testiDimg img {
  height: 350px;
  width: 350px;
  border-radius: 50%;
}
.testiDtext {
  height: 440px;
  width: 440px;
  border-radius: 50%;
  background: #e31e24;
  padding: 40px;
  margin-left: -20px;
  position: relative;
  z-index: 9;
  margin-top: 50px;
}
.testiDtext img {
  height: 60px;
}
.testiDtext p {
  color: #fff;
  font-size: 14px;
}
.testiDtext h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  margin-top: 15px;
}
.testiDtext h4 small {
  font-size: 12px;
  color: #fff;
}

.leadership-Sec {
  padding: 60px 0;
  background: #f5f9ff;
}
.leadershipHeadD h2 {
  font-size: 65px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: rgba(4, 30, 66, 1);
}

.owl-theme .owl-nav {
  display: none;
}
.leadershipMain .owl-theme .owl-nav {
  display: block;
  top: -74px;
  right: 18px;
  position: absolute;
}
.leadershipMain .owl-theme .owl-dots {
  display: none;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #d62831 !important;
}

.leadershipMain .owl-carousel .owl-nav button.owl-next,
.leadershipMain .owl-carousel .owl-nav button.owl-prev,
.leadershipMain .owl-carousel button.owl-dot {
  border: 1px solid #302d5d;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
.leadershipMain .owl-carousel .owl-nav button.owl-next span,
.leadershipMain .owl-carousel .owl-nav button.owl-prev span {
  font-size: 38px;
  line-height: 22px;
  color: #302d5d;
}
.leadershipMain .owl-carousel .owl-nav button.owl-next:hover,
.leadershipMain .owl-carousel .owl-nav button.owl-prev:hover {
  background: #302d5d;
}
.leadershipMain .owl-carousel .owl-nav button.owl-next:hover span,
.leadershipMain .owl-carousel .owl-nav button.owl-prev:hover span {
  color: #fff;
}

.leadershipSubD {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 2px 19px 0px #00000012;
  border-radius: 15px;
  margin: 15px;
}
.leadershipSubD img {
  border-radius: 5%;
  height: 290px;
  width: auto !important;
  float: left;
  margin-right: 30px;
}

.leadershipSubDcap {
  position: relative;
}
.leadershipSubDcap img {
  height: 60px;
  float: none;
  margin-bottom: 15px;
}
.leadershipSubDcap p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgba(55, 63, 74, 1);
}
.leadershipSubDcap h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}
.leadershipSubDcap h6 {
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

.brdrnon {
  border-right: none;
}

.lastfooter-Sec {
  padding: 20px 0;
  background: rgba(5, 0, 48, 1);
}
.lastfooter-Sec p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.header_logo {
  padding-left: 42px;
  padding-top: 10px;
}
.sliderimg img {
  /*    width: 100%;*/
}

@media screen and (max-width: 1920px) {
  .placementSubD h2 {
    font-size: 80px;
    line-height: 100px;
  }
  .pcetLogo {
    padding: 0 89px;
  }
  .placementSubD {
    padding: 40px 0;
  }
  .clientSecD {
    padding: 40px 0;
  }
  .placement-Sec {
    margin-top: -180px;
  }
  .sliderLeftCon h1 {
    font-size: 52px;
    line-height: 66px;
  }
  .sliderLeftCon h1 small {
    font-size: 33px;
  }
  .sliderLeftCon h5 {
    font-size: 30px;
    line-height: 40px;
  }
  .sliderLeftCon .h4Strip {
    font-size: 36px;
    line-height: 53px;
    padding-left: 80px;
  }
  .sliderLeftCon .h4Strip:before {
    right: -19px;
    border-top: 74px solid rgba(255, 255, 255, 0.92);
  }
  .sliderLeftCon ul li {
    font-size: 40px;
    line-height: 20px;
  }
  .sliderLeftCon ul li small {
    font-size: 22px;
  }
  .sliderLeftCon {
    padding-left: 56px;
  }
  .sliderRightFm .form-control {
    height: 50px;
    font-size: 18px;
  }
  .btn_red {
    font-size: 18px;
    padding: 14px 30px;
    border-radius: 8px;
  }
  .sliderRightFm {
    margin: 17% 0;
  }
}

@media screen and (max-width: 1680px) {
  .clientSecD {
    padding: 40px 0;
  }
  .pcetLogo {
    padding: 0 65px;
  }
  .placementSubD {
    padding: 40px 0;
  }
  .placement-Sec {
    margin-top: -180px;
  }
  .sliderLeftCon h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .sliderLeftCon h1 small {
    font-size: 26px;
  }
  .sliderLeftCon h5 {
    font-size: 30px;
    line-height: 40px;
  }
  .sliderLeftCon .h4Strip {
    font-size: 36px;
    line-height: 53px;
    padding-left: 80px;
  }
  .sliderLeftCon .h4Strip:before {
    right: -19px;
    border-top: 74px solid rgba(255, 255, 255, 0.92);
  }
  .sliderLeftCon ul li {
    font-size: 28px;
    line-height: 15px;
  }
  .sliderLeftCon ul li small {
    font-size: 13px;
  }
  .sliderLeftCon {
    padding-left: 56px;
  }
  .sliderRightFm .form-control {
    height: 50px;
    font-size: 18px;
  }
  .btn_red {
    font-size: 18px;
    padding: 14px 30px;
    border-radius: 8px;
  }
  .sliderRightFm {
    margin: 10% 0;
  }
}

@media screen and (max-width: 1600px) {
  .sliderLeftCon ul li small {
    font-size: 13px;
  }
  .sliderRightFm {
    margin: 10% 0;
  }
  .pcetLogo {
    padding: 0 60px;
  }
}

@media screen and (max-width: 1440px) {
  .sliderLeftCon h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .pcetLogo {
    padding: 0 48px;
  }
  .sliderLeftCon h5 {
    font-size: 26px;
    line-height: 30px;
  }
  .sliderLeftCon .h4Strip {
    font-size: 30px;
    line-height: 52px;
    padding-left: 60px;
  }
  .sliderLeftCon ul li small {
    font-size: 13px;
  }
  .sliderRightFm .form-control {
    height: 40px;
    font-size: 15px;
  }
  .btn_red {
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 8px;
  }
  .sliderRightFm {
    margin: 7% 0;
  }
}

@media screen and (max-width: 1400px) {
  .sliderLeftCon h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .sliderLeftCon h1 small {
    font-size: 22px;
  }
  .sliderLeftCon ul li small {
    font-size: 13px;
  }
  .pcetLogo {
    padding: 0 45px;
  }
}

@media screen and (max-width: 1366px) {
  .sliderLeftCon h1 {
    font-size: 56px;
    line-height: 56px;
  }
  .sliderLeftCon h1 small {
    font-size: 22px;
  }
  .sliderLeftCon ul li small {
    font-size: 12px;
  }
  .pcetLogo {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1280px) {
  .sliderLeftCon h1 {
    font-size: 37px;
    line-height: 40px;
  }
  .sliderLeftCon ul li small {
    font-size: 11px;
  }
  .sliderLeftCon {
    padding-left: 56px;
  }
}

@media screen and (max-width: 1024px) {
  .sliderLeftCon h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .madedisiD h3 {
    font-size: 35px;
    line-height: 70px;
  }
  .placementSubD h2 {
    font-size: 60px;
  }
  .sliderLeftCon h3 {
    font-size: 14px;
  }
  .sliderLeftCon h1 small {
    font-size: 15px;
    line-height: 27px;
  }
  .sliderLeftCon h5 {
    font-size: 18px;
    line-height: 15px;
  }
  .sliderLeftCon .h4Strip {
    font-size: 20px;
    line-height: 24px;
    padding-left: 60px;
    margin-left: -16%;
  }
  .sliderLeftCon .h4Strip:before {
    right: -19px;
    border-top: 44px solid rgba(255, 255, 255, 0.92);
  }
  .sliderLeftCon ul li {
    font-size: 26px;
    line-height: 18px;
    padding: 25px 8px;
  }
  .sliderLeftCon ul li small {
    font-size: 10px;
  }
  .sliderRightFm {
    margin: 10% 0;
  }
  .taglineD h4 {
    font-size: 18px;
  }
  .btn_red {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 768px) {
  .header_logo {
    padding: 0 15px;
  }
  .sliderLeftCon {
    padding: 0;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .sliderLeftMain {
    padding: 0% 0;
  }
  .sliderLeftCon h1 small {
    font-size: 14px;
    line-height: 22px;
    text-shadow: none;
  }
  .sliderLeftCon h1 {
    font-size: 22px;
    line-height: 26px;
    text-shadow: none;
  }
  .sliderLeftCon ul li img {
    margin-right: 6px;
    height: 35px;
  }
  .sliderLeftCon h5 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    text-shadow: none;
  }
  .sliderLeftCon .h4Strip {
    font-size: 16px;
    line-height: 20px;
    padding-left: 17px;
    margin-left: -5%;
  }
  .sliderLeftCon .h4Strip:before {
    border-top: 41px solid rgba(255, 255, 255, 0.92);
  }
  .sliderLeftCon ul li {
    width: 50%;
    font-size: 24px;
    line-height: 14px;
    padding: 15px 8px;
    padding-bottom: 0;
  }
  .sliderimg {
    margin-left: 0;
  }
  .uniadvantD h2 {
    color: #041e42;
    font-size: 22px;
  }
  .uniadvantD p {
    font-size: 13px;
  }
  .uniadSubD img {
    width: auto;
    height: auto;
  }
  .uniadvant-Sec {
    padding: 30px 0;
  }
  .schlLearningTabD .nav > li {
    width: 100%;
  }
  .schlLearningTabD .tab-content {
    padding: 10px;
  }
  .learnMaainD h3 {
    font-size: 16px;
  }
  .mbaoffer-Sec {
    padding-top: 30px;
  }
  .sliderRightFm {
    padding: 10px;
    margin: 0% 0;
    margin-bottom: 0px;
  }
  .padrightxs15 {
    padding-right: 15px;
  }
  .mbaOfferD h2 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .mbaOfferD p {
    font-size: 14px;
    line-height: 22px;
  }
  .tabMenuD {
    margin-left: 0px;
  }
  .tabContentD {
    padding: 15px;
    padding-left: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .padleftxs15 {
    padding-left: 15px;
  }
  .madedisiD h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }
  .placementSubD h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .placementSubD p {
    font-size: 14px;
    line-height: 22px;
  }
  .placementSubD {
    padding: 30px 0;
    padding-bottom: 20px;
  }
  .placementSubD2 h4 {
    font-size: 20px;
    line-height: 19px;
  }
  .placementSubD2 h2 {
    font-size: 55px;
    line-height: 60px;
    margin: 0;
  }
  .clientSecD {
    padding: 30px 0;
    padding-bottom: 50px;
  }
  .whyChoosSubD {
    padding-top: 0;
    padding-left: 0;
  }
  .whyChoosSubD h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .whyChoosSubDno h2 {
    font-size: 32px;
    line-height: 30px;
    margin-top: 0;
  }
  .whyChoosSubDno p {
    font-size: 14px;
    line-height: 18px;
  }
  .whyChoosSubDno {
    padding: 10px 0;
    height: 130px;
  }
  .whylastSubD p {
    font-size: 14px;
    line-height: 19px;
  }
  .whylastSubD img {
    height: 42px;
    margin-right: 20px;
  }
  .whylastSubD {
    border-right: none;
    margin-bottom: 20px;
  }
  .uniadHeadD h5 {
    font-size: 14px;
    line-height: 14px;
  }
  .uniadHeadD h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .uniadSubD {
    padding: 15px;
    margin-top: 0px;
  }
  .lifePcuSubD h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .lifePcuSubD {
    padding: 0 15px;
  }
  .lifePcuSubDimgbig img {
    height: auto;
    margin-bottom: 20px;
  }
  .lifePcuSubDimg img {
    margin-bottom: 15px;
    width: 100%;
  }
  .studentspeck-Sec {
    padding: 50px 0;
  }
  .studentspeckSubD {
    padding-left: 0;
  }
  .studentspeckSubD h3 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
  .studentspeckSubD p {
    text-align: center;
  }
  .studentspeckSubDslider {
    padding: 20px;
    padding-right: 20px;
    width: 97%;
    margin-left: 0;
    margin-right: 0;
    margin-top: -25px;
    position: inherit;
  }
  .leadershipHeadD h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .airqualityheadD h2 {
    font-size: 26px;
  }
  .airquality-Sec {
    height: auto;
    padding-bottom: 30px;
  }
  .leadership-Sec {
    padding: 30px 0;
  }
  .leadershipSubD img {
    height: auto;
  }
  .leadershipSubD {
    border-right: none;
    margin-top: 0;
  }
  .leadershipSubD {
    padding: 15px;
    padding-bottom: 10px;
  }
  .martopxs0 {
    margin-top: 0;
  }
  .studentspeckrightBk {
    margin-top: 60px;
  }
  .header_logo {
    padding: 0 0px;
  }
  .downloadBtn {
    padding: 5px 0;
  }
  .downloadBtn .btn_red {
    font-size: 10px;
    padding: 10px 15px;
  }

  .logoSubD ul li {
    width: 50%;
  }

  .whypadSubD {
    height: auto;
    margin-top: 30px;
  }

  .mbaOffermainD h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .proOffcap {
    font-size: 26px;
    position: inherit;
  }
  .poLeft,
  .poTopLeft,
  .poTopRight,
  .poRight {
    text-align: left;
    left: 0;
    top: inherit;
    right: inherit;
    margin-top: 15px;
  }
  .mbaOfferDimg img {
    margin-top: 20px;
  }
  .whyChoos-Sec {
    padding: 30px 0;
  }
  .whypadMainD {
    margin-top: 0;
    padding: 0;
  }
  .whypadstrip {
    padding-left: 0;
  }
  .testiDimg img {
    height: 250px;
    width: 250px;
  }
  .testiDimg {
    margin-right: 0;
        /* float: inline-end; */
        width: 100%;
        text-align: -webkit-center;
        margin-bottom: 13px;
  }
  
  .testiDtext {
    height: unset;
    width: unset;
    margin: 0 auto;
    border-radius:unset;
  }
  .headW h3 {
    font-size: 29px;
    font-weight: 700;
    line-height: 40px;
  }
  .whypadMainD h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .stuTestiheadD h2 {
    font-size: 24px;
  }
  .vecImgPosiD {
    top: -46px;
  }
  .airqualityDblue,
  .airqualityDred {
    height: 120px;
    width: 120px;
    padding: 16px 0;
    margin-top: 30px;
  }

  .clPofrimg {
    height: auto;
  }
}

@media screen and (max-width: 420px) {
  .placementSubD2 h2 {
    font-size: 46px;
    line-height: 60px;
    margin: 0;
  }
  .madedisiD h3 {
    font-size: 25px;
  }
  .tabContentDsub h4 {
    font-size: 18px;
  }
  .whyChoosSubD h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .uniadHeadD h5 {
    font-size: 13px;
  }
  .mbaOfferD h2 {
    font-size: 22px;
  }
  .tabMenuD .nav-pills > li > a {
    font-size: 14px;
  }
  .downloadBtn .btn_red {
    font-size: 9px;
    padding: 7px 10px;
  }
  .taglineD h4 {
    font-size: 10px;
    letter-spacing: 0px;
    font-weight: 500;
  }
  .sliderLeftCon h3 {
    font-size: 11px;
  }

  .sliderLeftCon h3 {
    font-size: 11px;
  }

  .lifePcuSubDimg img {
    height: auto;
  }
  .carousel-control.left {
    left: 0;
  }
  .carousel-control.right {
    right: 0;
  }
  .taglineD {
    padding: 8px 0;
  }
  .carousel-control {
    width: 6%;
  }
  .studentspeckrightBk {
    background: transparent;
    height: auto;
  }
  .header-nav {
    padding: 4px 0;
  }
  .whymainimgD {
    margin-right: 0;
  }
  .nav.navbar-nav.pull-right {
    width: 100%;
}
.NewsecD{
  height: unset;
}

.leadershipMain .owl-theme .owl-nav {
  top: -45px;
}
}

.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.text-dark{color:#212529!important}.text-white{color:#fff!important}.bg-white{background:#fff!important}

@media(min-width: 768px){
    .m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}
}
.navbar-brand img
{
    height: 50px;
    width: auto;
}
 html {
    scroll-behavior: smooth; /* Enables smooth scrolling */
}
[id] {
    scroll-margin-top: 20px !important; /* Adjust for the header height */
    transition: scroll-margin-top 0.3s ease; /* Optional smooth effect */
}

.navbar-toggle .icon-bar {
  background: #000;
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: white !important;
  height: 75px;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
}
.container-fluid>.navbar-collapse {
  background-color: white;
}