@media (max-width: 1130px) {
    li.nav-item {
        padding-left: 2px !important;
        margin-top: 0px;
    }
    .navbars_bar {
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    .navbar {
        padding: 0.5rem 0rem;
    }

    .navbars_bar {
        margin-top: 0px;
    }
    .slide .slide__content--headings .title {
        font-size: 28px;
        font-weight: 600;
    }

    .slide .slide__content--headings .top-title {
        color: #000;
        font-size: 16px;
    }
    .about-us-cn h3 {
        font-size: 30px;
        line-height: 42px;
    }
    .about-us-cn.wow.fadeInLeft.mt-5 {
        margin-top: 0rem !important;
    }
    .faq-title h1 {
        font-size: 27px;
        font-weight: 500;
        padding-bottom: 0px;
    }
    .contact-address-wrapper {
        padding: 30px 20px;
    }
    .carousel-caption {
        top: 40%;
        left: 8%;
        right: 28%;
    }
    .carousel-caption h2 {
        text-transform: uppercase;
        font-size: 40px;
    }
    .our-facilities {
        padding: 80px 0px;
    }
}

@media (max-width: 992px) {
    .offcanvas-header {
        display: block;
    }
   
.navbar-collapse{
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
/*    overflow-y: scroll;
    overflow-x: hidden;*/
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    background: #fff8f5;
     border-bottom: 5px solid#363bac;
     
}
.navbar-collapse.show {
    padding: 0px 0px;
    visibility: visible;
    transform: translateX(0);
    top: 0px;
}

.ms-md-auto {
    margin-left: 0!important;
}

#hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
#hamburger .line {
  fill: none;
  stroke: #000000;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
#hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#hamburger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
#hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
#hamburger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.navbar-toggler:focus {
    box-shadow: none;
}

    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link:hover {
        color: #000 !important;
    }
    .navbar-nav .nav-link {
        color: #000 !important;
        padding: 10px 10px;
        margin-bottom: 2px;
    }
    .navbar-toggler {
        padding: 0px;
        font-size: 1.25rem;
        line-height: inherit;
        border: none !important;
        border-radius: 0rem;
        background: #fff;
        outline: none !important;
    }
    li.nav-item {
        padding-left: 0px;
    }
    ul.navbar-nav {
        width: 80%;
    }
    .offcanvas-header .btn-outline-danger:hover {
        color: #fff !important;
        background-color: #7aa911 !important;
        border-color: #7aa911 !important;
    }
    .offcanvas-header .btn-outline-danger {
        color: #fff !important;
        background-color: #7aa911 !important;
        border-color: #7aa911 !important;
        box-shadow: none !important;
    }
    .navbar-toggler-icon {
        width: 2em;
        outline: none !important;
    }
    .contact-address-wrapper p {
        font-size: 14px;
        overflow-wrap: break-word;
        line-height: 30px;
    }
    .contact-address-wrapper {
        margin-bottom: 15px;
    }
    section.slider {
        margin-top: 0px;
    }
    .navbars_bar {
        margin-top: 15px;
    }
    .carousel-caption {
        top: 40%;
        left: 9%;
        right: 28%;
    }

    .hostal-info {
        margin-bottom: 30px;
    }

    .gallery-sec p {
        padding: 10px 10px;
    }
    .management-dis h2 {
        font-size: 24px;
        font-weight: 600;
        padding: 10px 0px;
    }
    .our-facilities h2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 45px;
    }
    .image-gallery h2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 45px;
        margin: 0px 0px 50px 0px;
    }
    .footer-widgets {
        margin-bottom: 25px;
    }
    .about-hostel h2 {
        color: #222;
        font-weight: 600;
    }
    .contact-us .contact-info a {
        word-break: break-word;
    }
    .contact-us .contact-info {
        padding: 20px 10px;
        margin: 0 15px;
        margin: 0 0px;
    }
    .contact-us .contact-info p {
        font-size: 18px;
        margin: 15px 0px;
    }
    .contact-us .contact-info a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .about-us-cn h3 {
        font-size: 21px;
        line-height: 30px;
    }
    .about-us-cn p {
        font-size: 15px;
        line-height: 28px;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .section-title p {
        padding: 0 30px;
    }
    .slide .slide__content--headings .top-title {
        padding-right: 30%;
    }
    .navbar-toggler-icon i.fal.fa-bars {
        font-size: 30px;
    }
    .navbars_bar {
        margin-top: 4px;
    }
    .carousel-caption h2 {
        font-size: 28px;
    }
    .home-away p {
        padding: 0 60px;
    }
    .header-social-icon.text-end {
        text-align: center !important;
    }
    .breadcrumb-sec h1 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .about-us-cn {
        margin-top: 20px;
    }
    .navbars_bar {
        margin-top: 9px;
    }
    .about-us-cn h3 {
        font-size: 21px;
        font-weight: 500;
    }
    .heading h1 {
        font-size: 21px;
    }
    section.product.mt-5 {
        margin-top: 2rem !important;
    }
    .heading {
        margin-bottom: 30px;
    }
    section.breadcrumb-bg {
        padding: 70px 0px !important;
    }
    .heading-box.text-center h3 {
        font-size: 24px;
    }
    .header-icon.text-md-right {
        text-align: right;
    }
    .navbars_bar {
        margin-top: 10px;
    }
    section.slider {
        margin-top: 0px;
    }
    .home-away h2 {
        font-size: 28px;
    }
    .about-hostel h2 {
        font-size: 21px;
    }
    .contact-form h2 {
        font-size: 30px;
        font-weight: 600;
    }
}

@media (max-width: 670px) {
    .navbars_bar {
        margin-top: 2px;
    }
    .header-text span {
        padding-right: 2px;
        font-size: 12px;
    }
    .slide .slide__content--headings .title {
        font-size: 17px;
        font-weight: 500;
    }
    .slide .slide__content--headings .top-title {
        font-size: 13px;
    }
    section.about-us.mt-2 {
        padding: 10px 0px !important;
    }
    .about-us-cn h5 {
        padding: 0px 0px;
    }
    .features-area {
        padding: 20px 0px !important;
        margin-top: 20px;
    }
    .section-title h2 {
        font-size: 20px;
    }
    .section-title p {
        font-size: 16px;
        padding: 0 110px;
        margin-bottom: 30px;
        line-height: 25px;
    }
    .faq-title h1 {
        font-size: 21px;
    }
    .question-collapse .card .card-header h5 .btn-link {
        font-size: 16px;
        padding: 15px 20px 10px 20px;
    }
    .navbars_bar {
        margin-top: 0px;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }
    .our-management {
        padding: 35px 0px;
    }
    .management-dis h2 {
        font-size: 21px;
    }
    .image-gallery {
        padding-top: 30px;
    }
    .image-gallery h2 {
        font-size: 24px;
        margin: 0px 0px 30px 0px;
    }
    .management-dis {
        margin-top: 30px;
    }
    .contact-us .col-12{
        margin-bottom: 20px;
    }
    .contact-us.mt-5.mb-5 {
    margin-bottom: 0rem!important;
}.contact-form h2 {
    font-size: 24px;
}
.contact-form p {
    font-size: 14px;
}
.contact-form form {
    padding: 20px 20px;
}
}

@media (max-width: 560px) {
    section.breadcrumb-bg {
        padding: 50px 0px !important;
    }
    footer {
        padding: 30px 0 0 0px !important;
    }
    .footer-widgets h5 {
        font-size: 16px;
        margin-top: 20px;
    }
    .copy-right p {
        padding: 5px 40px;
        font-size: 12px;
        line-height: 24px;
    }
    .section-title p {
        font-size: 14px;
        padding: 0 0px;
        margin-bottom: 30px;
        line-height: 25px;
    }
    span.prev-icon .fal {
        height: 35px;
        width: 35px;
        line-height: 30px;
        font-size: 18px;
    }
    span.next-icon .fal {
        height: 35px;
        width: 35px;
        line-height: 30px;
        font-size: 18px;
    }
    .home-away p {
        padding: 0 0px;
    }
    .footer-widgets {
        margin-bottom: 25px;
    }
    .logo img {
        width: 50%;
    }
    .hostal-dis h4 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 26px;
    }
    .about-foundation h2 span {
        font-size: 21px;
    }
    .about-foundation h2 {
        font-size: 21px;
        font-weight: 500;
    }
    .about-sec {
        padding: 50px 0px;
    }
    .home-away {
        padding: 50px 0px;
    }
    .home-away h2 {
        font-size: 21px;
    }
    .about-foundation p {
        font-size: 14px;
    }
    .our-facilities h2 {
        font-size: 24px;
    }
    .image-gallery h2 {
        font-size: 21px;
    }
    .breadcrumb-sec {
        padding: 60px 0px;
    }
    p {
        font-size: 14px;
    }
    .our-facilities {
        padding: 50px 0px;
    }
    .facilities-sec p {
        padding: 0 0px;
    }
    .breadcrumb-sec ol li {
        font-size: 14px;
    }
    .admission-procedure ul li {
        list-style: none;
        line-height: 36px;
        font-size: 14px;
    }
    .block {
    height: 50px;
    width: 50px;}

    .navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.web-logo img {
    width: 80%!important;
}
}

@media (max-width: 480px) {
    .slide .slide__content--headings .top-title {
        display: none;
    }
    .header-icon.text-md-right {
        display: none;
    }
    .oth-link.product ul {
        display: inline-block;
        width: 100%;
    }

    section.about_us {
        padding: 10px 0px !important;
    }
    .about-us-cn p {
        line-height: 28px;
    }
    section.breadcrumb-bg {
        padding: 20px 0px !important;
    }
    .our-product-dis p {
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
    }
    .heading-box.text-center h3 {
        font-size: 21px;
    }
    .contact-form h4 {
        font-size: 18px;
    }
    .contact-info ul li h5 {
        font-size: 18px;
    }
    .header-text span {
        font-size: 11px;
    }
    .slide .slide__content {
        top: 70%;
    }
    .about-us-cn h3 {
        font-size: 18px;
    }
    .about-us-cn h5 {
        font-size: 16px;
    }
    .faq-title h1 {
        font-size: 18px;
    }
    .faq-title h1 {
        font-size: 18px;
    }
    .question-collapse {
        padding-left: 10px;
        padding-right: 0px;
    }
    .slick-nav {
        width: 30px;
        height: 30px;
    }
    .slick-list {
        overflow: inherit !important;
    }
    .question-collapse .card .card-body > p {
        font-size: 14px;
    }
    .contact-address-wrapper {
        padding: 20px 20px;
    }
    .contact-address-wrapper p {
        margin-bottom: 0px;
    }

    .carousel-caption h2 {
        font-size: 18px;
        font-weight: 500;
    }
    .navbars_bar {
        margin-top: 5px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 13%;
    }
    .carousel-caption {
        top: 0%;
        right: 18%;
        left: 12%;
    }
    .carousel-caption p {
        color: #000;
        line-height: 23px;
        font-size: 13px;
    }
    .breadcrumb-sec h1 {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .navbar {
        padding: 0.2rem 0rem;
    }
    .contact-info {
        padding: 10px;
    }
    .contact-form {
        padding: 20px 10px;
    }
    .contact-info ul li {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .carousel-caption {
        top: 0%;
        right: 9%;
        left: 12%;
    }
}
