﻿

@font-face {
    font-family: 'roboto-medium';
    src: url('../fonts/static/roboto-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/static/roboto-regular.ttf') format('truetype');
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'roboto-medium';
}
p {
    font-family: 'roboto-regular';
}
span {
    font-family: 'roboto-regular';
}
button {
    font-family: 'roboto-regular';
}
body {
    font-family: 'roboto-regular';
}

a {
    text-decoration: none;
    font-family: 'roboto-regular';
}

/*img {
    width: 100%;
}*/

/* banner start */
.banner {
    position: relative;
}

.heading {
    position: absolute;
    top: 40%;
    left: 15%;
    font-size: 6.9rem;
    color: white;
    line-height: 5.5rem;
    margin-bottom: 4.8rem;
}

.heading_para {
    position: absolute;
    top: 55%;
    left: 15%;
    color: white;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.6rem;
    margin-bottom: 2rem;
    padding: 0 5rem;
}

/* slider start */
.card_slider {
    height: 280px;
}

.slick-slide img {
    margin: 0 auto;
}

.heading_details {
    background-color: #ffa445;
    padding: 2px 10px;
    text-align: center;
    font-size: 13px !important;
    height: 44px;
    overflow: scroll;
}

.slider {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 2px 0px;
    margin: 5px 0px;
}

.details .anchor {
    font-size: 1rem;
}

.details h6:hover {
    color: #ffa334 !important;
}

.anchor {
    text-decoration: none !important;
}

.slider_blue {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffa334;
    margin: 5px 0px;
}

/* slider end */
/* cards section start */

/*container {
    max-width: 75% !important;
    width: 96% !important;
}*/

.alpha__c {
    text-transform: capitalize !important;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.thumb {
    text-align: center;
}

.card__property {
    /*box-shadow: 0px 0px 5px 0px #Bebdbd;*/
    border: 1px solid;
    border-color: #d9d9e5;
    /*margin: 0px -12px -13px 0px;*/
}

    .card__property:hover {
        box-shadow: none;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        transform: scale(1.1);
    }

.card_adjust {
    padding: 4px 0px !important;
}

.card__font {
    font-size: 12px;
    color: #999;
    margin-bottom: 0px;
}

/* end card section */
/* header start */
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    /* display: none;
      position: absolute;
      background-color: black;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      color: white; */


    display: none;
    position: absolute;
    background-color: #dddddd;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #ffa334;
    z-index: 1;
    opacity: 0.8;
}

    .dropdown-content a {
        color: black;
        padding: 4px 5px;
        text-decoration: none;
        display: block;
        font-size: 15px;
    }

.d-flex {
    display: flex;
}

.dropdown-content a:hover {
    background-color: #ffa334;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
/*
.nav-item {
    padding: 6px 9px;
}
*/
.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


.main__logo {
    width: 100%;
}

header {
    z-index: 999;
}

.container_position {
    position: relative;
    top: 0;
}


.nav__text {
    color: black;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.nav-link:hover {
    color: #ffa334;
}

.btn__border {
    border: 2px solid#ffa334;
}

    .btn__border:hover {
        color: #ffa334;
    }


/* banner code */
.banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.text__banner {
    position: absolute;
    top: 54%;
    left: 20%;
    /*position: absolute;
    top: 46%;
    left: 10%;*/
}

.search__bg {
    background-color: #ffa334;
    border: 2px solid #ffa334;
}

.left__search {
    border: 2px solid #ffa334;
    font-weight: 600;
}

.search__container {
    padding: 56px 18px;
    background-color: #666666;
    opacity: 0.7;
}

/*.input__position {
    position: relative;
    bottom: 79px;
}*/

.serach_icon {
    color: white;
}

/* news section */
.text__start {
    display: flex;
    text-align: start;
    color: black;
}

.news__div {
    border: 1px dashed #666666;
    padding: 10px;
    height: 370px;
}

.text__color {
    color: #ffa334;
}

/* testomonials */

/*
.heading__tag {
    position: relative;
    bottom: 58px;
    left: -85px;
    right: 13px;
}

.img_absolute {
    position: absolute;
    top: 20%;
}

.img__circle {
    border-radius: 50%;
    border: 2px solid #ffa334;
}

.img__box {
    width: 120px;
    height: 120px;
}

.card__color {
    background-color: #f5eadd;
}

*/

/* testimonial start */
.img_position {
    position: relative;
}


.student__name {
    color: #f7631b;
}



@media (max-width: 375px) {
    .img_absolute {
        position: absolute;
        top: 9%;
    }
}

/* testimonials end */

/* footer start */
.anchor_tag {
    text-decoration: none;
}

.footer-area {
    background-color: #f4f4f4;
}

.section-gap {
    padding: 10px 0
}


ul.footerlistblack {
    list-style: none;
    margin: 0;
    padding-left:0px;
}

    ul.footerlistblack li {
        line-height: 24px;
    }
/*
        ul.footerlistblack li a {
            color: #333;
            background: #F9F9F9;
            padding: 1px 10px 0 10px;
            display: inline-block;
            border-radius: 12px;
            font-size: 14px;
        }*/

.single-footer-widget ul li a {
    padding: 3px 2px;
}

.heading__footer {
    color: #ffa334;
}

.single-footer-widget ul li a:hover {
    background: black;
    color: white;
    /*padding-left: 15px;*/
    text-align: center;
}


ul.footerlistblack li {
    padding-right: 5px;
    padding-bottom: 0px;
}

.single-footer-widget h4 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500
}

.single-footer-widget .form-control {
    border: none;
    width: 80% !important;
    font-weight: 300;
    background: #f9f9ff;
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px;
    line-height: normal !important;
    color: #222
}

    .single-footer-widget .form-control:focus {
        box-shadow: none;
        color: #222
    }

.single-footer-widget ul li a {
    color: white;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

ul.footerlistblack li a {
    color: black;
    display: inline-block;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
}



.single-footer-widget ul li a:hover {
    color: white;
}

.single-footer-widget .bb-btn {
    color: #f7631b;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    z-index: 9999;
    cursor: pointer
}

.single-footer-widget .info {
    margin-top: 25px;
    color: #fff;
    font-size: 12px
}

    .single-footer-widget .info.valid {
        color: green
    }

    .single-footer-widget .info.error {
        color: red
    }

.single-footer-widget .btn {
    font-size: 1.2rem;
    border-radius: 0;
    background: #f7631b;
    color: #fff
}

    .single-footer-widget .btn .lnr {
        line-height: inherit;
        font-size: 13px;
        padding: 0px 4px
    }

.single-footer-widget ::-moz-selection {
    background-color: #191919 !important;
    color: #777
}

.single-footer-widget ::selection {
    background-color: #191919 !important;
    color: #777
}

.single-footer-widget ::-webkit-input-placeholder {
    color: #777;
    font-weight: 300
}

.single-footer-widget :-moz-placeholder {
    color: #777;
    opacity: 1;
    font-weight: 300
}

.single-footer-widget ::-moz-placeholder {
    color: #777;
    opacity: 1;
    font-weight: 300
}

.single-footer-widget :-ms-input-placeholder {
    color: #777;
    font-weight: 300
}

.single-footer-widget ::-ms-input-placeholder {
    color: #777;
    font-weight: 300
}


/*  */
.footerbg3black {
    width: 100%;
    color: #DCDCDC;
    overflow: hidden;
    margin-top: 60px;
}

.grey {
    color: #999;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.container:before {
    display: table;
    content: " ";
}

.footerbg3black ul {
    padding: 0;
    margin: 10px;
    list-style: none;
    font-size: 15px;
}

    .footerbg3black ul li {
        display: inline;
    }

        .footerbg3black ul li span {
            color: black;
            font-weight: 600;
        }

        .footerbg3black ul li a {
            color: black;
            padding: 0 7px;
            font-weight: 600;
        }

.container:after {
    display: table;
    content: " ";
}

.footer_achhor {
    text-decoration: none;
}

.clear {
    clear: both;
}

.contact__png {
    width: 37px;
    height: 37px;
}

.img_position {
    position: relative;
}

.img_absolute {
    position: absolute;
    top: 15%;
}

.heading__tag {
    position: relative;
    bottom: 10px;
    left: 60px;
    color: #f6eade;
}

.student__name {
    color: #ffa445;
}


.card-shadow_scroll {
/*  background: #ededed;*/
    width: 100%;
    height: 500px;
    overflow: scroll;
    padding: 10px;
}


    .card-shadow_scroll::-webkit-scrollbar {
        opacity: 0 !important;
    }

.card_propery__slider {
    padding: 0.3rem 0.3rem 0rem 0.3rem;
}


.ali {
    vertical-align: middle;
    width: 57px;
    height: 57px;
}

.NewCard {
    filter: grayscale(100%);
}

    .NewCard:hover {
        color: #ffa334;
        filter: grayscale(0%);
    }

.alpha__c:hover {
    color: #ffa334;
}

.dropdown-menu.show {
    display: block;
   
}




/* ------------------------------------------Second Page----------------------------------------*/

/* header start */
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    /* display: none;
        position: absolute;
        background-color: black;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        color: white; */


    display: none;
    position: absolute;
    background-color: #dddddd;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #ffa334;
    z-index: 1;
    opacity: 0.8;
}

    .dropdown-content a {
        color: black;
        padding: 4px 5px;
        text-decoration: none;
        display: block;
        font-size: 15px;
    }

.d-flex {
    display: flex;
}

.dropdown-content a:hover {
    background-color: #ffa334;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.nav-item {
    padding: 6px 9px;
}

.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


header {
    z-index: 999;
}

.container_position {
    position: relative;
    top: 0;
}

.background__nav {
    background: #f5eadd;
    position: sticky;
    top: 0;
    z-index: 9999;
}


.nav-link:hover {
    color: #ffa334;
}

.btn__border {
    border: 2px solid#ffa334;
}

    .btn__border:hover {
        color: #ffa334;
    }

/* right side start */
.heading_sub {
    position: relative;
    margin: 0 0 -2px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #333;
    display: inline-block;
    width: auto;
    border-bottom: 2px solid #ffa334;
    padding-bottom: 6px;
}

.mtop30 {
    margin-top: 20px;
}

.listitem {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.listitem {
    background: #FFF;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    border: 1px solid #ffa334;
    border-bottom: 0;
    vertical-align: middle;
    display: inline-flex;
}

.listitemContent {
    background: #F9F9F9;
    width: 100%;
    border: 1px solid #F63;
    border-top: 0;
    border-bottom: 0;
    font-size: 13px;
    line-height: 17px;
    overflow: hidden;
}

    .listitemContent .listitemName {
        display: inline-block;
        width: 100%;
        height: 58px;
        padding: 10px;
        margin: 0;
        text-align: center;
        overflow: hidden;
    }

    .listitemContent .listitem-Desc {
        width: 100%;
        height: 160px;
        list-style: none;
        margin: 4px 0px;
        padding: 5px 10px;
        background: #FFF;
    }

    .listitemContent a:link.detail--info {
        text-decoration: none;
        color: #FFF;
    }

    .listitemContent .detail--info {
        float: left;
        width: 50%;
        padding: 11px 10px 9px 10px;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        color: #FFF;
        border: 0;
        background: #006599;
        text-shadow: rgb(0 0 0 / 40%) 0 -1px 0;
        border-radius: 0;
        -webkit-box-shadow: rgb(0 0 0 / 20%) 1px 2px 3px;
        -moz-box-shadow: rgba(0,0,0,.2) 1px 2px 3px;
        /* box-shadow: rgb(0 0 0 / 20%) 1px 2px 3px; */
    }

    .listitemContent .apply--now {
        float: left;
        width: 50%;
        padding: 11px 10px 9px 10px;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        color: #FFF;
        border: 0;
        background: #ffa334;
        text-shadow: rgb(0 0 0 / 40%) 0 -1px 0;
        border-radius: 0 !important;
        -webkit-box-shadow: rgb(0 0 0 / 20%) 1px 2px 3px;
        -moz-box-shadow: rgba(0,0,0,.2) 1px 2px 3px;
        box-shadow: rgb(0 0 0 / 20%) 1px 2px 3px;
        text-decoration: none;
    }

    .listitemContent .listitem-Desc li {
        display: block;
        font-size: 13px;
        line-height: 22px;
        padding: 0;
        margin: 0;
        color: #666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.heading_h2 {
    font-size: 1rem;
}

.lazy {
    margin: 0 auto;
    height: 100%;
    width:;
}

.underline {
    text-decoration: none;
    color: black;
}

.list {
    margin: 3px 0px;
}

.listitemContent .listitem-Desc .fa {
    width: 17px;
    text-align: center;
    padding-right: 4px;
    color: #FDD003;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* right side end */


/* left side start */
.accordion {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}



.accordion-button {
    padding: 0.3rem 1rem;
}

    .accordion-button:not(.collapsed) {
        color: black;
        font-size: 15px;
        font-weight: 600;
        background-color: #f5eadd;
    }

/* left side end */


/* accordion */
.accordion-body {
    padding: 0.1rem 0.2rem;
}

.myInput {
    background-image: url('/css/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 13px;
    background: #F1F1F1;
    border: none;
    padding: 8px 0px;
}

.myUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 150px;
    overflow-x: hidden; /* Hide horizontal scrollbar */
    overflow-y: scroll;
}

    .myUL li a {
        margin-top: -1px; /* Prevent double borders */
        padding: 3px 12px;
        text-decoration: none;
        font-size: 14px;
        color: #666;
        display: block
    }

        .myUL li a:hover:not(.header) {
            background-color: #eee;
        }

.form-check-input {
    margin-right: 5px;
}

    .form-check-input[type=checkbox] {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

/*.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: none;
    border-bottom-left-radius: none;
}

.accordion-item:first-of-type {
    border-top-left-radius: none;
    border-top-right-radius: none;
}

.accordion-item {
    background-color: #fff;
    border: none;
}

.border {
    border: 1px solid #ddd;
}

.accordion-button {
    background-color: #ffffff;
    color: #666;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #dbdbdb;
}*/

.myULcollege {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 49px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .myULcollege li a {
        margin-top: -1px; /* Prevent double borders */
        padding: 3px 12px;
        text-decoration: none;
        font-size: 14px;
        color: #666;
        display: block
    }

        .myULcollege li a:hover:not(.header) {
            background-color: #eee;
        }

.btn_list {
    font-size: 14px;
    border: 1px solid #E7E7E7;
    width: auto;
    display: inherit;
    padding: 10px 20px;
    background: #F4F4F4;
    cursor: pointer;
    user-select: none;
    color: #006599;
    margin: 0 auto 25px 0;
}

.plus {
    font-size: 14px;
    color: #006599;
    margin: 0 auto;
    font-weight: bold;
}

.top {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    color: #BBB;
    font-weight: 600;
}

/* top */
ul.footerlistgray {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.footerlistgray li {
        display: inline-block;
        padding-right: 2px;
        padding-bottom: 5px;
        line-height: 24px;
    }

        ul.footerlistgray li a {
            color: #333;
            border: 1px solid #E1E4E4;
            background: #F9F9F9;
            padding: 1px 5px 0 5px;
            display: inline-block;
            border-radius: 3px;
            font-size: 14px;
            text-decoration: none;
        }


/* slider start */
.card_slider {
    height: 280px;
}

.slick-slide img {
    margin: 0 auto;
}


.details .anchor {
    font-size: 1rem;
}

.details h6:hover {
    color: #ffa334 !important;
}

.anchor {
    text-decoration: none !important;
}

.slider_blue {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffa334;
    margin: 5px 0px;
}


.search_white {
    width: 87%;
}

}
/* slider end */


/* media */
@media (max-width:1024px) {
    .heading_h2 {
        font-size: 0.9rem;
    }

    .listitemContent .detail--info {
        font-size: 13px;
    }

    .btn__search {
        position: absolute;
        top: 0%;
        left: 85% !important;
    }
}

@media (max-width:425px) {
    .accordion-button:not(.collapsed) {
        font-size: 17px;
     
    }

    .myUL li a {
        font-size: 16px;
    }

    .myInput {
        font-size: 15px;
    }

    .heading_sub {
        margin-top: 10px;
        font-size: 20px;
    }

    .heading_h2 {
        font-size: 1.2rem;
    }

    .listitemContent .listitem-Desc li {
        font-size: 16px;
    }

    .btn__search {
        position: absolute;
        top: 0%;
        left: 79% !important;
    }

    .search_white {
        width: 84%;
    }
}

.btn__search {
    position: absolute;
    top: 0%;
    left: 86%;
}

.border__serch {
    border: 2px solid #ffa334 !important;
}

.border__serch_2 {
    border: 2px solid #ffa334 !important;
    background: #ffa334;
}

.list__type {
    list-style: none;
}

.h_fontsearch {
    font-size: 15px;
    color: #ffa334;
}

.filter-data-list {
    padding: 0 0.5rem;
    width: 100%;
}

.stream-list-label {
    margin: 0 10px;
    font-size: 13px;
    color: #666;
}

.state-list-label {
    margin: 0 10px;
    font-size: 13px;
    color: #666;
}

.city-list-label {
    margin: 0 10px;
    font-size: 13px;
    color: #666;
}

.sub-stream-list-label {
    margin: 0 10px;
    font-size: 13px;
    color: #666;
}

.state-list-label_a {
    margin: 0 10px;
    font-size: 13px;
    color: #666;
}

.filter__btn {
    font-size: 1.2rem;
}

.filter__body {
    height: 250px;
    overflow-y: auto;
}

/*.card-body ul li h6 {
    font-size: 0.8rem;*/
/*}*/

.breadcrumb {
    margin-bottom: 0px !important;
   
}

.breadcrumb-title {
    color: #ffa334;
}

.breadcrumbbg {
    background-image: url('../img/breadcrum2.png');
    /*    background-image: linear-gradient(292deg, #f1fff7, #fffaea);*/
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 20px;
}

    .breadcrumbbg::before {
        content: '';
        background-image: linear-gradient(292deg, #f1fff7, #fffaea);
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
    }

.main__card_body {
    border-radius: 0 !important;
    transition: 0.6s ease-in-out;
    border: 1px solid #006599;
    height: 100%;
}

.collage__card {
    padding: 0 7px;
}

.btn-outline-theme {
    background: #006599;
    border: 0;
    border-radius: 0;
    color: #fff;
}

    .btn-outline-theme:hover {
        background: #666666;
        color: white;
    }

.btn-theme-success {
    border: 0 !important;
    border-radius: 0 !important;
}

.theme__icon {
    color: #ffa334;
    font-size: 0.8rem
}



.card__list li h6 i {
    flex-basis: 12%;
}

.Padding_search {
    padding-right: 0.5rem !important;
    padding-left: 2.6rem !important;
}





.letter {
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}



.icon_contact_fb {
    font-size: 24px;
    color: black;
    margin: 0px 3px;
}

    .icon_contact_fb:hover {
        color: #3b62a9;
    }


.icon_contact_twitter {
    font-size: 24px;
    color: black;
    margin: 0px 4px;
}

    .icon_contact_twitter:hover {
        color: #00a0ee;
    }

.icon_contact_insta {
    font-size: 24px;
    color: black;
    margin: 0px 4px;
}


.icon_contact_whtapp:hover {
    color: #25d366;
}

.icon_contact_whtapp {
    font-size: 24px;
    color: black;
    margin: 0px 3px;
}

.ClrBlack {
    color: black;
    font-weight: 500;
}




.icon_contact_insta:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;
}



@media (max-width:1024px) {
    .padding_remove {
        padding-bottom: 0px !important;
    }

    .btn__search {
        position: absolute;
        top: 0%;
        left: 85%;
    }
}

@media (max-width:768px) {
    .alpha__c {
        font-size: 17px;
    }

    .card__font {
        font-size: 15px;
    }

    .section_footer {
        margin-top: 0px !important;
    }

    .connect {
        margin-bottom: 10px !important;
    }

    .college-card-title {
        padding: 9px;
        background: #e4e4e4;
        font-size: 17px;
        line-height: 25px;
        height: 91px;
    }

    .detail_btn {
        font-size: 0.8rem;
        font-weight: 600 !important;
    }

    .search_white {
        width: 88%;
    }

    .Padding_search {
        padding-right: 0.7rem !important;
        padding-left: 0.9rem !important;
    }

    .heading_details {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width:425px) {
    .detail_btn {
        font-size: 1rem;
    }

    .footer_section {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .Padding_search {
        padding-left: 0.3rem !important;
    }

    .section_footer {
        display: flex;
        justify-content: center;
    }

    mobile__card_2 {
        margin-top: 30px;
    }
}

@media (max-width:500px) {


    .footer_section {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}
/*second page*/
.input_search {
    background-color: #F1F1F1;
    border-radius: 0px;
    font-size: 13px;
    padding: 4px 6px;
}

.input-group .input_search {
    border: none;
}

.bg-color {
    background: #006599;
    color: white;
    margin-top: 8px !important;
}


.color_white {
    color: white;
    cursor: pointer;
}

    .color_white:hover {
        color: #ffa334 !important;
    }

.border_line {
    border-bottom: 2px solid #006599 !important;
}

.rounded {
    width: 108px;
    height: 108px;
    margin: 10px 0px 5px 0px;
}

/*.college-card-title {
    padding: 12px;
    background: #e4e4e4;
    font-size: 13px;
    line-height: 23px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}*/

.color_grey {
    color: #ffa334;
    font-size: 14px;
}

    .color_grey:hover {
        color: #006599;
    }

.btn-apply {
    color: white;
    background: #ffa334;
    border-radius: 0px !important;
}

    .btn-apply:hover {
        background: #666666;
        color: white;
    }

/*pagination*/
.pegination_m {
    display: inline-block;
}

    .pegination_m ul {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

.pagination ul .active {
    background-color: #4CAF50;
    color: white;
}


/*Slider Css*/

.occustome {
    overflow: hidden;
}


.owl-carousel .item {
    background-color: transparent !important;
}



/*New Section Home Page */


.bg-color {
    background-image: linear-gradient(to left, #666666, #ffa334);
    color: white;
}

.heading_new {
    margin-bottom: 25px;
    font-weight: 400;
}

.para {
    text-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    color: white;
    margin-bottom: 50px;
}

.padding_new {
    padding: 50px 0px;
}

/* stripper */
step {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: cream;
}

.v-stepper {
    position: relative;
    /*   visibility: visible; */
}


/* regular step */
.step .circle {
    border: 3px solid gray;
    border-radius: 100%;
    width: 22px; /* +6 for border */
    height: 22px;
    display: inline-block;
}

.step .line {
    top: 21px;
    left: 9px;
    /* height: 120px; */
    height: 30px !important;
    position: absolute;
    border-left: 3px solid gray;
}

.step.completed .circle {
    visibility: visible;
    border-color: rgb(117 108 98);
}

.step.completed .line {
    border-left: 3px solid rgb(117 108 98);
}

.step.active .circle {
    visibility: visible;
    border-color: rgb(117 108 98);
}

.step.empty .circle {
    visibility: hidden;
}

.step.empty .line {
    /*     visibility: hidden; */
    /*   height: 150%; */
    top: 0;
    height: 150%;
}


.step:last-child .line {
    border-left: 3px solid white;
    z-index: -1; /* behind the circle to completely hide */
}

.content {
    margin-left: 20px;
    display: inline-block;
}

.box_new {
    width: 150px;
    height: 150px;
    background-color: white;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
    border-bottom: 2px solid #f09b49;
}

.img_new {
    margin-top: 10px;
    width: 65px;
    height: 60px;
}

.index_new {
    color: #191919;
    margin: 10px 0px;
    font-weight: 600;
}

.btn-new {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #212529;
}

    .btn-new:hover {
        color: #fda235;
    }

@media (max-width:768px) {
    .box_new {
        width: 100%;
        height: 100%;
    }
}


/* Third page 14-10-2022 */


.admission__btn {
    background: #ffa334;
    font-weight: 600;
}

.bg-box__card {
    background: #006599;
   
}

.nav__text {
    padding: 0.5rem 0.8rem;
}

.nav-tabs .nav-link.active {
    background-color: #ffffff;
    color: black !important;
}

.nav-item {
    padding: 2px 2px;
}

.border__none {
    border-left: none;
    border-top: none;
}

.placement__comment {
    background-color: #ffa334;
}

.blue__text {
    color: #006599;
}

.img__wid1 {
    width: 100%;
    height: 96px;
}

.background__2ndpage {
    /*background-image:linear-gradient(292deg, #f1fff7, #fffaea);*/
    /*    background-image: url('../img/breadcrum1.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    height: 200px;
}
@media (max-width:500px){
    .background__2ndpage {
        height: auto;
    }
    }

.img__university {
    width: 88px;
    height: 100px;
}

.img__align {
    margin: 0 auto;
}

.orange__text {
    color: #ffa334
}

.blue__text {
    text-transform: capitalize;
}

.text__area-1 {
    width: 100%;
}

.collegetext__color {
    color: #006599;
}

.nav__text {
    text-transform: uppercase
}

.icon__chevron {
    color: #ffa334
}

.modal-footer_btn {
    display: inline-block;
}

.bg__btn__modal {
    background: #ffa334;
}
/*carousel code for tour section*/
.carousel__btn {
    width: 100px !important;
}

.carousel__margin {
    margin-bottom: -60px;
}

.carousel__height {
    height: 400px;
}



.owl_slider_img {
    height: 150px;
}

.anchor_color {
    color: white;
}

.poston {
    color: #555;
}

.reviewby {
    color: #ffa552;
}

.anchor_color:hover {
    color: black !important;
}

.search_box-drop {
    padding: 0.5rem 0 0 0 !important;
}

.dropdown__width {
    padding-left: 0.2rem;
}

.list__type {
    border-bottom: 1px solid #d7cfcf;
}

.border_onclick:focus-visible {
    border-color: #ffa334 !important
}

.border_onclick:focus {
    outline: none;
    border-color: #ffa334;
}

.latest_margin {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.sub_heading {
    font-weight: 600px !important;
}

.logo_index__3 {
    width: 100px !important;
    height: 115px !important;
    margin: 0px -5px;
}

.article__div {
    position: relative;
}

.pegination_m {
    display: inline-block;
}

    .pegination_m ul {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

.pagination > li {
    display: inline;
}

.prev {
    color: #37357b;
    /* position: absolute; */
    top: 178%;
    left: 30px;
    /* background: #fff; */
    font-size: 24px;
    font-weight: 900;
    border-radius: 50%;
    padding: 6px 15px;
}

/*18-10-2022 code*/
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -39px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

@media (max-width: 425px) {
    .container {
        max-width: 100% !important;
    }

    .mobile__view {
        font-size: 14px !important;
    }

    .carousel__height {
        height: 200px;
    }




    .hide_header {
        margin-top: -250px;
        transition: 2s;
    }
}


@media (max-width: 768px) {

    .mobile__view-card {
        margin-top: 105px !important;
    }

    margin__top-768 {
        margin-top: 40px;
    }

    .fff_button:focus {
        box-shadow: 0 0 0 0;
    }
}

/*new header*/


/*
.owl-carousel .item {
    height: 10rem;
    background-color: transparent !important;
}*/


@media (max-width: 1024px) {
    .nav__text {
        color: black;
        font-weight: 600;
        text-decoration: none;
        font-size: 12px;
    }

    .main__logo {
        width: 90%;
    }

    .nav__text {
        padding: 0.5rem 0.2rem;
    }

    .border_button:focus-visible {
        border-color: #ffa334 !important
    }

    .border_button:focus {
        outline: none;
        border-color: #ffa334;
    }
}

.toggle__bar {
    color: white;
    border: 1px solid;
    padding: 8px;
    position: relative;
    top: -8px;
    border-radius: 4px;
    right: 1px;
    transition: 0.5s all;
}

    .toggle__bar:hover {
        background-color: #ffa334;
        color: #fff;
    }
/*remodified class*/

.college__div {
    width: 200px;
}

.dropdown-content {
    position: absolute;
    background-color: #dddddd;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    border-top: 2px solid #ffa334;
    z-index: 1;
    opacity: 2.8;
    left: -70px;
    top: 40px;
}

.nav__text-2nd {
    font-weight: 500;
    font-size: 14px;
    padding: 10px 7px;
}


@media(max-width: 1700px) and (min-width: 1199px) {
    .nav__text {
        color: black;
        font-weight: 500;
        text-decoration: none;
        font-size: 14px;
    }

    .nav__cap {
        padding: 0px 7px;
    }
}

@media (max-width: 1260px) and (min-width: 1200px) {
    .nav__text {
        font-size: 13px;
    }
}

@media(max-width: 1108px) and (min-width: 768px) {
    .nav__text {
        color: black;
        font-weight: 600;
        text-decoration: none;
        font-size: 12px;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .nav-item {
        padding: 0px 0px;
    }
}

@media (max-width: 768px) and (min-width: 425px) {
    .dropdown-content {
        position: absolute;
        background-color: #dddddd;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
        border-top: 2px solid #ffa334;
        z-index: 1;
        opacity: 0.8;
        left: -1px;
        top: 34px;
    }
}

@media (max-width: 1600px) and (min-width: 1300px) {
    .nav__space {
        padding: 2px 7px;
    }
}

@media (max-width: 425px) {
    .college__div {
        width: 173px;
    }
}
/*application*/

.placement__Div {
    background: #f5eadd;
    border-bottom: 1px solid#fff;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.img__logo {
    width: 100%;
    height: 100%;
}
.img___logo {
    width: 100%;
    height: 100px;
}


.admission_btn {
    background-color: #006599;
    padding: 8px 8px !important;
    font-size: 0.8rem !important;
}

.accordion_border {
    border-bottom: none;
}

.accordion-padding {
    padding: 0.8rem 1rem;
    background-color: #E9ECFF !important;
}

    .accordion-padding:focus {
        box-shadow: 0 0 0 0;
    }

@media (max-width:425px) {

    .padding_under {
        display: flex;
        justify-content: center;
    }

    .line {
        display: none;
    }

    .flex__direction {
        flex-direction: column;
    }

    logo_index__3 {
        width: 90px;
        height: 90px;
    }
}







.mega-dropdown-menu {
    padding: 0.2rem 0 !important;
}

.list__type:hover {
    background-color: #ffa334;
    border-bottom: 1px solid #666666;
}

.h_fontsearch:hover {
    color: white !important;
}

.course__bg {
    background-color: #006599;
}

.icon__white {
    color: white;
}

.border__course {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.blue__course {
    color: #006599;
}

@media (max-width: 425px) {
    .bg-box__card {
        background: #006599;
        overflow-x: scroll;
        flex-wrap: unset;
    }


    .main__logo {
        width: 150px !important;
    }
}

@media (max-width: 768px) and (min-width: 425px) {
    .flex__direction {
        font-size: 14px
    }
}

.text__alignment {
    text-align: justify;
}

@media(max-width: 425px) and (min-width: 320px) {

    .mobile__adjust2 {
        display: none;
    }
    /* .desktop__view {
        flex-direction: row-reverse !important;
    }*/
    .padding__none {
        padding: 0 !important;
    }
}

@media (max-width: 375px) and (min-width: 320px) {
    /*.mobile_view_btn {
        position: relative;
        left: 198px;
        bottom: 4px;
    }*/
}



@media(max-width: 767px) and (min-width: 500px) {
    .main__logo {
        width: 150px !important;
    }
}

.heading__6 {
    color: #006599;
}



.modal-header {
    background-color: #ffa334;
}

.modal-title {
    color: white;
}

.icon_close {
    color: white;
}

@media(max-width:425px) {
    .ali {
        width: 50px;
        height: 50px;
    }

    .card__font {
        font-size: 11px;
        margin-bottom: 0px;
    }

    .alpha__c {
        font-size: 12px;
    }
}

@media (max-width:375px) {
    .letter {
        width: 80px;
    }
}

@media (max-width:320px) {
    .letter {
        width: 56px;
    }
}





.owl-carousel .owl-item img {
    height: 150px;
    margin: 0 auto;
    width: 100%;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 42px;
    border: none;
    outline: none;
    color: #000000;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
}




    #myBtn:hover {
        background-color: #666666;
    }

/*@media (max-width: 320px) {
    .mobile_view_btn {
        position: relative;
        left: 164px;
        bottom: 4px;
    }
}*/

.serach_font {
    color: black;
}

    .serach_font:hover {
        color: white;
    }

.icon__color {
    color: #ffa334;
}

.icon__weight {
    font-weight: 500;
    color: #006599;
}

.adm__btn {
    background-color: #006599;
    padding: 1px 10px;
}

@media (max-width: 425px) and (min-width: 320px) {
    .text__banner {
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        transform: translate(12%);
    }

    .input__position {
        position: relative;
        bottom: 68px;
        left: 12px;
    }

    .search__container {
        padding: 45px 18px;
    }

    .height_banner {
        height: 280px !important;
    }
}

.img__testimonials {
    width: 100px;
    height: 100px;
}

@media (max-width: 1700px) and (min-width: 1100px) {
    .container-card {
        width: 80%;
    }
}

.padding__cls {
    padding: 0px 6px;
}

.card-shadow_scroll-video {
    box-shadow: 0px 0px 10px 0px grey;
    width: 100%;
    height: 350px;
}

.tblack {
    color: black;
}

.card__padding_1 {
    padding: 0px 6px !important;
}

.text__black {
    color: black;
}

.overflow__content {
    height: 280px;
    overflow: scroll;
}

/*::-webkit-scrollbar {
    display: none;
}
*/
.font__style {
    color: #fb9922;
    font-weight: 700
}

.news__font {
    max-width: 100% !important;
    width: 96% !important;
}

.para__news {
    text-align: justify;
}

@import url('https://fonts.googleapis.com/css2?family=Noticia+Text&display=swap');


.news__font {
    font-family: 'Noticia Text', serif !important;
}

.nbtext {
    color: black;
}

.placement_imgs {
    height: 110px;
    width: 185px;
}

.carsoul_img {
    height: 70px;
}

.name_main {
    display: inline-block;
    max-width: 98%;
    border-bottom: 2px solid #ffa334;
    padding-bottom: 2px;
    margin-bottom: -2px;
}

.heading__footer {
    color: black;
    margin: 10px 0px 10px 0px;
}



/*11-7-2022 css changes*/
.bg__head {
    background-image: linear-gradient(to left, #666666, #ffa334);
    color: white;
}

.width__remove {
    width: 100% !important;
}

.head__top_orange {
    color: #f3931e;
}

.news__bder {
    border-bottom: 1px solid #d7cfcf;
    margin-bottom: 9px;
}
/*advertisement code*/

/* Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7))
    }
}


/*  Styling  */
#logos-home-page .slider {
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    #logos-home-page .slider:before, #logos-home-page .slider:after {
        background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        content: "";
        height: 100px;
        position: absolute;
        width: 200px;
        z-index: 2;
    }

    #logos-home-page .slider:after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }

    #logos-home-page .slider:before {
        left: 0;
        top: 0;
    }

#logos-home-page .slide-track {
    animation: scroll 25s linear infinite;
    width: calc(250px * 14);
}

#logos-home-page .slide-tracknew {
    /*animation: scroll 20s linear infinite;*/
    width: calc(250px * 14);
}

#logos-home-page div.slide {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.width__remove {
    width: 100% !important;
}

.modal__space {
    padding: 10px !important;
}

.modal__top_m {
    max-width: 500px;
    margin: 0.75rem auto !important;
}



.icon__Cll {
    color: black;
}

.width__gif {
    width: 8%;
}

.eclipse__text {
    white-space: nowrap;
    width: 108%;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1024px) and (min-width: 768px) {
    ul.footerlistblack li a {
        font-size: 12px !important;
    }

    .single-footer-widget {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .single-footer-widget {
        padding: 0px 15px;
    }
}

.width__gif {
    width: 8%;
}

li.new-tag:after {
    content: "New";
    top: -5px;
    color: #fff;
    background-color: #FF2E2E;
    padding: 1px 2px;
    font-size: 8px;
    border-radius: 2px;
    font-weight: bold;
    line-height: 1.2;
    position: absolute;
    color: #fff;
    right: -15px;
}


.blinking {
    float: left;
    width: 50%;
    text-align: center;
    margin-top: 3rem;
}

.blinktext {
    color: black;
}

.text-red {
    color: red;
}

.blink-hard {
    animation: blinker 1s step-end infinite;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blinktext:hover {
    cursor: pointer;
    text-decoration: revert;
    /*color: #ffa445;*/
    color: black;
    text-decoration-color: gray;
}



@media (max-width: 475px) and (min-width: 320px) {
    .heading__tag {
        position: relative;
        bottom: 0px !important;
        left: 0;
        right: 0;
    }

    .img_absolute {
        position: absolute;
        top: 0% !important;
    }
}

@media(max-width: 320px) {
    .text__wrap > p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
}

.height_banner {
    height: 602px;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}


/**********/
.padding_slider {
    padding: 0px 10px;
}



/*header code 
*/
@media (max-width: 768px) {
    .btn__block {
        display: inline;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        color: #ffa334 !important;
    }

    .margin__list {
        margin-left: 90px;
        width: 100%;
    }

    .bg__offcanvas {
        background: #f5eadd;
    }

    .border__offcanvas {
        border-bottom: 1px solid gray;
        position: relative;
    }

    .offcanvas-body {
        flex-grow: 1;
        padding: 0rem 1rem;
        overflow-y: auto;
    }

    .btn:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .canvas__padding {
        padding: 0.3rem 1.6rem;
    }

    .offcanvas-header {
        border-bottom: 2px solid white;
    }

    .offcanvas-end {
        width: 363px !important;
    }

    .canvas__padding:hover {
        background-color: #ffa334;
    }
}

@media(min-width:769px) and (max-width:1600px) {
    .mobile__view_offcanvas {
        display: none !important;
    }
}


@media(max-width:768px) {
    .mobile__adjust {
        display: block;
        position: relative;
        left: -100px;
    }
}




@media (max-width:768px) {
    .single-blog {
        margin-top: 15px;
    }
}

@media (max-width:500px) {

    .single-blog_mobile {
        margin-top: 15px;
    }

    .mobile_footer_remove {
        display: none !important;
    }

    .logo_img_footer {
        height: 20%;
        width: 60%;
    }
    .display-none-porterty{
        display:none !important;
    }
    .margin-auto{
        margin:auto;
    }
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item .carousel__mob {
        display: block;
    }

    .heading_details {
        padding: 9px 10px;
    }
}

.margin__campus-tour {
    padding-top: 82px !important;
}

#txtTopSearch::placeholder {
    font-weight: 700;
    font-size: 16px;
}


/*04/11/2022*/
.height_banner {
    height: 600px;
}

@media (max-width:1024px) and (min-width:769px) {
    .height_banner {
        height: 500px;
    }
}

@media (max-width:768px) and (min-width:426px) {
    .height_banner {
        height: 400px;
    }

    .nav__text-2nd {
        padding: 10px 4px !important;
    }
}

@media (max-width:425px) {
    .test_para {
        font-size: 10px;
    }
}



.text__eclipse + p {
    color: white;
}
/*****************/
@media(max-width:768px) and (min-width:600px) {
    .text__eclipse + p {
        margin-left: 40px;
    }
}

@media (max-width: 425px) {

    .test_img {
        height: 483px !important;
    }

    .carosuel_container {
        width: 100% !important;
    }

    .modelmobile {
        margin-top: 0px !important;
    }
}

.student_para {
    color: black;
    font-weight: 500;
}

.test_img {
    height: 370px;
    width: 100%;
}

@media (max-width: 320px) {

    .test_img {
        height: 545px !important;
    }
}




.college__container {
    max-width: 80%;
    border: 2px solid grey;
    border-radius: 47px;
}


.alin__btn {
    display: flex;
    justify-content: end;
}

.bg__education {
    background-color: #ffa334;
    color: white;
    padding: 7px 41px;
    font-size: 21px;
}

.s__btn {
    background-color: #006599;
}

.c__btn {
    background-color: #ffa334;
}

.reg__text {
    font-weight: 600;
}

.bg__education:hover {
    box-shadow: 0px 8px 20px -6px #ffa334;
    transform: translateY(-6px);
}

.scroll_application {
    height: 500px;
    overflow: scroll;
}

@media (max-width: 320px) {
    .single-footer-widget {
        padding: 0px;
    }
}


/*/*18-11-2022 ashwini changes*/
.align__college {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card__shadoww {
    box-shadow: 0px 0px 11px 0px grey;
}

.text__col {
    color: #006599;
}

.anchor__color {
    color: #006599;
    font-weight: 500;
}

.padding__i {
    padding-right: 6px;
}

.font__anchor {
    font-weight: 500;
}

.faculty__name {
    color: #006599;
    text-transform: uppercase;
}

.profession {
    color: black;
    text-transform: uppercase;
}

.boy__color {
    color: #006599;
}

.o__color {
    color: #ffa334;
    font-weight: 500;
}

.background_color_job {
    background: #f6eade;
}

.background_college_start {
    background: #fce9d2;
}

.mobile_footer_remove {
    width: 100%;
}

@media (max-width:1600px) and (min-width:1150px) {
    .footer_grid_property {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
    }
}

@media (max-width:1149px) and (min-width:1024px) {
    .footer_grid_property {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
    }

    .padding_footer_section {
        padding: 0px 14px !important;
    }
}

@media (max-width:1023px) and (min-width:768px) {
    .footer_grid_property {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width:767px) and (min-width:425px) {
    .footer_grid_property {
        display: grid;
        grid-template-columns: 1fr;
    }

    .padding_footer_section {
        padding: 0px 0px !important;
    }
}

.tab-pane {
    padding: 0px 15px;
}

.margin_footer_part {
    margin: 11px;
    color: black;
    font-weight: 600;
}



.form_infront {
    position: absolute;
    top: 16%;
    right: 4%;
    width: 320px;
    /*border: 1px solid black;*/
}

    .form_infront h1 {
        color: red;
    }

/***************/


.form {
    /*border: 1px solid #ffa445;*/
    padding: 1em;
    box-shadow: 0 4px 6px rgb(22 22 26 / 18%);
    background: #efe9e3;
}


.form-floating .form-control,
.form-floating .form-select {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ffa334;
    padding-left: 0.2em;
}

    .form-floating .form-control:focus,
    .form-floating .form-select:focus {
        box-shadow: none;
        border-bottom: 2px solid grey;
        background-color: #f5eadd;
    }

        .form-floating .form-control:focus + label,
        .form-floating .form-select:focus + label {
            color: #ffa334;
        }

    .form-floating .form-control + label,
    .form-floating .form-select + label {
        padding-left: 0;
        transition: all 0.5s;
    }

.btn-outline-primary {
    background-color: #ffa334;
    border-radius: 0;
}

    .btn-outline-primary:hover,
    .btn-outline-primary:focus {
        background-color: blue;
        color: #fff;
        box-shadow: 0 4px 6px rgba(22, 22, 26, 0.18);
    }

.form-floating > label {
    color: black;
    font-size: 15px;
    font-weight: 500;
}

.form-control {
    background: transparent;
}

.btn_submit_banner {
    background-color: #ffa334;
    color: white;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    display: flex;
}

@media (max-width:1600px) and (min-width:1301px) {
    .form_infront {
        width: 320px;
    }
}

@media (max-width:1300px) and (min-width:1024px) {
    .form_infront {
        width: 240px;
    }
}

@media (max-width:1023px) and (min-width:768px) {
    .form_infront {
        width: 350px;
    }

    .form_infront {
        position: absolute;
        top: 6%;
        right: 1%;
    }
}

@media (max-width:767px) and (min-width:500px) {
    .text__banner {
        position: absolute;
        top: 38%;
        left: 11%;
    }

    .form_infront {
        position: absolute;
        top: 46%;
        right: 31%;
    }

    .form_infront {
        width: 235px;
    }

    .form-floating {
        margin-bottom: 0px !important;
    }

    .btn_submit_banner {
        margin-top: 10px;
    }

    .form {
        padding: 0.4em 1em !important;
    }
}

@media (max-width:499px) and (min-width:375px) {
    .form_infront {
        position: absolute;
        top: 46%;
        right: 23%;
    }

    .form_infront {
        width: 235px;
    }
}


.carousel_se_01_carousel > .owl-dots {
    display: none !important;
}

.carousel_se_01_carousel > .owl-nav {
    display: block !important;
}

.Collegecarousel_2 > .owl-dots {
    display: none !important;
}

.Collegecarousel_2 > .owl-nav {
    display: none !important;
}

.oright {
    position: absolute;
    top: 40%;
    right: 0px;
}

    .oright:hover {
        color: black !important;
    }

.oleft {
    position: absolute;
    top: 40%;
    left: 0px;
}

    .oleft:hover {
        color: black !important;
    }


@media (max-width: 375px) and (min-width: 320px) {
    .form_infront {
        width: 235px;
    }

    .form_infront {
        position: absolute;
        top: 46%;
        right: 14%;
    }
}

.backclr {
    background-color: #eee;
}

.footerbg3black_url li a:hover {
    background: black;
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.footerbg3black_url li a {
    display: inline-block;
    border-radius: 12px;
    padding: 5px;
}

.ef {
    border-bottom: 1px dashed #666666;
    color: #ffa445;
}

.padding_footer_section {
    padding: 0px 50px;
}

.alin__btn_more {
    display: flex;
    justify-content: start;
}

@media (max-width:767px) {
    .form_infront {
        display: none !important;
    }
}

@media (max-width:500px) {
    .alin__btn {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    .alin__btn_more {
        display: flex;
        justify-content: center
    }
}

.nav__tabs__login {
    display: flex;
    justify-content: center;
    border-bottom: none;
    margin: 0;
    position: relative;
    top: 2px;
}

    .nav__tabs__login li {
        margin: 0 1rem;
    }

        .nav__tabs__login li button {
            color: #111;
            border: none !important;
            width: 125px;
        }

        .nav__tabs__login li .active {
            color: #fff !important;
            background: #f6eade !important;
        }

.login__area {
    border: 3px solid #f7eadf;
    border-radius: 4px;
    padding: 40px 40px;
}

.btn-outline-warning:hover {
    background: #ffa445 !important;
    color: #111 !important;
}

@media (max-width:600px) {
    .login__area {
        border: 3px solid #f7eadf;
        border-radius: 4px;
        padding: 20px 10px;
    }

    .nav__tabs__login li button {
        width: 100px !important;
    }

    .mb-4 {
        margin-bottom: 0.5rem !important;
    }

    .img-fluid {
        max-width: 250px !important;
        height: 180px !important;
        margin: 0 auto !important;
        display: flex;
    }

    .reg__btn {
        margin-top: 1rem
    }
}

.position-relative {
    position: relative;
}


.position-ab {
    position: absolute;
}

@media(max-width:990px) {
    .login__area {
        padding: 30px 30px !important;
    }

    .nav__tabs__login li button {
        width: 120px;
    }
}



/*My profile*/
.nav-pills .nav-link.active {
    background-color: #ffa334;
}

.btn__back {
    color: black;
    background-color: gray;
}

.nav-pills .nav-link {
    background-color: gray;
    color: white;
}

.right__bg {
    background-color: #ffa334;
    color: white;
}

.cards_shade {
    box-shadow: 0px 0px 20px 0px gray;
}

.radio-div {
    display: flex;
    justify-content: space-between;
}

.btn__userprofile {
    background-color: #ffa334;
    color: white;
}

.radio___bg:checked {
    background-color: #ffa334;
    border-color: #ffa334;
}

.user-page_bg {
    background: #f5eadd;
}

/*25/11  nav Bar My Account*/
.nav-pills .nav-link.active {
    background-color: #ffa334;
}

.btn__back {
    color: black;
    background-color: gray;
}

.nav-pills .nav-link {
    background-color: gray;
    color: white;
}

.btn_header_color {
    background-color: #ffa334;
    color: white;
  
    display: flex;
    justify-content: center;
    align-items: center;
}

.drop_heder.show {
    display: block;
    margin-top: 12px !important;
}

.btn_header_color:focus {
    box-shadow: none !important;
}

/*25/11  nav Bar My Account*/
@media (max-width:990px) {
    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: -119px !important;
    }
}
/**/
.banner__postion {
    position: relative;
}

.desktop__view {
    justify-content: end !important;
}

#MyLoginMenu .dropdown {
    float: right;
}

@media (min-width:768px) {
    .offcanvas-end {
        right: 18px !important;
    }
}

.btn_header_color {
    transition: 0.6s all;
}

  /*  .btn_header_color:hover p i {
        transform: rotate(180deg)
    }*/

.form-select {
    background-color: #f0e9e3
}

.dropdown-content:before {
    content: '';
    position: absolute;
    background: #ddd;
    height: 12px;
    width: 12px;
    top: -7px;
    left: 100px;
    z-index: 9;
    transform: rotate(46deg);
}

.nav__cap {
    position: relative;
}

.user_manage {
    display: inline !important;
}

.list_account {
    margin: 10px 0px 0px 0px;
}

.user_manage:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffa334 !important;
}

.radbtnDiv {
    display: flex !important;
    justify-content: normal !important
}

.basic-addon1 {
    color: #ffa446;
}

.margin_pro {
    margin: 0 auto;
}

.accor__width {
    width: 100% !important;
}

.accordion_bgcolor {
    background-color: transparent !important;
    color: black !important;
}

.btn__viewmore {
    font-weight: 600;
    color: #ffa334;
    border: 1px solid #f5eadd;
}

    .btn__viewmore:hover {
        border: 2px solid #ffa334;
        color: black;
    }

.video_btn {
    height: 20px;
    top: 150px !important;
}

.details_tabContent .tab-pane {
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

.rating_block {
    border: 1px solid #ffa445;
    padding: 5px;
}

/* privacy start */


.enqDiv {
    padding: 0;
    font-weight: bold;
    position: relative;
    box-shadow: 0 5px 15px #61a8f059;
    align-items: center;
    width: 250px;
    height: 50px;
    line-height: 50px;
}

.EnquireNowbtn {
    display: inline-block;
    color: black;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 15px;
    border: 0;
    border-radius: 2px;
    background-color: #f6eade;
    width: 100%;
}

    .EnquireNowbtn:hover {
        color: white;
        background-color: #c78c52;
    }

.keo_listing_rating {
    color: #ffffff;
}

.keo_rating_star {
    position: absolute;
    top: 10px;
    right: -10px;
    background: #fca147;
    margin: 0 !important;
    padding: 6px !important;
}

.arrival > ul > li > i {
    color: #fff;
}

.arrival > ul > li > a {
    color: #fff !important;
}

.keo_rating_star::before {
    content: "";
    position: absolute;
    top: -11px;
    right: 0;
    width: 0;
    height: 0;
    transform: rotate(1deg);
    border-style: solid;
    border-width: 11px 0 0 10px;
    border-color: transparent transparent transparent #af6e30;
}

.review-Head {
    background-color: #ffa445;
    padding: 1px;
    padding-left: 10px;
}


/*19-12*/
.offcanvas.show {
    margin-top: 59px;
}

.down_key {
    color: #ffa334;
    position: absolute;
    right: 0;
}

.match {
    background: #fba046;
    padding: 8px 0px;
}

.filter_third {
    background: #666666;
    padding: 8px 0px;
}

    .filter_third:hover {
        color: #ffa334 !important;
    }

.match_college {
    color: white;
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
}

.filter {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

    .filter:hover {
        color: white;
        font-weight: 500;
    }

.filter_icon {
    color: white;
    margin-top: 5px;
}

@media (max-width:1600px) and (min-width:768px) {
    .mobile_second_page {
        display: none !important;
    }
}

.filter_right {
    padding-right: 0px;
}

.filter_left {
    padding-left: 0px;
}



.bottom_right {
    border-right: 1px solid #666666;
}

.scrooll_table {
    overflow-x: scroll;
}

@media (max-width:500px) {
    .apply_newpage {
        padding: 0.2rem 1.9rem;
    }

    #accordionExample {
        display: none;
    }

    .delbtn {
        color: red;
        margin-left: 250px !important;
    }
}


.toggle-menu {
    width: 39px;
    height: 44px;
    display: inline-block;
    /* float: right; */
    /*z-index: 1000;*/
    background: #f59f37;
}

    .toggle-menu .arrow {
        position: absolute;
        display: block;
        height: 2px;
        background: white;
        width: 24px;
        left: 5px;
        /* bottom: 1px; */
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .toggle-menu .arrow:nth-child(1) {
            top: 13px;
        }

        .toggle-menu .arrow:nth-child(2) {
            top: 20px;
        }

        .toggle-menu .arrow:nth-child(3) {
            top: 28px;
        }

    .toggle-menu.active .arrow:nth-child(1) {
        top: 21px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .toggle-menu.active .arrow:nth-child(2) {
        background: transparent;
    }

    .toggle-menu.active .arrow:nth-child(3) {
        top: 21px;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }

.offcanvas-body {
    background: #f5eadd;
    height: 800px;
}

.new_image_part {
    width: 35px !important;
    height: 35px !important;
    /* margin-right: 6px; */
    background: #F4F4F4;
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    padding: 2px;
    display: flex;
    justify-content: center;
    margin: 3px;
}

/* 3 DOT LOADER */
.loader3 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    /* background-color: #000; */
    background: #10101085;
    height: 100%;
    /* opacity: .5; */
    color: #ffffff;
}

    .loader3 span {
        position: fixed;
        top: 40%;
        left: 46vw;
        z-index: 99999;
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #ffa445;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 2s linear infinite;
    }

        .loader3 span:last-child {
            animation-delay: -0.9s;
            -webkit-animation-delay: -0.9s;
        }

.lodin__txt {
    position: fixed;
    top: 47%;
    left: 47.6%;
    font-size: 1.2rem;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* 3 DOT LOADER END*/


.new_image_part {
  
    /* margin-right: 6px; */
    background: #F4F4F4;
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    padding: 2px;
    display: flex;
    justify-content: center;
    margin: 3px;
}

.animtion:before {
    content: "";
    position: absolute;
    position: absolute;
    width: 130%;
    height: 188%;
    background: linear-gradient(115deg,#12bcfe,#006599,#ffa334);
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: translateX(58%);
    left: -86px;
    top: -160px;
    animation: mymove 7s infinite;
}

@keyframes mymove {
    0% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(180deg)
    }
}

.animtion {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

.courses__card {
    z-index: 99;
    margin: 20px;
    background-color: #f5eadd !important;
}

.admintitle {
    color: #FFF;
    background: #58585A;
    font-weight: 500;
    width: 100%;
    padding: 10px 10px 8px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #198754;
}

.buttn-delete {
    display: flex;
    justify-content: end;
}

.delbtn {
    color: #ffa334;
    border: 1px solid gray;
}

.pcourse {
    color: #999;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.drop_heder {
    position: absolute;
    left: -135px !important;
}

/*---------------new12/4/23 ----------------*/
.college-card-title {
    padding: 10px 10px 10px 10px;
    background: #e4e4e4;
    font-size: 16px !important;
    line-height: 20px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

college-card-title::-webkit-scrollbar {
    width: 10px;
}

/* Track */
college-card-title::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
college-card-title::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    college-card-title::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.cource_heading {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #006496;
    font-size: 20px;
    font-weight: 500;
}

    .cource_heading:hover {
        text-decoration: revert !important;
        color: #ffa334 !important;
    }

/******************* LOADER *****************/
.loader3 {
    background: #ffffff;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: cursive;
    font-weight: 900;
    letter-spacing: 0.2em;
    z-index: 9999999;
}

    .loader3 span {
        position: absolute;
        width: 250px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #000;
        text-transform: uppercase;
    }

.loader3 {
    perspective: 1000px;
}

    .loader3:before,
    .loader3:after {
        content: '';
        display: block;
        position: absolute;
        color: #116466;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        transform: rotateX(70deg);
        animation: 1s spin linear infinite;
    }

    .loader3:after {
        color: #FF3D00;
        transform: rotateY(247deg);
        animation-delay: .4s;
    }

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {
    0%, 100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}

/******************* LOADER END*****************/


.text_department {
    color: darkgrey;
    font-size: 12px;
}
.text_designation {
    color: #ffa445;
    font-weight: 600;
}

.faqcollege .accordion-button{
    padding:15px;
}
    .faqcollege .accordion-button:focus {
        z-index: 3;
        border-color: white !important;
        outline: 0;
        box-shadow: none !important;
    }
.font-family-sans {
    font-family: sans-serif;
}
.admission__btn:hover {
    border: 1px solid #ffa334;
    color: #ffa334 !important;
    background-color:white;
}

h6{
    font-size:14px;
}
.box-card-new {
    box-shadow: 0px 0px 5px 0px #Bebdbd;
    padding: 10px;
    border-radius: 5px;
}
.box-card-shadow {
    box-shadow: 0px 0px 5px 0px #Bebdbd;
    padding: 10px;
    border-radius: 5px;
}
.para_two_line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.para_one_line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.para_three_line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup {
    background: #ffa334;
    color: white;
    margin-top: 8px !important;
    position: relative;
}



    .popup:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #ffa334; /* Create a triangle pointing downward */
        position: absolute;
        bottom: -12px; /* Position it below the popup */
        left: 50%; /* Center the triangle horizontally */
        transform: translateX(-50%); /* Fine-tune the centering */
    }


.owl-carousel .owl-item .imgtesti{
    height:auto !important;
}

/*31-1-2025*/
.college-name-data{
    font-size: 18px;
}
.college-city-data {
    font-size: 18px;
}
.font-14-Roboto {
    font-size: 14px;

}
.text__alignment {
    font-family: 'roboto-regular';
    font-size: 14px;
}
.font-18 {
    font-size: 18px;
}
#more {
    display: none;
}
.detailContent-section p {
    box-sizing: border-box;
    display: inline-block;
    width: 571.609px !important;
    margin-top: 20px;
}

/*4-2-2025*/
.read-more{
    display: flex;
    justify-content: end;
}
.read-less {
    display: flex;
    justify-content: end;
}
.box-scroll-accordian {
    max-height: 300px; /* Adjust the height as per your requirement */
    overflow-y: auto; /* Adds vertical scrollbar when content overflows */
    border: 1px solid #c3c3c3;
}
    .box-scroll-accordian::-webkit-scrollbar {
        width: 5px;
    }

/* Track */
    .box-scroll-accordian::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

/* Handle */
    .box-scroll-accordian::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
        .box-scroll-accordian::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
.orange-color {
    color: #ffa334;
}
.background-btnn{
    background-color: blue;
    color: white;
}
.card-shadow-form {
    box-shadow: 0px 0px 10px 0px #c7c4c4;
}
.position-ip {
    background-color: white;
    border: 1px solid #ffa334;
    position: relative;
}
.position-abs {
    position: absolute;
    right: 0px;
    background: #ffa334;
    padding: 8px 11px;
    top: 0px;
}
.search-ico {
    display: none ;
}
@media (max-width: 990px){
    .display-none{
        display: none;
    }
    .search-ico{
        display: block;
    }
}
.color-search {
    color: #505050;
}
@media (max-width: 500px) {
    .img-height {
        height: 16rem !important;
    }
}

.two-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.three-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.font_news {
    font-family: Arial;
    color: #fb9922;
    font-weight: 700;
    font-size: 20px;
}
.font_news_sub {
    font-family: Arial;
   
    font-weight: 700;
    font-size: 18px;
}
.font-600{
    font-weight:600;
}
.notice-img{
    height:100px;
    width:100px;
}

.bg-warning {
    background-color: #ffa334 !important;
}