@media only screen and (min-width:320px) and (max-width:991px) {

    /*core starts*/
    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 21px !important;
    }

    h3 {
        font-size: 19px !important;
    }

    h4 {
        font-size: 15px !important;
    }

    /*core ends*/
}

@media only screen and (min-width:320px) and (max-width:767px) {

    /*core start*/
    body {
        font-size: 12px !important;
    }

    p {
        font-size: 12px !important;
    }

    ul {
        font-size: 12px !important;
    }

    /**/
    .product-detail-bar h4.pr_name {
        margin-top: 20px !important;
    }

    .product-detail-bar .social.mob {
        display: block;
    }

    .product-detail-bar .social.desk {
        display: none;
    }

    /**/
    .modal#prModal {
        background: #fff;
    }

    .modal-dialog.frm-model {
        width: 100%;
        margin: 0;
    }

    .modal-dialog.frm-model .modal-content {
        border: 0;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    .modal.fade .modal-dialog.frm-model {
        top: 0;
        left: 0;
        margin-bottom: inherit;
        margin-right: inherit;
        -webkit-transform: inherit;
        transform: inherit;
    }

    /*core ends*/

    /* Header Start's */
    header {
        position: fixed;
        z-index: 99;
        width: 100%;
    }

    header .top-bar {
        display: none;
        border: none;
        overflow: hidden;
        background: #fff;
    }

    header .logo-bar {
        padding: 10px 0;
        position: inherit;
        background: #FFF !important;
        width: 100%;
        display: block;
    }

    header .logo {
        width:160px;
        top: unset;
        margin: 0 0;
		position:relative;
		height:auto;
		border:none;
		padding:0;
    }

    header .logo-fixed-bar .logo {
        width: 110px;
    }

    header .logo-bar:after {
        content: '';
        display: none
    }

    header .social-nav {
        display: none;
    }

    /* Header End's */

    /* Slider Start's */
    section.slider {
        position: relative;
        top: 70px !important;
        margin-bottom: 70px !important;
    }

    /* Slider Ends's */

    /* Common Css */
    .main-head {
        font-size: 20px !important;
        line-height: 27px !important;
        margin-bottom: 10px !important;
    }

    .main-head span {
        font-size: 14px !important;
        line-height: 24px;
		margin-bottom:0 !important;
    }

    .idx-btn {
        font-size: 13px;
        width: 120px;
        padding: 15px 15px !important;
    }

    /* Common Css */

    /* Home Page Start's */
    .idx-about-sec {
        padding: 40px 0;
    }

    .idx-about-sec .home-abt-outer {
        top: unset;
        margin-bottom: 0;
        padding: 0px 0px;
        box-shadow: none;
    }

    .idx-about-sec .about-right {
        padding-right: 0px !important;
        padding-top: 20px !important;
    }
	.message {
		margin: 0px 0 0px 0 !important;
		font-size: 14px !important;
		line-height: 24px;
	}
    .idx-about-sec .about-left {
       padding:0;
	   box-shadow:none;
    }

    /* Home Services */
    .idx-services-2 {
        padding: 40px 0 80px;
    }

    .idx-services-2 .main-head {
        padding-left: 0px !important;
    }

    .idx-services-2 .idx-btn {
        margin: 20px 0px 0px 0 !important;
    }

    .idx-services {
        padding: 40px 0 40px !important;
    }

    .idx-services .services-blk {
        margin: 0px 5px 10px;
    }

    .idx-services .services-blk .co-down .co-text h3 {
        font-size: 17px !important;
        line-height: 27px;
    }

    .idx-services .services-blk .co-down .co-text {
        width: 100%;
        min-height: auto;
        padding: 10px 10px 10px 10px;
    }

    /*  */
    .home-testimonials {
        padding: 40px 0;
    }

    /* */
    .home-gallery-bar {
        padding: 40px 0 40px !important;
    }

    /* Home Page End's */

    /* Footer Start's */
    footer .footer-bar {
        padding: 80px 0 0px;
    }

    footer .footer-abt {
        padding-right: 0px !important;
    }

    footer .logo {
        width: 150px;
        margin-bottom: 0px !important;
    }
	
    .footer .social-nav li a .fa {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    footer .important-link-sec {
        margin-top: 0px !important;
        padding-top: 20px !important;
        padding-left: 0px;
    }

    footer .f-cont-info {
        padding-top: 30px !important;
    }

    footer .add-text p {
        font-size: 14px !important;
    }

    footer .footer-bar-bottom .copy {
        font-size: 13px !important;
    }

    footer .social-nav {
        position: relative;
        overflow: hidden;
        padding-top: 10px;
        border-top: 1px solid #6f6f6f;
        margin-top: 10px;
    }

    footer .social-nav ul {
        float: left;
    }
	
	footer h3 {
		font-size: 18px !important;
		line-height: 27px;
	}
    /* Footer End's */

    /* Inner Page Css Start's */
    .banner-bar {
        padding: 100px 0 0px;
        top: 70px;
        margin-bottom: 70px;
        position: relative;
    }

    .banner-bar .banner-content .banner-col {
        padding: 0px;
    }

    .location {
        padding: 10px 20px !important;
    }

    .location li a {
        font-size: 14px !important;
    }

    .banner-bar .banner-content h1 {
        font-size: 30px !important;
        line-height: 40px;
        margin-bottom: 10px !important;
    }

    .content_bar {
        padding: 20px 0;
    }
	footer .social-nav li {
		float: left;
		margin-right: 10px !important;
	}
	footer .social-nav li a {
		min-height: 40px;
		padding: 10px 10px 10px 55px !important;
		font-size: 13px;
		margin-bottom: 20px;
		min-width: 176px;
	}
	footer .social-nav li a i {
		width: 35px;
		font-size: 15px;
		line-height: 45px;
	}
	
    /* About Us Page */
    section.contents .content-bar.about-us {
        padding-bottom: 40px;
    }

    .our-profile-pg .col-row {
        width: 100%;
    }

    .our-profile-pg .profile-img {
        float: none;
    }

    .abt-img-block span.bottom {
        top: 130px;
        position: absolute;
    }

    .our-profile-pg .profile-img {
        overflow: visible;
    }

    .our-profile-pg .profile-img .col {
        overflow: visible;
    }

    .border-left {
        right: 60px;
        height: 120px;
    }

    .our-profile-pg .profile-content {
        float: none;
    }

    .our-profile-pg .profile-content .col-desc {
        padding-top: 75px;
    }

    /* Our Values */
    .values-pg {
        margin: 0 0px;
    }

    .values-pg .col-row {
        padding: 15px 15px;
    }

    .values-pg .col-row .col-desc p strong {
        font-size: 15px !important;
        line-height: 25px;
    }

    /*  */
    .Director-pg .col-desc h3 {
        font-size: 21px !important;
        line-height: 25px !important;
        margin-bottom: 5px !important;
    }

    /* Service Page */
    .services-pg {
        margin: 0 0px;
    }

    .services-pg .col-row {
        width: 100%;
        margin: 12px 0px;
    }

    .services-pg .col-row .col-img {
        width: 100%;
        float: none;
        padding-right: 0px;
    }

    .services-pg .col-row .col-desc {
        width: 100%;
        float: none;
        padding-left:10px;
		text-align:center;
        padding-top: 15px;
    }
	.services-pg .col-row .col-desc p {
		font-size: 15px !important;
		line-height: 24px;
		text-align: center;
	}
    .services-pg .col-row .col-desc h4 {
        font-size: 22px !important;
        line-height: 32px !important;
        margin-bottom: 0px !important;
    }

    /* Curriculum */
    .curriculum-pg {
        margin: 0 0px;
    }

    .curriculum-pg .col-row {
        padding: 15px 15px;
    }

    .curriculum-pg .col-row .col-desc p strong {
        font-size: 16px !important;
    }

    /* Activities */
    .activities-pg {
        margin: 0 0px;
    }

    .activities-pg .col-row {
        padding: 15px 15px;
    }

    .activities-pg .col-row .col-desc h4 {
        font-size: 18px !important;
        line-height: 26px;
    }

    /* Products Page */
    .item-pic {
        height: auto;
    }

    .item-pic img {
        position: inherit;
        top: inherit;
        left: inherit;
        margin-bottom: inherit;
        margin-right: inherit;
        -webkit-transform: inherit;
        transform: inherit;
    }

    /* Gallery Page */
    .gallery-pg .col {
        width: 100%;
        float: none;
        margin: 15px 0;
    }

    /* Video Gallery Page */
    .video-pg .col-row {
        width: 100%;
    }

    /* Certificate Page */
    .certificates-pg .col-row {
        width: 100%;
    }

    /* download bar */
    .download-bar .col-row {
        width: 25%;
    }

    /* Infrastructure Page */
    .infrastructure-pg .col-img {
        padding-bottom: 20px !important;
        padding-top: 0px !important;
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* Career Page */
    .career .career-right {
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: table-footer-group;
    }

    .career .career-form {
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: table-header-group;
    }

    .career-pg .col-desc {
        padding-top: 30px !important;
    }

    /* Contact Page */
    section.contents .content-bar.contact-us {
        padding: 40px 0;
    }

    .contact-pg .cont-map {
        padding: 0 15px;
    }

    .contact-pg .ftr-map {
        height: 250px !important;
    }

    /*  */
    .cont-details-bg {
        width: 100% !important;
        padding: 0 15px 20px !important;
    }

    .cont-details-bg .col-desc {
        margin-top: 20px;
		background:transparent;
    }

    .cont-details-bg .col-desc::before {
        display: none;
    }

    .cont-details-bg .col-desc::after {
        display: none;
    }

    .contact-blk {
        padding: 20px 10px 20px;
        border-bottom: 1px solid #383838;
		background: #005c8d;
		margin-bottom:30px !important;
	}

    .contact-blk .cont-text {
        width: calc(265px - 70px);
    }

    /*  */
    .contact-pg .contact-form {
        width: 100%;
    }

    .contact-pg .enq-form {
        padding: 15px 15px;
    }

    .contact-pg .enq-form h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .contact-pg .enq-form p {
        font-size: 14px !important;
    }

    .contact-pg .enq-form .btn-submit {
        width: 140px;
        padding: 15px 15px !important;
        font-size: 14px;
    }

    /*Date 28-10-2023 */
	.our-profile-pg .col-row.feature-blk-outer {
		padding: 0 15px;
		margin-top: 20px !important;
	}
	.our-profile-pg .col-row.feature-blk-outer .feature-blk {
        border-bottom: 1px solid #01517b;
		padding: 15px 15px 10px;
		min-height: 1px;
		margin-bottom: 30px !important;
	}
	.our-profile-pg .col-row.feature-blk-outer .feature-blk h4 {
		font-size: 18px !important;
		line-height: 25px !important;
		margin-bottom: 10px !important;
	}
	.Director-pg .col-desc h5 {
		font-size: 16px !important;
		line-height: 25px !important;
		margin-bottom: 10px !important;
	}
	.events-bar .event-blk {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.photo-gallery-bar .col-row {
		width: 100%;
		margin: 0 0px 30px!important;
		display: block;
	}
	.courses-bar .col-row {
		width:100%;
		margin: 0 0px 30px;
   }
	.col-bar.courses-bar .col.col-desc p a {
		font-size: 18px !important;
		line-height: 27px;
		padding:10px 10px 0 !important;
	}
	
	.faculty-sec .teach-details .teach-left img{
		max-width:100%;
	}
	.faculty-sec .teach-details .teach-left {
		padding: 10px;
		width:100%;
	}
	.faculty-sec .teach-details .teach-right {
		padding: 20px 0px 0 0px;
		width:100%;
	}
	.faculty-sec .faculty-details{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
	
	.faculty-sec .teach-details {
       margin-bottom: 20px;
       padding-bottom: 20px !important;
	}
	.faculty-sec .teach-details .teach-right h4 {
		font-size: 18px !important;
		line-height: 25px !important;
        margin-bottom: 8px;
	}
	
	.col-bar.courses-bar .col.col-desc {
       min-height: 1px;
	}
	.home-achiver.col-bar .col .student-details {
		min-height:80px !important;
		padding:8px 5px !important;
	}
	.home-achiver.col-bar .col .student-details p {
		font-size: 12px !important;
		line-height: 20px;
		
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {

    /* Header Strats */
    header .top-bar {
        padding: 10px 0;
    }

    header .top-bar::after {
        top: 65px;
        width: 615px;
    }

    header .cont-info ul {
        margin-top: 10px !important;
    }

    header .cont-info ul li {
        padding: 0 10px 0 10px !important;
    }

    header .cont-info ul li:nth-child(1) {
        display: none;
    }

    header ul .cont-text {
        padding-left: 7px !important;
        margin-right: 7px;
    }

    header .social-nav ul {
        margin-top: 10px !important;
    }

    header .logo {
        padding: 0px 0 0px 0;
        width: 145px;
		height:60px;
    }
	
	.ipad-no{
		padding-left:0 !important;
		padding-right:0 !important;
	}

    header .site-nav {
        margin-top: 0px !important;
    }

    header .logo-fixed-bar .site-nav {
        padding-left: 0px;
    }

    header .cont-nav ul li {
        padding: 11px 8px !important;
    }

    header .top-bar p {
        font-size: 12px !important;
        line-height: 20px;
        padding: 8px 0 !important;
    }

    .ipad-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    header .social-nav li {
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }

    header .social-nav li a .fa {
        width: 27px;
        height: 27px;
        line-height: 27px;
        font-size: 12px !important;
    }

    header .btn-enquire {
        font-size: 14px;
        padding: 13px 20px !important;
    }

    /* Header Ends */

    /* Common Css Starts */
    .main-head {
        font-size: 25px !important;
        line-height: 35px !important;
        margin-bottom: 10px !important;
    }

    .main-head span {
        font-size: 14px !important;
        line-height: 20px;
    }

    .idx-btn {
        width: 130px;
        padding: 15px 15px !important;
        font-size: 14px;
        margin-top: 10px !important;
    }

    /* Common Css Ends */

    /* Home Page Starts */
    .idx-about-sec {
        padding: 50px 0;
    }

    .idx-about-sec .about-right {
        padding: 0px !important;
    }

    .idx-about-sec .about-right p {
        font-size: 14px !important;
        line-height: 24px;
    }

    /*  */
    .idx-services-2 {
        padding: 50px 0 70px;
    }

    .idx-services {
        padding: 0px 0 50px !important;
    }

    .idx-services .services-blk {
        margin: 0px 8px 10px;
    }

    .idx-services .services-blk .co-down .co-icon {
        width: 60px;
        padding: 10px 8px;
        min-height: 92px;
    }

    .idx-services .services-blk .co-down .co-icon img {
        width: 45px;
        margin-top: 10px;
    }

    .idx-services .services-blk .co-down .co-text {
        width: 100%;
        min-height: auto;
        padding: 10px 15px 8px;
    }

    .idx-services .services-blk .co-down .co-text h4 {
        font-size: 13px !important;
        line-height: 20px;
        margin-bottom: 0px !important;
    }

    .idx-services .services-blk .co-link {
        padding: 10px 15px !important;
    }

    .idx-services .services-blk .co-link .btn-link {
        font-size: 16px !important;
        line-height: 24px;
    }

    .idx-services .services-blk .co-link i {
        margin-left: 10px !important;
    }

    .ser-gp {
        margin-top: 20px !important;
    }

    .idx-services .service-blk .ser-down {
        padding: 20px 15px;
    }

    .idx-services .service-blk .ser-down h4 {
        font-size: 22px !important;
        line-height: 30px;
        margin-bottom: 10px !important;
    }

    .idx-services .services-blk .co-down .co-text p {
        font-size: 13px !important;
    }
	.message {
		margin: 0px 0 0px 0 !important;
		font-size: 15px !important;
		line-height: 24px;
	}
    .idx-services .services-blk .co-down .co-text h3 {
        font-size: 16px !important;
        line-height: 25px;
        margin-bottom: 0px !important;
    }

    /*  */
    .home-testimonials {
        padding: 50px 0;
    }

    /*  */
    .home-gallery-bar {
        padding: 50px 0 20px;
    }

    .home-gallery-bar .gal-img:hover .gal-bdr-1::before {
        width: 70px;
        height: 2px;
    }

    .home-gallery-bar .gal-img:hover .gal-bdr-1::after {
        width: 2px;
        height: 70px;
    }

    .home-gallery-bar .gal-img:hover .gal-bdr-2::before {
        width: 70px;
        height: 2px;
    }

    .home-gallery-bar .gal-img:hover .gal-bdr-2::after {
        width: 2px;
        height: 70px;
    }

    .home-gallery-bar .gal-img-first:hover .gal-bdr-1::before {
        width: 100px;
        height: 2px;
    }

    .home-gallery-bar .gal-img-first:hover .gal-bdr-1::after {
        width: 2px;
        height: 100px;
    }

    .home-gallery-bar .gal-img-first:hover .gal-bdr-2::before {
        width: 100px;
        height: 2px;
    }

    .home-gallery-bar .gal-img-first:hover .gal-bdr-2::after {
        width: 2px;
        height: 100px;
    }

    /* Home Page Ends */

    /* Footer Starts */
    footer .logo {
        width: 150px;
		margin-top:-15px !important;
		margin-bottom:10px;
    }

    footer .ftr-contact .ftr-left {
        width: 35px !important;
    }

    footer .ftr-contact .ftr-right {
        width: calc(100% - 40px);
        padding-left: 10px;
    }
	footer .nav-menu ul li {
		font-size: 12px;
		line-height: 20px !important;
	}
    footer .footer-top-bar {
        margin-top: -30px;
    }

    footer .footer-top {
        padding: 30px 0 10px;
    }

    footer .footer-abt {
        padding-right: 0px !important;
        padding-top: 0px;
    }

    footer .footer-abt p {
        font-size: 13px !important;
		line-height:22px !important;
    }

    footer .important-link-sec h3 {
        font-size: 14px !important;
        line-height: 22px;
        font-weight: 600;
        letter-spacing: .9px;
    }
	footer .nav-menu ul li:before {
		margin-right: 5px !important;
			font-size: 18px;
			top: 0px;
	}
    footer .social-nav ul {
        margin-bottom: 30px !important;
    }

    .ipad-no-left {
        padding-left: 0 !important;
    }

    footer .ftr-contact .ftr-right h4 {
        font-size: 22px !important;
        line-height: 30px;
    }

    footer .footer-bar {
        padding: 50px 0 0px;
    }

    footer .important-link-sec {
        padding-left: 0px;
    }
	footer h3 {
		font-size: 14px !important;
		line-height: 22px;
	}
    footer .social-nav li {
        margin-right: 8px !important;
    }
	footer .add-text p {
		font-size: 13px !important;
		line-height: 22px !important;
	}
	footer .site-nav ul li a {
		font-size: 12px;
		line-height: 22px;
	}
	
	footer .social-nav li a i {
		width: 40px;
	    font-size: 22px;
		line-height: 50px;
	}
	footer .social-nav li {
       margin-right: 10px !important;
	}
	footer .social-nav li a {
		min-height: 50px;
		padding: 15px 10px 15px 50px !important;
		font-size: 13px;
	}
	
    /* Footer Ends */

    /* Inner Page Css Start */
    .banner-bar {
        padding: 110px 0 0px;
    }

    .banner-bar .banner-content .banner-col {
        padding: 0;
    }

    .banner-bar .banner-content h1 {
        font-size: 32px !important;
        line-height: 42px;
    }
	

    /* About Page */
    section.contents .content-bar.about-us {
        padding-bottom: 40px;
    }

    .our-profile-pg .profile-content .col-desc {
        padding-top: 0px;
    }

    .border-left {
        right: 85px;
        height: 145px;
    }

    /* Our Values */
    .values-pg .col-row {
        padding: 20px 20px;
    }

    /*  */
    .Director-pg .col-desc h3 {
        font-size: 27px !important;
        line-height: 32px !important;
        margin-bottom: 7px !important;
    }

    /* Service Page */
    .services-pg .col-row {
        width: calc(50% - 30px);
        min-height: 120px;
    }

    .services-pg .col-row .col-desc h4 {
        font-size:18px !important;
        line-height:27px !important;
    }
	.services-pg .col-row .col-desc p {
		font-size: 14px !important;
		line-height: 24px;
	}
    /*  */
    .curriculum-pg .col-row {
        padding: 20px 20px;
    }

    /*  */
    .activities-pg .col-row {
        padding: 20px 20px;
    }

    /* Video Gallery Page */
    .video-pg .col-row {
        width: 50%;
    }

    /* download bar */
    .download-bar .col-row {
        width: 100%;
    }

    /* Contact Page */
    .contact-pg .contact-form {
        width: 750px;
    }

    .contact-pg .enq-form {
        padding: 20px 20px;
        margin: 0px auto 10px !important;
    }

    .contact-pg .enq-form h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .contact-pg .enq-form p {
        font-size: 18px !important;
    }

    /*  */
    .cont-details-bg {
        width: 750px !important;
    }

    .contact-blk {
        min-height: auto;
    }

    .contact-blk .cont-text {
        width: calc(300px - 70px);
    }

    .contact-pg .ftr-map {
        height: 280px !important;
    }

    /* Inner Page Css Ends */
	/* Date 28-10-2023 */
	.our-profile-pg .col-row.feature-blk-outer .feature-blk {
		border-bottom: 2px solid #01517b;
		padding: 15px 20px 10px;
		min-height: 182px;
	}
	.our-profile-pg .col-row.feature-blk-outer .feature-blk h4 {
		font-size: 20px !important;
		line-height: 27px !important;
		margin-bottom: 10px !important;
	}
	.col-bar.courses-bar .col.col-desc p a {
		font-size: 15px !important;
		line-height: 24px;
		margin-bottom: 8px !important;
	}
	.col-bar.courses-bar .col.col-desc .cont-col p {
		font-size: 13px !important;
		line-height: 22px;
		padding: 0 10px !important;
    }
	
	.faculty-sec .teach-details .teach-left img{
		max-width:100%;
	}
	.faculty-sec .teach-details .teach-left {
		padding: 10px;
		width:30%;
	}
	.faculty-sec .teach-details .teach-right {
		padding: 10px 0px 0 20px;
		width:70%;
	}
	.faculty-sec .teach-details {
       margin-bottom: 20px;
       padding-bottom: 20px !important;
	}
	.faculty-sec .teach-details .teach-right h4 {
		font-size: 18px !important;
		line-height: 25px !important;
        margin-bottom: 8px;
	}
	
	.col-bar.courses-bar .col.col-desc {
			min-height: 293px;
	}
	.home-achiver.col-bar .col .student-details {
		min-height:90px !important;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {

    /* Header Starts */
    header .logo {
        padding: 5px 0 0px 0;
        width: 160px;
		height:65px;
	}
	header .logo img {
		max-width: 90%;
		transform: skew(30deg);
		margin-top: -10px;
	}

    header .top-bar::after {
        top: 60px;
        width: 810px;
    }

    header .cont-info ul {
        margin-top: 15px !important;
    }

    header .cont-info ul li {
        margin-bottom: 10px !important;
    }

    header .site-nav {
        margin-top: 0px !important;
    }

    header .social-nav ul {
        margin-top: 0px !important;
    }

    header .btn-enquire {
        font-size: 14px;
        padding: 12px 20px !important;
    }

    /* Header Ends */

    /* Common Css */
    .main-head {
        font-size: 32px !important;
        line-height: 45px !important;
        margin-bottom: 15px !important;
    }

    /* Common Css Ends */

    /* Home Page Starts */
     .idx-about-sec .about-right {
        padding-right: 0px !important;
        padding-top: 0px !important;
    }

     /*  */
     .idx-services {
        padding: 60px 0 60px !important;
    }

    .idx-services .services-blk .co-down .co-text h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .idx-services .services-blk .co-down .co-icon {
        width: 70px;
        padding: 15px 5px;
        min-height: 100px;
    }

    .idx-services .services-blk .co-down .co-text {
        width: 100%;
        min-height: auto;
        padding: 10px 10px 5px 10px;
    }

    .idx-services .services-blk .co-down .co-text p {
        font-size: 15px !important;
    }

    .idx-services .service-blk .ser-down {
        padding: 20px 15px;
    }

    .idx-services .service-blk .ser-down h4 {
        font-size: 27px !important;
        line-height: 35px;
        margin-bottom: 10px !important;
    }

    /*  */
    .home-testimonials {
        padding: 60px 0;
    }

    .home-gallery-bar {
        padding: 50px 0px;
    }
	
	.idx-services-2 {
		padding: 60px 0 60px;
	}
	.idx-services .services-blk .co-down .co-text h3 {
		font-size: 18px !important;
		line-height: 25px;
	}
    /* Home Page Ends */

    /* Footer Starts */
    footer .footer-top-bar {
        margin-top: -30px;
    }

    footer .footer-bar {
        padding: 80px 0 0px;
    }

    footer .important-link-sec h3 {
        font-size: 21px !important;
        line-height: 28px;
        margin-bottom: 10px !important;
    }

    footer .footer-abt {
        padding-right: 0px !important;
    }

    footer .ftr-contact .ftr-left {
        width: 50px !important;
    }

    footer .ftr-contact .ftr-right h4 {
        font-size: 22px !important;
        line-height: 30px;
    }
	
	footer .logo {
		width: 200px;
		margin-top: -20px !important;
	}

    footer .footer-bar-bottom .copy {
        font-size: 13px !important;
        margin-top: 6px !important;
    }
	footer .important-link-sec {
		 padding-left: 0px;
	}
	
	footer .social-nav li a i {
		width: 40px;
	    font-size: 22px;
		line-height: 50px;
	}
	footer .social-nav li {
       margin-right: 15px !important;
	}
	footer .social-nav li a {
		min-height: 50px;
		padding: 15px 10px 15px 50px !important;
		font-size: 14px;
	}
	
    /* Footer Ends */

    /* Inner Page Css Start's */

    /* About Us */
    section.contents .content-bar.about-us {
        padding-bottom: 100px;
    }

    .border-left {
        right: 100px;
        height: 175px;
    }

    /* Our Values */
    .values-pg .col-row {
        padding: 25px 25px;
    }

    /* Service Page */
    .services-pg .col-row {
        width: 46%;
        min-height: 155px;
    }

    .services-pg .col-row .col-desc h4 {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    /*  */
    .curriculum-pg .col-row {
        padding: 25px 25px;
    }

    /*  */
    .activities-pg .col-row {
        padding: 25px 25px;
    }

    /* Contact Us */
    .contact-pg .ftr-map {
        height: 370px !important;
    }

    .cont-details-bg {
        width: 970px !important;
    }

    .contact-blk .cont-text {
        width: calc(350px - 70px);
    }

    .contact-pg .contact-form {
        width: 970px !important;
    }
	.ipad-no{
		padding-left:0 !important;
		padding-right:0 !important;
	}
    /* Inner Page Css End's */
	/* Date 28-10-2023 */
	.our-profile-pg .col-row.feature-blk-outer .feature-blk {
		border-bottom: 3px solid #01517b;
		padding: 15px 20px 10px;
		min-height: 170px;
	}
	.our-profile-pg .col-row.feature-blk-outer .feature-blk h4 {
		font-size: 20px !important;
		line-height: 27px !important;
		margin-bottom: 15px !important;
	}
	.col-bar.courses-bar .col.col-desc p a {
		font-size:21px !important;
		line-height:27px;
		margin-bottom: 8px !important;
	}
	.col-bar.courses-bar .col.col-desc .cont-col p {
		font-size: 15px !important;
		line-height: 25px;
    }
	.faculty-sec .teach-details .teach-left img{
		max-width:100%;
	}
	.faculty-sec .teach-details .teach-left {
		padding: 10px;
	}
	.faculty-sec .teach-details .teach-right {
		padding: 20px 0px 0 20px;
	}
	.col-bar.courses-bar .col.col-desc {
			min-height: 293px;
	}
	.home-achiver.col-bar .col .student-details {
		min-height:90px !important;
	}
}