body {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
}

/*! Top Header START*/
.sectiontop {
  background: #0c1e3d;
  padding: 17px;
}
.header-section {
  padding: 20px 0px 0px 0px;
}
.header-btm-section {
  height: 20px;
  background: #ce9f00;
}
.pcet-trust-logo {
  width: 80%;
}
.sbpps-logo {
  width: 80%;
}
.sbpps-trustname {
  font-family: Century Gothic;
  color: #000;
  font-size: 16px;
}
.sbpps-collegename {
  font-family: Century Gothic;
  color: #0c1e3d;
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
}
.sbpps-cbse-nabet {
  font-family: Century Gothic;
  color: #000;
  font-size: 11.45px;
}
.sbpps-journey {
  font-family: Palace Script MT;
  color: #000;
  font-size: 45px;
  margin-bottom: -23px;
  margin-top: -10px;
  padding-right: 10px;
}
.strip-img {
  position: absolute;
  z-index: 1000px;
  left: 3%;
  top: 0;
}
.slider-section img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pcet-trust-logo {
    width: 50%;
  }
  .sbpps-logo {
    width: 50%;
    margin-top: 20px;
  }
  .sbpps-trustname {
    font-size: 13px;
    margin-top: 20px;
    text-align: center;
  }
  .sbpps-collegename {
    font-size: 26px;
    line-height: 35px;
    text-align: center;
  }
  .sbpps-cbse-nabet {
    text-align: center;
  }
  .sbpps-journey {
    text-align: center !important;
  }
  .sbpps-journey {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
    font-style: italic;
  }
  .strip-img {
    display: none;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .header-section .col-xs-12 {
    width: 100%;
  }
  .pcet-trust-logo {
    width: 20%;
  }
  .sbpps-logo {
    width: 20%;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pcet-trust-logo {
    width: 100%;
  }
  .sbpps-logo {
    width: 100%;
  }
  .sbpps-trustname {
    font-size: 13px;
    text-align: center;
  }
  .sbpps-collegename {
    font-size: 26px;
    line-height: 35px;
    text-align: center;
  }
  .strip-img {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sbpps-trustname {
    font-size: 15px;
  }
  .sbpps-collegename {
    font-size: 48px;
    line-height: 45px;
  }
  .strip-img {
    left: 15px;
  }
}
/*! Top Header END */

.spotlight {
  /*padding: 7px; */
  background: #ce9f00 url(../images/spotlight.png) no-repeat right;
  color: #fff;
  text-transform: uppercase;
  width: 10%;
  margin-left: 45px;
  height: 25px;
  padding-top: 2px; /*margin-left: 175px;*/
}
@media (min-width: 320px) and (max-width: 767px) {
  .spotlight {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spotlight {
    width: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .spotlight {
    width: 12%;
  }
}

/*! Social Icons */
.social-icons {
  padding: 25px 15px;
  display: none;
}
.icons-list {
  list-style: none;
  text-decoration: none;
  padding-left: 0px;
  margin: 0;
}
.icons-list li {
  float: left;
  margin: 1px;
}
.icons-list li a {
  position: relative;
  display: block;
  padding: 8px 20px;
}
.icons-list .fb-icon {
  background: #55000d;
  border-radius: 10px 0px 0px 0px;
  text-align: center;
}
.icons-list .twitter-icon {
  background: #0c1e3d;
  border-radius: 0px 10px 0px 0px;
  text-align: center;
}
.icons-list .googlep-icon {
  background: #ce9f00;
  border-radius: 0px 0px 0px 10px;
  text-align: center;
}
.icons-list .linkedin-icon {
  background: #55000d;
  border-radius: 0px 0px 10px 0px;
  text-align: center;
}
.icons-list i {
  width: 20px;
  height: 15px;
  color: #fff;
}
.sbpps-sm-bar {
  position: fixed;
  top: 15%;
  right: 0;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sbpps-sm-bar a {
  margin: 10px 0px;
}
.sbpps-sm-bar img {
  margin-bottom: 5px;
}

/*! Main Menu */
.section-menu {
  background: #0c1e3d;
}
.navbar-default {
  background: none !important;
  border: none !important;
}
.navbar {
  margin-bottom: 0px !important;
  min-height: 30px !important;
}
.nav1 > .active > a {
  background: none !important;
  color: #ce9f00 !important;
  border-radius: none;
  font-weight: bold;
  padding: 7px 12px;
  font-size: 15px;
}
.nav1 > .active > a:hover {
  background: none !important;
  color: #ce9f00 !important;
  border-radius: none;
  font-weight: bold;
  padding: 7px 12px;
}
.nav1 > li > a {
  background: none !important;
  color: #fff !important;
  border-radius: none;
  font-weight: bold;
  padding: 7px 12px;
  font-size: 15px;
  border-right: 1px solid #778;
}
.nav1 > li > a:hover {
  background: none;
  color: #ce9f00 !important;
  border-radius: none;
  font-weight: bold;
  padding: 7px 12px;
}
.nav1 > li > a:focus {
  color: #fff !important;
}
.dropdown-menu {
  background: #0c1e3d !important;
}
.dropdown-menu > li > a {
  color: #fff !important;
  border-bottom: 1px solid #778;
}
.dropdown-menu > li > a:hover {
  color: #ce9f00 !important;
  background-color: #0c1e3d !important;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: none !important;
}

/*! Nav Hover */
.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
  background-color: rgb(231, 231, 231);
  color: rgb(85, 85, 85);
}
li.dropdown:hover > .dropdown-menu {
  display: block;
}

/*! News Event */
.news-event {
  margin-top: 20px;
  padding: 0px 0px;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #ce9f00;
}
.news {
  padding: 5px 10px 7px 10px;
  border-radius: 2px;
  width: 100%;
  clear: both;
  background-color: #ce9f00;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.news-content {
  padding: 20px 20px 20px 20px;
  overflow-y: scroll;
  height: 270px;
}
.news-content h4 a {
  margin-top: 10px;
  font-size: 22px;
  color: #0c1e3d;
  text-decoration: underline;
}
.news-content h5 {
  margin-top: 15px;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
.news-content h4 {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  padding: 5px 0px;
}
.news-content .republic-day {
  color: #000;
}
.news-content h5 a {
  margin-top: 10px;
  font-size: 18px;
  color: #0c1e3d;
  text-decoration: underline;
}

/*! Testimonials */
.testimonials-section {
  background: #55000d;
}
.owl-dots {
  display: none;
}
.testimonials-section .carousel-inner p {
  color: #fff;
}

/*! Counter */
.counter-section {
  padding: 120px 0px;
  text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/counter-bg.webp);
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-attachment: fixed;
  background-repeat: round;
  background-size: cover;
}
.counter-section .counter-count {
  font-size: 60px;
  font-weight: bold;
  position: relative;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.counter-section .employee-p,
.customer-p,
.design-p {
  font-size: 18px;
  margin-top: 10px;
  color: #ffffff;
}

/*! Useful Links Section */
.useful-links-section {
  padding: 15px 0px 0px 0px;
}
.useful-links-section a {
  color: #333;
}
.useful-links-section h4 {
  padding: 0px 0px 10px 0px;
  font-size: 13px !important;
  text-align: center;
}
.box_icon {
  width: 12.5%;
  float: left;
  text-align: center;
}
.box_icon img {
  width: 110px;
  height: 110px;
  margin: 0px auto;
}
.useful-links-section img {
  width: 110px;
  height: auto;
  margin: 0px auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .box_icon {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box_icon {
    width: 25%;
  }
}

/* Panel Css End */
.panel-details .btn-testm {
  padding: 5px 15px !important;
  border-radius: 15px;
  font-size: 15px;
  border: none !important;
  margin-bottom: 20px;
  transition-duration: 0.5s;
  color: #fff !important;
  background-color: #428bca;
  font-weight: bold;
}
.panel-details .panel-title {
  background-color: #0c1e3d;
}
.panel-details .panel-heading {
  padding: 0px;
}
.panel-details .panel-title a {
  color: #fff !important;
  display: block;
  padding: 15px 15px;
}
.panel-details .rotate-vm {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.panel-details .panel-title > a::before {
  content: none;
}
.panel-details .panel-title > a.collapsed::before {
  content: none;
}
.panel-list {
  padding: 10px;
  background-color: #c43a04;
  color: #fff;
}
.bg-red {
  background: #b30000;
  color: #eee;
}
/* Panel Css End */

/*! Footer */
.footer-top {
  background-color: #ce9f00;
  padding: 5px;
}
.footer-main {
  background: #0c1e3d !important;
  color: #fff;
  padding: 15px 0px 5px 0px;
}
.footer-main p {
  margin: 0 0 5px;
  color: #fff;
}
.footer-main ul {
  list-style: none;
  margin-left: 2%;
}
.footer-main ul li {
  padding: 1% 4%;
  display: block;
}
.footer-main ul li a {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #fff;
  font-size: 14px;
}
.footer-main a {
  color: #fff;
}

.crunchify-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.4rem;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3.2rem;
  text-align: center;
  cursor: pointer;
  display: block;
}

/*! CSS */
.main-wrapper {
  margin: 15px 0px;
}
.mainheading {
  text-align: center;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #0c1e3d;
  font-weight: bold;
  font-size: 29px;
}
.para {
  font-size: 14px;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #333;
  line-height: 23px;
  text-align: justify;
}
.para1 {
  font-size: 14px;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #333;
  line-height: 23px;
  text-align: justify;
}
.pageheading {
  font-size: 20px;
  background-color: #f5b120;
  color: #ffffff;
  font-weight: 300;
  margin-top: 8px;
  padding: 10px 10px;
  text-align: center;
}
.pagehead1 {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 20px;
  text-align: left;
  color: #0c1e3d;
  font-weight: 300;
  font-weight: bold;
}
.pagehead2 {
  margin: 0px 0px 4px;
  font-family: calibri;
  font-size: 17px;
  font-weight: bold;
  color: #0c1e3d;
  padding: 3px 10px;
  background: #ce9f00;
}
.margintb5 {
  margin: 5px 0;
}
.margintb15 {
  margin: 15px 0;
}
.margintb20 {
  margin: 20px 0;
}
.nopadding {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.paddtop5 {
  padding-top: 5px;
}
.pt_10 {
  padding-top: 10px;
}
.padleft {
  padding-left: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .padleft {
    padding-left: 15px;
  }
}
.padd {
  padding: 0px 0px;
}
.padt15b5 {
  padding: 15px 0px 5px 0px;
}
.tablehead {
  background-color: #ce9f00;
  color: #ffffff;
  height: 30px;
}
.width30 {
  float: left;
  width: 33.3%;
  text-align: left;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 25px;
}
.apply_here_btn {
  background: #55000d !important;
  color: #fff !important;
  padding: 5px 20px;
  font-weight: bold;
  margin-top: 15px;
}
.apply_here_btn:hover {
  background: #40010b !important;
  color: #fff !important;
}
.nav-pills > li.active > a {
  background: #ce9f00 !important;
  color: #fff;
}
.nav-pills > li > a {
  background: #0c1e3d !important;
  margin-bottom: 5px;
  margin-right: 3px;
  color: #fff;
  padding: 7px 12px;
  font-weight: bold;
  transition-duration: 0.5s;
}
.nav-pills > li > a:hover {
  background: #ce9f00 !important;
  color: #fff;
}
.tab-content {
  margin-top: 5px;
  border: 10px solid #f7f7f7 !important;
  border-radius: 10px;
}
.tab-content table {
  margin-bottom: 0px;
}

.imgwh {
  width: 350px;
  height: 300px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .imgwh {
    width: 350px;
    height: 100px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .imgwh {
    width: 350px;
    height: 200px;
    margin: 0 auto;
  }
}