
/******************
 RESPONSIVE
*******************/

@media (min-width: 769px) and (max-width: 1024px) {
  .nav-item .nav-link {
    margin: 0 18px;
  }
  .feature-img img {
    top: 145px;
    max-width: 240px;
  }
  .project-details li.top-border {
    padding: 14px 0;
  }
  .project-details li h6 {
    font-size: small;
  }
  .project-details-box {
    padding: 22px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }

  .text-description {
    white-space: nowrap;
    padding-right: 10px;
    overflow: hidden;
  }

  .section {
    padding: 20px 0;
    position: relative;
  }

  .home-title h1 {
    font-size: 44px !important;
  }

  .bg-home-img {
    padding: 80px 0;
    height: 200px;
  }

  .home-banner {
    height: 200px;
  }

  .home-page-title {
    padding: 100px 2em 0;
    font-size: medium;
  }

  .home-page-title h3,
  .home-page-title h4,
  .home-page-title h5{
    font-size: large;
  }

  .head_title {
    font-size: x-large;
  }

  .carousel-banner {
    padding: 0;
    height: 200px;
  }

  .carousel-title{
    left: 10%;
    right: 10%;
    bottom: 35%;
  }

  .carousel-indicators li {
    width: 5px;
  }

  .thumb-title {
    color: lightgrey!important;
    padding-left: 5px;
  }

  .thumb-sub-title {
    color: #c1c1c1 !important;
    padding-left: 5px;
  }

  .work-content h3 {
    font-size: 22px;
  }

  .carousel-control-prev,
  .carousel-control-next{
    display: none;
  }

  .owl-prev {
    left: -80px;
  }

  .owl-next {
    right: -80px;
  }

  .has-submenu i {
    position: absolute;
    right: 32px;
    top: 15px;
  }

  .mo-mb-20 {
    margin-bottom: 20px !important;
  }

  .about-title {
    font-size: 26px;
  }
  .about-content {
    margin-left: 0 !important;
  }

  .nav-item .nav-link {
    margin: 0 4px;
  }

  .nav-icon i {
    font-size: 36px;
  }

  .nav-link h5 {
    font-size: 16px;
  }

  .service-desc p {
    padding-right: 0 !important;
  }

  .fetures-item {
    text-align: left !important;
  }

  .menu-arrow {
    border-color: #6c757d !important;
  }

  .menu-arrow {
    top: 14px !important;
    right: 35px !important;
  }

  .prev_next {
    font-size: x-small;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
  }

  .breadcrumb {
    display: none;
  }

  .block-header {
    padding-left: 0;
  }

  /****************
    4. College and Courses
  ******************/
  .college-logo {
    width:auto;
    height: 40px;
  }

  .course-banner-img {
    margin-bottom: 15px;
    margin-top: 65px;
  }

  /****************
    5. Blog
  ******************/
  .rich-text {
    overflow: scroll;
  }

  .blog_thumb_subtitle {
    font-size: small;
  }

  .blog_thumb_body {
    display: none;
  }

  .blog-body {
    padding: 20px 20px;
    white-space: pre-line;
    font-size: 0.8em;
    color: #606060;
  }

  .blog-richtext-wrapper p {
    text-indent: 0;
  }

  .blog-richtext-wrapper img{
    width: 100%;
    height: auto;
  }


  /****************
    6. Comments
  ******************/
  #comments {
    padding: 0;
  }

  .card-block {
    border: none;
  }

  .card-body {
    padding: 0;
    /*margin: 0 -15px;*/
  }

  .card-title {
    display: none;
  }

}


@media (max-width: 425px) {

  .owl-prev,
  .owl-next {
    display: none !important;
  }
  .pull-none {
    float: none !important;
    text-align: center;
  }
  .about-story-title h1 {
    font-size: 32px;
  }

  .nav-item .nav-link {
    margin: 0;
  }
  .nav-tabs {
    border: none;
  }
  .feature-img img {
    top: 124px;
    max-width: 210px;
  }
  .blog-details-meta .list-inline-item {
    margin-top: 14px;
  }
}


@media (max-width: 320px) {

  .feature-img img {
    top: 112px;
    max-width: 185px;
  }

  .feature-img img {
    top: 94px;
    max-width: 155px;
  }

}
