.college-no-left-right{
    padding-left: 0;
    padding-right: 0;
}
.college-no-left
{
    padding-left: 0;
    padding-right: 15px;
}
.college-no-right
{
    padding-left: 15px;
    padding-right: 0;
}
a{
    color:#a74b00;
}


.admission-strip {
    padding: 10px;
    background-color: #073161;
}
.admission-strip a {
    font-size: 16px;
    font-weight: normal;
    color:#ffffff;
}
    .admission-strip a span {
        font-size: 16px;
        font-weight: normal;
        color: #fdc800;
    }

.colege-heading {
    font-size: 32px;
    text-transform: capitalize;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
}
.colege-subheading {
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 600;
}
p.smallheading {
    font-size: 18px;
    text-transform: capitalize;
    color: #03de8f;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 500;
}
.naac-grade
{
	font-size:18px;
	font-weight:normal;
	margin-bottom:0;
	color:#fff;
	margin-top: 20px;
}
.logo-size
{
	width: 120px;
    height: auto;
    float: left;
}
.block-p
{
	font-style: italic;
	font-size:16px;
}
.about-page2-inner  h2.heading-mb
{
	margin-bottom:45px;
}
.about-page2-inner ul li
 {
    font-size: 14px;
    text-align: justify;
}
.college-no-left{
	padding-left:0;
	padding-right:15px;
}
.college-no-right{
	padding-left:15px;
	padding-right:0;
}
.college-no-left-right{
	padding-left:0;
	padding-right:0;
}
.princi-msg-block{
	padding:30px;
	background-color:#F3F5F9;box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;;
}
.princi-msg-block-h3{
	font-size: 20px;
    color: #337ab7;
    margin-bottom: 10px;
}
.courses-sub-title
{
	font-size: 22px;
    margin-bottom: 10px;
    line-height: initial;
}
.courses-name
{
	    font-size: 18px;
    text-transform: capitalize;
    color: #2098d1;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 10px;
    width: 50%;
}
.course-details-inner ul.course-feature li 
{
    width: 100%;
}
.cources-mb{
	margin-bottom:20px;
	padding-left:25px;
}
h3.prici-name
{
	font-size: 14px;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
p.princi-name-post
{
	font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color:#337ab7;
    font-weight: bold;
    text-align: center;
}
.header4-area nav#desktop-nav > ul > li > a {
    padding: 20px 8px;
}

p.about-para-info,p.about-para-info a
{
	font-size: 18px;
    text-transform: inherit;
    margin-bottom: normal;
    text-align: left;
}
.about-slider-area {
    padding: 60px 0;
}
.title-default-left {
   
    margin-bottom: 30px;
}

.rmg-a
{
	font-size: 14px;
    color: #337ab7;
	cursor:pointer;
}
.rmg-a:hover
{
    color: #333;
	cursor:pointer;
}
.about-mb
{
	margin-bottom:20px;
}
.normal-heading-mb
{
	margin-bottom:25px;
}
.section-divider {
   
    margin-bottom: 30px;
}
.insp-img {

    width: 100%;
    height: 180px;
}
.apply-online
{
    width: 500px;
    max-width: 100%;
}


/* dept sidebar css*/
#sidebar-wrapper {
    border-right: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

#sidebar-wrapper {
    /* z-index: 1000; */
    position: relative;
    /* left: 225px;
    width: 0; */
    height: 100%;
    /* margin-left: -225px; */
    overflow-y: auto;
    background: #f8f8f8;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    #sidebar-wrapper .sidebar-nav {
        position: relative;
        top: 0;
        width: 100%;
        font-size: 14px;
        margin: 0;
        padding: 0;
        list-style: none;
        border: 2px solid #002147;
    }

        #sidebar-wrapper .sidebar-nav li {
            text-indent: 0;
            /* line-height: 45px; */
            border-bottom: 1px solid #002147;
        }

            #sidebar-wrapper .sidebar-nav li:last-child {
                border-bottom: none;
            }

            #sidebar-wrapper .sidebar-nav li a {
                display: block;
                text-decoration: none;
                color: #333333;
                font-weight: normal;
                font-size: 16px;
                padding: 10px 15px;
            }
/* #sidebar-wrapper .sidebar-nav li a:last-child
{
    border-bottom: none;
} */
.sidebar-nav li:first-child a {
    background: #033774d4 !important;
    color: #fff !important;
}

#sidebar-wrapper .sidebar-nav li a .sidebar-icon {
    width: 45px;
    height: 45px;
    font-size: 14px;
    padding: 0 2px;
    display: inline-block;
    text-indent: 7px;
    margin-right: 10px;
    color: #fff;
    float: left;
}

#sidebar-wrapper .sidebar-nav li a .caret {
    position: absolute;
    right: 23px;
    top: auto;
    margin-top: 10px;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse {
    list-style: none;
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    -khtml-padding-start: 0;
    -o-padding-start: 0;
    padding-start: 0;
    padding: 0;
}

    #sidebar-wrapper .sidebar-nav li ul.panel-collapse li i {
        margin-right: 10px;
    }

    #sidebar-wrapper .sidebar-nav li ul.panel-collapse li {
        text-indent: 15px;
    }

    .feedback-box {
        text-align: center;
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        height: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }
    .contact-form1 .form-group select {
        height: 45px;
    }
    .contact-form1 .form-horizontal .control-label span{
       color:red;
    }
    .contact-form1 .form-horizontal .control-label{
       text-align:left;font-weight:normal;
     }
    .contact-form1 .form-horizontal .checkbox, .form-horizontal .radio {
        font-weight: normal;
    }
    
    
.no-padding
{
    padding-left:0;
    padding-right:0
}

.feedback-form-box .title-default-left {
    margin-bottom: 60px;
}

.title-default-left.feedback-heading {
    text-align: center;
    border-bottom: 1px dashed #002349;
    padding-bottom: 10px;
}
.title-default-left.feedback-heading:before {
    background: none;
}
.contact-us-page1-area.feedback-form-box {
    padding: 60px 0 60px;
}
.contact-form1 .form-horizontal .checkbox, 
.form-horizontal .radio {
    padding-left: 20px;
}

.gallery-box img {
    width: 100%;
    height: 200px;
}

.title-bar-big-left-close:before {
   
    bottom: -10px;
}
.menu-strip-bg
{
    background-color: #a74b00;
}


.home-para
{
    font-size:17px;
}

.princi-img
{
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    border: 2px double grey;
    vertical-align: middle;
}





.single_feature{
    width:100%;
    padding: 30px 30px 30px 30px;

    background: #F3F5F9;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-bottom: 0px;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
    }
    .single_feature:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #b3570e;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
    }
    .single_feature:hover, .single_feature:focus, .single_feature:active {
      color: white;
    }
    .single_feature:hover:before, .single_feature:focus:before, .single_feature:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
   
    .single_feature i {
      border: 1px solid #a74b00;
      border-radius: 50%;
      color: #a74b00;
      float: left;
      font-size: 20px;
      height: 60px;
      line-height: 60px;
      margin-right: 15px;
      position: relative;
      text-align: center;
      transition: all 0.3s ease 0s;
      width: 60px;
      z-index: 3;
      margin-top: 0px;
    }
    .single_feature:hover i{
      background: #fff;border: 1px solid #fff;color:#a74b00;
    }
    .single_feature h3 {
        text-transform: capitalize;
        font-size: 23px;
        font-weight: 500;
        margin-top: 0px;
        overflow: hidden;
        color: #333333;
    }
    .single_feature:hover h3{color:#fff;}
    .single_feature span {
    border-bottom: 1px dashed #ccc;
    display: block;
    margin: 15px auto 10px;
    width: 80px;
    }
    .single_feature p { margin-bottom: 0 ;overflow: hidden;
    font-size:16px;}


.block-spacing
{
    padding:40px 0px;
}
.top-nospacing
{
    padding-top:0;
}
.custom-table>thead>tr>th {
    background-color: #a74b00;
    color: #ffffff;
}
.theme-custom-button {
    color: #FFFFFF;
    background: #a74b00;
}
.theme-custom-button:hover {
    color: #FFFFFF;
    background: #e76e0b;
}

.pdf-link
{
    color:red;
    text-decoration:underline;
}

.pdf-link:hover
{
    color:#333333;
    text-decoration:underline;
}




.right-arrow-rounded
{
    list-style: outside none;
    margin-left: 0;
    padding-left: 0;
  }
  .right-arrow-rounded li {

    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 15px;
    color: #333333;
    font-size: 14px;
    font-style:normal;
    text-transform: capitalize;
  }
  .right-arrow-rounded li:before {
    
    content: "\f058";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 20px;
    border-radius: 50%;
    z-index: 1;
    line-height: 1.3;
    color: #a74b00;
    font-style:normal;
  }
  
  .overlay-video:before {
    background-color: rgb(167 75 0 / 51%);
}
.video-area2 {
    padding: 100px 0;
    position: relative;
}

.right-arrow-rounded.ul-arrow-rounded li
{
    font-size: 20px;
    font-style:italic;
}
.right-arrow-rounded.ul-arrow-rounded li:before 
{
    font-style:normal;
  }

.play-btn i {
    color: #14ee92;
}
.play-btn:hover {
    border: 3px solid #14ee92;
}

.background-bg
{
background-color: #F5F5F5;
}
.service-box4:hover .service-box-icon a {
    background: #a74b00;
}
.service-box4 .service-box-icon a {
    background: #f9dcc6;

}
.service-box4:hover .service-box-icon a i {
    color: #ffffff;
}
.service-box4:hover h3 a {
    color: #002147;
}
.inner-page-banner-area .pagination-area h1 {
    font-size: 30px;
    color: #FFFFFF;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
.inner-page-banner-area {
    padding: 30px 0 30px;
}

.inner-page-banner-area:after {
    background: #8d6e6394;
}

.video-area2.about-video{
    padding: 150px 0;
    position: relative;
}
.title-default-left {
    text-align: left;
}

.owl-controls .owl-prev {
    border: 1px solid #a74b00;
    background: #a74b00 !important;
}
.owl-controls .owl-next {
    border: 1px solid #a74b00;
    background: #a74b00 !important;
}
.contact_anchor
{
    font-size:15px;
    font-weight:normal;
    color:#333333;

}
.gallery-wrapper > div {
    padding: 0 5px;
}

.gallery-divider {
    width: 100%;
    border: 1px solid #e7e7e7;
    margin: 20px 0 20px 0;
}

/* .fa-download
{
    color:red;
} */

.gallery-wrapper {
    margin-bottom: 15px;
}


.contact-us-info1 ul > li i {
    color: #a74b00;
    font-size: 28px;
}
.contact-us-info1 ul > li .contact-social li a {
    border: 1px solid #a74b00;
}
.contact-us-info1 ul > li .contact-social li a i {
    color: #a74b00;
}
.contact-us-info1 ul > li .contact-social li:hover a {
    border: 1px solid #a74b00;
    background: #a74b00;
}


.college-sub-title {
    font-size: 18px;
    color: #333333;
    text-transform: capitalize;
    font-weight: bold;
}




.footer-area-top {
    padding: 30px 0 30px;
    background: #a74b00;
}

.lecturers-img-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
    height: 220px;
}
.owl-carousel .owl-item img {
    height: 100%;
}
.overlay-default:before {
    background-color: rgb(0 0 0 / 9%);
}

nav#desktop-nav ul li .active {
    background-color: #773703;
}

.notification-strip {
    padding: 10px;
    background-color: #622c00;
}


.notice-box {
    width: 100%;
    padding: 30px 30px 30px 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-bottom: 30px;
    overflow-y: auto;
    height: 300px;
    background: #F3F5F9;
   
}
.custom-scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.custom-scrollbar::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

.custom-scrollbar::-webkit-scrollbar-thumb
{
	background-color: grey;
	border: 2px solid grey;
    border-radius: 10px;
}
.sidebar-categories li a:hover {
    color: #a74b00;
}

/* h2.title-default-left:before {
    background-color: #c50000;
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.25rem;
    width: 42px;
    margin-bottom: 1.25rem;
} */
/* h2.title-default-left {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    margin-bottom:30px;
  }
  h2.title-default-left:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #a74b00;
  }
  h2.title-default-left:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 150px;
    background-color: #a74b00;
  }
   */

   .inner-page-banner-area .pagination-area ul li a {
    color: #03de8f;
   }


   .mean-container .mean-bar a.logo-mobile-menu {
    background-color: #ffffff;
}



.mean-container .mean-nav ul {
    background: #ffffff;
}
.princi-name-sett
{
    margin-top:5px;
}
.desktop-text-right
{
    text-align:right;
}

.footer-area-top .featured-links {
    margin-bottom: 0;
}

.footer-area-top .footer-about {
    margin: 20px 0 30px;
}
.footer-area-top .footer-box {
    margin-bottom: 0;
}
#scrollUp {
    background-color: #14ee92;
}
#scrollUp:hover, #scrollUp:focus {
    background-color: #0ac476;
}
#scrollUp:hover i, #scrollUp:focus i {
    color: #ffffff;
}
.about-sub-title {
    text-align:center;
}
.gallery-box {
    margin-bottom: 10px;
}

.footer-area-top .footer-about p,
.footer-area-top .featured-links > li ul li,
.footer-area-top .corporate-address li{
    font-size: 16px;
}



@media all and (max-width: 767px) {
    .logo-size 
	{
    width: 40px;
    height: 40px;
    float: left;
}
.mean-container .mean-nav {
   
    margin-top: -8px;
}
    .rmg-no-left,
    .rmg-no-right {
        padding-left: 0;
        padding-right: 0;
    }
    .insp-img {
        width: 200px;
        max-width: 100%;
        height: auto;
        margin: auto;
    }
    .apply-online {
        width: 200px;
        max-width: 100%;
    }
    .service-box4 h3 {
        font-size: 18px;
    }
    .event-page-area {
        padding: 20px 0;
    }
    .title-default-left {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .college-no-right,
    .college-no-left {
        padding-left: 0;
        padding-right: 0;
    }
    .block-spacing {
        padding: 20px 0px;
    }

    .princi-msg-block {
        padding: 15px;
    }
    .home-para {
        font-size: 14px;
        text-align: justify;
    }

    .single_feature {
        padding: 15px;
    }
    .single_feature i {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }

    .single_feature h3 {
        font-size: 20px;
    }

    .single_feature p {
        font-size: 14px;
    }
    .notification-strip {
        padding: 5px;
    }
    .nivo-directionNav a {
        top: 30%;
    }
    .view-all-accent-btn {
        padding: 10px 15px;
    }
    .right-arrow-rounded.ul-arrow-rounded li {
        font-size: 16px;
    }
    .princi-img {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .princi-name-sett
    {
        margin-top:5px;
        margin-bottom:10px;
    }
    .desktop-text-right
    {
    text-align:center;
    }

    .inner-page-banner-area .pagination-area h1 {
        font-size: 24px;
    }
    .inner-page-banner-area .pagination-area ul li {
        font-size: 12px;
    }
    .inner-page-banner-area {
        padding: 20px 0 20px;
    }

    .footer-area-top .footer-about {
        margin: 20px 0 20px;
    }
    .footer-area-top .footer-box {
        margin-bottom: 2ch;
    }
    .footer-area-top .footer-box {
        margin-bottom: 20px;
    }
    .footer-area-top .featured-links > li:first-child {
        margin-right: 10px;
    }
    .footer-area-top h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .single_feature {
        margin-bottom:30px;
    }
    .about-sub-title
    {
        text-align:justify;
    }
    p {
        text-align:justify;
    }
    .footer-area-top .footer-about p,
    .footer-area-top .featured-links > li ul li,
    .footer-area-top .corporate-address li{
        font-size: 14px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {


    .logo-size 
	{
    width: 40px;
    height: 40px;
    float: left;
}
.mean-container .mean-nav {
   
    margin-top: -8px;
}
    .rmg-no-left,
    .rmg-no-right {
        padding-left: 0;
        padding-right: 0;
    }
    .insp-img {
        width: 200px;
        max-width: 100%;
        height: auto;
        margin: auto;
    }
    .apply-online {
        width: 200px;
        max-width: 100%;
    }
    .service-box4 h3 {
        font-size: 18px;
    }
    .event-page-area {
        padding: 20px 0;
    }
    .title-default-left {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .college-no-right,
    .college-no-left {
        padding-left: 0;
        padding-right: 0;
    }
    .block-spacing {
        padding: 20px 0px;
    }

    .princi-msg-block {
        padding: 15px;
    }
    .home-para {
        font-size: 14px;
        text-align: justify;
    }

    .single_feature {
        padding: 15px;
    }
    .single_feature i {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }

    .single_feature h3 {
        font-size: 20px;
    }

    .single_feature p {
        font-size: 14px;
    }
    .notification-strip {
        padding: 5px;
    }
    .nivo-directionNav a {
        top: 30%;
    }
    .view-all-accent-btn {
        padding: 10px 15px;
    }
    .right-arrow-rounded.ul-arrow-rounded li {
        font-size: 16px;
    }
    .princi-img {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .princi-name-sett
    {
        margin-top:5px;
        margin-bottom:10px;
    }
    .desktop-text-right
    {
    text-align:center;
    }

    .inner-page-banner-area .pagination-area h1 {
        font-size: 24px;
    }
    .inner-page-banner-area .pagination-area ul li {
        font-size: 12px;
    }
    .inner-page-banner-area {
        padding: 20px 0 20px;
    }

    .footer-area-top .footer-about {
        margin: 20px 0 20px;
    }
    .footer-area-top .footer-box {
        margin-bottom: 2ch;
    }
    .footer-area-top .footer-box {
        margin-bottom: 20px;
    }
    .footer-area-top .featured-links > li:first-child {
        margin-right: 10px;
    }
    .footer-area-top h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .single_feature {
        margin-bottom:30px;
    }
    .about-sub-title
    {
        text-align:justify;
    }
    p {
        text-align:justify;
    }
    .footer-area-top .footer-about p,
    .footer-area-top .featured-links > li ul li,
    .footer-area-top .corporate-address li{
        font-size: 14px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width :1024px) {
    .colege-heading {
        font-size: 18px;
    }
    .colege-subheading {
        font-size: 18px;
    }
    p.smallheading {
        font-size: 10px;
    }
    .logo-size {
        width: 65px;
    }
    .header4-area nav#desktop-nav > ul > li > a {
        font-size: 12px;
    }
    .event-page-area {
        padding: 40px 0;
    }

    .home-para {
        text-align: justify;
    }
    .single_feature {
        padding: 15px;
    }
    .title-default-left {
        font-size: 24px;
    }
    .right-arrow-rounded.ul-arrow-rounded li {
        font-size: 16px;
    }
    .footer-area-top h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }















}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .colege-heading {
        font-size: 18px;
    }
    .colege-subheading {
        font-size: 18px;
    }
    p.smallheading {
        font-size: 10px;
    }
    .logo-size {
        width: 65px;
    }
    .header4-area nav#desktop-nav > ul > li > a {
        font-size: 12px;
    }
    .event-page-area {
        padding: 40px 0;
    }

    .home-para {
        text-align: justify;
    }
    .single_feature {
        padding: 15px;
    }
    .title-default-left {
        font-size: 24px;
    }
    .right-arrow-rounded.ul-arrow-rounded li {
        font-size: 16px;
    }
    .footer-area-top .featured-links > li ul li {
        padding-left: 15px;
    }
}