@media screen and (max-width: 1900px) {
}

@media screen and (max-width: 1900px) {
  .heading {
    font-size: 34px;
    line-height: 40px;
    margin-top: 130px;
    margin-bottom: 10px;
  }

  .heading2 {
    font-size: 22px;
  }

  .logo {
    width: 250px;
  }

  .signature {
    width: 140px;
  }
}

@media screen and (max-width: 1600px) {
  .heading {
    font-size: 24px;
    line-height: 32px;
    margin-top: 120px;
  }

  .fact-item .fact-info {
    padding-left: 60px;
  }

  .fact-item img {
    width: 50px;
  }

  .fact-item .fact-number {
    font-size: 24px;
  }

  .fact-item .fact-header {
    font-size: 12px;
    margin: 0;
  }
}

@media screen and (max-width: 1440px) {
  .logo {
    width: 220px;
  }
}

@media screen and (max-width: 1400px) {
   .faculty_box {
        width:30%;
    }
}

@media screen and (max-width: 1280px) {
}

@media (max-width: 1366px) and (min-width: 1200px) {
  .navbar .nav > li > a {
    font-size: 13px;
    padding: 10px 5px;
  }
  .slogo {
    width: 97px;
  }
  .bluebg .contact_info {
    color: #fff;
    float: left;
    font-size: 16px;
    padding: 15px 0 0 0;
  }
}

@media (max-width: 1199px) and (min-width: 1024px) {
  .navbar .nav > li > a {
    font-size: 12px;
    padding: 10px 2px;
  }
  .slogo {
    width: 97px;
  }
  .bluebg .contact_info {
    color: #fff;
    float: left;
    font-size: 16px;
    padding: 15px 0 0 0;
  }
}

@media (max-width: 1023px) and (min-width: 991px) {
  .navbar .nav > li > a {
    font-size: 12px;
    padding: 10px 2px;
  }
  .slogo {
    width: 97px;
  }
  .bluebg .contact_info {
    color: #fff;
    float: left;
    font-size: 16px;
    padding: 15px 0 0 0;
  }
}

@media (max-width: 1200px) and (min-width: 1150px) {
  .phone_strip {
    width: 53%;
  }
}

@media (max-width: 1149px) and (min-width: 991px) {
  .phone_strip {
    width: 53.6%;
  }

}

@media screen and (max-width: 1200px) {
  .center-block {
    width: 50%;
  }

  .registration-body .registration-content ul li {
    font-size: 18px;
    display: inline-block;
  }

  .registration-body .registration-content ul li span {
    font-size: 15px;
  }
}

@media screen and (max-width: 1170px) {
  .slider_circle_10 .active {
    left: inherit !important;
  }
}

@media screen and (max-width: 1024px) {
  .pop-lft, .pop-rt {
    width: 100%;
    padding: 37px;
  }
  .pop-box {
    border-radius: 0px;
    width: 100%;
  }
}

@media (max-width: 5000px) and (min-width: 1200px) {
}

@media (min-width: 992px) {
  body {
    background-image: url(../images/bg-pattern.jpg);
  }

  .background-grid {
    margin-left: 100px;

    width: calc(100% - 100px);

    width: -moz-calc(100% - 100px);

    width: -webkit-calc(100% - 100px);
  }

  .background-grid > .column {
    width: 16.6%;
  }

  .header {
    /* -webkit-box-shadow: 0 15px 100px rgba(0, 0, 0, 0.15);

        -moz-box-shadow: 0 15px 100px rgba(0, 0, 0, .15);

        box-shadow: 0 15px 100px rgba(0, 0, 0, 0.15);*/

    top: 0;

    left: 0;

    width: 100px;

    height: 100%;
  }

  /*.header:after,

    .header:before {

        border-style: solid;

        content: '';

        position: absolute;

        left: 0;

        width: 0;

        height: 0

    }

    .header:before {

        border-color: #fff transparent transparent;

        border-width: 100px 100px 0 0;

        top: 0

    }

    .header:after {

        border-color: transparent transparent #fff;

        border-width: 0 0 100px 100px;

        bottom: 0

    }*/

  .navbar .nav > li {
    padding: 15px 8px;
  }

  .navbar .nav > li.active > a:before {
    opacity: 1;
  }

  .navbar .container-fluid {
    padding: 0px;
  }

  .navbar-nav {
    float: left;

    margin: 0;
  }

  .navbar .nav {
    margin-bottom: 0px;
  }

  .header .logo {
    border-radius: 50%;

    margin-left: -30px;

    position: absolute;

    top: 20px;

    left: 50%;

    width: 60px;

    height: 60px;
  }

  .navbar-nav > li > a {
    padding-top: 15px;

    padding-bottom: 15px;
  }

  .navbar-nav > li {
    float: left;
  }

  .nav-social {
    margin-left: -30px;

    position: absolute;

    bottom: 20px;

    line-height: 28px;

    left: 50%;

    width: 60px;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}

@media screen and (max-width: 991px) {
  .nav-wraper {
    vertical-align: middle;
  }

  .navbar {
    display: none;

    background-color: #fcfcfc;
  }
  .split-image.hero-3 {
    height: auto;
  }
  .navbar .nav {
    font-size: 24px !important;

    line-height: 34px !important;
  }

  .navbar .nav > li {
    padding-top: 5px;

    padding-bottom: 5px;
  }

  .navbar .nav > li.active > a {
    color: #faaf52;
  }

  #profile .profile-detail .content-wrapper {
    height: auto;
  }

  .center-block {
    width: 100%;
    margin-top: 40px;
  }

  .committeetab {
    height: auto;
    margin-bottom: 20px;
  }

  .section {
    padding: 50px 0;
  }

  .footer-v2-heading {
    margin-top: 25px;
  }

  .footer {
    padding: 50px 0 0px;
  }

  .nview {
    display: none;
  }

  .mobileview {
    display: block;
  }

  .header {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  .menu4 {
    padding: 0 !important;
  }

  .quick_links {
    margin-top: 50px;
    display: inline-block;
  }

  .contact-v1-form {
    margin-bottom: 40px;
  }

  .profile-image {
    margin-bottom: 35px;
  }

  .committeetab {
    display: none;
  }

  .section-content {
    width: 100%;
  }

  .phone_strip {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    display: block;
  }

  .abstract-body {
    background: inherit;
  }

  .arbbg {
    background: url(../images/abstbg.jpg) no-repeat center / cover;
    margin: 40px 0 0 0;
    float: left;
    width: 100%;
  }
  .trbtnbdy {
    display: none;
  }
  .trbtnbdy2 {
    display: block;
  }
  .copyright {
    padding-bottom: 45px;
  }
  .col-centered {
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .hero-split-content {
    height: auto;
  }
  .contact-block,
  .location-block.home-v2 {
    position: relative;
  }
  .logobdy {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
  #profile .profile-detail {
    height: auto !important;
  }
  .patron-mobile {
    display: block;
  }
  .patron-desktop {
    display: none;
  }
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 850px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
  .background-grid > .column {
    width: 25%;
  }

  .service-item-v1 .img-icon-wapper {
    padding: 10px;
  }

  .service-number img {
    width: 90px;
    height: 90px;
  }

  .service-v1-heading {
    font-size: 16px;
  }

  .split-image.hero-2 {
    background-position: inherit;
  }

  .section-title {
    margin-bottom: 20px;
  }

  h2 {
    margin-top: 0px;

    margin-bottom: 10px;

    font-size: 24px;
  }

  .heading {
    font-size: 20px;

    line-height: 25px;

    margin-top: 150px;
  }

  .heading2 {
    font-size: 20px;
  }

  .signature {
    margin-top: 10px;
  }

  .tab_close {
    top: -42px;
  }

  .profile-image .image-wraper {
    margin-left: 0;
  }

  .hero-scroll-button {
    display: block !important;
    left: 50%;
    margin-left: -32px;
    bottom: 20px;
  }

  .popup_body .popup_inr_body {
    width: 95%;
  }

  .content_details h5 {
    font-size: 18px;
  }

  .content_body h5 {
    font-size: 18px;
  }

  .popup_body .popup_main {
    padding: 15px;
  }

  .popup_close {
    right: -15px;
    top: 0;
  }

  .faculty_box {
    opacity: 1;
  }

  .faculty_box.selected {
    border: inherit;
  }

  .faculty_box.selected.faculty_box h5 {
    color: inherit;
  }

  .faculty_box.selected.faculty_box p {
    color: inherit;
  }

  .location-block.home-v2 {
    margin-bottom: 15px;
  }

  .black_stip h4 {
    margin: 0 0 40px;
    font-size: 34px;
  }
  .black_stip h4:before {
    width: 50px;
  }
  .abstract_list ul li.active .cs-media {
    margin-left: 0;
  }
  .abstract_list ul li.active .cs-media:before {
    background: inherit;
  }
  .common-padd {
    padding: 40px 0px;
  }
  .registaion-tab .tab button {
    padding: 10px 13px;
  }
  .registaion-tab {
    padding: 20px 20px;
  }
  .registaion-tab .tabcontent p,
  .registaion-tab .tabcontent ul li {
    font-size: 14px;
  }
  .registration-left li h4,
  .registration-left li h6 {
    color: #0f550f;
  }
  .registration-left ul {
    margin-top: 20px;
  }
  .venue-section .col-md-6 {
    padding-bottom: 20px;
  }
  .venu-content ul li h4 {
    font-size: 17px;
  }
  .venu-content ul li {
    width: 100%;
  }
  h1,
  h2,
  h3,
  h4 {
    line-height: normal;
  }
  .video-image {
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
  }
    .committee_inner_wrap {
    flex-direction: column;
}
.committe_inner_left {
    padding: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.committe_inner_left_inner {
    gap: 20px;
}
    .faculty_box {
        width: 47%;
    }
.committee_inner_right {
    gap: 25px;
    flex-direction: row;
}
.committee_inner_right p {
    font-size: 80px;
    line-height: normal;
}

}
@media screen and (max-width: 767px)
{
.faculty_box {
    width: 100%;
}
.two h1 {
    font-size: 33px;
}
}
@media screen and (max-width: 640px) {
}

@media screen and (max-width: 600px) {
  .service-item-v1 {
    webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .service-number img {
    width: 100px;
    height: 100px;
  }

  .tab_list ul li {
    margin-bottom: 15px;
    width: 100%;
  }

  .tab_list:after {
    height: auto;
  }
}

@media screen and (max-width: 540px) {
  .section-title h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .slider_circle_10 .active {
    width: 80% !important;
  }

  .openmenu .committee_list .col-xs-6 {
    width: 100% !important;
  }

  .openmenu2 .committee_list .col-xs-6 {
    width: 100% !important;
  }

  .openmenu3 .committee_list .col-xs-6 {
    width: 100% !important;
  }

  .faculty_box .profile_pic {
    width: 40px;
  }

  .faculty_box h5 {
    /* font-size: 15px; */
  }
  .patrons-section .col-sm-12 {
    width: 100% !important;
  }
  .patrons-section .col-md-6 {
    overflow: hidden;
  }
  .openmenu {
    height: auto;
  }
  .message_img {
    float: left;
    width: 100%;
  }
  #profile .profile-detail .content-wrapper {
    padding-left: 0px;
  }
  .profile-detail {
    height: 375px;
  }
  .profile-detail iframe {
    height: 100%;
  }
  .slider_circle_10 {
    margin: 0px auto 0 auto !important;
  }
  .slider_circle_10 .active img {
    padding: 8px !important;
  }
  .slider_circle_10 .active {
    height: 200px !important;
    margin-top: 50px !important;
    width: 200px !important;
  }
  .tab_close {
    top: 0;
  }
}

@media screen and (max-width: 504px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 460px) {
  .slider_circle_10 .active {
    height: 200px !important;

    margin-top: -50px !important;
  }

  .slider_circle_10 .prev1 {
    height: 300px !important;
  }

  .slider_circle_10 {
    height: 380px !important;
  }
}

@media screen and (max-width: 414px) {
  .testimonials-item {
    padding: 5px;
  }
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}
