html {
  scroll-behavior: smooth;
}
body {
  color: #58585a;
}
@font-face {
  font-family: 'poppinsbold';
  src: url('/assets/fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinslight';
  src: url('/assets/fonts/poppins-light-webfont.woff2') format('woff2'), url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsmedium';
  src: url('/assets/fonts/poppins-medium-webfont.woff2') format('woff2'), url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsregular';
  src: url('/assets/fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinssemibold';
  src: url('/assets/fonts/poppins-semibold-webfont.woff2') format('woff2'), url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsextralight';
  src: url('/assets/fonts/poppins-extralight-webfont.eot');
  src: url('/assets/fonts/poppins-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-extralight-webfont.woff2') format('woff2'), url('../fonts/poppins-extralight-webfont.woff') format('woff'), url('../fonts/poppins-extralight-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'poppinsregular';
  overflow-x: hidden;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 16px;
}
.primaryBtn {
  background: #ef5518;
  color: #ffffff;
  margin: 20px 0px 0px 0px;
  border-radius: 4px;
  border: 1px solid #ef5518;
  font-size: 16px;
  padding: 7px 20px;
  transition: 0.5s;
}
.primaryBtn:hover {
  background: #ffffff;
  color: #ef5518;
  border: 1px solid #ffffff;
}
.primaryBtn:focus {
  outline: none;
}
@media only screen and (max-device-width: 767px) {
  .primaryBtn {
    font-size: 14px;
    padding: 5px 15px;
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 16;
  top: 0px;
}
@media only screen and (max-device-width: 767px) {
  header {
    top: -1px;
  }
}
header .navbar-inverse {
  background: #ffffff;
  border: 0;
  box-shadow: 0 1px 2px rgba(77, 76, 76, 0.5);
  border-radius: 0;
  margin: 0;
  height: auto;
  min-height: auto;
}
header .navbar-inverse .logo {
  margin: 5px 0px 0px 0px;
  width: 20%;
  width: 19.8%;
}
@media only screen and (max-device-width: 767px) {
  header .navbar-inverse .logo {
    margin: 0px 0px 0px 5px;
    width: 30%;
  }
}
header .navbar-inverse .navbar-collapse {
  border-color: #f7f7f7;
}
header .navbar-inverse .navbar-toggle {
  border-color: #ef5518;
  padding: 8px;
  top: 5px;
}
header .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ef5518;
  width: 18px;
  height: 1px;
}
header .navbar-inverse .navbar-nav a {
  color: #58585a;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .navbar-inverse .navbar-nav a:hover {
  background: #ef5518;
}
header .navbar-inverse .navbar-nav a i {
  margin-right: 5px;
}
@media only screen and (max-device-width: 767px) {
  header .navbar-inverse .navbar-nav a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-device-width: 767px) {
  header .navbar-inverse .navbar-nav {
    margin: 0px -15px;
  }
}
header .navbar-inverse .navbar-nav .active a {
  background: #ef5518;
}
header .navbar-inverse .navbar-nav .active a:hover {
  background: #ef5518;
}
#home {
  margin-top: 60px;
}
@media only screen and (max-device-width: 767px) {
  #home {
    margin-top: 11px;
  }
}
@media only screen and (max-device-width: 767px) {
  .carousel {
    top: 44px;
    margin-bottom: 30px;
  }
}
.carousel .carousel-indicators li {
  top: 10px;
  position: relative;
}
@media only screen and (max-device-width: 767px) {
  .carousel .carousel-indicators li {
    display: none !important;
  }
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}
@media only screen and (max-device-width: 767px) {
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    height: 200px !important;
  }
}
.carousel-control {
  z-index: 2;
}
.carousel-inner .bannerContent {
  position: absolute;
  z-index: 1;
  padding: 30px 0 43px 0;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  top: 40%;
  border-radius: 4px;
}
@media only screen and (max-device-width: 767px) {
  .carousel-inner .bannerContent {
    top: 7%;
    width: 90%;
    padding: 20px 10px;
    margin: 10px auto;
    min-height: 155px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .carousel-inner .bannerContent .primaryBtn {
    margin: 15px 0px 0px 0px;
  }
}
.carousel-inner .bannerContent h1 {
  font-size: 30px;
}
.carousel-inner .bannerContent h1 span {
  font-family: 'poppinsmedium';
  color: #ef5518;
}
@media only screen and (max-device-width: 767px) {
  .carousel-inner .bannerContent h1 {
    font-size: 19px;
  }
}
.carousel-inner .bannerContent h2 {
  font-size: 22px;
  margin: 10px 0px 0px 0px;
}
@media only screen and (max-device-width: 767px) {
  .carousel-inner .bannerContent h2 {
    font-size: 18px;
  }
}
.carousel-inner .bannerContent h2 span {
  font-family: 'poppinsmedium';
  color: #ef5518;
}
.carousel-inner .bannerContent h1,
.carousel-inner .bannerContent h2 {
  font-family: 'poppinslight';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'poppinsmedium';
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label {
  margin: 0;
  padding: 0;
}
p {
  font-size: 16px;
  line-height: 25px;
  margin: 20px 0px;
}
a {
  text-decoration: none;
}
a:hover {
  color: #ef5518;
  text-decoration: none;
}
h1.heading {
  margin: 5px 0px 20px 0px;
  padding-bottom: 10px;
  font-size: 26px;
  border-bottom: 1px dashed #ef5518;
  color: #ef5518;
}
section {
  padding: 50px 0px;
}
section:nth-child(2n) {
  background: #f7f7f7;
}
a marquee {
  margin: 10px 0px;
  display: block;
}
.thumbnail {
  margin: 0;
}
.border_r {
  border-right: 1px solid #e2dcdc;
}
.card {
  box-shadow: 0 1px 2px rgba(77, 76, 76, 0.5);
  padding: 15px 5px;
  border-radius: 4px;
  position: relative;
}
@media only screen and (max-device-width: 767px) {
  .card {
    margin: 20px 0px;
  }
}
.card label.std {
  position: absolute;
  background: #ef5518;
  color: #ffffff;
  padding: 5px;
  border-radius: 4px;
  left: 0px;
  top: 0px;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 4px 0px 0px 0px;
}
@media only screen and (max-device-width: 767px) {
}
.card h1 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.card p {
  margin: 5px 0px;
  font-size: 14px;
  display: flex;
}
.list p::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  margin-right: 10px;
  top: -2px;
  position: relative;
}
@media only screen and (max-device-width: 767px) {
  .list p {
    display: flex;
  }
}
.fa-phone {
  transform: rotate(100deg);
}
#courses .card {
  margin: 10px 0px;
}
@media only screen and (max-device-width: 767px) {
  #courses .card {
    margin: 20px 0px;
  }
}
@media only screen and (max-device-width: 767px) {
  #courses .border_r {
    border-right: 0px;
    border-bottom: 1px solid #e2dcdc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#ourFaculty .slick-track .card {
  text-align: center;
  margin: 10px;
  margin: 10px 20px 10px 0px;
  padding: 30px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 154px;
  background: #ffffff;
}
#ourFaculty .slick-track .card:focus {
  outline: none;
}
@media only screen and (max-device-width: 767px) {
  #ourFaculty .slick-track .card {
    display: block;
    min-height: auto;
  }
}
#ourFaculty .slick-track .card img {
  margin: 0 auto;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 10px auto;
  border: 2px solid #f1f1f1;
}
#ourFaculty .slick-track .card p {
  margin: 0;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
#ourFaculty .slick-track .card label {
  font-size: 14px;
  font-weight: normal;
  color: #ef5518;
  font-weight: bold;
}
#ourFaculty .slider .slick-next,
#ourFaculty .slider .slick-prev {
  right: 0px;
  z-index: 1111;
}
#ourFaculty .slider .slick-next:before,
#ourFaculty .slider .slick-prev:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  margin-right: 10px;
  top: -2px;
  position: relative;
  font-size: 40px;
  color: #58585a;
}
@media only screen and (max-device-width: 767px) {
  #ourFaculty .slider .slick-next:before,
  #ourFaculty .slider .slick-prev:before {
    right: 0px;
  }
}
@media only screen and (max-device-width: 767px) {
  #ourFaculty .slider .slick-next,
  #ourFaculty .slider .slick-prev {
    right: 15px;
  }
}
#ourFaculty .slider .slick-prev {
  left: 0px;
}
#ourFaculty .slider .slick-prev::before {
  transform: rotate(180deg);
}
@media only screen and (max-device-width: 767px) {
  #ourFaculty .slider .slick-prev::before {
    left: 0px;
  }
}
@media only screen and (max-device-width: 767px) {
  #ourFaculty .slider .slick-prev {
    left: 15px;
  }
}
#ourFaculty .slider .slick-dots {
  display: none !important;
}
#contact h2 {
  font-size: 20px;
  margin: 10px 0px;
}
@media only screen and (max-device-width: 767px) {
  #contact .thumbnail {
    margin: 40px 0px 0px 0px;
  }
}
#contact .secondNumber {
  margin-left: 27px;
}
#contact p {
  font-style: 14px;
  margin: 5px 0px;
}
#contact i {
  margin-right: 5px;
}
footer {
  background: #000000;
  padding: 10px 0px;
}
@media only screen and (max-device-width: 767px) {
  footer {
    padding: 10px 15px;
  }
}
footer .fa-youtube {
  font-size: 30px;
}
footer .fa-youtube:hover {
  color: red;
}
@media only screen and (max-device-width: 767px) {
  footer .container {
    padding: 0;
  }
}
footer p {
  color: #ffffff;
  font-size: 14px;
  margin: 0px 0px;
  line-height: 20px;
}
footer a {
  color: #ef5518;
}
footer a:hover {
  color: #ffffff;
}
footer .facebook {
  float: right;
  color: white;
  font-size: 20px;
  margin-top: 7px;
}
footer .facebook:hover {
  color: #ef5518;
}
@media only screen and (max-device-width: 767px) {
  .mspace {
    margin-top: 40px !important;
  }
}
.mb0 {
  margin-bottom: 0px !important;
}
@media only screen and (max-device-width: 767px) {
  .mb0 {
    margin-top: 40px !important;
  }
}
@media only screen and (max-device-width: 767px) {
  .mt0 {
    margin-top: 0px !important;
  }
}
.carousel-indicators .active {
  background-color: #ef5518;
}
@media only screen and (max-device-width: 767px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin: 0;
  }
}
