    body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #000;
  }
.info {
background-color:#7f2c5d;
color: #fff;
border-radius: 0px;
}
button.list-group-item.list-group-item-action {
    padding: 14.2px;
    border-radius: 0px;
}
button.list-group-item.list-group-item-action span {
    padding-right: 10px;
}
.listnone {
    list-style: none;
    padding: 0px;
}
/* To Dropdown navbar dropdown on hover */
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    /*-webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;*/
    border-radius:0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* To Dropdown navbar dropdown on hover */

.sp-mobile-display{ display:none;}

  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #982222;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    /*color: #303030;*/
	color: #ffffff;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom:1px solid #065e73;
  }  
  .jumbotron {
      background-color: #e18500;
      color: #fff;
      padding: 100px 25px;
      font-family: Montserrat, sans-serif;
  }
  .container-fluid {
      padding: 40px 5px;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .logo-small {
      color: #e18500;
      font-size: 50px;
  }
  .logo {
      color:#7f2c5d;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #e18500;
  }
  .carousel-indicators li {
      border-color: #e18500;
  }
  .carousel-indicators li.active {
      background-color: #e18500;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #e18500; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #e18500;
      background-color: #fff !important;
      color: #e18500;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #e18500 !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #e18500;
      color: #fff;
  }
  .navbar {
      margin-bottom: 0;
      background-color:#c84150;
      z-index: 9999;
      border: 0;
	  font-size: 13px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 0.5px;
      border-radius: 0;
      font-family: 'Montserrat', sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #e18500 !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  footer .glyphicon {
	font-size: 15px;
    margin-bottom: 15px;
    color:#e89f47;
    padding-right:3px;
  }
  .footer-block ul li a {
    font-size: 13px;
       color: #fff;
}
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 10px;
    }
	.sp-mobile-display{ display:block;}
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
	.sp-mobile-display{ display:block;}
	.sp-mobile-hide{ display:none;}
  }
/*ul.listnone.examlist li {
    padding: 5px;
}*/
.widget ul li {
    list-style: none;
}
ul.punews li {
    display: inline!important;
    padding-left: 30px;
	list-style: none;
    color: #e18500;
}
ul.punews li i {
    margin-right: 10px;
}
ul.list-children li {
    list-style: none;
    padding: 0px 10px;
}
  .h3, h3{
  font-size: 18px;
    color:#c62502;
    font-weight: 600;
    margin-bottom: 30px;
	text-decoration:none;
  }
.box {
  position: relative;
  display: inline-block;
  /*background-color: #fff;*/
  border-radius:0px;
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
  border-radius: 0px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  outline:none;
}

.box::after {
  content: "";
  border-radius:0px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
   outline:none;
}

.box:hover {
  -webkit-transform: scale(1.10, 1.10);
  transform: scale(1.10, 1.10);
   outline:none;
   text-decoration:none;
}

.box:hover::after {
    opacity: 1;
}

/* Parallax View CSS */
.section-background{
background-attachment:fixed;
background-size: cover;
}
.stats_counter .stats_counter_number {
    color: #ffb300;
}
.stats_counter .stats_counter_number {
    font-size: 55px;
    line-height: 60px;
    padding-top: 30px
}
.stats_counter .stats_counter_title {
    font-size: 14px;
	font-weight:600;
    color:#fff;
    text-transform: uppercase;
}

/*End Parallax View CSS */

ul.listnone.examlist li a {
    color: #fff;
}
.pu_heading {
    font-size: 36px;
    padding: 20px;
    color: #fff;
}
.cycloneslider-template-standard {
  position: relative;
  margin-bottom: 0px!important;
  outline: none;
}

/*Courses CSS */
.cmg {
    margin-top: 10px;
}
.courses_cls {
    border: 1px solid #d8d8d8;
    padding: 15px;
    padding-bottom:30px
}
.cbutton {
    background: #621c8a!important;
    border: none!important;
    border-radius: 0!important;
    float: left;
    margin-top: -20px;
}
.ctitle {
    font-weight: 600;
    color: #000;
}
/* End Courses CSS */


#pcdsbg1 {
    background:linear-gradient(rgb(0 0 0), rgb(0 0 0 / 36%)), url(https://www.peoplesuniversity.edu.in/Dental/wp-content/themes/putheme2017/images/bg1.jpg);
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-size: cover;
}