@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600&family=Poppins:wght@300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
}

/* fix css starts */
body {
    background-color: #eff2fb;
}

img {
    width: 100%;
}

button {
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
}

.btn1 {
    background-color: #f56a1e;
}

.btn2 {
    background-color: #32345b;
}

h1 {
    color: #32345b;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

h6 {
    color: #f56a1e;
    margin-bottom: 20px;
}

small {
    color: #f56a1e;
    font-size: 15px;
}

.navbar {
    background-color: transparent !important;
    border: none;
    /* border-radius: 50px; */
    padding: 0px !important;
    transition: all 0.5s;
}

.navbar-scrolled {
    background-color: #32345b !important;
}

.navbar-scrolled .nav-link {
    color: #fff !important;
}

.padding0{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/* fix css ends */

/* Top Bar CSS starts */
/* .top_bar{
    background-color: #32345b;
}
.top_bar p{
    margin-bottom: 0px !important;
    color: #fff;
}

.social_icon i{
    padding-left: 20px;
    font-size: 16px;
    margin-top: 5px;
    color: #fff;
} */
/* Top Bar CSS ends */

.nav-link {
    font-size: 17px;
    letter-spacing: .5px;
    color: #32345b !important;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding-left: 28px !important;
}

.nav-link:hover {
    color: #f56a1e !important;
}

.navbar-brand img {
    width: 26%;
}

.school_btn {
    background-color: #f56a1e;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 7px 29px !important;
    margin-left: 10px;
    font-size: 18px;
}

.school_btn:hover {
    background-color: #32345b;
    color: #fff;
}



/* Banner Part CSS */

.banner {
    background-image: url(../assets/banner.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    padding-bottom: 20px;
}

.banner_content {
    margin-top: 70px;
}

.banner_img img {
    width: 100%;
}

.banner_content .head {
    color: #f56a1e;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .5px;
    margin-bottom: 30px;
}

.banner_content .main_line h2 {
    color: #32345b;
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
}

.banner_content .content {
    color: #A7A7A7;
    font-family: 'Poppins', sans-serif;
}

/* Banner Part CSS End */

/* School Desc CSS */

.school_desc {
    background-color: #32345b;
}

.school_head h6 {
    color: #f56a1e;
    margin-bottom: 20px;
}

.school_head h1 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.school_head p {
    color: #fff;
    font-size: 18px;
}

.school_logo img {
    border: dashed #F56A1E69;
    border-radius: 30%;
    padding: 10px 15px;
    width: 25%;
    margin-bottom: 29px;
}

.school_name h4 {
    color: #f56a1e;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.school_content p {
    color: #fff;
    font-size: 16px;
}

/* School Desc CSS End */

/* Intro css starts */


.intro .head_para {
    color: #7a7a7a;
}

.intro img {
    width: 100%;
    padding: 20px;
    border-radius: 40px;
}

.about_icon {
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    padding: 9px 12px;
}

.about_icon i {
    font-size: 50px;
    color: #f56a1e;
}

.intro_btn button {
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
}

/* intro css ends */

/* facility css starts */

.facility_head_right p {
    color: #7A7A7A;
    font-size: 16px;
}

.fac_card {
    border: dashed #32345B26;
    padding: 40px;
    border-radius: 30px;
    margin: 20px 30px 20px 0px;
    height: 300px;
}

.fac_icon i {
    color: #f56a1e;
    font-size: 45px;
}

.fac_head h5 {
    margin-top: 19px;
    color: #32345b;
}

.fac_content p {
    color: #7A7A7A;
    margin: 15px 0px;
}

/* facility css ends */

/* Testimonial css starts */

.testimonial {
    background-color: #32345b;
    color: #fff;
}

.testimonial h1 {
    color: #fff;
}

.testimonial p {
    color: #fff;
}

.testimonial .card {
    padding: 13px;
    margin-top: 10px;
}

.testimonial .card img {
    width: 18%;
    margin: 0px 12px;
}

.review p {
    color: #7A7A7A;
}

.review i {
    font-size: 35px;
    color: #f5691e75;
}

.cust_name {
    text-align: right;
    color: #32345b;
}

/* Testimonials css ends */

/* professional css start */
.prof_card {
    border: dashed #32345B26;
    padding: 8px 8px 20px 8px;
    border-radius: 30px;
    margin: 0px 15px 0px 15px;
}

.prof_card img {
    border-radius: 30px;
}

.prof_name h6 {
    margin-bottom: 10px;
    font-size: 14px;
}

.person_name h5 {
    color: #32345b;
}

.abt_card {
    text-align: center;
    background-color: #fff;
    padding: 43px 15px 15px 15px;
    border-radius: 30px;
    margin: -32px 10px 15px 10px;
}

/* professional css end */

/* footer css starts */

.footer {
    background-color: #32345b;
    border-radius: 30px 30px 0px 0px;
}

.contact_card {
    background-color: #fff;
    padding: 25px 30px 25px 30px;
    border-radius: 30px;
}

.con_icon {
    text-align: center;
}

.con_icon i {
    border-radius: 50%;
    background-color: #32345b;
    fill: #fff;
    padding: 20px;
    font-size: 35px;
    color: #fff;
}

.con_icon1 {
    text-align: center;
}

.con_icon1 i {
    border-radius: 50%;
    background-color: #f56a1e;
    fill: #fff;
    padding: 20px;
    font-size: 35px;
    color: #fff;
}

.con_data h5 {
    color: #32345b;
}

.con_data p {
    color: #7A7A7A;
}

.get_in_touch input,
.get_in_touch textarea {
    background-color: #eff2fb;
    padding: 15px;
    border: none;
    border-radius: 30px;
    margin-bottom: 20px;
}

.get_in_touch input::placeholder {
    color: #7A7A7A;
    font-size: 15px;
}

.get_in_touch_content {
    margin-left: 40px;
}

.get_in_touch_content h1 {
    color: #fff;
}

.get_in_touch_content p {
    color: #A7A7A7;
}


.social_icon h5 {
    color: #f56a1e;
}

.social_icon i {
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    color: #32345b;
    margin-left: 7px;
}

.social_icon i:hover {
    background-color: #f56a1e;
    color: #fff;
    transition: all 0.3s ease;
}

.logo img {
    width: 41%;
}

.scl_about p {
    font-weight: 500;
    font-size: 14px;
    padding-top: 18px;
}

.links {
    padding-top: 51px;
    padding-left: 4rem;
}

.links1 {
    padding-top: 51px;
}

.links ul {
    padding-left: 0px !important;
}

.links ul a {
    text-decoration: none;
    color: #32345b;
}

.links ul a:hover {
    color: #f56a1e;
}

.link_data p {
    color: #32345b;
}

.link_data p i {
    color: #f56a1e;
}

.links li {
    list-style: none;
    padding: 5px;
}

/* footer css ends */
/**************** home page css ends here ********************/



.about_banner {
    background: linear-gradient(268.42deg, #F5E1C7 1.23%, #EFF2FB 99.07%);
    border-radius: 0px 0px 80px 80px;
}

.about_banner h1 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.banner_part {
    margin: 90px 0px;
}

.banner_part p {
    text-align: center;
    color: #32345b;
}

.about_image img {
    border-radius: 20px;
}

.abt_detail p {
    color: #32345b;
}

/**************** about page css ends here ********************/



.get_in_touch_card {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}


.get_in_touch_card input,
.get_in_touch_card textarea {
    background-color: #eff2fb;
    padding: 15px;
    border: none;
    border-radius: 30px;
    margin-bottom: 20px;
}

.get_in_touch_card input::placeholder {
    color: #7A7A7A;
    font-size: 15px;
}

.contact_form_card .get_in_touch_content {
    margin-left: 40px;
}

.contact_form_card .get_in_touch_content h1 {
    color: #32345b !important;
}

.contact_form_card .get_in_touch_content p {
    color: #A7A7A7;
}

/**************** contact page css ends here ********************/



.notification {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    margin: 0;
    text-align: center;
    z-index: 1;
    background: var(--yellow);
}

@media (max-width: 700px) {
    .notification {
        display: none;
    }
}


/* IMAGE GRID STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-grid figure {
    margin-bottom: 0;
}

.image-grid img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
}

.image-grid a:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}


/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
    background: var(--lightbox);
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 1.2rem;
    z-index: 10;
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
}

.lightbox-modal img {
    width: auto;
    max-height: 100vh;
    max-width: 100%;
}

.lightbox-modal .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto;
}

.lightbox-modal .carousel-control-prev {
    left: 10px;
}

.lightbox-modal .carousel-control-next {
    right: 10px;
}


@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.tabs-container {
    padding: 2rem;
}

.tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tabs label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    margin-right: 0.0625rem;
    cursor: pointer;
    background-color: #32345b;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    transition: background-color ease 0.3s;
}

.tabs label .material-icons {
    margin-right: 0.3rem;
}

.tabs .tab {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
    padding: 30px 20px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs .tab>*:not(:last-child) {
    margin-bottom: 0.8rem;
}

.tabs [type=radio] {
    display: none;
}

.tabs [type=radio]:checked+label {
    background-color: #fff;
    color: #f56a1e;
    border-top: 4px solid #f56a1e;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs [type=radio]:checked+label+.tab {
    display: block;
}

@media (min-width: 768px) {

    .tabs-container {
        padding: 4rem 4rem;
    }

    .tabs label {
        order: 1;
        width: auto;
    }

    .tabs .tab {
        order: 9;
    }

    .tabs [type=radio]:checked+label {
        border-bottom: none;
    }
}

.tab .container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}


/* Override bootstrap column paddings */
.tz-gallery .row>div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
    height: 40vh;
}

.baguetteBox-button {
    background-color: transparent !important;
}

/************************ Gallery Page CSS ends ************************/
  /**
 * Fonts
 */

 @import url('https://fonts.googleapis.com/icon?family=Material+Icons');
 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap');

 /**
* Reset
*/

 .courses .entry-content>*:not(:last-child) {
     margin-bottom: 1rem;
 }

 /**
* Article Container
*/
 .courses .article-container {
     padding: 2rem;
 }

 /**
* Article Block
*/
 .courses .article-block {
     text-align: center;
 }

 .courses .article-block .entry-content>p {
     color: #666;
 }

 /**
* Tabs Container
*/
 .courses .tabs-container {
     padding: 2rem;
 }

 /**
* Tabs Block
*/
 .courses .tabs-block {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 /**
* Tabs
*/
 .courses .tabs {
     display: flex;
 }

 .courses .tabs>ul {
     list-style-type: none;
     margin: 0;
     padding: 0;
     width: 15%;
 }

 .courses .tabs>ul li {
     display: block;
 }

 .courses .tabs>ul li:not(:last-child) {
     border-bottom: 1px solid #262626;
 }

 .courses .tabs>ul li a,
 .courses .tabs>ul li a:visited {
     display: flex;
     border-bottom: none;
     text-decoration: none;
     background-color: #32345b;
     color: #fff;
     padding: 1rem 1.5rem;
     transition: all 0.2s ease-in-out;
     word-wrap: break-word;
 }

 .courses .tabs>ul li a:hover,
 .courses .tabs>ul li a:focus,
 .courses .tabs>ul li a:active {
     border-bottom: none;
     outline: 0;
 }

 .courses .tabs>ul li a.active {
     background-color: #fff;
     color: #f56a1e;
 }

 .courses .tabs>ul li a:hover:not(.active) {
     color: #f56a1e;
 }

 .courses .tabs>ul li a>span {
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
 }

 .courses .tabs>ul li a>span.tab-label {
     display: none;
 }

 .courses .tabs section {
     width: 85%;
     background-color: #fff;
     padding: 1rem;
     display: none;
     word-wrap: break-word;
     border-bottom: 6px solid #f56a1e;
 }

 .courses .tabs section>* {
     opacity: 0;
     transform: translateY(20px);
     transition: opacity 0.2s, transform 0.2s;
 }

 .courses .tabs section>*:nth-child(1) {
     transition-delay: 0.2s;
 }

 .courses .tabs section>*:nth-child(2) {
     transition-delay: 0.3s;
 }

 .courses .tabs section>*:nth-child(3) {
     transition-delay: 0.4s;
 }

 .courses .tabs section>*:nth-child(4) {
     transition-delay: 0.5s;
 }

 .courses .tabs section>*:nth-child(5) {
     transition-delay: 0.6s;
 }

 .courses .tabs section>*:nth-child(6) {
     transition-delay: 0.7s;
 }

 .courses .tabs section>*:nth-child(7) {
     transition-delay: 0.8s;
 }

 .courses .tabs section>*:nth-child(8) {
     transition-delay: 0.9s;
 }

 .courses .tabs section>*:nth-child(9) {
     transition-delay: 1s;
 }

 .courses .tabs section>*:nth-child(10) {
     transition-delay: 1.1s;
 }

 .courses .tabs section>*:nth-child(11) {
     transition-delay: 1.2s;
 }

 .courses .tabs section>*:nth-child(12) {
     transition-delay: 1.3s;
 }

 .courses .tabs section>*:nth-child(13) {
     transition-delay: 1.4s;
 }

 .courses .tabs section>*:nth-child(14) {
     transition-delay: 1.5s;
 }

 .courses .tabs section>*:nth-child(15) {
     transition-delay: 1.6s;
 }

 .courses .tabs section>*:nth-child(16) {
     transition-delay: 1.7s;
 }

 .courses .tabs section>*:nth-child(17) {
     transition-delay: 1.8s;
 }

 .courses .tabs section>*:nth-child(18) {
     transition-delay: 1.9s;
 }

 .courses .tabs section>*:nth-child(19) {
     transition-delay: 2s;
 }

 .courses .tabs section>*:nth-child(20) {
     transition-delay: 2.1s;
 }

 .courses .tabs section.active {
     display: block;
 }

 .courses .tabs section.active-content>* {
     opacity: 1;
     transform: translateY(0);
 }

 @media (min-width: 576px) {

     .courses .tabs>ul {
         width: 150px;
     }

     .courses .tabs>ul li a {
         flex-wrap: wrap;
     }

     .courses .tabs>ul li a>span {
         width: 100%;
     }

     .courses .tabs>ul li a>span.tab-label {
         width: 100%;
         display: block;
         margin-top: 0.2rem;
     }

     .courses .tabs section {
         width: calc(100% - 150px);
         padding: 2rem 2rem;
     }
 }

 @media (min-width: 768px) {

     .courses .tabs-container {
         padding: 4rem 4rem;
     }
 }

/******************** Courses Page CSS Ends **********************/

/* Media query starts */

/* For Mobile screen */
@media (max-width: 768px) {
    .about_icon {
        width: 23%;
    }

    .navbar-brand {
        width: 75%;
    }

    .fac_card {
        margin: 20px 0px 20px 0px;
    }

    .banner_content .main_line h2 {
        font-size: 56px;
    }

    .con_data {
        margin-left: 20px;
    }

    .contact_card {
        padding: 25px 30px 25px 24px;
    }
}

/* For Screen Larger than mobile */
@media (min-width: 768px) and (max-width: 2560px) {}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 61% !important;
        margin-right: auto;
        margin-left: auto;
    }
}
/* Media query ends */


.copyright p {
    font-family: math;
    font-size: 23px;
    font-weight: 600;
}


.links li {
    list-style: none;
    padding: 5px;
    color: #3c261a;
    font-size: 15px;
    font-weight: 500;
    font-family: initial;
}

.link_data p {
    color: #3c261a;
    font-size: 15px;
    font-weight: 500;
    font-family: initial;
}

.scl_about p {
    font-weight: 500;
    font-size: 16px;
    padding-top: 18px;
    font-family: initial;
}

/* .facebook_float {
    bottom: 40px;
    position: fixed;
    right: 20px;
    z-index: 1;
} */
.float {
    display: flex;
    flex-direction: column;
    bottom: 40px;
    position: fixed;
    right: 20px;
    z-index: 1;
    width: 100px;
    height: 100px;
}

.facebook_float img {
    display: flex;
    width: 50px;
}
    
/* News Section CSS Starts */
.news .news-alerts {
    background: #32345b;
    color: blue;
    width: 100%;
    max-width: 720px;
    margin: 10px auto;
    height: 300px;
    padding: 15px;
    overflow: hidden;
    /*border: 3px solid #f56a1e;*/
    font-family: "Raleway", sans-serif;
}

.news .news-alerts .mask {
  position: relative;
  left: 0px;
  top: 20px;
    width: 100%;
    max-width: 720px;
    margin: 10px auto;
    height: 300px;
    padding: 15px;  
    overflow: hidden;
}

.news .news-alerts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.news .news-alerts ul li {
    padding: 10px 0px;
}

.news .news-alerts ul li a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    /*// margin-left: 30px;  */
}

.news .news-alerts ul li a:hover {
    color: aqua;
    text-decoration: underline;
}

.news .news-alerts ul li a p {
    color: white;
    font-size: 18px;
    text-decoration: none;
    text-align : center;
    vertical-align: middle;
    word-wrap: normal;
}

.news .news-alerts ul li>span {
    font-size: 21px;
    float: left;
    /*// width: 18%;*/
    text-align: center;
    padding-right: 8px;
    /*// margin-left: 30px;  */
    color: white;
    height: 54px;
    font-family: sans-serif, serif;
}

.news .news-alerts ul li {
  color: white;
  margin: 1px;
}

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');

.news a{
	font-family: "Raleway",sans-serif;
	text-decoration: none;
	outline: none;
}
.news a:hover, .news a:focus {
	color: #373e18;
}
.news {
	padding-bottom:25em;
}
.news h2 {
    color: #1a0e0e;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
	/*text-transform:uppercase;*/
}
.news h2 span {
    display: block;
    padding: 0;
    font-size: 18px;
    opacity: 0.7;
    margin-top: 5px;
	/* text-transform:uppercase;*/
}

.news #float-right{
	float:right;	
}

/* ******************************************************
	Script Top
*********************************************************/

.news .ScriptTop {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 0.69em;
    font-weight: 600;
    line-height: 2.2;
    padding: 12px 0;
    /*// text-transform: uppercase;*/
    width: 100%;
}

/* To Navigation Style 1*/
.news .ScriptTop ul {
    margin: 24px 0;
    padding: 0;
    text-align: left;
}
.news .ScriptTop li{
	list-style:none;	
	display:inline-block;
}
.news .ScriptTop li a {
    background: #6a4aed none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 18px;
    text-decoration: none;
    text-transform: capitalize;
}
.news .ScriptTop li a:hover{
	background:#000;
	color:#fff;
}


/* ******************************************************
	Script Header
*********************************************************/

.news .ScriptHeader {
    float: left;
    width: 100%;
    padding: 2em 0;
}
.news .rt-heading {
    margin: 0 auto;
	text-align:center;
}
.news .Scriptcontent{
	line-height:28px;	
}
.news .ScriptHeader h1{
	font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
    color: #6a4aed;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;

}
.news .ScriptHeader h2 {
    color: #312c8f;
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 0;
    line-height: normal;

}
.news .ScriptHeader h1 span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;

}
.news .ScriptHeader span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
}




/* ******************************************************
	Live Demo
*********************************************************/





/* ******************************************************
	Responsive Grids
*********************************************************/

.news .rt-container {
	margin: 0 auto;
	padding-left:12px;
	padding-right:12px;
}
.news .rt-row:before, .news .rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.news .rt-row:after {
  clear: both;
}
.news [class^="col-rt-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
}


@media (min-width: 768px) {
  .news .rt-container {
    width: 750px;
  }
  .news [class^="col-rt-"] {
    float: left;
    width: 49.9999999999%;
  }
  .news .col-rt-6, .news .col-rt-12 {
    width: 100%;
  }
  
}

@media (min-width: 1200px) {
	.news .rt-container {
		width: 1170px;
	}
	.news .col-rt-1 {
		width:16.6%;
	}
	.news .col-rt-2 {
		width:30.33%;
	}
	.news .col-rt-3 {
		width:50%;
	}
	.news .col-rt-4 {
		width: 67.664%;
	}
	.news .col-rt-5 {
		width: 83.33%;
	}
	

}

@media only screen and (min-width:240px) and (max-width: 768px){
	.news .ScriptTop h1, .ScriptTop ul {
		text-align: center;
	}
	.news .ScriptTop h1{
		margin-top:0;
		margin-bottom:15px;
	}
	.news .ScriptTop ul{
		 margin-top:12px;		
	}
	
	.news .ScriptHeader h1,
	.news .ScriptHeader h2, 
	.news .scriptnav ul{
		text-align:center;	
	}
	.news .scriptnav ul{
		 margin-top:12px;		
	}
	.news #float-right{
		float:none;	
	}
	
}

@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
.news h1 {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  margin: 0;
}

@media only screen and (max-width: 1000px) {
 .news h1 {
    font-size: 7px;
  }
}

.news .muted-text {
  color: rgba(255, 255, 255, 0.3);
}

.news .visible-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news .visible-text>span {
  opacity: 0;
  display: inline-block;
}

.news .banner1 {
  background-color: #f56a1e;
  color: #ffffff;
  padding: 1rem 0;
  text-align: center;
  width: 100%;
  position: relative;
  transform-origin: left top;
}

.carousel-control-prev {
    left: -76px;
}

.carousel-control-next {
    right: -77px;
}


/* Faculty css starts */

.faculty_card{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
    padding: 20px;
    position: relative;
}

.faculty_image img {
    width: 110px;
    /* Adjust the width and height as needed */
    height: 110px;
    /* Keep these values equal for a perfect circle */
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #000;
}

.faculty_detail .faculty_name{
    font-size: 23px;
    color: #f56a1e;
    font-weight: 600;
    margin-top: 1rem !important;
}

.faculty_detail .designation{
    color: #7e7e7e;
}

.faculty_card:hover .faculty_image img {
    transform: translateY(-20px);
    transition: all 0.3s ease;
    /* Move the image part upwards on hover */
}

/* Faculty css ends */