.inside_content_wrapper {
  float: left;
  width: 100%;
  margin: 0px 0 0;
}
/*section 1 start*/
.section1 {
  float: left;
  width: 100%;
  position: relative;
  margin: 80px 0 0;
}
.banner_slider img {
  width: 100%;
  display: block;
}
.banner_slider li {
  position: relative;
  float: left;
  width: 100%;
}
.banner_slider .banner_info {
  position: absolute;
  bottom: 100px;
  margin: 0 auto;
  max-width: 1186px;
  width: 90%;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  text-align: left;
  z-index: 9;
  left: 0px;
  right: 0px;
  font-family: "uni_neueheavy"; /*text-transform:uppercase;*/
  line-height: 40px;
}
.banner_slider .banner_info h3 {
  font-size: 30px;
}
.banner_slider .banner_info .bredcrumb {
  float: left;
  width: 100%;
  font-size: 20px;
  font-family: "uni_neuebook";
  text-transform: none;
  font-weight: 400;
}
.banner_slider .banner_info .bredcrumb a {
  float: left;
  margin: 0 10px 0 0;
  color: #fff;
}
.banner_slider .banner_info .bredcrumb span {
  float: left;
  margin: 0 10px 0 0;
  color: #fff;
}

/*.top_banner_parallax {position: fixed;}*/
section {
  position: relative;
}

/*section 3 start*/
.campus_initiatives {
  float: left;
  width: 100%;
  background: url(../images/campus_initiatives_bg.jpg) no-repeat;
  min-height: 660px;
  background-size: cover;
  padding: 65px 0;
}
.campus_wrap {
  margin: 0 auto;
  max-width: 1186px;
  width: 95%;
}
.campus_wrap h3 {
  font-size: 30px;
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #0751a5;
  margin: 0 0 25px;
  padding: 0 0 15px;
}
.campus_wrap h3:after {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  content: "";
  width: 38px;
  height: 1px;
  background-color: #0751a5;
  bottom: 0;
}
.campus_wrap p {
  color: #3a3a3a;
  font-size: 22px;
  text-align: center;
  padding: 0 15%;
}
.campus_wrap ul {
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
.campus_wrap ul li {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
}
.campus_wrap ul li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 280px;
  background-color: #c9c7e1;
  right: 0px;
  top: 80px;
}
.campus_wrap ul li:last-child:after {
  display: none;
}
.campus_wrap ul li i {
  display: inline-block;
  width: 170px;
  height: 170px;
  background-color: #f2f2f2;
  border-radius: 50%;
  -webkit-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.campus_wrap ul li i img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.campus_wrap ul li h4 {
  color: #262796;
  font-size: 18px;
  padding: 25px 0;
}
.campus_wrap ul li p {
  font-size: 14px;
  line-height: 20px;
}
.campus_wrap ul li a {
  color: #3e3f8b;
  font-size: 14px;
  margin: 15px 0;
  display: inline-block;
}

/*section 4 start*/
.testimonials_bg {
  float: left;
  width: 100%;
  background: url(../images/testimonials_bg.jpg) no-repeat;
  min-height: 660px;
  background-size: cover;
  padding: 100px 0;
}
.testimonials_wrapper {
  margin: 0 auto;
  max-width: 1020px;
  width: 100%;
  position: relative;
}
.testimonials_wrapper h3 {
  font-size: 36px;
  font-family: "uni_neueheavy";
  position: absolute;
  color: #262796;
  padding: 0 0 10px;
  line-height: 36px;
  top: 0px;
  font-weight: 300;
}
.testimonials_wrapper h3 small {
  font-family: "uni_neueregular";
  font-size: 22px;
  font-weight: 400;
}

.testimonials_wrapper .story_thumb {
  float: right;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: right;
}
.testimonials_wrapper .story_thumb .circle_thumb {
  width: 364px;
  height: 412px; /*border-radius:50%;*/
  overflow: hidden;
  position: relative;
  margin: 45px auto 0;
}
.testimonials_wrapper .succes_con {
  float: left;
  width: 50%;
  margin: 150px 0 0;
  padding: 0 25px 0 0;
}
.testimonials_wrapper .succes_con h4 {
  font-size: 22px;
  font-weight: 400;
  padding: 25px 0;
  color: #423d3d;
  line-height: 30px;
}
.testimonials_wrapper .succes_con p {
  font-size: 18px;
  font-weight: 400;
  padding: 0px 0;
  color: #000000;
  line-height: 25px;
  font-family: "uni_neuelight_italic";
}
.testimonials_wrapper .circle_thumb {
  width: 68px;
  height: 68px; /*border-radius:50%;*/
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0);
}
.testimonials_wrapper .slider-nav .circle_thumb img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.slider-nav .slick-slide.is-active li .circle_thumb img,
.slider-nav .slick-slide.is-active .circle_thumb img {
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
}
.slider-nav_block {
  float: left;
  width: 406px;
  position: absolute;
  top: 98px;
  z-index: 9;
}
.slider-single {
  float: left;
  width: 100%;
  margin: 50px 0 0;
}
/*.slider-single .slick-track{height:100%;}*/
.slider-nav .slick-slide {
  cursor: pointer;
}
.slider-nav .slick-slide.is-active li .circle_thumb,
.slider-nav .slick-slide.is-active .circle_thumb {
  border: 3px solid #009cff;
}
.slider-nav .social_prev {
  position: absolute;
  background: url(../images/prev_sm.png) no-repeat center;
  width: 24px;
  height: 23px;
  left: -30px;
  top: 17px;
  margin: auto;
  z-index: 9;
  font-size: 0px;
  cursor: pointer;
}
.slider-nav .social_next {
  position: absolute;
  background: url(../images/next_sm.png) no-repeat center;
  width: 24px;
  height: 23px;
  right: -30px;
  top: 17px;
  margin: auto;
  padding-left: 0px;
  font-size: 0px;
  cursor: pointer;
}

/*section 5 start*/
.blog_bg {
  float: left;
  width: 100%;
  background: url(../images/blog_bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
}
.blog_wrapper {
  margin: 0px auto 0;
  max-width: 1180px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog_bg h3 {
  font-size: 36px;
  font-family: "uni_neueheavy";
  position: relative;
  color: #fff;
  padding: 0 0 10px;
  font-weight: 300;
}
.blog_bg h3:after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0;
  bottom: 0px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
}
.blog_slider {
  text-align: left;
  padding: 80px 0 0;
}
.blog_slider li {
  padding: 0 0px 40px;
}
.blog_slider li.brd {
  border-left: 1px solid rgba(255, 255, 255, 0.36);
}
.blog_slider .left_sec {
  float: left;
  width: 50%;
}
.blog_slider .right_sec {
  float: left;
  width: 50%;
  padding: 0 15px;
  color: #fff;
}
.blog_slider .right_sec span {
  font-size: 14px;
  padding: 0 0 10px;
  float: left;
  width: 100%;
}
.blog_slider .right_sec h4 {
  font-size: 15px;
  padding: 0 0 10px;
  float: left;
  width: 100%;
}
.blog_slider .right_sec p {
  font-size: 14px;
  padding: 0 0 20px;
  float: left;
  width: 100%;
  display: none;
}
.blog_slider .right_sec a {
  background-color: #fff;
  border-radius: 30px;
  color: #000;
  font-size: 12px;
  padding: 12px 15px;
  display: inline-block;
}
.banner-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 100%;
  height: 10px;
  max-width: 1180px;
  margin-left: -590px;
  text-align: center;
  z-index: 5;
}
.banner-dots li {
  display: inline-block;
  height: 10px;
  padding: 0px;
}
.banner-dots li a {
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 2px;
  font-size: 0;
  color: transparent;
  border-radius: 50%;
}
.banner-dots li.slick-active a {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background: #fff;
  margin: 0 2px;
}
.playPoseHolder {
  position: absolute;
  bottom: 19px;
  z-index: 6;
}

/*section 6 start*/
.socail_bg {
  float: left;
  width: 100%;
  background: url(../images/socail_bg.jpg) no-repeat;
  min-height: 660px;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
}
.socail_wrapper {
  margin: 0px auto 0;
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.socail_wrapper h3 {
  font-size: 36px;
  font-family: "uni_neueheavy";
  font-weight: 400;
  position: relative;
  color: #0d0d0d;
  padding: 0 0 10px;
  font-weight: 300;
}
.socail_wrapper h3:after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0;
  bottom: 0px;
  width: 20px;
  height: 1px;
  background-color: #0d0d0d;
  margin: 0 auto;
}
.socail_slider {
  margin: 45px 0 0;
}
.socail_slider li {
  padding: 0 10px 0 0;
}
.socail_slider .thumb_block {
  float: left;
  width: 100%;
  height: 292px;
  overflow: hidden;
  background-color: #fff;
}
.socail_slider .thumb_block img {
  width: 100%;
}
.socail_slider .thumb_con {
  float: left;
  background-color: #fff;
  padding: 19px 40px;
  height: 90px;
  width: 100%;
}
.socail_slider .thumb_con .icon {
  float: left;
  padding: 10px 35px 10px 0;
  width: 20%;
  border-right: 1px solid #b1b1b1;
}
.socail_slider .thumb_con .title {
  float: left;
  padding: 13px 0 23px 20px;
  width: 80%;
  font-size: 13px;
  color: #484848;
  text-align: left;
}
.socail_slider .social_prev {
  position: absolute;
  background: url(../images/prev.png) no-repeat center;
  width: 32px;
  height: 31px;
  left: 46%;
  bottom: -80px;
  margin: auto;
  z-index: 9;
  font-size: 0px;
  cursor: pointer;
}
.socail_slider .social_next {
  position: absolute;
  background: url(../images/next.png) no-repeat center;
  width: 32px;
  height: 31px;
  right: 46%;
  bottom: -80px;
  margin: auto;
  padding-left: 0px;
  font-size: 0px;
  cursor: pointer;
}

/*section footer start*/
footer {
  float: left;
  width: 100%;
  background-color: #000;
  padding: 25px 0;
  position: relative;
}
.footer_wrapper {
  margin: 0px auto 0;
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.footer_wrapper .link {
  float: left;
  color: #fff;
}
.footer_wrapper .link span {
  padding: 0 25px;
  color: #fff;
}
.footer_wrapper .link span:first-child {
  padding-left: 0px;
}
.footer_wrapper .link span a {
  color: #fff;
}
.footer_wrapper .social_ft {
  float: right;
  color: #fff;
  line-height: 25px;
}
.footer_wrapper .social_ft span {
  float: right;
  margin: 0 0 0 10px;
}

/*---Our Campus Philosophy---*/
.philosophy_bg {
  float: left;
  width: 100%;
  background: url(../images/our_programmes_bg.jpg) no-repeat;
  min-height: 1350px;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
  position: relative;
}
.philosophy_wrap {
  margin: 0 auto;
  max-width: 1190px;
  width: 95%;
}
.philosophy_block {
  float: left;
  width: 100%;
  background: #fff url(../images/philosophy_bg.jpg) no-repeat center bottom;
  margin: -125px 0 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  min-height: 662px;
  padding: 50px 140px;
}
.philosophy_block h3 {
  color: #0751a5;
  font-weight: 600;
  font-size: 30px;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.philosophy_block h3:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 36px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #0751a5;
}
.philosophy_block h4 {
  color: #000000;
  font-weight: 300;
  font-size: 22px;
  position: relative;
  padding: 0px 0 10px;
  margin: 0px;
}
.philosophy_block p {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 30px;
}

.themes_sec {
  float: left;
  width: 100%;
  padding: 65px 0px 0;
  text-align: center;
}
.themes_sec h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 30px;
}
.themes_sec h3:after {
  position: absolute;
  content: "";
  background-color: #fff;
  bottom: 0px;
  left: 0;
  right: 0px;
  margin: auto;
  width: 20px;
  height: 1px;
}
.themes_sec p {
  padding: 0 0 30px;
  font-size: 16px;
  font-weight: 300;
}

/*Diversity and Inclusion page start*/
.banner_slider .banner_info.diversity {
  color: #02226b;
  max-width: 90%;
  bottom: 45px;
}
.banner_slider .banner_info.diversity .bredcrumb {
  color: #000000;
  font-size: 20px;
  max-width: 280px;
  width: 100%;
  line-height: normal;
  font-weight: 400;
  padding: 10px 0 0 0;
}

/*---Di vision---*/
.division_bg {
  float: left;
  width: 100%;
  background: url(../images/division_bg.jpg) no-repeat center;
  min-height: 510px;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
  position: relative;
  border-bottom: 1px solid #5250b2;
}
.division_bg .video_sec {
  float: left;
  width: 50%;
  text-align: left;
  margin: 40px 0 0 0;
}
.division_bg .video_sec iframe {
  width: 100%;
  height: 340px;
}

.division_sec {
  float: right;
  width: 50%;
  text-align: left;
  margin: 80px 0 0 0;
  padding: 0 0 0 30px;
}
.division_sec h3 {
  font-size: 30px;
  color: #ba31ba;
  position: relative;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.division_sec h3:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 1px;
  background-color: #b82fb7;
  left: 0px;
  bottom: 0px;
}
.division_sec p {
  color: #777777;
  font-size: 16px;
  padding: 0 0 10px;
}
.di_vision_thumb {
  display: none;
}
.division_bg .div_wrap {
  width: 90%;
  max-width: 1248px;
  text-align: left;
  margin: 0px auto;
}

/*---Di vision---*/
.md_bg {
  float: left;
  width: 100%;
  background: url(../images/md_bg.jpg) no-repeat;
  min-height: 656px;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
  position: relative;
}
.md_bg .md_wrap {
  width: 90%;
  max-width: 1248px;
  text-align: left;
  margin: 0px auto;
}
.md_bg .md_wrap .md_msg {
  float: left;
  width: 100%;
  height: 414px;
  position: relative;
  background-color: #fff;
  border: 3px solid #3f7bdd;
  margin: 80px 0 0;
}
.md_bg .md_wrap .md_msg:after {
  position: absolute;
  content: "";
  background: url(../images/msg_after.png) no-repeat;
  width: 37px;
  height: 42px;
  left: 25%;
  bottom: -42px;
}
.md_bg .md_wrap .md_msg .md_thumb {
  position: absolute;
  right: -32px;
  top: -102px;
}
.md_bg .md_wrap .md_msg .md_con {
  float: left;
  max-width: 675px;
  width: 90%;
  padding: 63px 0 0 50px;
  overflow: hidden;
}
.md_bg .md_wrap .md_msg .md_con p {
  color: #3c3c3c;
  font-size: 22px;
  font-weight: 300px;
  padding: 0px 0 20px;
}
.md_bg .md_wrap .md_msg .md_con h3 {
  color: #323232;
  font-size: 18px;
  position: relative;
  padding: 25px 0 0;
}
.md_bg .md_wrap .md_msg .md_con h3 smal {
  font-size: 14px;
  font-weight: 400;
}
.md_bg .md_wrap .md_msg .md_con h3:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50px;
  height: 1px;
  background-color: #354562;
}

/*---Di vision---*/
.empower_womenbg {
  float: left;
  width: 100%;
  background: url(../images/empower_womenbg.jpg) no-repeat;
  min-height: 712px;
  background-size: cover;
  text-align: center;
  padding: 70px 0;
  position: relative;
}
.empower_womenbg .wrap {
  width: 90%;
  max-width: 825px;
  text-align: center;
  margin: 0px auto;
}

.empower_womenbg .wrap h3 {
  color: #ff4800;
  font-size: 36px;
  position: relative;
  padding: 0px 0 20px;
  margin: 0px 0 20px;
  font-weight: 700;
}
.empower_womenbg .wrap h3:after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0;
  bottom: 0px;
  width: 26px;
  height: 1px;
  background-color: #ff4800;
  margin: 0 auto;
}
.empower_womenbg .wrap p {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 300px;
  padding: 0px 0 20px;
}
.empower_womenbg .wrap h4 {
  color: #ff4800;
  font-size: 22px;
  position: relative;
  padding: 50px 0 20px;
  margin: 0px 0 0px;
  font-weight: 400;
  float: left;
  width: 100%;
}
.empower_womenbg .wrap span {
  color: #5f5f5f;
  font-size: 14px;
  font-weight: 300px;
  padding: 0px 0 20px;
}

.testimoniImgSlider li figure {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 161px;
  height: 161px;
  overflow: hidden;
  border-radius: 50%; /*-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;*/
}

@media screen and (min-width: 1023px) {
  .testimoniImgSlider {
    float: left;
    width: 100%;
    margin: 30px 0 0;
  }
  .testimoniImgSlider li {
    height: 290px;
    position: relative; /*-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;*/
  }
  .testimoniImgSlider li.alignLeft figure {
    right: 0;
  }
  .testimoniImgSlider li figure {
    left: 0;
  }
  .testimoniImgSlider li.alignLeft figure {
    right: 0;
    left: inherit;
  }

  .testimoniImgSlider li figure img {
    width: 100%;
  }
  .testimoniImgSlider li.slick-center {
  }
  .testimoniImgSlider li.slick-center figure {
  }
  .testimoniImgSlider li.slick-current figure {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    width: 280px;
    height: 280px;
    position: relative;
    z-index: 9; /*margin-top:10px;*/
  }
}

.ts_prev,
.ts_next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  width: 34px;
  height: 21px;
  text-indent: -99999px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ts_prev {
  left: 0;
  margin-left: -20px;
  background: url(../images/empower-prev.png) no-repeat 0 0;
}

.ts_next {
  background: url(../images/empower-next.png) no-repeat 0px 0;
  right: 0;
  margin-right: -20px;
}

/*---Di vision---*/
.empowerment {
  float: left;
  width: 100%;
  height: 702px;
  background-size: cover;
  text-align: center;
  padding: 0px 0;
  position: relative;
}
.empowerment .development_block {
  float: left;
  width: 50%;
  height: 100%;
  background: url(../images/empower_developbg.jpg) no-repeat left;
  position: relative;
  padding: 50px 5%;
  text-align: left;
  background-size: cover;
}
.empowerment .development_block h3 {
  font-size: 30px;
  color: #fff;
}
.empowerment .development_block p {
  font-size: 18px;
  color: #fff;
  padding: 15px 0 50px;
}
.development_slider .social_prev {
  position: absolute;
  background: url(../images/development_prev.png) no-repeat center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  right: 50px;
  bottom: 20px;
  margin: auto;
  z-index: 9;
  font-size: 0px;
  cursor: pointer;
}
.development_slider {
  position: initial !important;
}
.development_slider .social_next {
  position: absolute;
  background: url(../images/development_next.png) no-repeat center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  right: 0;
  bottom: 20px;
  padding-left: 55px;
  font-size: 0px;
  cursor: pointer;
}
.development_slider .left_sec {
  float: left;
  width: 20%;
}
.development_slider .right_sec {
  float: left;
  width: 80%;
  border-left: 1px solid #fefefe;
  padding: 0 20px;
}

.development_slider .right_sec h4 {
  font-size: 18px;
  color: #fefefe;
}
.development_slider .right_sec p {
  font-size: 14px;
  color: #fefefe;
  padding: 15px 0 0;
}

.empowerment .work_block {
  float: left;
  width: 50%;
  height: 100%;
  background: #f4f4f4;
  position: relative;
  padding: 50px 5%;
  text-align: left;
  background-size: cover;
}

.empowerment .work_block h3 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  color: #262796;
  padding: 0 0 30px;
}
.empowerment .work_block h3:after {
  position: absolute;
  content: "";
  background-color: #262796;
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 1px;
}

.empowerment .work_block ul li {
  float: left;
  width: 100%;
  padding: 25px 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #e7e7e7;
}
.empowerment .work_block ul li:last-child {
  border-bottom: 0px solid #e7e7e7;
}

.empowerment .work_block ul li .left_sec {
  float: left;
  width: 30%;
}
.empowerment .work_block ul li .left_sec i {
  display: inline-block;
  width: 198px;
  height: 198px;
  background-color: #f4f4f4;
  border-radius: 50%;
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.empowerment .work_block ul li .left_sec i img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.empowerment .work_block ul li .right_sec {
  float: left;
  width: 70%;
  padding: 0 30px;
}
.empowerment .work_block ul li .right_sec h4 {
  color: #262796;
  font-size: 14px;
  padding: 0 0 30px;
}
.empowerment .work_block ul li .right_sec p {
  color: #5f5f5f;
  font-size: 14px;
  padding: 0 0 30px;
}
.empowerment .work_block ul li .right_sec a {
  color: #3e3f8b;
  font-size: 14px;
  font-weight: 600;
}

/*Opprtunities page start*/
.banner_slider .banner_info.opprtunities {
  color: #fff;
  max-width: 90%;
  bottom: 45px;
}
.banner_slider .banner_info.opprtunities .bredcrumb {
  color: #fff;
  font-size: 20px;
  max-width: 280px;
  width: 100%;
  line-height: normal;
  font-weight: 400;
  padding: 10px 0 0 0;
}

.opprtunities_bg {
  float: left;
  width: 100%;
  background: url(../images/oportunity_bg.jpg) no-repeat;
  min-height: 1253px;
  background-size: cover;
  text-align: center;
  padding: 70px 0;
  position: relative;
}
.opprtunities_bg .wrap {
  width: 100%;
  max-width: 1306px;
  text-align: center;
  margin: 0px auto;
}

.student_opprtunity {
  float: left;
  width: 100%;
  margin: 0 0 80px;
}
.student_opprtunity .left_sec {
  float: left;
  width: 50%;
}
.student_opprtunity .right_sec {
  float: left;
  width: 50%;
  text-align: left;
  padding: 20px 5%;
}
.student_opprtunity .right_sec h3 {
  font-size: 30px;
  color: #1451b5;
  font-weight: 400;
}
.student_opprtunity .right_sec p {
  color: #1451b5;
  font-size: 22px;
  line-height: 36px;
  padding: 40px 0;
}
.student_opprtunity .right_sec a {
  background-color: #626fc6;
  border-radius: 30px;
  padding: 15px 25px;
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
}

.expressed_opprtunity {
  float: left;
  width: 100%;
  margin: 0 0 80px;
}
.expressed_opprtunity .left_sec {
  float: right;
  width: 50%;
}
.expressed_opprtunity .right_sec {
  float: left;
  width: 50%;
  text-align: left;
  padding: 20px 0 20px 10%;
}
.expressed_opprtunity .right_sec h3 {
  font-size: 30px;
  color: #1451b5;
  font-weight: 400;
  padding: 0px 0 40px;
}
.expressed_opprtunity .right_sec p {
  color: #494949;
  font-size: 18px;
  padding: 0px 0 10px;
}
.expressed_opprtunity .right_sec h4 {
  color: #1451b5;
  font-size: 22px;
  line-height: 36px;
  padding: 40px 0;
}
.expressed_opprtunity .right_sec a {
  background-color: #626fc6;
  border-radius: 30px;
  padding: 15px 25px;
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
}

.life_bg {
  float: left;
  width: 100%;
  background: #fff url(../images/tatalife_bg.jpg) no-repeat;
  min-height: 998px;
  background-size: 100%;
  text-align: center;
  padding: 70px 0;
  position: relative;
}
.life_bg .life_sec {
  float: right;
  width: 440px;
  margin-right: 15%;
  text-align: left;
  color: #fff;
  padding: 80px 0 0;
  position: relative;
}
.life_bg .life_sec h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.life_bg .life_sec h3 small {
  font-weight: 400;
  font-size: 22px;
}
.life_bg .life_sec h3:after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  width: 24px;
  height: 1px;
  background-color: #fff;
  left: 0px;
  bottom: 0px;
}
.life_bg .life_sec p {
  font-size: 16px;
  color: #fff;
  padding: 0 0 50px;
  line-height: 30px;
}
.life_bg .life_sec a {
  display: inline-block;
  border: 1px solid #bfa6ff;
  border-radius: 20px;
  padding: 10px 25px;
  color: #fff;
}

.scenes_sec {
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 25px 0;
}
.scenes_wrap {
  margin: 0 auto;
  max-width: 1034px;
}
.scenes_wrap .left_sec {
  float: left;
  max-width: 624px;
  width: 100%;
  position: relative;
}
.active {
  display: block;
}
.hide {
  display: none;
}
.scenes_wrap .left_sec ul {
  padding: 0px;
  float: left;
  width: 100%;
}
.scenes_wrap .left_sec ul li {
  float: left;
  width: 206px;
  height: 210px;
  text-align: center;
  padding: 25px 0 0;
  margin: 0px 0 1px 1px;
}
.scenes_wrap .left_sec ul li:hover {
  opacity: 0.8;
}
.scenes_wrap .left_sec ul li a {
  float: left;
  width: 100%;
  height: 100%;
}
/*.scenes_wrap .left_sec ul li.bg1{background:url(../images/scenes_thumb_bg1.png) no-repeat;}
.scenes_wrap .left_sec ul li.bg2{background:url(../images/scenes_thumb_bg2.png) no-repeat;}
.scenes_wrap .left_sec ul li.bg3{background:url(../images/scenes_thumb_bg3.png) no-repeat;}
.scenes_wrap .left_sec ul li.bg4{background:url(../images/scenes_thumb_bg4.png) no-repeat;}
.scenes_wrap .left_sec ul li.bg5{background:url(../images/scenes_thumb_bg5.png) no-repeat;}
.scenes_wrap .left_sec ul li.bg6{background:url(../images/scenes_thumb_bg6.png) no-repeat;}
.scenes_wrap .left_sec ul li.bg7{background:url(../images/scenes_thumb_bg7.png) no-repeat;}
.scenes_wrap .left_sec ul li.bg8{background:url(../images/scenes_thumb_bg8.png) no-repeat;}*/
.scenes_wrap .left_sec ul li.bg1 {
  background: url(../images/scenes_thumb_bg1.png) no-repeat;
}
.scenes_wrap .left_sec ul li.bg2 {
  background: url(../images/scenes_thumb_bg3.png) no-repeat;
}
.scenes_wrap .left_sec ul li.bg3 {
  background: url(../images/scenes_thumb_bg1.png) no-repeat;
}
.scenes_wrap .left_sec ul li.bg4 {
  background: url(../images/scenes_thumb_bg3.png) no-repeat;
}
.scenes_wrap .left_sec ul li.bg5 {
  background: url(../images/scenes_thumb_bg6.png) no-repeat;
}
.scenes_wrap .left_sec ul li.bg6 {
  background: url(../images/scenes_thumb_bg8.png) no-repeat;
}
.scenes_wrap .left_sec ul li.bg7 {
  background: url(../images/scenes_thumb_bg6.png) no-repeat;
}
.scenes_wrap .left_sec ul li.bg8 {
  background: url(../images/scenes_thumb_bg8.png) no-repeat;
}
.scenes_wrap .left_sec ul li p {
  color: #ffffff;
  padding: 15px 5px;
  font-size: 14px;
}

.list {
  width: 100%;
  height: 100%;
  background: #6539d4;
  padding: 10px;
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 40px;
  padding: 10% 10%;
}
.list {
  float: left;
  width: 100%;
  height: 100%;
}
.list span {
  position: absolute;
  right: 36px;
  top: 36px;
  cursor: pointer;
}
.list .icon {
  float: left;
  width: 20%;
}
.list .pop_con {
  float: left;
  width: 80%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 15px;
  color: #fff;
}
.list .pop_con h3 {
  font-size: 24px;
  color: #fff;
  padding: 0 0 55px;
}
.list .pop_con p {
  font-size: 16px;
  padding: 0 0 10px;
}
/*.list.bg1{ background: #6539d4 url(../images/scenes_bg1.jpg) no-repeat bottom;}
.list.bg2{ background: #d52dac url(../images/scenes_bg2.jpg) no-repeat bottom;}
.list.bg3{ background: #7146db url(../images/scenes_bg3.jpg) no-repeat bottom;}
.list.bg4{ background: #ab2fbe url(../images/scenes_bg4.jpg) no-repeat bottom;}
.list.bg5{ background: #ab2fbe url(../images/scenes_bg5.jpg) no-repeat bottom;}
.list.bg6{ background: #7146db url(../images/scenes_bg3.jpg) no-repeat bottom;}
.list.bg7{ background: #d52dac url(../images/scenes_bg2.jpg) no-repeat bottom;}
.list.bg1{ background: #6539d4 url(../images/scenes_bg1.jpg) no-repeat bottom;}*/

.list.bg1 {
  background: #6539d4 url(../images/scenes_bg1.jpg) no-repeat bottom;
}
.list.bg2 {
  background: #d52dac url(../images/scenes_bg1.jpg) no-repeat bottom;
}
.list.bg3 {
  background: #7146db url(../images/scenes_bg1.jpg) no-repeat bottom;
}
.list.bg4 {
  background: #ab2fbe url(../images/scenes_bg3.jpg) no-repeat bottom;
}
.list.bg5 {
  background: #ab2fbe url(../images/scenes_bg3.jpg) no-repeat bottom;
}
.list.bg6 {
  background: #7146db url(../images/scenes_bg1.jpg) no-repeat bottom;
}
.list.bg7 {
  background: #d52dac url(../images/scenes_bg3.jpg) no-repeat bottom;
}
.list.bg1 {
  background: #6539d4 url(../images/scenes_bg1.jpg) no-repeat bottom;
}

.activelink {
  color: red;
}

.scenes_wrap .right_sec {
  float: left;
  max-width: 374px;
  width: 100%;
  position: relative;
  padding: 52px 0 0 52px;
}
.scenes_wrap .right_sec h3 {
  color: #3a34bd;
  position: relative;
  font-size: 30px;
  padding: 0 0 25px;
  margin: 0 0 25px;
}
.scenes_wrap .right_sec h3:after {
  position: absolute;
  left: 0px;
  content: "";
  background-color: #3a34bd;
  width: 30px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}
.scenes_wrap .right_sec p {
  font-size: 18px;
  color: #676767;
}

.working_tmlbg {
  float: left;
  width: 100%;
  background: #fff url(../images/working_tml.png) no-repeat;
  background-size: 100%;
  min-height: 714px;
  position: relative;
}
.working_tmlbg .info_con {
  float: left;
  max-width: 485px;
  width: 100%;
  margin: 20% 0 0 20%;
  color: #fff;
}
.working_tmlbg .info_con h3 {
  font-size: 30px;
  padding: 0 0 28px;
}
.working_tmlbg .info_con p {
  font-size: 22px;
}

.mob_showbanner {
  display: none;
}

.employee_development_bg {
  background: #fff url(../images/employee_development_bg.jpg) no-repeat;
  float: left;
  width: 100%;
  position: relative;
  background-size: 100%;
}
.employee_wrap {
  margin: 0 auto;
  max-width: 1391px;
  width: 90%;
}
.employee_sec {
  float: left;
  max-width: 507px;
  width: 100%;
  margin: 15% 12%;
}
.employee_sec h3 {
  position: relative;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 17px;
  margin: 0 0 30px;
}
.employee_sec h3:after {
  position: absolute;
  content: "";
  background-color: #000;
  height: 1px;
  width: 55px;
  left: 0px;
  bottom: 0px;
}
.employee_sec p {
  color: #313131;
  font-size: 16px;
}

.learning_sec {
  float: left;
  width: 100%;
  background: url(../images/learning_bg.jpg) no-repeat;
  min-height: 664px;
  border-radius: 30px;
  padding: 135px 0 0;
}
.learning_sec .left_sec {
  float: left;
  width: 55%;
  color: #fff;
  padding: 0 0 0 15%;
}
.learning_sec .left_sec h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 30px;
}
.learning_sec .left_sec h3 small {
  font-size: 22px;
  font-weight: 400;
}
.learning_sec .left_sec p {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 20px;
}
.learning_sec .right_sec {
  float: right;
  width: 45%;
  padding-left: 45px;
}

.professional_sec {
  float: left;
  width: 100%;
  text-align: center;
  padding: 80px 0;
  overflow: hidden;
}
.professional_sec h3 {
  font-size: 30px;
  font-weight: 700;
  color: #46267e;
}
.professional_sec h3 small {
  font-size: 22px;
  font-weight: 400;
}
.professional_sec ul {
  float: left;
  width: 100%;
  margin: 60px 0;
}
.professional_sec ul li {
  float: left;
  width: 50%;
  text-align: left;
  border-right: 1px solid #c4c4c4;
  line-height: 22px;
  padding: 0 25px;
}
.professional_sec ul li:last-child {
  border-right: 0px solid #c4c4c4;
}
.professional_sec ul li i {
  width: 189px;
  height: 189px;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 10px 10px 24px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 24px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 24px -15px rgba(0, 0, 0, 0.75);
  float: left;
}
.professional_sec ul li i img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.professional_sec ul li span {
  float: right;
  padding: 25px 0 0 0px;
  width: 65%;
  font-size: 16px;
  color: #4f4f4f;
}

.academia_bg {
  float: left;
  width: 100%;
  border-radius: 30px;
  background: #5051ab url(../images/partnership_bg.jpg) no-repeat left bottom;
  min-height: 442px;
  padding: 50px 10%;
}
.academia_bg .left_sec {
  float: left;
  width: 60%;
  color: #fff;
  padding: 50px 0;
}
.academia_bg .left_sec h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 25px 0;
}
.academia_bg .left_sec p {
  font-size: 16px;
  padding: 0 0 15px;
}
.academia_bg .right_sec {
  width: 40%;
  float: right;
  padding: 0 0 0 75px;
}
.academia_bg .right_sec img {
  border-radius: 30px;
}
.academia_bg .right_sec li p {
  position: relative;
  font-size: 14px;
  color: #fff;
  margin: 15px 0;
  float: left;
  width: 100%;
  padding: 0 0 10px;
}
.academia_bg .right_sec li p:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background-color: #fff;
  width: 50px;
  height: 1px;
}
.academia_bg .right_sec .prev {
  position: absolute;
  bottom: 25px;
  right: 20px;
  background: url(../images/prev_arrow.png) no-repeat;
  font-size: 0px;
  width: 6px;
  height: 11px;
  cursor: pointer;
}
.academia_bg .right_sec .next {
  position: absolute;
  bottom: 25px;
  right: 0px;
  background: url(../images/next_arrow.png) no-repeat;
  font-size: 0px;
  width: 6px;
  height: 11px;
  cursor: pointer;
}

.open_pop {
  background-color: #7e48ff;
  border-radius: 30px;
  padding: 30px 50px;
  position: absolute;
  width: 586px;
  left: -50px;
  z-index: 9;
  top: 85%;
  display: none;
}
.open_pop span {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../images/pop_modal.png) no-repeat;
  width: 60px;
  height: 64px;
  cursor: pointer;
}
.testimoniInfoSlider {
  float: left;
  width: 100%;
}
.testimoniInfoSlider .slick-list {
  padding-left: 0 !important;
  padding-right: 0px !important;
}

/*-------error css start----------*/
.error_wrap {
  max-width: 500px;
  width: 95%;
  margin: 25% auto 0;
}
.error_wrap h3 {
  font-size: 40px;
}
.error_wrap h4 {
  font-size: 24px;
}
.error_wrap p {
  font-size: 18px;
}

@media screen and (min-width: 1300px) {
  .testimonials_wrapper .story_thumb {
    position: relative;
  }
  .testimonials_wrapper .story_thumb .circle_thumb {
    /*position: absolute; right: 0; bottom:0px;*/
  }
}

@media screen and (max-width: 1400px) {
  .division_sec {
    max-width: 471px;
    margin: 40px 11% 0 0;
  }
  .expressed_opprtunity .right_sec {
    padding: 20px 0 20px 20%;
  }
  .life_bg {
    min-height: 748px;
    padding: 3px 0;
  }
  .working_tmlbg {
    min-height: 594px;
  }
  .life_bg .life_sec {
    margin-right: 11%;
  }
  .scenes_wrap .left_sec ul li p {
    padding: 10px 8px;
    font-size: 14px;
  }

  .learning_sec .right_sec img {
    max-width: 90%;
  }
  .learning_sec .left_sec {
    padding: 0 0 0 10%;
  }
  .empowerment .work_block ul li .left_sec i {
    width: 158px;
    height: 158px;
  }
  .empowerment .work_block ul li .left_sec i img {
    border-radius: 50%;
  }
}

@media screen and (min-width: 1030px) {
  .accordion {
    height: 560px;
    overflow: hidden;
    margin: 0px auto;
    background: #fff;
    padding: 0 0px;
    text-align: left;
  }
  .accordion ul li,
  .accordion ul li div a {
    height: 100%;
    vertical-align: bottom;
    position: relative;
  }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .accordion ul li {
    display: table-cell;
    width: 25%;
    background-repeat: no-repeat;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    background-size: cover;
    cursor: pointer;
    position: relative;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    padding: 25px 0 25px 20px;
    background-color: rgba(3, 26, 70, 0.8);
  }
  .accordion ul li div a {
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-family: "uni_neuebook";
  }
  .accordion ul li div a h2 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 700; /* height:150px;*/
    width: 130px;
  }
  .accordion ul li div a h2:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    left: 0px;
    bottom: -140px;
    display: none;
  }
  .accordion ul li div a i {
    padding: 5px 0 0;
    display: inline-block;
    width: 100%;
  }
  .accordion ul li:hover div a i {
    display: none;
  }
  /*.accordion ul li div a p{font-size:15px;font-family:'uni_neueregular';top:160px;opacity:0; display:none; width:200px;}
.accordion ul li:hover div a p{top:160px;opacity:1; display:block;}*/

  .accordion ul li div a aside {
    font-size: 15px;
    font-family: "uni_neueregular";
    top: 160px;
    opacity: 0;
    display: none;
    width: 650px;
  }
  .accordion ul li:hover div a aside {
    top: 160px;
    opacity: 1;
    display: block;
  }
  .accordion ul li div a aside h5 {
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
  }

  .accordion ul li:hover div {
    background-color: transparent;
    padding: 25px 0 25px 40px;
  }
  .accordion ul li:hover div a h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 30px;
    font-family: "uni_neueheavy";
    width: 650px;
  }

  .accordion ul li:nth-child(1) {
    background-image: url(../images/slider1.jpg);
    background-position: left center;
  }
  .accordion ul li:nth-child(2) {
    background-image: url(../images/slider2.jpg);
    background-position: left center;
  }
  .accordion ul li:nth-child(3) {
    background-image: url(../images/slider3.jpg);
    background-position: left center;
  }
  .accordion ul li:nth-child(4) {
    background-image: url(../images/slider4.jpg);
    background-position: center center;
  }

  .accordion ul:hover li {
    width: 10%;
  }
  .accordion ul:hover li:hover {
    width: 50%;
  }
  .accordion ul:hover li:hover:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 1030px) {
  .banner_slider .banner_info {
    bottom: 10px;
  }
  .cd-header-buttons li {
    display: none;
    padding-top: 0px;
    border-left: 0px solid;
  }
  .cd-header-buttons li:last-child {
    display: block;
  }
  .top_banner_parallax {
    position: relative;
  }
  .philosophy_block {
    margin: 0px 0 0;
  }
  .section1 {
    margin: 65px 0 0;
  }

  .accordion {
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    background: #fff;
    padding: 0 0px;
    text-align: left;
  }
  .accordion ul li,
  .accordion ul li div a {
    height: 100%;
    vertical-align: bottom;
    position: relative;
  }
  .accordion ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .accordion ul li {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    background-size: cover;
    cursor: pointer;
    position: relative;
    height: 560px;
  }
  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    padding: 25px 0 25px 20px;
    background-color: rgba(3, 26, 70, 0.8);
  }
  .accordion ul li div a {
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-family: "uni_neuebook";
  }
  .accordion ul li div a h2 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 700; /* height:150px;*/
  }
  .accordion ul li div a h2:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    left: 0px;
    bottom: -140px;
    display: none;
  }
  .accordion ul li div a i {
    padding: 5px 0 0;
    display: inline-block;
    width: 100%;
  }
  .accordion ul li div a aside {
    font-size: 15px;
    font-family: "uni_neueregular";
    top: 160px;
    opacity: 0;
    display: none;
  }
  .accordion ul li div a aside h5 {
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
  }
  .accordion ul li:nth-child(1) {
    background-image: url(../images/slider1.jpg);
    background-position: left center;
  }
  .accordion ul li:nth-child(2) {
    background-image: url(../images/slider2.jpg);
    background-position: center center;
  }
  .accordion ul li:nth-child(3) {
    background-image: url(../images/slider3.jpg);
    background-position: center center;
  }
  .accordion ul li:nth-child(4) {
    background-image: url(../images/slider4.jpg);
    background-position: center center;
  }

  .accordion ul li.haActive:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
  }
  .accordion ul li.haActive div a i {
    display: none;
  }
  .accordion ul li.haActive div a aside {
    top: 160px;
    opacity: 1;
    display: block;
  }
  .accordion ul li.haActive div {
    background-color: transparent;
    padding: 25px 15px 25px;
  }
  .accordion ul li.haActive div a h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 30px;
    font-family: "uni_neueheavy";
  }

  .accordion ul li.haActive div a p {
    padding: 0 0 10px;
    font-size: 14px;
  }
  .accordion ul li div a aside h5 {
    padding: 0 0 10px;
    font-size: 14px;
  }

  /*section 4 start*/
  .testimonials_bg,
  .socail_bg {
    padding: 50px 20px;
  }
  .blog_slider .left_sec {
    float: left;
    width: 142px;
  }

  /*---Di vision---*/

  .md_bg .md_wrap .md_msg .md_con p {
    font-size: 17px;
  }
  .md_bg .md_wrap .md_msg .md_con {
    max-width: 440px;
  }
  .md_bg .md_wrap .md_msg .md_con h3 {
    font-size: 15px;
  }
  .md_bg .md_wrap .md_msg .md_thumb img {
    width: 100%;
  }
  .md_bg .md_wrap .md_msg .md_thumb {
    right: 0px;
    top: -72px;
    width: 450px;
  }
  .empowerment .work_block ul li {
    width: 50%;
    padding: 25px 20px;
    margin: 0 0 0px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
  }
  .empowerment .work_block ul li:last-child {
    border-right: 0px solid #e7e7e7;
  }
  .empowerment .work_block ul li .left_sec {
    float: left;
    width: 100%;
    text-align: center;
  }
  .empowerment .work_block ul li .right_sec {
    float: left;
    width: 100%;
    padding: 30px 0px;
    text-align: center;
  }
  .testimonials_wrapper .succes_con h4 {
    font-size: 16px;
    font-weight: 400;
    padding: 25px 0;
    color: #423d3d;
    line-height: 25px;
  }
  .testimonials_wrapper .story_thumb .circle_thumb {
    width: 361px;
    height: 361px;
  }
  .testimonials_wrapper .succes_con {
    padding-right: 20px;
  }
  .empowerment {
    height: auto;
  }
  .empowerment .development_block {
    width: 100%;
    height: auto;
    padding: 50px 5% 100px;
  }
  .empowerment .work_block {
    width: 100%;
    height: auto;
  }

  /*---Employee Development---*/
  .employee_sec {
    max-width: 457px;
    margin: 15% 0%;
  }
  .professional_sec ul li {
    text-align: center;
  }
  .professional_sec ul li i {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
  .professional_sec ul li span {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  /*section 1 start*/
  .section1 {
    margin: 60px 0 0;
  }
  .banner_slider h3 {
    bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    font-family: "uni_neueregular";
    line-height: normal;
  }
  .banner_slider h3 small {
    font-size: 14px;
  }

  /*section 2 start*/
  .life_sec {
    margin: 0px;
    padding: 50px 20px;
  }
  .life_sec ul li {
    width: 100%;
    margin: 10px 0px;
  }
  .life_bg {
    background-size: cover;
  }
  .life_sec h3 {
    padding: 0 0 0 0px;
    text-align: center;
  }
  .life_sec ul {
    margin: 20px 0 0;
  }

  /*section 3 start*/
  .story_wrapper {
    margin: 100px auto;
  }
  .story_wrapper .story_thumb,
  .story_wrapper .succes_con {
    float: left;
    width: 100%;
  }
  .story_wrapper .story_thumb .circle_thumb {
    width: 261px;
    height: 261px;
    background-color: transparent;
    n: relative;
    margin: 0 auto;
  }
  .story_wrapper .succes_con {
    padding: 20px 20px 0 20px;
    text-align: center;
  }
  .story_wrapper .succes_con h3:after {
    right: 0;
    margin: 0 auto;
  }
  .story_paging {
    margin: 20px 0 0 0;
    text-align: center;
    width: 100%;
  }
  .story_paging li {
    float: none;
    display: inline-block;
  }

  /*section 4 start*/
  .testimonials_bg {
    padding: 0px 10px 50px;
  }
  .testimonials_wrapper {
    margin: 0px auto 0;
    padding: 50px 0;
  }
  .testimonials_wrapper h3 {
    position: relative;
    text-align: center;
  }
  .slider-nav_block {
    width: 100%;
    position: relative;
    top: 0;
  }
  .testimonials_wrapper .story_thumb .circle_thumb {
    width: 261px;
    height: 261px;
    float: none;
    margin: 0 auto;
  }
  .testimonials_wrapper .succes_con,
  .testimonials_wrapper .story_thumb {
    float: left;
    width: 100%;
    margin: 0px 0 0;
  }
  .testimonials_wrapper .succes_con {
    text-align: center;
  }

  /*section 5 start*/
  .blog_slider {
    text-align: center;
    padding: 80px 0 0;
  }
  .blog_slider .left_sec {
    width: 100%;
    text-align: center;
  }
  .blog_slider .slick-slide img {
    display: inline-block;
  }
  .blog_slider .right_sec {
    float: left;
    width: 100%;
    margin: 0 0 0 0px;
    color: #fff;
    padding: 25px 0 0;
  }
  .banner-dots {
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 10px;
    max-width: 1180px;
    margin-left: 0px;
    text-align: center;
    z-index: 5;
  }

  /*section 6 start*/
  .socail_wrapper {
    padding: 0 20px;
  }
  .socail_slider li {
    padding: 0 0px 0 0;
  }
  .socail_slider .social_prev {
    left: 24%;
  }
  .socail_slider .social_next {
    right: 24%;
  }
  .socail_slider .thumb_block {
    height: 263px;
  }

  /*footer start*/
  .footer_wrapper .link {
    float: left;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 0px;
  }
  .footer_wrapper .link span {
    font-size: 14px;
    text-align: center;
  }
  .footer_wrapper .link span:first-child {
    width: 100%;
  }
  .footer_wrapper .social_ft {
    width: 100%;
    text-align: center;
  }
  .footer_wrapper .social_ft span {
    float: none;
  }

  /*---Our Campus Philosophy---*/
  .philosophy_bg {
    float: left;
    width: 100%;
    background: url(../images/our_programmes_bg.jpg) no-repeat;
    min-height: 1350px;
    background-size: cover;
    text-align: center;
    padding: 50px 0;
    position: relative;
  }
  .philosophy_block {
    float: left;
    width: 100%;
    background: #fff url(../images/philosophy_bg.jpg) no-repeat center bottom;
    margin: 0px 0 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    min-height: 662px;
    padding: 50px 15px 350px;
  }

  /*.accordion{height:auto;}
.accordion ul{width:100%;display:block;}
.accordion ul li{display:block;width:100%;height:180px;border-bottom:1px solid #FFF;}
.accordion ul li div{display:block;overflow:hidden;width:100%;position:absolute;left:0;bottom:0px;}
.accordion ul:hover li{width:100%}
.accordion ul:hover li:hover{width:100%}
.accordion ul:hover li:hover a *{opacity:1;}
.accordion ul:hover li:hover h2{line-height:16px;}
.accordion ul:hover li:hover aside{visibility:hidden;}
.accordion ul li.haActive{height:400px;}
.accordion ul li.haActive a *{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}
.accordion ul li.haActive aside,.accordion ul li.haActive:hover aside{top:0;opacity:1;visibility:visible;}*/

  /*Opprtunities page start*/
  .opprtunities_bg {
    background: none;
    padding: 0px 0;
  }
  .student_opprtunity {
    float: left;
    width: 100%;
    margin: 0 0 40px;
    background: url(../images/oportunity_bg.jpg) no-repeat;
    background-size: 100%;
    padding: 20px 3%;
  }
  .student_opprtunity .left_sec {
    float: left;
    width: 100%;
  }
  .student_opprtunity .right_sec {
    float: left;
    width: 100%;
    text-align: left;
    padding: 20px 5%;
  }
  .student_opprtunity .right_sec h3 {
    font-size: 30px;
    color: #1451b5;
    font-weight: 400;
	padding-top: 25px;
  }
  .student_opprtunity .right_sec p {
    color: #1451b5;
    font-size: 22px;
    line-height: 36px;
    padding: 40px 0;
  }
  .student_opprtunity .right_sec a {
    background-color: #626fc6;
    border-radius: 30px;
    padding: 15px 25px;
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
  }

  .expressed_opprtunity {
    float: left;
    width: 100%;
    margin: 0 0 80px;
    background: url(../images/oportunity_bg.jpg) no-repeat;
    background-size: 100%;
    padding: 20px 3%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .expressed_opprtunity .left_sec {
    float: right;
    width: 100%;
  }
  .expressed_opprtunity .right_sec {
    float: left;
    width: 100%;
    text-align: left;
    padding: 20px 0 20px 0;
  }
  .expressed_opprtunity .right_sec h3 {
    font-size: 30px;
    color: #1451b5;
    font-weight: 400;
    padding: 0px 0 40px;
  }
  .expressed_opprtunity .right_sec p {
    color: #494949;
    font-size: 18px;
    padding: 0px 0 10px;
  }
  .expressed_opprtunity .right_sec h4 {
    color: #1451b5;
    font-size: 22px;
    line-height: 36px;
    padding: 40px 0;
  }
  .expressed_opprtunity .right_sec a {
    background-color: #626fc6;
    border-radius: 30px;
    padding: 15px 25px;
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
  }

  /*Life @ TATA Motors*/

  .life_bg {
    background-image: none;
    background-color: #5a48ff;
    min-height: auto;
  }

  .life_bg .life_sec {
    loat: right;
    width: 100%;
    margin-right: 0%;
    text-align: left;
    color: #fff;
    padding: 80px 30px;
  }

  .mob_showbanner {
    display: block;
  }
  .mob_showbanner img {
    display: block;
    width: 100%;
  }
  .life_bg {
    padding: 0px 0;
  }
  .scenes_sec {
    padding: 25px 25px;
  }
  .scenes_wrap .left_sec {
    text-align: center;
  }
  .scenes_wrap .left_sec ul li {
    float: none;
    display: inline-block;
  }
  .scenes_wrap .right_sec {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 52px 52px 0;
  }
  .working_tmlbg {
    min-height: auto;
    background: #fff url(../images/mob_workingbg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  .working_tmlbg .info_con {
    max-width: 100%;
    margin: 0;
    color: #fff;
    padding: 25px;
  }

  /*---Employee Development---*/
  .employee_development_bg {
    background-image: none;
  }

  .employee_sec {
    max-width: 100%;
    margin: 5% 0%;
  }
  .learning_sec {
    background-color: #7a62ef;
    background-size: cover;
    padding: 0px 25px;
    text-align: center;
  }
  .learning_sec .left_sec {
    width: 100%;
    padding: 20px 0;
  }
  .learning_sec .right_sec {
    width: 100%;
    padding: 20px 0 40px;
  }
  .learning_sec .right_sec img {
    max-width: none;
  }
  .academia_bg .left_sec {
    width: 100%;
  }
  .academia_bg .right_sec {
    width: 100%;
  }

  .testimonials_wrapper h3 {
    padding-bottom: 30px;
  }
  .slider-nav .slick-list {
    text-align: center;
  }
  .slider-nav .slick-track {
    display: inline-block !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 980px) {
  /*	.accordion ul li div a h2 {width: 100%; height:auto;}
.accordion ul li div a aside{width:100%;}
.accordion ul:hover li:hover:after{display:none;}*/
  /*---Di vision---*/
  .division_bg {
    background-image: none;
    background-color: #fff;
    padding: 0;
  }
  .di_vision_thumb {
    display: block;
  }
  .division_bg .video_sec {
    width: 100%;
    margin: 40px 0;
  }
  .division_sec {
    max-width: none;
    margin: 0px 0 0 0;
    float: left;
    width: 100%;
    padding: 0px;
  }
  .md_bg {
    background-position: center;
  }
  .md_bg .md_wrap .md_msg {
    height: auto;
    padding: 50px 0;
    margin: 50px 0;
  }
  .md_bg .md_wrap .md_msg .md_thumb {
    right: auto;
    top: 0;
    width: 100%;
    position: relative;
    text-align: center;
  }
  .md_bg .md_wrap .md_msg .md_thumb img {
    width: 50%;
  }
  .md_bg .md_wrap .md_msg .md_con {
    max-width: 100%;
  }
  .banner_slider .banner_info {
    color: #02226b;
    max-width: none !important;
    bottom: auto !important;
    position: relative;
    background-color: #030352;
    float: left;
    width: 100% !important;
    padding: 20px;
  }
  .banner_slider h3 {
    color: #fff;
  }
  .banner_slider .banner_info .bredcrumb {
    color: #fff !important;
  }
  .banner_slider .banner_info.diversity .bredcrumb {
    max-width: 100%;
  }
  .testimonials_wrapper .story_thumb {
    height: auto;
    display: block;
  }
  .testimonials_wrapper .story_thumb .circle_thumb {
    width: 461px;
    height: 461px;
  }
}

@media screen and (max-width: 680px) {
  .campus_wrap ul li {
    width: 100%;
    border-bottom: 1px solid #c9c7e1;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  .campus_wrap ul li:after {
    display: none;
  }
  .campus_wrap ul li:last-child {
    border-bottom: 0px solid #c9c7e1;
  }
  .banner_slider .banner_info h3 {
    font-size: 20px;
  }
  .banner_slider .banner_info {
    line-height: normal;
  }

  /*---Di vision---*/
  .testimoniImgSlider li {
    height: auto;
  }
  .testimoniImgSlider li.slick-current figure {
    width: 230px;
    height: 230px;
    position: relative;
    z-index: 9;
    margin-top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .empowerment .work_block ul li {
    width: 100%;
    border-right: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  .testimonials_wrapper .story_thumb .circle_thumb {
    width: auto;
    height: auto;
  }
  .ts_prev {
    margin-left: 0px;
  }
  .ts_next {
    margin-right: 0px;
  }
  .socail_slider .thumb_con .icon {
    padding: 10px 0px 10px 0;
  }
  .slider-nav {
    text-align: center;
  }
  .slider-nav .slick-track {
    display: inline-block;
  }
  .testimonials_bg {
    min-height: inherit;
  }
  .slider-single .slick-list {
    height: auto !important;
  }
  .development_slider .left_sec {
    width: 100%;
    text-align: center;
  }
  .development_slider .left_sec img {
    display: inline-block;
  }
  .development_slider .right_sec {
    float: left;
    width: 100%;
    border-left: 0px solid #fefefe;
    padding: 20px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 20px 0;
  }

  /*---Employee Development---*/
  .learning_sec .right_sec img {
    max-width: 100%;
  }
  .professional_sec ul li {
    width: 100%;
    border-right: 0px solid #c4c4c4;
    margin: 0 0 25px;
  }
  .academia_bg .right_sec {
    padding: 0 0 0 0px;
  }
  .testimonials_wrapper .story_thumb .circle_thumb {
    text-align: center;
  }
  .testimonials_wrapper .story_thumb .circle_thumb img {
    display: inline-block !important;
  }

  .open_pop {
    background-color: #5a48ff;
    border-radius: 30px;
    padding: 30px 50px;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 9;
    top: 77%;
    display: none;
  }
  .list .pop_con {
    float: left;
    width: 100%;
    border-left: 0px solid #b09ae9;
    border-top: 0px solid #b09ae9;
    padding: 0 15px;
    color: #fff;
    margin: 25px 0 0;
  }
  .list .icon {
    float: left;
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .slider-nav .social_prev {
    left: 40%;
    top: 87px;
  }
  .slider-nav .social_next {
    right: 44%;
    top: 87px;
  }
  .footer_wrapper .link span:first-child {
    width: 100%;
    float: left;
  }
  .footer_wrapper .link span {
    width: 100%;
    float: left;
  }
  .footer_wrapper .link span {
    padding: 0 0px;
    color: #fff;
  }
  .scenes_wrap .left_sec ul li.bg1,
  .scenes_wrap .left_sec ul li.bg2,
  .scenes_wrap .left_sec ul li.bg3,
  .scenes_wrap .left_sec ul li.bg4,
  .scenes_wrap .left_sec ul li.bg5,
  .scenes_wrap .left_sec ul li.bg6,
  .scenes_wrap .left_sec ul li.bg7,
  .scenes_wrap .left_sec ul li.bg8 {
    background: #6539d4 none;
  }
  .scenes_wrap .left_sec ul li {
    background-color: #6d4bff !important;
    border-radius: 25px;
  }
  .scenes_wrap .left_sec ul li:nth-child(even) {
    background-color: #7146db !important;
    border-radius: 25px;
  }
  .scenes_wrap .left_sec ul li {
    width: 48%;
    height: 160px;
  }
  .scenes_wrap .left_sec ul li p {
    padding: 5px 4px;
    font-size: 11px;
  }
  .scenes_wrap .left_sec ul li img {
    width: 50px;
  }
  .scenes_wrap .left_sec ul li span img {
    width: auto;
  }
  .list.bg1,
  .list.bg2,
  .list.bg4,
  .list.bg6,
  .list.bg7 {
    background: #6d4bff none no-repeat bottom;
    border-radius: 20px;
  }
  .list.bg4 {
    background: #6d4bff none no-repeat bottom;
    border-radius: 20px;
  }
  .list.bg7 {
    background: #6d4bff none no-repeat bottom;
    border-radius: 20px;
  }
  .list.bg3,
  .list.bg5,
  .list.bg8 {
    background: #7146db none no-repeat bottom;
    border-radius: 20px;
  }
  .list.bg8 {
    background: #7146db none no-repeat bottom;
    border-radius: 20px;
  }
  .list .pop_con h3 {
    font-size: 17px;
    padding: 0 0 10px;
  }
  .list .pop_con p {
    font-size: 13px;
    padding: 0 0 5px;
  }
  .list {
    padding: 5%;
  }
  .empower_womenbg .wrap span {
    font-size: 16px;
  }
  .development_slider .right_sec p {
    font-size: 16px;
  }
  .empowerment .work_block ul li .right_sec p {
    font-size: 16px;
  }
  .academia_bg .right_sec .prev,
  .academia_bg .right_sec .next {
    bottom: -10px;
  }
  .life_bg .life_sec h3::after {
    left: 0px;
    margin: 0 auto;
  }

  .working_tmlbg .info_con p {
    font-size: 16px;
  }
  .scenes_wrap .right_sec p {
    font-size: 16px;
  }
}
