@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

section {
  overflow-x: hidden;
  overflow-y: hidden;
}

body {
  padding-top: 0;
}

.btn-primary {
  display: inline-block;
  padding: 10px 15px;
  color: #000;
  border-radius: 30px;
  background: #c7c7c7;
}

img {
  max-width: 100%;
}


/*header{position: fixed; left: 0; width: 100%; top: 0; background:#fff;z-index:99;padding:25px 0px 20px; }*/

a:hover {
  text-decoration: none;
}


/*.insideheader{background: #ebebeb;position: relative;}
header ul{display:flex;justify-content:flex-end;padding:0px;align-items:center;}
header ul li{display:inline-block;}
header ul li a{display:block;padding:5px 15px;color:#000;font-size:13px;position: relative;}
header .top_menu ul li a:after{content:'';position: absolute;height:15px;width:1px;background:#000;left:0px;top:8px;}
header .top_menu ul li:first-child a::after,header .top_menu ul li:last-child a::after{content:none;}
header  .navbar-collapse{justify-content:flex-end}
header  .navbar-collapse li a{color:#000;font-size:13px;}
header .navbar-nav .nav-link {padding:10px 14px !important;font-size:16px;}
.navbar-expand-lg .navbar-nav .dropdown-menu {position: absolute;border: none;padding: 0px;    box-shadow: 0px 0px 9px 1px #dedede;}
header .dropdown-item{    padding: 7px 15px;transition:.5s all;}
header .dropdown-item:hover {background: #f00;color: #fff;}
header .navbar{padding-right:0px}
header .row{align-items:center}
header  .navbar-collapse li.st{margin:0px 5px;}
header  .navbar-collapse li.student_login a{background:#ff0000}
header  .navbar-collapse li.apply_now a{background:#ff0000;color:#fff;padding:10px 15px;}
header  .navbar-collapse li.student_login a{background:#ff0000;color:#fff;padding:10px 15px;}
header button.navbar-toggler{padding:0px}
header span.navbar-toggler-icon {display: flex;align-items: center;justify-content: center;color: #fff;}*/

.banner_bg {
  background: url(../images/banner.jpg) no-repeat top center;
  min-height: 500px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
  position: relative;
  padding-top: 50px;
}

.banner_bgtxt {
  position: relative;
}

.banner_bg h2 {
  border-bottom: 1px solid #b02401;
  display: inline-block;
  padding-bottom: 10px;
  color: #000;
}

.banner_bg h1 {
  color: #b02401;
  font-size: 45px;
  font-weight: 700;
}

.banner_bg h1 small {
  display: block;
  font-size: 75%;
  margin-top: 7px;
}

.banner_bg h4 {
  /*color: #b22830;*/
  color: #000000;
  font-size: 28px;
  margin-top: 60px;
  display: inline-block;
  padding: 12px;
  background-color: rgba(255,255,255,.5);
}

.banner_bgtxt p {
  background-color: rgba(7, 47, 79, 0.9);
  display: table;
  color: #fff;
  padding: 8px 10px;
  font-size: 22px;
  line-height: 1.5;
  margin: 10px 0;
  font-weight: 400;
}

.banner_bgtxt p > strong {
  font-weight: 500;
}

.banner_bg img {
  max-width: 100px;
  margin-left: 8%;
}

.banner_bg .social_icon {
  max-width: 100px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 0px;
}

.banner_bg .social_icon a {
  display: block
}

.banner_bg .social_icon img {
  margin: 0px;
  max-width: 50px;
}

.eligibilityBanner {
  position: relative;
  padding: 25px 0px;
  width: 100%;
  text-align: center;
  background-color: rgba(7, 47, 79, 0.9);
  /*background-color: #9a2827;*/
}


.eligibilityBanner label {
  position: relative;
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 8px;
  width: 100%;
}

.eligibilityBanner label span {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding-left: 14px;
}

.eligibilityBanner label span:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #ffffff;
}

.eligibilityBanner label:last-child {
  margin: 0px;
}


.eligibilityBanner p {
  margin: 0;
  font-size: 22px;
  color: #ffffff;
  font-weight: 300;
}

.eligibilityBanner p small {
  font-size: 77%;
  font-style: italic;
  display: block;
  margin-top: 7px;
}

.Announcement {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.eligibilityBanner .Announcement p b {
  font-size: 22px;
  font-weight: 500;
}

.overview {
  padding: 30px 0px;
}

.overview h1 span {
  font-weight: 700;
}

.overview p {
  color: #666;
}

.headeing {
  font-size: 30px;
}

.dpu_advtange {
  background: #b02401;
  text-align: center;
  position: relative;
  /*height:420px;*/
  padding: 50px 0px;
  color: #fff;
}
.dpu_advtange .row .col-sm-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.dpu_advtange .row {
  padding: 50px 0px 0px;
  position: relative;
  z-index: 2;
}

.dpu_advtange:after {
  content: '';
  position: absolute;
  left: 0px;
  background: url(../images/texture.png) no-repeat;
  width: 311px;
  height: 500px;
  top: 0px
}

.dpu_advtange .headeing {
  color: #fff;
  font-weight: 400;
}

.dpu_advtange img {
  border-radius: 50%;
  max-width: 100px;
  margin-bottom: 10px
}

.key_program {
  padding: 70px 0px;
  color: #333;
  position: relative;
}

.key_program:after {
  content: '';
  position: absolute;
  right: 0px;
  background: url(../images/bg2.jpg) no-repeat;
  width: 230px;
  height: 453px;
  top: 0px
}

.key_program .row>div {
  position: relative;
  z-index: 99;
}

.key_program h2 {
  margin-bottom: 20px;
  color: #333333;
  font-weight: 400;
  position: relative;
}

.key_program h4:before {
  content: '';
  background: url(../images/listimg.png) no-repeat;
  display: inline-block;
  margin-right: 10px;
  height: 15px;
  width: 15px;
}

.key_program h4 {
  color: #b02401;
  font-weight: 400;
  position: relative;
}

.key_program ul {
  padding: 0px;
  margin: 0px;
}

.key_program ul li {
  list-style: none;
  margin-bottom: 20px;
  font-size: 18px;
}

.spec_offered {
  text-align: center;
  background: #f1f1f1;
  padding: 30px 0px
}

.spec_offered .spec_offered {
  padding: 30px 0px
}

.spec_offered ul {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  padding: 0px; flex-wrap: wrap;
}

.spec_offered li { display: inline-block; text-align: center; width: 14%; margin: 15px 0;}

.spec_offered li .icon div {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #d1d1d1;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
  margin: 0 auto 10px;
}

.spec_offered li .icon img {
  margin: 0px auto;
}

.spec_offered li a {
  color: #333;
  text-align: center
}

.think_crtical {
  padding: 50px 0px;
  text-align: center
}

.think_crtical p {
  max-width: 80%;
  margin: 25px auto 30px;
  font-size: 20px;
}

.think_crtical ul {
  display: flex;
  padding: 0px 15px;
}

.think_crtical ul li {
  flex: 0 0 20%;
  max-width: 20%;
  list-style: none;
  padding: 0px 5px;
  position: relative;
}

.think_crtical ul li .cont {
  position: relative;
  overflow: hidden;
}

.think_crtical ul li .continner {
  position: relative;
  width: 100%;
}

.think_crtical ul li .cont h4 {
  background: #ff0000;
  padding: 10px 15px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  top: 0;
  left: 5px;
  right: 5px;
  z-index: 99;
  color: #fff;
}


/*.think_crtical.mbacrt ul  li p{position:absolute;top:30px;z-index:99;height:150px;font-size:12px;line-height:16px;left:15px;right:15px;color:#fff;display:none;}*/

.think_crtical.mbacrt ul li p {
  position: absolute;
  left: 0;
  width: 100%;
  top: 35px;
  text-align: center;
  z-index: 3;
  max-width: 100%;
  padding: 0px 15px;
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.think_crtical.mbacrt ul li:hover p,
.think_crtical.mbacrt ul li:focus p,
.think_crtical.mbacrt ul li:active p {
  opacity: 1;
  visibility: visible;
}

.think_crtical ul li:hover .cont h4 {
  background: transparent;
  color: #fff;
}

.think_crtical.mbacrt ul li:hover p {
  display: block;
}

.think_crtical.mbacrt ul li:hover .cont:before,
.think_crtical.mbacrt ul li:focus .cont:before,
.think_crtical.mbacrt ul li:active .cont:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 2;
}

.think_crtical.hmpg h4 {
  background: #c7c7c7 !important;
  color: #000 !important;
}

.think_crtical.hmpg li:hover:after {
  content: none !important;
}

.think_crtical ul li .cont img {
  transform: scale(1);
  transition: .5s all;
  height: 200px;
  object-fit: cover;
}

.think_crtical ul li:hover:after {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}

.think_crtical ul li .cont:hover img {
  transform: scale(1.1);
  transition: .5s all;
}

.think_crtical .allppy_nw {
  padding: 10px 15px;
  background: #ff0000;
  color: #fff;
  text-align: center;
  width: 100%;
  flex: 0 0 100%;
  max-width: 150px;
  margin: 20px auto;
  color: #fff
}

.think_crtical .allppy_nw a {
  color: #fff;
  font-weight: 700;
}

.wait_no_more {
  background: #b02401;
  color: #fff;
  padding: 70px 0px;
}

.wait_no_more a.sbmt {
  padding: 10px 30px;
  background: #fff;
  color: #ff0000;
}

.wait_no_more h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}

.wait_no_more p {
  color: #fff;
  font-size: 16px;
}

footer {
  background: #333333;
  color: #fff;
  padding: 50px 0px;
}

footer ul {
  padding: 0px;
  margin: 0px;
}

footer ul li a {
  color: #fff;
  font-size: 14px;
}

.copy_right {
  background: #191919;
  padding: 20px 0px;
}

.copy_right .row {
  justify-content: flex-end;
}

.copy_right p {
  color: #fff;
}

.campus_exp {
  position: relative;
  height: 500px;
  background: #edecec;
  position: relative;
}

.campus_exp:after {
  content: '';
  position: absolute;
  left: 0px;
  background: url(../images/texture1.png) no-repeat;
  width: 311px;
  height: 500px;
  top: 0px;
}

.campus_exp .bg {
  width: 50%;
  background: url(../images/ftrimg.jpg) no-repeat;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0px;
  background-size: cover;
}

.campus_exp h3 {
  margin-bottom: 30px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  padding-top: 50px;
}

.campus_exp p {
  font-size: 16px;
}

.campus_exp ul {
  padding: 0px;
  margin: 0px;
  padding-top: 15px;
}

.campus_exp ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}

.campus_exp ul li:before {
  content: '';
  background: url(../images/listimg.png) no-repeat;
  display: inline-block;
  margin-right: 10px;
  height: 15px;
  width: 15px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  display: block;
  padding: 5px 15px;
}

footer .info ul li a {
  display: block;
  padding: 5px 15px;
}

footer .info ul li a img,
footer .info ul li a i {
  margin: 0px 10px;
  filter: brightness(5);
  font-size: 20px
}

.copy_right p {
  text-align: right;
  margin-bottom: 0px;
}

footer .social_icon {
  display: flex;
  align-items: center;
}

footer .social_icon p {
  margin-bottom: 0px;
}

footer .social_icon ul {
  display: flex;
}

footer .social_icon ul li i {
  font-size: 20px;
}

footer .row {
  align-items: center;
}


/* mba */

.form_banner {
  background: url(../images/mbabanner.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0px;
  position: relative;
}

.form_banner:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .44);
}

.form_banner .container {
  position: relative;
  z-index: 9;
}

.form_banner input {
  font-size: 14px;
  height: 40px;
  border: none;
  border-radius: 20px;
  background: #fff;
}

.form_banner ::-webkit-input-placeholder {
  color: #000;
}

.form_banner ::-moz-placeholder {
  color: #000;
}

.form_banner :-ms-input-placeholder {
  color: #000;
}

.form_banner :-moz-placeholder {
  color: #000;
}

.form_banner button {
  background: #ff0000;
  color: #fff;
  border: none;
  min-width: 100px;
  text-align: center;
}

.form_banner h1 {
  color: #fff;
}

.form_banner form h2 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px
}

.form_banner ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  margin-top: 100px;
}

.form_banner ul li {
  flex: 0 0 25%;
  max-width: 25%;
  border-right: 1px solid #8a7c7c;
  list-style: none;
  font-size: 18px;
  padding: 20px;
}

.form_banner ul li h3 {
  font-size: 16px;
  color: #fff;
}

.form_banner ul li h4 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
  font-size: 18px;
}

.form_banner ul li:last-child {
  border-right: none;
}

.form_banner .form-group {
  margin-bottom: 10px
}

.mbacont .bg {
  background: url(../images/mbaimg.jpg) no-repeat;
  background-size: cover;
  right: inherit;
  left: 0;
}

.mbacont .col-12 {
  margin-left: auto;
  padding-left: 40px;
}

.mbacont.campus_exp {
  background: #fff;
}

.mbacont.campus_exp:after {
  content: none;
}

.specialization_main {
  background: #e5e5e5;
  padding: 60px 0px;
}

.specialization_main h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}

.specialization_main .specialization {
  padding: 20px;
  text-align: center;
  background: #fff;
  margin-bottom: 30px;
  min-height: 180px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.specialization_main .specialization img {
  margin: 0 auto 15px;
}

.specialization_main .specialization h4 {
  font-size: 18px;
  color: #000;
}

.specialization_main a.apply {
  display: inline-block;
  padding: 15px 40px;
  background: #ff0000;
  color: #fff;
  margin: 20px 0px 0px;
  font-weight: 700;
}

section.campus_exp.mbacont li {
  text-indent: -26px
}

section.campus_exp.mbacont ul {
  padding-left: 30px
}

.program_structure {
  background: url(../images/mbabg.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.program_structure h3 {
  margin-bottom: 30px
}

.program_structure ul.tabmain {
  display: flex;
  padding: 0px;
  margin: 0px 0px 0px;
  justify-content: space-between;
}

.program_structure ul.tabmain li:last-child {
  margin-right: 0px;
}

.program_structure ul.tabmain li:before {
  content: none;
}

.program_structure ul.tabmain li a.active {
  background: #c3c1c1;
}

.program_structure ul.tabmain li {
  padding: 0px 4px;
  flex: 0 0 25%;
}

.program_structure ul {
  padding: 0px;
  margin: 0px;
}

.program_structure h4 {
  font-size: 20px;
  margin: 15px 0;
}

.program_structure ul li {
  list-style: none;
}

.program_structure ul li {
  margin-bottom: 10px;
  position: relative;
}

.program_structure ul li:before {
  content: '';
  background: url(../images/listimg.png) no-repeat;
  display: inline-block;
  margin-right: 10px;
  height: 15px;
  width: 15px;
}

.program_structure ul li a {
  display: block;
  padding: 10px 50px;
  background: #d4d4d4;
  color: #000;
  font-size: 18px
}

.program_structure .prst {
  max-width: 80%;
}

.program_structure .content {
  display: none
}

.program_structure .content.active {
  display: block;
}

.program_structure .content_inner {
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}

.program_structure p:last-child {
  margin-bottom: 0px;
}

.program_structure hr {
  background: #b02401;
}

.wait_no_more .row {
  align-items: center;
}

.about-section {
  background: #F7F8FA;
  width: 100%;
  display: table;
  position: relative;
  padding: 50px 0px;
}

.about-section p {
  font-size: 14px;
  margin-top: 14px;
  line-height: 25px;
  color: #4f4f4f;
  font-weight: 400;
  text-align: justify;
  padding-left: 15px;
}

.dpu-img {
  width: 60%;
  float: right;
  margin-left: 40px;
  margin-bottom: 27px;
}

.sec-blue-color {
  background: #c7c7c7;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row column;
  align-content: center;
  justify-content: left;
  padding: 10px 80px !important;
}

.sec-red-color {
  background: #c7c7c7;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row column;
  align-content: center;
  justify-content: left;
  padding: 10px 80px !important;
}

.full-width {
  width: 100%;
}

.flex-sec h3 {
  color: #000!important;
}

.flex-sec p {
  color: #000!important;
}

.flex-sec hr {
  border-color: #000;
}

.bg-white {
  background: #ffffff !important;
}

.widget-title h3 {
  font-size: 26px;
  font-weight: 600;
  color: #B12A30;
  margin-bottom: 10px;
}

.img-border {
  border: 4px solid #fff;
  width: 100%;
}

.nopad_mrgn {
  padding: 15px 0px 0px;
}

.staticbanner {
  padding: 100px 0px;
  position: relative;
}

.staticbanner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(68, 5, 5, .8);
}

.staticbanner .row {
  position: relative;
  z-index: 99
}

.accrdiation {
  padding: 50px 0px;
}

.accrdiation img {
  border: 1px solid #d1d1d1;
  padding: 15px;
  margin-bottom: 30px;
}

.stude_matrial {
  padding: 50px 0px 50px 0px;
  background: #f0f2f4;
}

.stude_matrial h2 {
  text-align: center;
  margin-bottom: 30px;
}

.stude_matrial .stude_matrial_inner {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background: #f1f1f1;
}

.stude_matrial .stude_matrial_inner img {
  max-width: 50px;
}

.stude_matrial .row {
  background: #fff;
  margin-bottom: 50px;
  padding: 50px 20px;
}

.stude_matrial .stude_matrial_inner figure {
  max-width: 100px;
  padding: 20px;
}

.stude_matrial .stude_matrial_inner .cont {
  padding: 10px;
  background: #c7c7c7;
  min-height: 125px
}

.clrred {
  background: #ff0000;
  color: #fff;
}

.blckclr {
  background: #303031;
  color: #fff;
}

.cmn {
  padding: 30px;
  min-height: 450px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.cmn p {
  font-size: 16px;
}

.learning_support ul {
  padding: 0px;
  padding-left: 20px
}

.learning_support li {
  font-size: 16px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  line-height: 30px;
  text-indent: -30px
}

.learning_support li:before {
  content: '';
  background: url(../images/ictick.png) no-repeat;
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  width: 21px;
  position: relative;
  top: 6px;
}

.stude_matrial_inner1 {
  max-width: 80%;
  margin: 0 auto;
}

.faq h3 {
  padding-left: 40px;
  font-size: 25px;
  padding-bottom: 20px
}

.faq_tab_cont_inner {
  display: none;
}

.faq_tab_cont_inner.active {
  display: block;
}

.faq .tabinner {
  background: #fff;
}

.faq .tabinner li {
  list-style: none;
}

.faq .tabinner ul {
  padding: 0px
}

.faq .tabinner li a {
  padding: 15px 25px;
  color: #000;
  display: block;
}

.faq .tabinner li a.active {
  background: #9d0b0e;
  color: #fff;
}

.faq .faq_tab_cont_inner {
  background: #fff;
  padding: 20px 0px;
}

.faq .main_faqsec_inner:last-child h4 {
  border-bottom: none
}

.faq .faq_tab_cont_inner h4 {
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 15px;
}

.stude_matrial .stude_matrial_inner .cont p {
  margin-bottom: 0px;
  padding: 10px 0px;
  font-size: 18px
}

.faq .faq_tab_cont_inner h4.active:before {
  content: '-';
}

.faq .faq_tab_cont_inner h4:before {
  content: '+';
  display: inline-block;
  color: #ff0000;
  font-size: 16px;
  margin-right: 10px;
}

.faq .cont_accr {
  display: none;
}

.accri h2 {
  color: #f00;
}

.faculty_inner {
  margin-bottom: 30px;
  background: #e6e8ea;
  color: #000;
  display: flex;
  padding: 15px;
  min-height: 200px;
}

.faculty_inner .img {
  flex: 0 0 30%;
  max-width: 30%;
  padding-right: 10px;
  text-align: center;
}

.faculty_inner .img img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 0px;
}

.faculty_inner .content {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 10px;
}

.faculty_inner .content p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

.faculty_inner h4 {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  margin-top: 10px;
  font-weight: 400;
  padding: 0px;
}

.faculty_inner h5 {
  color: #ff0000;
  font-size: 14px;
  margin: 0px;
  margin-top: 10px;
  font-weight: 400;
  padding: 0px;
}

.fclty {
  margin-bottom: 30px;
}

.formbox {
  float: right;
  width: 66%;
  padding: 20px 40px;
  box-sizing: border-box;
  background: #B12A30;
  position: relative;
  margin-top: 0px;
}

.formbox h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #FFF;
  padding-bottom: 15px;
  font-weight: 300;
}

.formbox h3 {
  color: #fff;
}

.formbox hr {
  border-color: #fff;
}

.formbox .field_inp.otp {
  width: 100%;
}

.formbox .field_inp {
  width: 50%;
  float: left;
  padding: 0px 6px;
  box-sizing: border-box;
}

.formbox .field_inp select.form-control {
  color: #333333;
}

.formbox .field_inp .form-control-fied {
  width: 100%;
  margin: 0 0 18px;
  font-weight: 600;
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  font-style: normal;
  box-shadow: none;
  transition: border-color 0.3s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out;
  border: 1px solid #767676;
  border-radius: 5px;
  padding: 13px 25px;
  box-sizing: border-box;
  background: #ffffff;
}

.formbox .field_inp textarea {
  overflow: hidden;
  height: 80px;
  resize: none;
}

.formbox .field_inp select {
  width: 100%;
  height: 52px;
  border: 1px solid #767676;
  border-radius: 5px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-weight: 600;
  line-height: 24px;
  font-size: 14px;
  color: #919191;
  background: #ffffff;
  margin-bottom: 18px;
}

.admision_banner:after {
  content: none;
}

.formbox .field_inp textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}

.formbox .field_inp input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}

.formbox .field_inp select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}

.formbox .field_but {
  margin: 0 auto;
  width: 100%;
  text-align: right;
}

.formbox .field_but .contact_btn {
  display: inline-block;
  cursor: pointer;
  padding: 9px 0px;
  border: 1px solid #f5ba1c;
  border-radius: 0;
  background: #f5ba1c;
  color: #333;
  text-shadow: none;
  position: relative;
  text-decoration: none;
  line-height: 20px;
  font-size: 18px;
  width: 184px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  padding-right: 100px;
  padding-left: 25px;
}

.formbox .field_but .contact_btn:hover {
  padding-left: 100px;
  padding-right: 25px;
}

.video h5 {
  font: 20px;
  font-weight: 400;
  color: #ff0000;
  margin-top: 20px;
}

.video img {
  width: 100%;
}

.overview p {
  font-size: 18px
}

.hidendes {
  display: none
}

.admission {
  text-align: center;
  background: #f0f2f4;
  padding: 50px 0px
}

.admission h2 {
  margin-bottom: 20px
}

.admission h5 {
  text-align: left;
}

.admission ul {
  padding: 0px;
}

.admission ul li {
  text-align: left;
  list-style: none;
  margin-bottom: 10px;
}

.admission ul li:before {
  content: '';
  background: url(../images/ictick.png) no-repeat;
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  width: 21px;
  position: relative;
  top: 6px;
}

.admission .cont {
  background: #dcdee0;
  padding: 20px;
  min-height: 250px;
  text-align: left
}

.admission {
  word-break: keep-all;
}

.admission h4 {
  min-height: 70px
}

.eligh p h3 {
  background: none;
  font-weight: 700;
}

.elighinner {
  background: #b02401;
  padding: 20px;
  margin-top: 20px
}

.elighinner * {
  color: #fff
}

.elighinner p {
  font-size: 20px
}

.asdsa h3 {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: left
}

.doc_inner {
  background: #e9dddb;
  padding: 20px;
}

.doc_inner ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
  align-items: center;
}

.doc_inner li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 15px !important;
  text-indent: -30px;
  padding: 0px 22px;
}

.pymt_mode {
  text-align: left;
  padding: 50px 15px
}

.pymt_mode {
  font-size: 16px;
}

.pymt_mode ol {
  padding: 0px;
  padding-left: 20px;
}

.pymt_mode ol li {
  font-weight: 700;
  font-size: 14px;
}

.pymt_mode ol li {
  margin-bottom: 15px;
}

.pymt_mode ol ul li {
  font-weight: 400;
}

.pymt_mode p {
  margin-top: 20px;
  text-indent: -20px
}

.pymt_mode {
  padding-bottom: 0px;
}

li.hidendes.nav-item.student_login.st {
  display: block;
}


/*nits:*/

.logo a {
  position: relative;
}

.logo a img {
  position: relative;
  width: 325px;
}

h1 {
  font-size: 32px;
}

footer .info ul li a.footerListTitle {
  font-size: 18px;
  font-weight: 700;
}

footer .social_icon ul li i {
  font-size: 30px;
}

footer .social_icon ul li a {
  padding: 5px 10px;
}

.step_inner {
  position: relative;
  width: 100%;
}

.step_inner figure {
  position: relative;
  width: 100%;
  text-align: center;
}

.step_inner figure img {
  position: relative;
  max-width: 185px;
}

.admission p a {
  font-weight: 500;
}

footer .info ul li a.footerListTitle {
  font-size: 18px;
  font-weight: 700;
}

.contactDetail {
  position: relative;
  width: 100%;
}

.contactDetail p a {
  font-size: inherit;
  color: inherit;
}

.contactDetail p a img {
  margin: 0px 10px;
  filter: brightness(5);
  font-size: 20px;
}

.about-section .address p {
  font-size: 16px;
  margin-top: 14px;
  line-height: 1.3;
  color: #4f4f4f;
  font-weight: 400;
  text-align: justify;
  padding-left: 15px;
}

.about-section p {
  font-size: 16px;
}

.wait_no_more a.sbmt {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  background: #b02401;
  color: #fff;
  border: 2px solid #ffffff;
  -ms-transition: .5s all ease;
  -moz-transition: .5s all ease;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  top: 0;
}

.wait_no_more a.sbmt:hover,
.wait_no_more a.sbmt:active,
.wait_no_more a.sbmt:focus {
  padding: 10px 30px;
  background: #b02401;
  color: #fff;
  border: 2px solid #ffffff;
  top: -8px;
}

.ApplyDiv {
  position: relative;
  width: 100%;
  z-index: 6;
}

.ApplyDiv a {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  background: #b02401;
  color: #fff;
  border: 2px solid #ffffff;
  -ms-transition: .5s all ease;
  -moz-transition: .5s all ease;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  top: 0;
  margin-left: 12px;
}

.ApplyDiv a:hover,
.ApplyDiv a:active,
.ApplyDiv a:focus {
  padding: 10px 30px;
  background: #b02401;
  color: #fff;
  border: 2px solid #ffffff;
  top: -8px;
}

.fixed.social_icon {
  display: none !important;
}

section {
  z-index: 1;
}

form#formID input::-webkit-input-placeholder {
  color: #ffffff;
}

form#formID input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

form#formID input:-ms-input-placeholder {
  color: #ffffff;
}

form#formID input:-moz-placeholder {
  color: #ffffff;
}


/*2*/

form#formID select::-webkit-input-placeholder {
  color: #ffffff;
}

form#formID select::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

form#formID select:-ms-input-placeholder {
  color: #ffffff;
}

form#formID select:-moz-placeholder {
  color: #ffffff;
}


/*3*/

form#formID textarea::-webkit-input-placeholder {
  color: #ffffff;
}

form#formID textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

form#formID textarea:-ms-input-placeholder {
  color: #ffffff;
}

form#formID textarea:-moz-placeholder {
  color: #ffffff;
}

.applyBox {
  position: relative;
  width: 65%;
  max-width: 315px;
  margin: 0;
  display: block;
  float: right;
}

.dsu-form {
  position: relative;
  width: 100%;
  max-width: 100%;
  float: left;
  padding: 0px 0;
  background: rgba(7, 47, 79, 0.9);
}

.frmBg {
  text-align: center;
  padding: 10px;
}

.frmBg span {
  font-size: 24px;
  color: #ffffff;
}

.contact_fild {
  padding: 15px;
  padding-top: 0;
}

.formIDfid {
  padding: 0 10px;
  background: rgba(7, 47, 79, 0);
}

.contact-fild-box {
  margin-bottom: 8px;
  position: relative;
}

.formIDfid .contact-fild-box:last-child {
  margin-bottom: 0px;
  position: relative;
}

.btn_submit {
  position: relative;
  background: #9a2827;
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  position: relative;
  border-radius: 4px;
  padding: 8px 15px;
}

.btn_submit:hover {
  background: #d1ca10;
  color: #000;
}

.contact-fild-box .form-control {
  position: relative;
  color: #fff;
  font-size: 13px;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  padding-left: 0px;
}

.form-control:focus,
.form-control:active,
.form-control:active {
  box-shadow: none;
  text-transform: none;
  color: #ffffff;
  background-color: transparent !important;
}

.dsu-addmission h3 b {
  color: #eed17b;
}

.contact-fild-box .form-control option {
  color: #000000;
}


/*.ui-autocomplete {
  position: absolute;
  max-width: 330px;
  top: 0;
  left: unset;
  left: initial;
  right: 0;
  cursor: default;
  overflow-x: hidden;
  overflow-y: auto;
}*/

.banner_bg {
  position: relative;
}

.autocomplete {
  position: relative;
}

.bodyWrapper {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

/*alumni_slider START*/

.grow {
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.grow:hover,
.grow:focus,
.grow:active {
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.grow2 {
  -o-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.grow2:hover,
.grow2:focus,
.grow2:active {
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.alumniSection {
  position: relative;
  width: 100%;
  padding: 30px 0px;
  margin: 0;
  text-align: center;
  background: url(../images/sec6bg.jpg) no-repeat center center;
  background-size: cover;
}

.alumniSection .container {
  position: relative;
  width: 100%;
  padding: 0 7%;
  margin: 0;
  display: inline-block;
}

.alumniTitle {
  text-align: center;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  color: #ffffff;
}

.alumniSliderDiv {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.alumniSliderinner {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.alumniSlider {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.alumniSlider .slick-list {
  position: relative;
  width: 100%;
  display: inline-block;
}

.alumniSlider .slick-slider {
  position: relative;
  width: 100%;
  margin:0 -10px;
}

.alumniSlider .slick-slide {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0 10px;
}

.sliderinner {
  position: relative;
  width: 100%;
  color: #000000;
  text-align: left;
  margin: 0px;
  padding: 15px;
}

.sliderinner figure {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-bottom: 40px;
}

.sliderinner figure img {
  position: absolute;
  width: 80px;
  float: left;
  left: 0px;
}

.sliderinner figcaption {
  position: relative;
  width: 100%;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
  margin: 15px 0px;
  display: inline-block;
  cursor: auto;
}

.sliderinner h2 {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  float: left;
  padding-left: 90px;
  margin-top: 5px;
}

.sliderinner h2 em {
  font-weight: 300;
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

.sliderinner p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  position: relative;
  margin-left: 54px;
  margin-bottom: 30px;
}

.sliderinner p:before {
  background: url(../images/alumni/cort1.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  content: "";
  bottom: -29px;
  right: 0px;
  background-size: contain;
}

.sliderinner p:after {
  background: url(../images/alumni/cort.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  content: "";
  top: -10px;
  left: -48px;
  background-size: contain;
}

.sliderinner figcaption span {
  position: relative;
  width: 100%;
  display: inline-block;
  min-height: 85px;
}

.sliderContent {
  position: relative;
  width: 100%;
  display: inline-block;
}

.sliderContent a, .knowmoreBtn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #000000;
  padding: 9px 18px;
  color: #ffffff;
  border-radius: 0;
  background-color: #b02401;
  border: 2px solid transparent;
  outline: none;
  border-radius: 50px;
}

.sliderContent a:hover, .knowmoreBtn:hover, 
.sliderContent a:active, .knowmoreBtn:active, 
.sliderContent a:focus, .knowmoreBtn:focus {
  background-color: #f2f2f2;
  color: #000000;
  border: 2px solid #b02401;
}

.alumniSlider .slick-prev,
.alumniSlider .slick-next {
  position: absolute;
  top: unset;
  top: initial;
  bottom: -10px;
  width: 25px;
  height: 25px;
  padding: 0px;
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.alumniSlider .slick-prev {
  left: 48%;
  background: url(../images/logos/prev.png) no-repeat center center;
  background-size: 8px;
  margin-left: -10px;
}

.alumniSlider .slick-next {
  right: 48%;
  background: url(../images/logos/next.png) no-repeat center center;
  background-size: 8px;
  margin-right: -10px;
}

.alumniSlider .slick-prev:before, .alumniSlider .slick-next:before {
  font-family: 'slick';
  font-size: 0px;
  opacity: 0;
  color: transparent;
}


/*alumni_slider CLOSE*/




@media (min-width:1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width:1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
    padding: 6px !important;
  }
  /*header ul li a{font-size:12px;}
    header .top_menu ul li a:after{top:5px;}*/
  .navbar-expand-lg .navbar-nav a.nav-link.btn-primary {
    font-size: 11px !important;
    padding: 6px 10px !important;
  }
  .banner_bg {
    min-height: inherit;
  }
  .spec_offered ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .spec_offered ul li {
    min-width: 200px;
    margin: 20px 0px;
  }
  .campus_exp ul li {
    font-size: 15px;
    margin-bottom: 8px;
  }
  /*footer  ul li a,footer .social_icon p{text-indent:-30px;font-size:12px;}*/
  footer ul li a,
  footer .social_icon p {
    font-size: 12px;
  }
  footer .social_icon {
    justify-content: space-between;
    flex-direction: column;
  }
  .form_banner ul {
    flex-wrap: wrap;
    margin-top: 0px
  }
  .form_banner ul li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 15px;
  }
  .form_banner ul li:last-child {
    border-right: 1px solid #8a7c7c
  }
  .program_structure .prst,
  .stude_matrial_inner1 {
    max-width: 100%;
  }
  .banner_bgtxt p {
    font-size: 14px;
    width: 100%;
  }

}

@media screen and (max-width: 1024px) {
  .banner_bg {
    padding: 70px 0;
  }
  .dpu_advtange {
    height: unset;
    height: initial;
  }

  .alumniSection .container {
    padding: 0 10px;
  }

}

@media (max-width:991px) {
  .admission .cont {
    height: auto;
    min-height: initial;
  }
  .hidendes {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  header .navbar-collapse li.st {
    margin: 0px !important;
  }
  .navbar-expand-lg .navbar-nav a.nav-link.btn-primary {
    font-size: 12px !important;
    padding: 10px 15px !important;
  }
  .navbar-expand-lg i.fa.fa-phone {
    margin-right: 10px
  }
  .hidendes a {
    display: block;
    border-radius: 0px
  }
  .top_menu {
    display: none
  }
  .navbar-nav {
    align-items: flex-start;
  }
  /*header ul li a:after{content:none !important;}
    header ul li a{font-size:11px;padding:7px 7px;}*/
  .navbar-toggler {
    background-color: #9c0b0e;
    border: 1px solid #9c0b0e;
  }
  /*header{padding: 10px 0px 10px;}*/
  div#collapsibleNavbar {
    position: absolute;
    width: 100%;
    background: #9c0b0e;
    top: 50px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 15px !important;
  }
  header .navbar-collapse li.st {
    margin: 7px 15px;
  }
  ul.navbar-nav {
    padding-bottom: 0px;
  }
  nav.navbar.navbar-expand-lg {
    justify-content: flex-end;
    padding: 0px;
    position: relative;
    z-index: 99
  }
  .campus_exp {
    height: auto;
  }
  .campus_exp .bg {
    position: relative;
    height: 500px;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
  }
  .campus_exp .row {
    flex-wrap: wrap;
  }
  .think_crtical ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-top: 20px;
  }
  .think_crtical ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer ul li a,
  footer .social_icon p {
    text-indent: 0px
  }
  .dpu_advtange .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px
  }
  .banner_bg .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .program_structure ul li a {
    padding: 20px 20px;
  }
  .specialization_main .row>div {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .specialization_main .row>div.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .specialization_main {
    margin-top: 50px;
  }
  /*.faculty_inner .content{flex:0 0 100%;max-width:100%;padding:0px;margin-top:20px;}*/
  /*.faculty_inner .img{flex:0 0 100%;max-width:100%;padding:0px;}*/
  .formbox {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%
  }
  section.sec-same.about-section.bg-white.flex-sec.nopad_mrgn .row>div {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    padding-top: 20px !important;
  }
  .about-section p {
    padding-left: 0px
  }
  header .col-sm-12.col-md-3 {
    text-align: center;
    max-width: 220px
  }
  button.navbar-toggler {
    position: absolute;
    top: -37px;
  }
  /*header .col-sm-12.col-md-3 img{max-width:200px;margin:0px 0px;}*/
  .logo a img {
    margin: 0px 0px;
    max-width: 210px;
  }
  .faculty_inner .img {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 10px;
    text-align: center;
  }
  .faculty_inner .content {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0px;
    margin-top: 20px;
  }
  div#collapsibleNavbar {
    top: 10px
  }
  .applyBox {
    position: relative;
    width: 75%;
    max-width: 300px;
    margin: 0;
    float: none;
    margin: 30px auto 20px;
    display: inline-block;
  }
  .banner_bg {
    background: url(../images/banner.jpg) no-repeat left center;
    background-size: cover;
  }

  .banner_bg img {
    margin: 0px auto 15px;
  }

}

@media (max-width:767px) {
  .doc_inner li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .stude_matrial .stude_matrial_inner {
    flex-direction: column;
  }
  .stude_matrial .stude_matrial_inner img {
    max-width: 50px;
  }
  .form_banner ul li {
    border: none !important;
  }
  .program_structure ul li a {
    padding: 13px 12px;
    font-size: 12px;
  }
  .wait_no_more .col-12.col-sm-3 {
    float: left;
    text-align: left !important;
  }
  .copy_right p {
    text-align: center
  }
  .specialization_main h2,
  h2,
  .program_structure h3,
  .wait_no_more h3,
  .form_banner h1 {
    font-size: 1.5rem;
  }
  .about-section p {
    padding-left: 0px
  }
  .formbox .field_but .contact_btn,
  .formbox .field_inp {
    width: 100%
  }
  section.sec-same.about-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec-red-color,
  .sec-blue-color {
    padding: 15px !important;
  }
  .mbacont .col-12 {
    padding-left: 0px
  }
  .think_crtical ul {
    flex-wrap: wrap;
  }
  .think_crtical ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .key_program:after {
    content: none;
  }
  .dpu_advtange {
    height: auto;
  }
  .dpu_advtange:after {
    content: none;
  }
  header ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner_bg {
    /*padding-top: 150px*/
  }

  footer {
    padding-left: 15px
  }
  footer .social_icon {
    display: block;
  }
  footer .social_icon p,
  footer .social_icon ul li a {
    text-indent: 0px
  }
  footer .info ul li a img,
  footer .info ul li a i {
    margin-left: 0px
  }
  footer .social_icon {
    margin: 0px 15px
  }
  footer .social_icon ul li:first-child a {
    padding-left: 0px
  }
  .think_crtical ul li .cont img {
    width: 100%
  }
  footer .row>div {
    padding-left: 0px;
  }
  .specialization_main .row>div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top_menu {
    margin-top: 20px
  }
  .banner_bg .social_icon {
    display: none;
    display: flex;
    transform: translateY(0px);
    right: 0;
    margin: auto;
    position: fixed;
    z-index: 5;
    bottom: 0;
    align-items: flex-end;
  }
  .banner_bg .social_icon {
    max-width: 100px;
    position: absolute;
    top: unset;
    top: initial;
    transform: unset;
    transform: initial;
    right: 0px;
    bottom: 0;
  }
  .banner_bg .social_icon img {
    max-width: 45px;
  }
  .fixed.social_icon {
    max-width: 100px;
    position: fixed;
    top: unset;
    top: initial;
    transform: unset;
    transform: initial;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9;
    height: auto;
  }
  .fixed.social_icon a {
    display: inline-block;
    float: left;
  }
  .fixed.social_icon img {
    margin: 0px;
    max-width: 50px;
  }
  .banner_bg .social_icon {
    display: none !important;
  }
  .fixed.social_icon {
    display: block !important;
  }
  .copy_right p {
    font-size: 12px;
  }
  .admission figure img {
    max-width: 100px
  }
  .admission ul li {
    text-indent: -30px;
  }
  .admission .cont {
    padding-left: 40px;
  }
  .doc_inner ul {
    padding-left: 0px;
  }
  .wait_no_more {
    padding: 30px 0px 50px;
  }
  footer {
    padding: 30px 15px
  }
  .campus_exp h3 {
    padding-top: 40px;
  }
  .asdsa h3 {
    font-size: 24px;
  }
  .elighinner h3 {
    font-size: 20px;
  }
  .elighinner p {
    font-size: 16px;
  }
  .dpu_advtange .row>div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .dpu_advtange .row .col-sm-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
  .key_program h4 {
    font-size: 18px;
  }
  .key_program p,
  .think_crtical p {
    font-size: 14px
  }
  .admission .cont {
    padding-left: 20px;
  }
  .pymt_mode ol li {
    font-size: 14px;
  }
  .pymt_mode li {
    margin-bottom: 10px !important;
  }
  .pymt_mode p {
    text-indent: 0px;
  }
  .admission ul {
    padding-left: 13px;
  }
  .doc_inner {
    padding-left: 10px;
  }
  .admission h4 {
    min-height: auto;
  }
  .step_inner {
    margin-top: 20px;
  }
  .cont_accr p {
    padding-left: 20px !important;
  }
  section.sec-same.about-section.faq {
    padding: 30px 0px;
  }
  .faq h3 {
    padding-left: 15px;
  }
  .stude_matrial .stude_matrial_inner .cont p {
    font-size: 14px;
  }
  .stude_matrial .stude_matrial_inner figure {
    padding: 10px;
  }
  .stude_matrial .stude_matrial_inner figure {
    margin-bottom: 0px;
  }
  .cmn {
    margin: 0px -20px;
  }
  section.stude_matrial {
    padding-bottom: 0px;
  }
  .overview h1 {
    font-size: 30px;
  }
  .eligibilityBanner p {
    font-size: 18px;
  }
  .overview p {
    font-size: 14px
  }
  .banner_bg {
    padding: 40px 0;
  }
  .overview {
    padding: 40px 0px 30px;
  }
  .dpu_advtange {
    padding: 40px 0px 25px;
  }
  .key_program {
    padding: 40px 5px;
  }
  .spec_offered {
    padding: 10px 0px;
  }
  .think_crtical {
    padding: 40px 0px 20px;
  }
  .wait_no_more {
    padding: 40px 0px;
  }


  .spec_offered .spec_offered {
    padding-bottom: 0px;
    margin-bottom: 0px
  }

  .campus_exp .bg {
    height: 200px
  }
  .campus_exp .container {
    padding-left: 0px;
  }
  .faculty_inner .img {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
    text-align: center;
  }
  .faculty_inner .content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
    margin-top: 20px;
  }
  .faculty_inner {
    width: 100%;
    display: block;
    min-height: unset;
    min-height: initial;
  }
  .banner_bg h1 {
    font-size: 38px;
  }
  .applyBox {
    width: 100%;
    margin: 25px auto 15px;
  }

  .banner_bg h4 {
    font-size: 24px;
    margin-top: 30px;
  }
  .alumniSection {
    padding: 30px 0;
  }
  .sliderinner {
    padding: 10px 0;
  }
  .eligibilityBanner label {
    font-size: 16px;
  }

}

.studentsSection { background-color: rgba(7, 47, 79, 0.9);}
.studentsSection .vd_alumni {
    background-color: #e5e5e5;
    padding: 15px;
	margin: 0 15px;
}
.studentsSection .vd_alumni iframe { width: 100%; height: 280px;}
.facultySection .studentsTitle { 
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    }
.placementSection .placementTitle {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    }
	
.recruiters-section { background-color: #FFFFFF; }
.recruiters-section .recruiters-item .recruiters-logo {
  position: relative;
  padding: 10px;
  width: 100%;
  display: block;
  overflow: hidden;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: center;
  border: 1px solid #a5a5a5;
  margin-bottom: 30px;
}
#placement-slider .slick-prev:before, #placement-slider .slick-next:before { color: #000;}
#faculty-slider .slick-prev:before, #faculty-slider .slick-next:before { color: #000;}
.recruiters-section .placementItem { padding: 0 15px; }
.facultySection .alumniContent { padding: 20px; margin: 20px 15px; height: 420px; }
.facultySection .alumniContent h6 { margin: 0px; padding: 0px; color: #ff0000; font-size: 24px; }
.facultySection .alumniContent span { color: #ff0000; font-weight: 300; font-size: 18px; }
.facultySection .alumniContent p { font-size: 14px; line-height: 20px; color: #656565; }
.alumniContent .alumni_thumb { position: relative;}
.alumniContent .alumni_thumb img { position: relative; width: 120px; border-radius:100%; height: 120px; margin: 0 auto; border: 5px solid rgba(7, 47, 79, 0.9);}
#faculty-slider .slick-dots li button { background: #000; width: 12px; height: 12px; border-radius: 100%;}
#faculty-slider .slick-dots li.slick-active button {background: #ff0000;}	
#placement-slider .slick-dots li button { background: #000; width: 12px; height: 12px; border-radius: 100%;}
#placement-slider .slick-dots li.slick-active button {background: #ff0000;}

@media only screen and (max-width: 568px){
#students-slider .slick-prev, #students-slider .slick-next { display: none !important;}
#students-slider .slick-dots li button { background: #FFF; width: 12px; height: 12px; border-radius: 100%;}
#students-slider .slick-dots li.slick-active button {background: #ff0000;}

#placement-slider .slick-prev, #placement-slider .slick-next { display: none !important;}
.spec_offered ul li { min-width: 50%; width: 50%;}

#faculty-slider .slick-prev, #faculty-slider .slick-next { display: none !important;}

.facultySection .alumniContent { height: auto;}
}

.upskill-section { background-color: rgba(7, 47, 79, 0.9);}

