 .gridarea__small__content h6{
                font-size:12px;
            }
            
            .gridarea__img img{
                width:100%;
                height:180px !important;
                object-fit: cover !important;
            }
            .gridarea__heading h3{
                height: 54px;
                overflow: hidden;
            }
    
            #course-desc{
                height:0px;
                overflow:hidden;
            }
            
            .slick-slide {
                margin: 0px 20px;
            }
            
            
            
            .slick-slide {
                margin: 0px 20px;
            }
            
            .slick-slide img {
                width: 100%;
            }
            
            .slick-slider
            {
                position: relative;
                display: block;
                box-sizing: border-box;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                        user-select: none;
                -webkit-touch-callout: none;
                -khtml-user-select: none;
                -ms-touch-action: pan-y;
                    touch-action: pan-y;
                -webkit-tap-highlight-color: transparent;
            }
            
            .slick-list
            {
                position: relative;
                display: block;
                overflow: hidden;
                margin: 0;
                padding: 0;
            }
            .slick-list:focus
            {
                outline: none;
            }
            .slick-list.dragging
            {
                cursor: pointer;
                cursor: hand;
            }
            
            .slick-slider .slick-track,
            .slick-slider .slick-list
            {
                -webkit-transform: translate3d(0, 0, 0);
                   -moz-transform: translate3d(0, 0, 0);
                    -ms-transform: translate3d(0, 0, 0);
                     -o-transform: translate3d(0, 0, 0);
                        transform: translate3d(0, 0, 0);
            }
            
            .slick-track
            {
                position: relative;
                top: 0;
                left: 0;
                display: block;
            }
            .slick-track:before,
            .slick-track:after
            {
                display: table;
                content: '';
            }
            .slick-track:after
            {
                clear: both;
            }
            .slick-loading .slick-track
            {
                visibility: hidden;
            }
            
            .slick-slide
            {
                display: none;
                float: left;
                height: 100%;
                min-height: 1px;
            }
            [dir='rtl'] .slick-slide
            {
                float: right;
            }
            .slick-slide img
            {
                display: block;
            }
            .slick-slide.slick-loading img
            {
                display: none;
            }
            .slick-slide.dragging img
            {
                pointer-events: none;
            }
            .slick-initialized .slick-slide
            {
                display: block;
            }
            .slick-loading .slick-slide
            {
                visibility: hidden;
            }
            .slick-vertical .slick-slide
            {
                display: block;
                height: auto;
                border: 1px solid transparent;
            }
            .slick-arrow.slick-hidden {
                display: none;
            }
            
              #newcourse-body h4{
                  padding:10px 0 !important;
              }
              
              .course-body h4{
                  font-size:14px;
                  height:60px !important;
                 
              }
              
              
              
              .cource-item{
            box-shadow:none !important;
        }
        .cource-img img{
            position:relative;
        }
        .cource-img h6{
            position:absolute;
            background-color:green;
            color:#fff;
            bottom:-25px;
            padding:3px 10px;
            right:0;
        }
        .cource-img h6 span{
             text-decoration: line-through;
        }
        .newadmission{
            position:relative;
            
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        }
        .newadmission img{
            width:100%;
            border-radius: 0 20px 0 0;
            height:200px;
           object-fit: cover;
        }
        .newsss{
            
            
        }
        .newsss img{
            width:25%;
            margin-left:20px;
            top:15%;
            position:absolute;
        }
        
        .newsss h6{
            top:0;
            right:0;
            position:absolute;
            color:#fff;
            background-color:orange;
            text-transform: uppercase;
            padding:6px 14px;
             border-radius: 0 20px 0 0;
        }
        .newadmission h2{
            color:#000;
            background-color:#fcf0f0;
            font-size:16px;
            text-align:center;
            padding:10px 0;
            margin:0 !important;
            /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
            /*margin-left:10px;*/
        }
        .schools{
            padding:0 10px 5px 10px;
            /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
        }
        .schools h3{
            font-size:20px;
            color:#000;
            margin:0;
            padding:10px 0;
        }
        .schools ul{
            margin:0;
            padding:0;
        }
        .schools ul li{
            list-style:none;
            line-height:32px;
        }
        .schools i{
            color:#fc6587;
            padding-right:10px;
            font-size:14px;
        }
        .programs{
            
        }
        .programs li{
            list-style:none;
            
        }
        .programs {
            display: flex;
            justify-content: space-around;
            margin:20px 0 !important;
        }
        .programs li a{
            border: 1px solid #000;
            padding: 7px 20px;
            border-radius: 10PX;
        }
        #syllabus a{
            background-color: #ed5771;
            color:#fff;
            border:none;
        }
        #modal-dialogg{
            width:500px !important;
        }
        .form-control{
            border:none !important;
        }
        
        .newadmission h5{
            font-size:16px;
            padding:10px 0;
            margin:0;
            
        }
        .newadmission i{
            color:#ed5771;
         width:5%;
         font-size:16px;
            margin-right:10px;
            margin-left:10px;
            
        }
        
        .box {
        width: 20%;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.2);
        padding: 35px;
        border: 2px solid #fff;
        border-radius: 20px/50px;
        background-clip: padding-box;
        text-align: center;
        }
        .button {
        font-size: 1em;
        padding: 10px;
        color: #fff;
        border: 2px solid orange;
        border-radius: 20px/50px;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease-out;
        }
        .button:hover {
        background: orange;
        }
        .overlay {
        /*position: absolute;*/
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*background: rgba(0, 0, 0, 0.7);*/
        transition: opacity 500ms;
        visibility: visible;
        opacity: 1;
        }
        .overlay:target {
        visibility: hidden;
        opacity: 0;
        display:none
        }
        .popup { position: relative;
        margin:0 auto 70px auto;
        padding: 20px;
        color: #fff;
        border-radius: 5px;
        width: 100%;
        background-color:green;
        text-align:center;
        
        transition: all 5s ease-in-out; }
        .popup h2{
            color:#fff;
        }
        .close{
            color:#fff;
        }
        
        .popup .close       { position: absolute; top: 20px; right: 30px; transition: all 200ms;
                  font-size: 30px; font-weight: bold; text-decoration: none; color: #fff; }
        .popup .close:hover { color: orange; }
        .popup .content     { max-height: 30%; overflow: auto; }
        
        
        
        .about-section-three {
        padding: 120px 0 70px;
        position: relative;
        }
        
        .bg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        }
        
        .about-section-three .image-column {
        margin-bottom: 50px;
        position: relative;
        }
        
        .about-section-three .image-column .inner-column {
        position: relative;
        }
        .about-section-three .image-column .image-1 {
        position: relative;
        z-index: 1;
        }
        
        .about-section-three .image-column .image-1 .call-anytime-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
        ;
        left: 30px;
        max-width: 275px;
        padding: 25px;
        position: absolute;
        top: 30px;
        width: 100%;
        }
        
        .about-section-three .image-column .image-1 .background-layer {
        background-color: #ff5500;
        height: 500px;
        left: -20px;
        position: absolute;
        top: 20px;
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
        width: 100px;
        z-index: -1;
        }
        
        
        .sec-title .sub-title:before {
        background: #ff5500;
        content: "";
        height: 2px;
        left: 100%;
        margin-left: 10px;
        margin-top: -1px;
        position: absolute;
        top: 50%;
        width: 35px;
        }
        
        .overlay-anim:after {
        background: rgba(255, 255, 255, 0.3);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        opacity: 1;
        z-index: 9;
        pointer-events: none;
        }
        
        .about-section-three .image-column .image-2 {
        /*border-color: #ff5500;*/
        /*border-left-style: solid;*/
        border-top-style: solid;
        border-width: 15px 0 0 15px;
        bottom: -16px;
        max-width: 230px;
        position: absolute;
        right: 0;
        z-index: 1;
        }
        
        .auto-container {
        position: static;
        max-width: 88%;
        padding: 0px 15px;
        margin: 0 auto;
        width: 100%;
        }
        
        
        .overlay-anim:after {
        background: rgba(255, 255, 255, 0.3);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        opacity: 1;
        z-index: 9;
        pointer-events: none;
        }
        
        .sec-title .sub-title {
        display: inline-block;
        color: var(--theme-color1);
        font-family: var(--title-fonts);
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1.6px;
        position: relative;
        text-transform: uppercase;
        }
        
        .sec-title .sub-title {
        display: inline-block;
        color: #ff5500;
        font-family: var(--title-fonts);
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1.6px;
        position: relative;
        text-transform: uppercase;
        }
        
        .sec-title h2 {
        position: relative;
        font-size: 35px;
        color: #0f2c49;
        font-family: var(--sec-title-font-family);
        font-weight: bold;
        margin-bottom: 0;
        padding-bottom: 12px;
        line-height: 50px;
        margin-top: 15px;
        }
        
        .about-section-three .image-column .image-1 .call-anytime-box .icon-box i {
        background: var(--theme-color1);
        color: #fff;
        padding: 8px 15px;
        }
        
        .about-section-three .image-column .image-1 .call-anytime-box .icon-box {
        float: left;
        margin-right: 20px;
        position: relative;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 0;
        }
        
        .about-section-three .image-column .image-1 .call-anytime-box .icon-box i {
        background: #ff5500;
        color: #fff;
        padding: 8px 15px;
        }
        
        
        
        .portfolioFilte {
        text-align: right;
        }
        .portfolioFilte li{
        padding: 0 15px;
        }
        .portfolioFilte li a{
        color:#000;
        font-weight: 600;
        cursor: pointer;
        }
        #online-newdesign{
        padding: 30px 0;
        }
        
        
        .news-section {
        background-color: #f9f9f9;
        overflow: hidden;
        padding: 120px 0 0px;
        position: relative;
        }
        .news-section.style-two {
        padding-top: 70px;
        }
        .news-section.home6-style {
        background-color: var(--theme-color-light);
        border-top: 10px solid var(--theme-color1);
        }
        
        .news-block {
        margin-bottom: 30px;
        position: relative;
        }
        .news-block .inner-box {
        position: relative;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        }
        .news-block .inner-box:hover .image-box .image a:after {
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 400ms linear;
        transition: all 400ms linear;
        }
        .news-block .inner-box:hover .image img {
        -webkit-transform: scale(1.1);
          transform: scale(1.1);
        }
        .news-block .inner-box:hover .read-more {
        width: 100%;
        left: 0%;
        opacity: 1;
        }
        .news-block .image-box {
        position: relative;
        }
        .news-block .image-box .image {
        border-radius: 10px 10px 0 0;
        margin-bottom: 0;
        overflow: hidden;
        position: relative;
        }
        .news-block .image-box .image img {
        border-radius: 10px 10px 0 0;
        display: block;
        width: 100%;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        }
        .news-block .image-box .image a:after {
        background: rgba(255, 255, 255, 0.3);
        bottom: 0;
        content: "";
        left: 50%;
        opacity: 1;
        pointer-events: none;
        position: absolute;
        right: 51%;
        top: 0;
        -webkit-transition: all 400ms linear;
        transition: all 400ms linear;
        }
        .news-block .image-box .date {
        -webkit-box-align: center;
        -ms-flex-align: center;
          align-items: center;
        background: #1d257f;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        height: 60px;
        letter-spacing: 0.1em;
        line-height: 16px;
        position: absolute;
        right: 20px;
        top: -10px;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
          justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
          flex-direction: column;
        width: 60px;
        z-index: 1;
        }
        .news-block .image-box .date span.month {
        font-size: 12px;
        font-weight: 400;
        }
        .news-block .image-box .date b {
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 700;
        }
        .news-block .image-box .date:before {
        border-top: 10px solid transparent;
        border-right: 10px solid #1d257f;
        content: "";
        left: -10px;
        position: absolute;
        top: 0;
        }
        .news-block .image-box .date:after {
        border-top: 10px solid transparent;
        border-left: 10px solid #1d257f;
        content: "";
        position: absolute;
        right: -10px;
        top: 0;
        }
        .news-block .lower-content {
        border-radius: 0 0 10px 10px;
        padding: 25px 40px 35px;
        position: relative;
        }
        .news-block .post-info {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
        }
        .news-block .post-info li {
        color: #767676;
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
        margin-right: 14px;
        position: relative;
        }
        .news-block .post-info li i {
        color: #ff5500;
        font-size: 14px;
        margin-right: 5px;
        }
        
        .title a{
        color:#000;
        }
        
        .news-block .title {
        margin-bottom: 0;
        display: block;
        position: relative;
        padding-top:10px;
        }
        .news-block .title a {
        display: inline-block;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        }
        .news-block .title a:hover {
        color: var(--theme-color1);
        }
        .news-block .read-more {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: var(--bg-theme-color2);
        border-radius: 0 0 10px 10px;
        bottom: -20px;
        color: var(--theme-color-light);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
        ;
        font-size: 12px;
        font-weight: 700;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        left: 50%;
        line-height: 20px;
        opacity: 0;
        padding: 10px 40px;
        position: absolute;
        text-transform: uppercase;
        width: 0%;
        white-space: nowrap;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-transition: all 400ms linear;
        transition: all 400ms linear;
        background: green;
        color: #fff;
        }
        .news-block.style-two .inner-box {
        -webkit-box-shadow: none;
          box-shadow: none;
        }
        .news-block.style-two .lower-content {
        border: 1px solid #EFEAE4;
        border-radius: 0 0 10px 10px;
        }
        
        .sec-title .sub-title {
        display: inline-block;
        color: #ff5500;
        font-family: var(--title-fonts);
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1.6px;
        position: relative;
        text-transform: uppercase;
        }
        
        .sec-title h2 {
        position: relative;
        font-size: 45px;
        color: #000;
        
        font-weight: bold;
        margin-bottom: 0;
        padding-bottom: 12px;
        line-height: 55px;
        }
        
        
        .sec-title .sub-title:before {
        background: #ff5500;
        content: "";
        height: 2px;
        left: 100%;
        margin-left: 10px;
        margin-top: -1px;
        position: absolute;
        top: 50%;
        width: 35px;
        }
        
        .sec-title .sub-title {
        display: inline-block;
        color: #ff5500;
        font-family: var(--title-fonts);
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1.6px;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 15px;
        }
        
        .sec-title:after{
        display: none;
        }
        
        
        
        .slick-slide {
        margin: 0px 20px;
        }
        
        .slick-slide img {
        width: 100%;
        }
        
        .slick-slider
        {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
        }
        
        .slick-list
        {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        }
        .slick-list:focus
        {
        outline: none;
        }
        .slick-list.dragging
        {
        cursor: pointer;
        cursor: hand;
        }
        
        .slick-slider .slick-track,
        .slick-slider .slick-list
        {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        
        .slick-track
        {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        }
        .slick-track:before,
        .slick-track:after
        {
        display: table;
        content: '';
        }
        .slick-track:after
        {
        clear: both;
        }
        .slick-loading .slick-track
        {
        visibility: hidden;
        }
        
        .slick-slide
        {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
        }
        [dir='rtl'] .slick-slide
        {
        float: right;
        }
        .slick-slide img
        {
        display: block;
        }
        .slick-slide.slick-loading img
        {
        display: none;
        }
        .slick-slide.dragging img
        {
        pointer-events: none;
        }
        .slick-initialized .slick-slide
        {
        display: block;
        }
        .slick-loading .slick-slide
        {
        visibility: hidden;
        }
        .slick-vertical .slick-slide
        {
        display: block;
        height: auto;
        border: 1px solid transparent;
        }
        .slick-arrow.slick-hidden {
        display: none;
        }
        .lower-content h4{
            font-size:16px;
            line-height:27px;
        }
        .inner-box img{
            width:100%;
            height: 200px;
        }
        .blogst h1{
            text-align: center;
            font-weight: bold;
        }
        
        
        @media (min-width: 768px) {
  .gridarea__wraper .gridarea__content .gridarea__list ul {
    display: flex !important;
    width:100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
        
        
        
        
        
        