
/*--------------------------------------------------------------
#Responsive Media Queries
--------------------------------------------------------------*/
@media (max-width: 992px) {
  .bar {
    display: block !important;
  }
  .main-navigation {
    position: absolute;
    width: 60%;
    top: 0;
    bottom: 0;
    background: #190053;
    position: fixed;
    left: -100%;
    height: 100%;
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    opacity: 0;
    overflow-y: scroll;
  }
  .main-navigation ul {
    margin-top: 60px;
  }
  .main-navigation ul li {
    width: 100%;
    margin: 0 !important;
    color: #ffffff !important;
  }
  .main-navigation ul li::before {
    display: none;
  }
  .main-navigation ul li a {
    padding: 8px 10px;
    border-bottom: 1px solid #4e4e4e;
    display: block;
    margin: 0px 10px;
    color: #ffffff !important;
  }
  .main-navigation ul li a:hover {
    border-bottom: 1px solid #ff7a7b;
  }
  .show-menu {
    left: 0;
    opacity: 1;
  }
  .fa-times {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header_top .main-navigation ul ul {
    position: static;
    width: 100%;
    left: -14px;
    border-radius: 2px;
    margin-top: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
  }
  .header_top .main-navigation ul ul li a {
    padding: 8px 10px;
    border-bottom: 1px solid #4e4e4e;
    display: block;
    margin: 0px 10px;
    color: #fff;
  }
  .header_top .main-navigation ul ul li a:hover {
    border-bottom: 1px solid #ff7a7b;
  }
  .header_top .main-navigation ul li i {
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 5px;
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
  }
  .head_cnt .cntHead p {
    width: 100%;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .container {
    max-width: 90%;
  }
  .btn-link {
    padding: 6px 16px !important;
  }
  .main-navigation {
    width: 70% !important;
  }
  .header_top .btn-link {
    font-size: 14px !important;
  }
  .header_sec .header_sec_cnt a {
    font-size: 12px !important;
  }
  .aboutSec1 {
    padding: 75px 0 25px !important;
  }
  .aboutSec1::before {
    left: -60px !important;
    top: -70px !important;
    background-size: 60% !important;
  }
  .aboutSec1 .aboutSec1Inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content span {
    font-size: 18px !important;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content h2 {
    font-size: 26px !important;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content h2 span {
    font-size: 26px !important;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content .clientName h5 {
    font-size: 16px !important;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content .clientName p {
    font-size: 14px !important;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content .clientName p span {
    font-size: 14px !important;
  }
  .aboutSec1 .aboutSec1Inner .aboutSec1Img {
    width: 90% !important;
  }
  .aboutSec1 .aboutSec1Inner .aboutSec1Img figure {
    height: 300px !important;
  }
  .aboutSec2 {
    padding: 20px 0 55px !important;
  }
  .aboutSec2 .aboutSec2Inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .aboutSec2 .aboutSec2Inner .aboutSec2Img::before {
    width: 80px !important;
    height: 80px !important;
    top: -6px !important;
  }
  .aboutSec2 .aboutSec2Inner .aboutSec2Img::after {
    width: 60px !important;
    height: 60px !important;
  }
  .aboutSec2 .aboutSec2Inner .aboutSec2Img figure {
    height: 300px !important;
  }
  .aboutSec2 .aboutSec2Inner .aboutSec2Img figure img {
    border-radius: 80px 10px !important;
  }
  .courses::before {
    width: 100px !important;
    height: 100px !important;
    background-size: 50% !important;
  }
  .courses .courseList .box {
    width: 100% !important;
    margin-left: 0% !important;
    margin-bottom: 40px;
  }
  .Administration .featureList .box {
    width: 100% !important;
    margin-left: 0% !important;
  }
  .gallerySec .galleryInner ul li {
    width: 100% !important;
  }
  .contact_us .contact_us_sec .contact_inner {
    padding: 30px 15px !important;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img {
    width: 100% !important;
    margin-left: 0% !important;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img figure {
    width: 100% !important;
    height: 350px !important;
  }
  .innerContent .galleryInner ul li {
    width: 100% !important;
  }
  .error_page .error_page_sec h1 {
    font-size: 5.5rem !important;
    letter-spacing: 0rem !important;
  }
  .error_page .error_page_sec span {
    font-size: 1.5rem !important;
  }
  .blogList .blogCnt .blogImg figure {
    height: 250px !important;
  }
  .blogListInner .blog_inner_page_sec {
    width: 100% !important;
    margin-left: 0% !important;
  }
  .blogListInner .blog_inner_page_sec figure {
    height: 300px !important;
  }
  .departmentInner .courseList .box .card figure {
    width: 100%;
    height: 250px !important;
  }
}

@media (max-width: 575.98px) {
  .container {
    max-width: 90%;
  }
  .main-navigation {
    width: 60%;
  }
  h3 {
    font-size: 26px;
  }
  h2 {
    font-size: 30px;
  }
  h1 {
    font-size: 32px !important;
  }
  .text_cnt p {
    width: 100%;
  }
  .head_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .head_cnt .cntHead {
    width: 100%;
  }
  .logo {
    width: 50%;
  }
  .logo a img {
    width: 100px;
  }
  .header_sec .header_sec_cnt .location_sec {
    display: none;
  }
  .header_top {
    padding: 10px 30px;
  }
  .header_top .logo {
    width: 45%;
  }
  .header_top .logo img {
    width: 120px;
  }
  .banner_sec .bannerSlide .bnr_Slide .item figure {
    width: 100%;
    height: 350px;
  }
  .aboutSec1 {
    padding: 75px 0 35px;
  }
  .aboutSec1::before {
    left: -36px;
    top: -55px;
    background-size: 80%;
  }
  .aboutSec1 .aboutSec1Inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content {
    padding-top: 30px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content span {
    font-size: 24px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content h2 {
    font-size: 36px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content h2 span {
    font-size: 36px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content .clientName {
    padding-top: 30px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content .clientName h5 {
    font-size: 20px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content .clientName p {
    font-size: 15px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content .clientName p span {
    font-size: 15px;
  }
  .aboutSec1 .aboutSec1Inner .aboutSec1Img {
    width: 80%;
  }
  .aboutSec1 .aboutSec1Inner .aboutSec1Img::before {
    content: "";
    right: -22px;
    top: 4px;
  }
  .aboutSec1 .aboutSec1Inner .aboutSec1Img figure {
    height: 350px;
    width: 100%;
    margin-left: 0px;
    margin-top: 22px;
  }
  .aboutSec2 {
    padding: 60px 0 55px;
  }
  .aboutSec2 .aboutSec2Inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .aboutSec2 .aboutSec2Inner .aboutSec2Img::before {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .aboutSec2 .aboutSec2Inner .aboutSec2Img::after {
    width: 80px;
    height: 80px;
    right: 48px;
    bottom: -30px;
  }
  .aboutSec2 .aboutSec2Inner .aboutSec2Img figure {
    width: 90%;
    margin-left: 5%px;
    margin-top: 22px;
    height: 350px;
    margin-left: 5%;
  }
  .aboutSec2 .aboutSec2Inner .aboutUs2_content {
    margin-top: 30px;
  }
  .noticeBoard .noticeBoard_inner {
    border-radius: 50px;
  }
  .noticeBoard .noticeBoard_inner::before {
    display: none;
  }
  .noticeBoard .noticeBoard_inner::after {
    bottom: -35px;
    width: 50px;
    height: 50px;
  }
  .noticeBoard .noticeBoard_inner .noticeimg {
    display: none;
  }
  .noticeBoard .noticeBoard_inner .text {
    padding: 30px;
    position: relative;
    padding-left: 30px;
    width: 100%;
  }
  .facilites {
    padding: 55px 0 5px;
  }
  .facilites .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .facilites .facilitiesImg p {
    height: 130px;
    overflow: hidden;
  }
  .facilites .facilitiesText .contentList .box {
    width: 100%;
    height: 221px;
    -webkit-box-shadow: 0px 4px 17px 1px rgba(43, 23, 112, 0.05);
    box-shadow: 0px 4px 17px 1px rgba(43, 23, 112, 0.05);
    background: #ffffff;
  }
  .courses {
    padding: 20px 0 50px;
  }
  .courses::before {
    top: 350px;
  }
  .courses .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .courses .courseList {
    margin-top: 50px;
  }
  .courses .courseList .box {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 40px;
  }
  .courses .courseList .box:last-child {
    margin-bottom: 0;
  }
  .courses .courseList .box .card figure {
    height: 200px;
  }
  .Administration .featureList .box {
    width: 90%;
    margin-left: 5%;
    margin-top: 30px;
  }
  .gallerySec .galleryInner ul li {
    width: 50%;
  }
  .gallerySec .galleryInner ul li a figure {
    height: 200px;
  }
  .contact_us .contact_us_sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .contact_us .contact_inner_map iframe {
    height: 350px;
  }
  .footer {
    padding: 50px 0 50px;
  }
  .footer .footerInner .footer_cnt p {
    width: 100%;
  }
  .footer .footerInner .footer_cont_sec {
    padding-bottom: 30px;
  }
  .footer .footerInner .footer_cont_sec .address li p {
    width: 100%;
  }
  .footer .footerInner .footer_cont_sec:last-child {
    padding-bottom: 0;
  }
  .footer .footerInner .footer_cont_sec h5 {
    font-size: 18px;
  }
  .footer .footerInner .footer_cont_sec:nth-child(1) {
    width: 100%;
  }
  .footer .footerInner .footer_cont_sec:nth-child(2) {
    width: 100%;
  }
  .footer .footerInner .footer_cont_sec:nth-child(3) {
    width: 100%;
  }
  .footer .footerInner .footer_cont_sec:nth-child(4) {
    width: 100%;
  }
  .innerbannerSec .innerbannerCnt .head h2 {
    font-size: 30px;
  }
  .innerContent .aboutSec1_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img {
    width: 90%;
    margin-left: 5%;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img figure {
    width: 100%;
    height: 450px;
  }
  .innerContent .aboutSec1_inner .aboutUs_content {
    width: 100%;
    display: block;
  }
  .innerContent .galleryInner ul li {
    width: 50%;
  }
  .error_page .error_page_sec {
    width: 95%;
    margin-left: 2.5%;
    padding: 20px 20px;
  }
  .error_page .error_page_sec h1 {
    font-size: 8.5rem;
    letter-spacing: 1rem;
  }
  .error_page .error_page_sec span {
    font-size: 2.5rem;
  }
  .blogList .blogCnt .blogImg figure {
    width: 100%;
  }
  .blogList .blogCnt .blogText {
    margin-top: 30px;
  }
  .blogListInner .blog_inner_page_sec figure {
    height: 320px;
  }
  .blogListInner .blog_inner_page_sec figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .departmentInner .courseList .box .card figure {
    width: 100%;
    height: 300px;
  }
  .blogListInner .blog_inner_page_sec {
    width: 90%;
    margin-left: 5%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 90%;
  }
  .main-navigation {
    width: 40%;
  }
  .logo {
    width: 65%;
  }
  h3 {
    font-size: 26px;
  }
  .header_sec .header_sec_cnt .location_sec {
    display: none;
  }
  .header_top {
    padding: 10px 42px;
  }
  .header_top .logo {
    width: 65%;
  }
  .header_top .logo img {
    width: 150px;
  }
  .banner_sec .bannerSlide .bnr_Slide .item figure {
    width: 100%;
    height: 350px;
  }
  .aboutSec1 {
    padding: 75px 0 45px;
  }
  .aboutSec1::before {
    left: -36px;
    top: -55px;
    background-size: 80%;
  }
  .aboutSec1 .aboutSec1Inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content {
    padding-top: 40px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content span {
    font-size: 24px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content h2 {
    font-size: 36px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content h2 span {
    font-size: 36px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content .clientName h5 {
    font-size: 16px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content .clientName p {
    font-size: 14px;
  }
  .aboutSec1 .aboutSec1Inner .aboutSec1Img {
    width: 80%;
  }
  .aboutSec1 .aboutSec1Inner .aboutSec1Img::before {
    content: "";
    right: -22px;
    top: 4px;
  }
  .aboutSec1 .aboutSec1Inner .aboutSec1Img figure {
    height: 400px;
    width: 100%;
    margin-left: 0px;
    margin-top: 22px;
  }
  .aboutSec2 .aboutSec2Inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .aboutSec2 .aboutSec2Inner .aboutUs2_content {
    margin-top: 30px;
  }
  .noticeBoard .noticeBoard_inner::before {
    display: none;
  }
  .noticeBoard .noticeBoard_inner::after {
    bottom: -35px;
    width: 50px;
    height: 50px;
  }
  .noticeBoard .noticeBoard_inner .noticeimg {
    display: none;
  }
  .noticeBoard .noticeBoard_inner .text {
    padding: 30px;
    position: relative;
    padding-left: 55px;
    width: 100%;
  }
  .facilites .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .facilites .facilitiesImg p {
    height: 130px;
    overflow: hidden;
  }
  .facilites .facilitiesText .contentList .box {
    width: 250px;
    height: 221px;
  }
  .courses::before {
    top: 350px;
  }
  .courses .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .courses .courseList {
    margin-top: 50px;
  }
  .courses .courseList .box .card figure {
    height: 175px;
  }
  .Administration .featureList .box {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .Administration .featureList .box .card .imgBox figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .gallerySec .galleryInner ul li {
    width: 50%;
  }
  .contact_us .contact_us_sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .contact_us .contact_inner_map iframe {
    height: 350px;
  }
  .footer {
    padding: 50px 0 50px;
  }
  .footer .footerInner .footer_cont_sec {
    padding-bottom: 30px;
  }
  .footer .footerInner .footer_cont_sec:last-child {
    padding-bottom: 0;
  }
  .footer .footerInner .footer_cont_sec h5 {
    font-size: 18px;
  }
  .footer .footerInner .footer_cont_sec:nth-child(1) {
    width: 100%;
  }
  .footer .footerInner .footer_cont_sec:nth-child(2) {
    width: 100%;
  }
  .footer .footerInner .footer_cont_sec:nth-child(3) {
    width: 100%;
  }
  .footer .footerInner .footer_cont_sec:nth-child(4) {
    width: 100%;
  }
  .innerContent .aboutSec1_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img {
    width: 90%;
    margin-left: 5%;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img figure {
    width: 100%;
    height: 480px;
  }
  .innerContent .aboutSec1_inner .aboutUs_content {
    width: 100%;
    display: block;
  }
  .innerContent .galleryInner ul li {
    width: 50%;
  }
  .error_page .error_page_sec h1 {
    font-size: 10.5rem;
  }
  .error_page .error_page_sec span {
    font-size: 2.5rem;
  }
  .blogList .blogCnt .blogImg figure {
    width: 90%;
    margin-left: 5%;
  }
  .blogList .blogCnt .blogText {
    margin-top: 30px;
  }
  .innerbannerSec .innerbannerCnt .head h2 {
    font-size: 45px;
  }
  .blogListInner .blog_inner_page_sec figure {
    height: 320px;
  }
  .blogListInner .blog_inner_page_sec figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .departmentInner .courseList .box .card figure {
    width: 100%;
    height: 250px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 90%;
  }
  .main-navigation {
    width: 40%;
  }
  h3 {
    font-size: 26px;
  }
  .header_sec .header_sec_cnt .location_sec {
    display: none;
  }
  .banner_sec .bannerSlide .bnr_Slide .item figure {
    width: 100%;
    height: 400px;
  }
  .header_top {
    padding: 10px 42px;
  }
  .header_top .logo {
    width: 65%;
  }
  .header_top .logo img {
    width: 150px;
  }
  .aboutSec1 {
    padding: 75px 0 55px;
  }
  .aboutSec1::before {
    left: -36px;
    top: -55px;
    background-size: 80%;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content span {
    font-size: 24px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content h2 {
    font-size: 34px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content h2 span {
    font-size: 34px;
  }
  .aboutSec1 .aboutSec1Inner .aboutSec1Img::before {
    content: "";
    right: -22px;
    top: 4px;
  }
  .aboutSec1 .aboutSec1Inner .aboutSec1Img figure {
    height: 400px;
  }
  .aboutSec2 {
    padding: 35px 0 45px;
  }
  .aboutSec2 .aboutSec2Inner .aboutSec2Img::before {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .aboutSec2 .aboutSec2Inner .aboutSec2Img::after {
    width: 80px;
    height: 80px;
    right: 48px;
    bottom: -30px;
  }
  .aboutSec2 .aboutSec2Inner .aboutSec2Img figure {
    width: 90%;
    margin-left: 0px;
    height: 350px;
  }
  .aboutSec2 .aboutSec2Inner .aboutSec2Img figure img {
    border-radius: 60px 10px;
  }
  .noticeBoard .noticeBoard_inner::before {
    content: "";
    bottom: -64px;
    right: 57px;
    width: 296px;
    height: 100%;
  }
  .noticeBoard .noticeBoard_inner::after {
    bottom: -35px;
    width: 50px;
    height: 50px;
  }
  .noticeBoard .noticeBoard_inner .text {
    padding: 30px;
    position: relative;
    padding-left: 20px;
    width: 55%;
  }
  .noticeBoard .noticeBoard_inner .noticeimg figure {
    width: 34%;
    height: 291px;
    bottom: 0px;
    right: 57px;
  }
  .noticeBoard .noticeBoard_inner .noticeimg figure img {
    width: 100%;
    height: 100%;
  }
  .facilites .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .facilites .facilitiesImg p {
    height: 130px;
    overflow: hidden;
  }
  .courses::before {
    top: 350px;
  }
  .courses .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .courses .courseList {
    margin-top: 50px;
  }
  .Administration .featureList .box {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .gallerySec .galleryInner ul li {
    width: 50%;
  }
  .contact_us .contact_us_sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .contact_us .contact_inner_map iframe {
    height: 350px;
  }
  .footer {
    padding: 50px 0 50px;
  }
  .footer .footerInner .footer_cont_sec {
    padding-bottom: 30px;
  }
  .footer .footerInner .footer_cont_sec h5 {
    font-size: 18px;
  }
  .footer .footerInner .footer_cont_sec:nth-child(1) {
    width: 100%;
  }
  .footer .footerInner .footer_cont_sec:nth-child(2) {
    width: 40%;
  }
  .footer .footerInner .footer_cont_sec:nth-child(3) {
    width: 20%;
  }
  .footer .footerInner .footer_cont_sec:nth-child(4) {
    width: 40%;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img figure {
    width: 100%;
    height: 350px;
  }
  .innerContent .galleryInner ul li {
    width: 50%;
  }
  .error_page .error_page_sec h1 {
    font-size: 12.5rem;
  }
  .error_page .error_page_sec span {
    font-size: 3.5rem;
  }
  .departmentInner .courseList .box .card figure {
    width: 100%;
    height: 250px;
  }
  .campusList .courseList .box .card figure {
    height: 190px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: 90%;
  }
  .header_top {
    padding: 10px 42px;
  }
  .header_top .btn-link {
    font-size: 14px;
    padding: 8px 10px;
  }
  .header_top .logo img {
    width: 140px;
  }
  .header_top .main-navigation ul li {
    margin: 0 3px;
  }
  .header_top .main-navigation ul li a {
    font-size: 12px;
  }
  .aboutSec1 {
    padding: 75px 0 45px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content h2 {
    font-size: 38px;
  }
  .aboutSec1 .aboutSec1Inner .aboutUs1_content h2 span {
    font-size: 38px;
  }
  .aboutSec1 .aboutSec1Inner .aboutSec1Img::before {
    right: -10px;
    top: 0;
  }
  .aboutSec1 .aboutSec1Inner figure {
    height: 440px;
  }
  .aboutSec2 {
    padding: 55px 0 85px;
  }
  .aboutSec2 .aboutSec2Inner .aboutSec2Img figure {
    width: 380px;
    margin-left: 0px;
    height: 400px;
  }
  .noticeBoard .noticeBoard_inner .text {
    padding: 30px;
    position: relative;
    padding-left: 20px;
    width: 55%;
  }
  .noticeBoard .noticeBoard_inner .noticeimg figure {
    width: 320px;
    height: 430px;
    bottom: -22px;
    right: 75px;
  }
  .facilites .facilitiesText .contentList .box {
    width: 200px;
    height: 221px;
  }
  .courses .courseList .box {
    padding-left: 6px;
    padding-right: 6px;
  }
  .courses .courseList .box .card figure {
    width: 100%;
    height: 200px;
  }
  .footer .footerInner .footer_cont_sec h5 {
    font-size: 18px;
  }
  .footer .footerInner .footer_cont_sec:nth-child(3) {
    width: 15%;
  }
  .innerContent .aboutSec1_inner .aboutSec1_img figure {
    width: 95%;
    height: 400px;
  }
  .campusList .courseList .box .card figure {
    height: 190px;
  }
}

@media (min-width: 1400px) {
  .header_top {
    width: 90%;
    margin-left: 5%;
  }
}

@media (min-width: 1500px) {
  .header_top {
    width: 80%;
    margin-left: 10%;
  }
}
/*# sourceMappingURL=responsive.css.map */
