body {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    color: #4a4a4a;
}

.h1A{font-size: .906em;line-height:.8;}
.h1B{font-size: .65em;line-height: .3;}
.h1C{font-size: .69em;line-height:.5}
.h1D{font-size: .69em;line-height:.5;}
.takitu{height:120px;padding: 29px 0; padding-right: 35px; text-align: center;}
.logg{
    width:100px;
    height:100px;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.h1A{font-size: .350em;line-height:.7;}
.h1B{font-size: .302em;line-height: .2;}
.h1C{font-size: 0.3400em;line-height:.5}
.h1D{font-size: 6px;line-height:.5;}
}

@media only screen and (min-device-width : 481px) and (max-device-width: 600px) 
{
   .takitu{height:100px;padding: 29px 0; padding-right: 35px; text-align: center;} 
.h1A{font-size: .402em;line-height:.7;}
.h1B{font-size: .302em;line-height: .2;}
.h1C{font-size: 0.3400em;line-height:.5}
.h1D{font-size: 6px;line-height:.5;}
    
}
/* img {
    border: none;
    max-width: 100%
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.5;
}

a,
a:hover {
    color: #4a4a4a;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
}

p {

    margin-bottom: 10px;
}

ul {
    padding: 0;
    list-style: none;
    margin: 0
}

button {
    cursor: pointer
}

button:focus {
    outline: none;
}

p::first-letter {
    text-transform: uppercase;
}


/* 
@media (min-width: 1025px) {
    .container {
        max-width: 1250px;
    }
} */

@media only screen and (max-width: 3640px) and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.navbar-brand img {
    width: 260px;
    padding: 5px 0;
}

.sec-title {
    margin-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.sec-title h3 {
    font-size: 30px;
    font-weight: 700;
    color: #313131;
    margin-bottom: 15px;
    text-align: center;
}


/*------- buttons---------*/

.main-btn-lblue {
    color: #fff;
    padding: 10px 25px;
    background: #01AEF0;
    font-weight: 400;
    transition: all 0.3s linear;
}

.main-btn-lblue:hover {
    color: #fff;
    background: rgb(0, 124, 196);
    transition: all 0.3s linear;
}

.main-btn-wbdr {
    color: #fff;
    padding: 8px 30px;
    background: transparent;
    border: 2px solid #fff;
    transition: all 0.3s linear;
    font-weight: 400;
}

.main-btn-wbdr:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #01AEF0;
    transition: all 0.3s linear;
}

.round-btn {
    text-align: center;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    border: 1px solid #fff;
    transition: all 0.3s linear;
}

.round-btn:hover {
    background: #01AEF0;
    box-shadow: none;
    border: 2px solid #01AEF0;
    transition: all 0.3s linear;
}

.r-btn-block a {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.r-btn-block a p {
    width: 100%;
}

.round-btn img {
    height: 27px;
}


/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}


/**===== dots4 =====*/

#status {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
}

#status span {
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    background: #192f59;
    -webkit-animation: dots4 1.7s infinite ease-in-out both;
    animation: dots4 1.7s infinite ease-in-out both;
    margin-right: 5px;
}

#status span:nth-child(1) {
    left: 0px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#status span:nth-child(2) {
    left: 15px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#status span:nth-child(3) {
    left: 30px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#status span:nth-child(4) {
    left: 45px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@keyframes dots4 {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes dots4 {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}


/** back to top */

#backtotop {
    display: inline-block;
    background-color:#192f59;
	border:1px solid rgba(255,255,255,.1);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 100px;
    right:10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#backtotop::after {
    content: "\e877";
    font-family: 'Linearicons-Free';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}

#backtotop:hover {
    cursor: pointer;
    background-color: #363636;
}

#backtotop:active {
    background-color: rgb(25, 58, 121);
}

#backtotop.show {
    opacity: 1;
    visibility: visible;
}


/*------------- animation key frames-----------*/

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.0), 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.0), 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.0), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}


/*------------- header-----------*/

.sub-menu {
    background-color: #192F59;
}

.sub-menu i {
    color: #01AEF0;
}

.sub-menu-left {
    padding: 10px 0;
    padding-left: 15px;
}

.sub-menu-right {
    position: relative;
    top: 15px;
    z-index: 2;
    /* overflow: hidden; */
    /* width: 100%; */
    float: right;
}

.sub-menu-right .extra-menu {
    background: #01AEF0;
    padding-left: 10px;
    position: relative;
}

.sub-menu-right .extra-menu::before {
    content: " ";
    position: absolute;
    display: block;
    width: 50px;
    height: 100%;
    top: 0;
    left: -25px;
    z-index: -1;
    background: #01AEF0;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

.sub-menu-right .extra-menu ul {
    display: flex;
    justify-content: flex-end;
    padding: 13px 15px 13px 13px;
    /* -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg); */
}

.sub-menu-right .extra-menu ul li {
    padding: 0 12px;
    border-right: 1px solid #fff;
    line-height: 16px;
}

.sub-menu-right .extra-menu ul li a {
    font-size: 15px;
}

.sub-menu-right .extra-menu ul li a:hover {
    opacity: .9;
}

.sub-menu-right .extra-menu ul li .dropdown-menu {
    background: #24427b;
    border: 0;
    top: 27px;
}

.sub-menu-right .extra-menu ul li .dropdown-menu .dropdown-item {
    color: #fff;
}

.sub-menu-right .extra-menu ul li .dropdown-toggle::after {
    display: none;
}

.sub-menu-right .extra-menu ul li:last-child {
    border-right: 0;
}

.sub-menu a,
.sub-menu p {
    color: #fff;
}

.dropdown-menu {
    right: 0;
    left: auto;
    top: 55px;
    border-radius: 0;
}

.main_menu_inner {
    width: 100%;
}

.menu_fixed {
    position: fixed;
    z-index: 999 !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    top: 0;
}

.navbar {
    width: 100%;
    padding: 0 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding-bottom: 0;
    padding-top: 0;
}

.main-menu .navbar-nav .nav-link {
    padding: 8px 10px ;
    color: #171717;
    font-weight: 500;
}
.main-menu .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.navbar-nav .nav-link:hover,
.nav-link.active {
    color: #01AEF0;
}

.main_menu_inner .dropdown-toggle::after {
    /* font-family: 'FontAwesome';
    content: "\f107";
    border: 0;
    vertical-align: 0; */
    display: none;
}

.main_menu_inner .shadow {
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .15) !important;
}

.dropdown-item {
    padding: 10px 35px;
    font-size: 16px;
    transition: all 0.3s;
}

.dropdown-menu li {
    border-bottom: 1px solid #ececec !important;
}

.dropdown-menu li:last-child {
    border-bottom: 0 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #01AEF0;
    transition: all 0.3s;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #01AEF0;
    transition: all 0.3s;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: 'FontAwesome';
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

@media only screen and (max-width: 3640px) and (min-width: 1367px) {
    .main_menu_inner .container {
        max-width: 1750px !important;
    }
}


/*---------- mobile menu ---------------*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .mobile-menu {
    display: block;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .mobile-menu {
    display: block;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .mobile-menu {
    display: block;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .mobile-menu {
    display: none;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .mobile-menu {
    display: none;
}}

@media only screen and (max-width: 600px) {
.mobile-menu {
    display: block;
}
    
}

@media (max-width:1280px) {
    .sub-menu-right .extra-menu ul li a {
        font-size: 14px;
    }
    .main-menu .navbar-nav .nav-link {
        padding: 8px 10px;
    }
}

/*@media only screen and (min-device-width: 320px) and (max-device-width: 1230px) {*/
/*   header .navbar-expand-lg .navbar-collapse {*/
/*    display: none !important;*/
/*   }*/
/*    .main-menu {*/
/*        display: none ;*/
/*    }*/

/*    .sub-menu {*/
/*        display: none;*/
/*    }*/
/*    .mobile-menu {*/
/*        display: block;*/
/*    }*/
/*}*/

.mobile-menu .m-menu-btn {
    background: #ffffff;
    color: #192F59;
    border-radius: 0;
    outline: none;
    border: none;
    font-size: 18px;
}


/* zeynepjs menu styles */

html.zeynep-opened {
    overflow-x: hidden;
}

html.zeynep-opened body {
    position: fixed;
    width: 100%;
}

html.zeynep-opened .zeynep {
    pointer-events: auto;
}

.zeynep {
    background-color: #ffffff;
    bottom: 0;
    color: #3f4042;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
        z-index: 10111111111;
    width: 0;
    -webkit-overflow-scrolling: touch;
}

html:not(.no-transition) body,
.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition) {
    transition: all 375ms;
    transition-property: left, right, transform;
}

.ncer-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    ;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010;
}

.zeynep-opened .ncer-overlay {
    display: block;
}

.zeynep ul {
    list-style-type: none;
    padding: 0;
    /* padding-left: 20px; */
    -webkit-overflow-scrolling: touch;
}

.zeynep ul>li {
    display: block;
}

.zeynep ul>li>a {
    color: inherit;
    display: block;
    font-size: 14px;
    padding: 18px 20px;
    text-decoration: none;
    transition: all 150ms;
}

.zeynep ul>li>a:hover {
    /* background-color: #efefef; */
    border-radius: 3px;
    color: #01AEF0;
}

.zeynep ul>li:not(:last-child)>a {
    border-bottom: 1px solid #efefef;
}

.zeynep ul>li.has-submenu>a {
    background-image: url("../img/submenu-arrow.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
}

.zeynep ul>li.has-submenu>a:hover {
    background-image: url("../img/submenu-arrow-active.svg");
}


/* zeynepjs submenu styles */

.zeynep .submenu {
    background-color: #ffffff;
    bottom: 0;
    left: 100%;
    min-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
}

.zeynep .submenu.opened {
    left: 0;
}

.zeynep .submenu-header {
    background-image: url("../img/menu-back.svg");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    border-bottom: solid 1px #efefef;
    cursor: pointer;
    position: relative;
}

.zeynep .submenu-header>a {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 20px;
    padding-left: 40px;
    text-decoration: none;
}

.zeynep .submenu-header>a:before {
    background-image: url("../img/submenu-arrow.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    content: "";
    height: 100%;
    left: 26px;
    position: absolute;
    top: 0;
    transform: rotate(-180deg);
    width: 20px;
}

.zeynep .submenu>label {
    color: #e77691;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 19px;
    opacity: .5;
    padding-left: 40px;
    width: 100%;
}

.zeynep .mm-close-parent {
    background-image: url("../img/close.svg");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 9px 14px;
    border-bottom: solid 1px #efefef;
    cursor: pointer;
    position: relative;
}

.zeynep .mm-close-parent>a {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 20px;
    padding-left: 40px;
    text-decoration: none;
}


/*------------------- main banner ----------------*/

.main-baner-sec {
    width: 100%;
     position: relative;
}

.main-baner-sec .main-btn-orng {
    box-shadow: none;
}

.btn-holder {
    display: flex;
    justify-content: center;
}

.bnr-btm-btn-holder {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.sec-title {
    width: 60%;
    margin: auto;
    margin-bottom: 25px;
}

.sec-title h2 {
    color: #192F59;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}



.sec-title p {
    text-align: center;
}

.top-acredet-sec {
    position: relative;   width: 100%; 
    
}

.top-acredet-sec ul {
   width: 100%;
    display: flex;
    -webkit-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.17);
    position: relative;
    top: -45px;
    background: #fff;
    border-radius: 12px;
    padding: 12px 0;
    z-index: 10
}

.top-acredet-sec ul li {
    width: 20%;
    padding: 0 30px;
    border-right: 1px solid #ffb577;
}

.top-acredet-sec ul li:last-child {
    border-right: 0;
}

.pop-course-sec {
    padding: 50px 0 75px;
    background: url("../img/bg1.jpg") no-repeat center ;
    background-size: cover; position: relative; z-index: 1
}

.pop-course-sec:before {
    content: ""; position: absolute;
    left: 0; top: 0; width: 100%; height: 100%; 
    background: #eef1f7;
    z-index: -1; opacity: 0.93
}

.pop-course-sec .sec-title { width: 100%}


.pop-course-sec .course-block {
    box-shadow: 0 0px 8px 1px #cbccce;
    transition: all .2s linear;
    margin-top: 30px;
}

.pop-course-sec .course-block:hover {
    -webkit-box-shadow: 0px 11px 20px 2px rgba(51, 51, 51, 0.16);
    box-shadow: 0px 11px 20px 2px rgba(51, 51, 51, 0.16);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transition: all 0.3s linear;
}


/* .pop-course-sec .course-block:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    transition: all .2s linear;
} */

.pop-course-sec .course-block .course-content {
    padding: 20px; background: #192F59
}

.cou_content_second.course-block .course-content {
    background: #0c8b51
}

.cou_content_third.course-block .course-content {
    background: #2f7ad5
}

.cou_content_fourth.course-block .course-content {
    background: #1bab9a
}

.pop-course-sec .course-block .course-content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

.pop-course-sec .course-block .course-content p {
    color:#fff
}

.pop-course-sec .course-block .course-content a {
    color: #fff;
    transition: all .2s linear;
}

.pop-course-sec .course-block .course-content a:hover {
    margin-left: 5px;
    color: #fff;
}

.h-facility-sec {
    padding: 70px 0;
    background: #192F59;
}

.h-facility-sec .facilty-block {
    padding: 20px;
}

.h-facility-sec .facilty-block .icon-holder {
    margin-bottom: 15px;
    ;
}

.h-facility-sec .facilty-block .f-content h5 {
    color: #ffffff;
}

.h-facility-sec .facilty-block .f-content p {
    color: #C5CAD5;
}

.h-facility-sec .facilty-block .f-content a {
    color: #01AEF0;
}

.h-facility-sec .facilty-block .f-content a:hover {
    margin-left: 5px;
    color: #ffffff;
}


.home-about-sec {
    width: 100%; padding: 40px 0 80px
}

.home-about-sec .vdo-block {
    overflow: hidden;
    display: flex;
    /* justify-content: center; */
    height: 100%;
    position: relative;
}



.home-about-sec .vdo-block .h-vdo-thumb img {
    height: 100%;
}

.home-about-sec .h-abt-content {
    padding: 0 0 0 30px;
}

.home-about-sec .h-abt-content label {
    color: #01aef0;
}

.home-about-sec .h-abt-content h3 {
    font-size: 26px;
    color: #192F59;
    font-weight: 800;
    margin-bottom: 15px;
    padding-right: 50px;
}

.home-about-sec .h-abt-content ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.home-about-sec .h-abt-content ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.home-about-sec .h-abt-content ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #01aef0;
    position: absolute;
    top: 8px;
    left: 0;
}

.round-play-btn {
    text-align: center;
    width: 65px;
    height: 65px;
    background: #fff;
    color: #01AEF0;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.19);
    margin: 0 auto 15px;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    right: -35px;
    animation: animate-pulse 3s linear infinite;
    transition: all 0.3s linear;
}

.round-play-btn i {
    font-size: 24px;
    padding-left: 5px;
}

.round-play-btn:hover {
    background: rgb(2, 183, 255);
    box-shadow: none;
    transition: all 0.3s linear;
    color: #fff;
}

@media (max-width:991px) {
    .home-about-sec .h-abt-content {
        padding: 30px 0 0
    }
   
}

@media (max-width:575px) {
    
    .home-about-sec .vdo-block {
        height: 420px
    }
}

@media (max-width:400px) {
    
    .home-about-sec .vdo-block {
        height: 300px
    }
}

.mfp-iframe-holder {
    padding-top: 110px;
}

.hilight-sec {
    padding: 70px 0;
    background: linear-gradient(0deg, rgba(25, 46, 88, 0.95), rgba(25, 46, 88, 0.9)), url(../img/nehru-1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.hilight-sec .sec-title h2 {
    color: #ffffff;
}

.hilight-sec .sec-title p {
    color: #C5CAD5;
}

.hilight-sec .hilght-content {
    width: 100%;
    margin-top: 25px;
}

.hilight-sec .hilght-content ul li {
    width: 20%;
    height: 240px;
    float: left;
}

.hilight-sec .hilght-content ul li:nth-child(even) {
    background: rgba(20, 59, 133, 0.6);
}

.hilight-sec .hilght-content ul li:nth-child(odd) {
    background: rgba(10, 28, 62, 0.6);
}

.hilight-sec .hilght-content ul li .hlght-item {
    text-align: center;
    margin-top: 75px;
    padding: 0 15px;
}

.hilight-sec .hilght-content ul li .hlght-item img {
    display: block;
    margin: 0 auto 15px;
}

.hilight-sec .hilght-content ul li a {
    text-align: center;
    color: #fff;
    margin-top: 12px;
    font-weight: 400;
    font-size: 17px;
    /* padding: 0 15px; */
    line-height: 22px;
}

.activity-news-sec {
    padding: 70px 0;
}

.activity-news-sec .block-title h3 {
    color: #192F59;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.activity-news-sec .block-title h3 span {
    font-weight: 300;
}

.activity-news-sec .left-block {
    padding-right: 10px;
}

.activity-news-sec .img-block {
    margin-bottom: 15px;
    position: relative;
}

.activity-news-sec .img-block .item-overlay {
    background: rgba(0, 33, 71, .6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    opacity: 0;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}

.activity-news-sec .img-block .item-overlay:hover {
    opacity: 1;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}

.activity-news-sec .img-block .img-title {
    padding: 50px 15px 10px 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88), transparent);
}

.activity-news-sec .img-block .img-title p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

.activity-news-sec .news-right-block {
    padding-left: 25px;
}

.activity-news-sec .news-right-block .relate-news-block {
    display: flex;
    margin-bottom: 20px;
}

.activity-news-sec .news-right-block .relate-news-block .news-image {
    overflow: hidden;
    width: 32%;
}

.activity-news-sec .news-right-block .relate-news-block .r-news-desc {
    width: 68%;
    padding-left: 15px;
}

.activity-news-sec .relate-news-block .r-news-desc .news-title h6 {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 20px;
    transition: all 0.3s linear;
}

.activity-news-sec .relate-news-block .r-news-desc .news-title h6:hover {
    color: #01AEF0;
    transition: all 0.3s linear;
}

.activity-news-sec .news-right-block .relate-news-block .news-date-place {
    display: flex;
    font-size: 12px;
    color: #929292;
    margin-bottom: 3px;
}

.activity-news-sec .news-right-block .relate-news-block .news-content p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 22px;
    font-size: 13px;
}

.testi-sec {
    padding: 70px 0 40px;
    background: #f2f3f6;
}

.testi-sec .sec-title {
    margin-bottom: 40px;
}

.testi-sec .sec-title h2 {
    color: #192F59;
}

.testi-sec .sec-title p {
    color: #192F59;
}

.testimonial-content {
    padding: 30px;
    background: #0390c5;
    color: #fff; letter-spacing: .5px;
    border-radius: 8px;
    position: relative;
}

.testimonial-content::after {
    position: absolute;
    visibility: visible;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
    border-width: 15px;
    border-top-color: #0390c5;
    bottom: -15px;
    left: 30px;
}

.testi-sec .owl-carousel .owl-item img {
    display: inline-block !important;
    width: auto !important;
    margin-bottom: 15px;
}

.testi-sec .testimonial-item.equal-height.style-6 {
    background-color: #eee;
    border-radius: 10px;
    margin: 10px;
}

.testi-author {
    margin-top: 30px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.cell-right {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}

.testimonial-name {
    font-weight: 600;
    color: #192F59;
}

.testimonial-job {
    color: #192F59;
}

.testimonial-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 5px solid transparent;
    box-shadow: 0 0 0 1px #c1d7ff;
    margin: 2px;
    margin-top: -2px;
}

.testi-sec .owl-carousel .owl-dots .owl-dot.active span,
.testi-sec .owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.testi-sec .owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.testi-sec .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.testi-sec .owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    border-radius: 50px;
}

.acredit-sec {
    padding: 70px 0;
}

.acredit-sec .owl-item {
    padding: 5px;
}

.acredit-sec .acredit-item {
    padding: 15px; border:1px solid rgba(0,0,0,.2)
    
}

.acredit-sec .acredit-item .owl-carousel .owl-item img {
    height: 50px;
    width: auto;
    margin: auto;
}

.footer-sec {
    background: #363636;
    color: #ffffff;
    padding-top: 30px;
}

.footer-sec .f-contact .c-item {
    display: flex;
}

.footer-sec .f-contact .c-item i {
    padding-top: 7px;
}

.footer-sec .f-contact .c-item p {
    padding-right: 30px;
}

.footer-sec .f-contact .c-item p::first-letter {
    text-transform: none;
}

.footer-sec a,
.footer-sec p {
    color: #C5CAD5;
}

.footer-sec a:hover {
    color: #3190E7;
}

.footer-social {
    background: #192f59;
    color: #ffffff;
}

.footer-copyright {
    background: #2E2E2E;
    color: #C5CAD5;
}

.footer-copyright a,
.footer-copyright p {
    font-size: 13px;
    color: #C5CAD5;
}


/* ----------- Responsive start here ---------------- */

@media only screen and (max-device-width: 1024px) {
    .sub-menu-left {
        padding-left: 30px;
    }

    .sub-menu-right {
        top: 8px;
        width: 90%;
    }

    .slider-cont h1 {
        font-size: 26px;
    }

    .slider-cont p {
        font-size: 14px;
        width: 70%;
        line-height: 22px;
    }

    .bnr-btm-btn-holder {
        margin-top: 35px;
    }

    

    .pop-course-sec {
        padding: 50px 0 55px;
    }

    .sec-title h2 {
        font-size: 26px;
    }

    .pop-course-sec .course-block {
        margin-top: 10px;
    }

    .pop-course-sec .course-block .course-content {
        padding: 15px;
    }

    .pop-course-sec .course-block .course-content h4 {
        font-size: 20px;
    }

    .pop-course-sec .course-block .course-content p {
        line-height: 22px;
    }

    .h-facility-sec {
        padding: 50px 0;
    }

    .h-facility-sec .facilty-block {
        padding: 15px;
    }

    .h-facility-sec .facilty-block .f-content h5 {
        font-size: 18px;
    }

    .h-facility-sec .facilty-block .f-content p {
        line-height: 22px;
    }

   

    .hilight-sec {
        padding: 50px 0 60px;
    }

    .hilight-sec .hilght-content {
        margin-top: 10px;
    }

    .hilight-sec .hilght-content ul li {
        height: 200px;
    }

    .hilight-sec .hilght-content ul li .hlght-item {
        margin-top: 50px;
    }

    .hilight-sec .hilght-content ul li a {
        font-size: 15px;
        line-height: 20px;
    }

    .activity-news-sec {
        padding: 50px 0;
    }

    .activity-news-sec .block-title h3 {
        font-size: 21px;
    }

    .activity-news-sec .news-right-block {
        padding-left: 0px;
    }

    .activity-news-sec .news-right-block .relate-news-block {
        margin-bottom: 12px;
    }

    .activity-news-sec .relate-news-block .r-news-desc .news-title h6 {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 19px;
    }

    .activity-news-sec .news-right-block .relate-news-block .news-date-place {
        font-size: 11px;
        margin-bottom: 0;
    }

    .activity-news-sec .news-right-block .relate-news-block .news-image {
        width: 30%;
    }

    .activity-news-sec .news-right-block .relate-news-block .r-news-desc {
        width: 70%;
    }

    .activity-news-sec .news-right-block .relate-news-block .news-content p {
        -webkit-line-clamp: 1;
    }

    .activity-news-sec .news-right-block .relate-news-block {
        margin-bottom: 19px;
    }

    .testi-sec {
        padding: 50px 0 30px;
    }

    .testi-sec .sec-title {
        margin-bottom: 30px;
    }

    .testimonial-content {
        padding: 15px;
    }

    .testi-sec .owl-carousel .owl-dots {
        margin-top: 50px;
    }

    .acredit-sec {
        padding: 50px 0;
    }

    .footer-sec .f-contact .c-item p {
        padding-right: 0;
        margin-bottom: 3px;
    }

    .hilight-sec .hilght-content ul li .hlght-item img {
        width: 40px;
        height: 40px;
    }

    .hilight-sec .hilght-content ul li a {
        font-size: 14px;
    }
}

@media only screen and (max-device-width: 768px) {
    .sec-title {
        width: 80%;
    }

    .sec-title h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    

    .top-acredet-sec ul li {
        padding: 0 15px;
    }

    .pop-course-sec .course-block {
        margin-bottom: 20px;
    }

    .pop-course-sec {
        padding: 40px 0 35px;
    }

    .h-facility-sec .facilty-block {
        padding: 15px;
        display: flex;
    }

    .h-facility-sec .facilty-block .icon-holder {
        width: 110px;
        padding-top: 5px;
    }

    .h-facility-sec .facilty-block .f-content {
        padding-left: 20px;
    }

  

    .home-about-sec .h-abt-content h3 {
        font-size: 21px;
        padding-right: 10px;
    }

    .hilight-sec .hilght-content ul li {
        height: 180px;
    }

    .hilight-sec .hilght-content ul li .hlght-item {
        margin-top: 45px;
    }

    .activity-news-sec {
        padding: 50px 0 45px;
    }

    .activity-news-sec .img-block .img-title p {
        text-align: center;
    }

    .activity-news-sec .news-right-block .relate-news-block .news-image {
        width: 32%;
    }

    .activity-news-sec .news-right-block .relate-news-block .r-news-desc {
        width: 67%;
        padding-left: 20px;
    }

    .activity-news-sec .relate-news-block .r-news-desc .news-title h6 {
        font-size: 15px;
    }

    .activity-news-sec .news-right-block .relate-news-block .news-content p {
        -webkit-line-clamp: 4;
    }

    .acredit-sec .acredit-item {
        padding: 15px;
    }

    .ngi-ftr-inst p {
        display: inline-block;
        width: 49%;
    }

    .tab-row-reverse {
        flex-direction: row-reverse;
    }
}

@media only screen and (max-device-width: 480px) {
   

    .slider-cont h1 {
        font-size: 23px;
        line-height: 32px;
    }

    .slider-cont p {
        width: 90%;
    }

    .round-btn {
        width: 50px;
        height: 50px;
        border: 1px solid #fff;
        margin: 0 auto 10px;
    }

    .round-btn img {
        height: 25px;
    }

    .r-btn-block a p {
        padding: 0 8px;
    }

    .sec-title {
        width: 85%;
    }

    .sec-title h2 {
        font-size: 24px;
    }

    .h-facility-sec {
        padding: 40px 0;
    }

    .round-play-btn {
        right: 42%;
        top: 37%;
        background: rgba(255, 255, 255, 0.76);
    }

    .top-acredet-sec {
        padding: 0;
    }

    .top-acredet-sec ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0 0;
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: 1px solid #dedede;
        border-radius: 0;
        top: 0;
    }

    .top-acredet-sec ul li {
        width: 33%;
        padding: 6px 4px;
        border-right: 1px solid #dedede;
    }

    .top-acredet-sec ul li:nth-child(1),
    .top-acredet-sec ul li:nth-child(2) {
        border-bottom: 1px solid #dedede;
    }

    .top-acredet-sec ul li:nth-child(3) {
        border-right: 0;
        border-bottom: 1px solid #dedede;
    }

    .pop-course-sec {
        padding: 35px 10px 35px;
    }

   

    .home-about-sec .h-abt-content h3 {
        font-size: 20px;
        padding-right: 10px;
        line-height: 25px;
    }

    .hilight-sec {
        padding: 50px 0 60px;
    }

    .hilight-sec .hilght-content ul li {
        width: 50%;
    }

    .hilight-sec .hilght-content ul li:nth-child(even) {
        background: rgba(10, 28, 62, 0.6);
    }

    .hilight-sec .hilght-content ul li:nth-child(2),
    .hilight-sec .hilght-content ul li:nth-child(3),
    .hilight-sec .hilght-content ul li:nth-child(6),
    .hilight-sec .hilght-content ul li:nth-child(7),
    .hilight-sec .hilght-content ul li:nth-child(10) {
        background: rgba(20, 59, 133, 0.6);
    }

    .activity-news-sec {
        padding: 50px 10px 45px;
    }

    .activity-news-sec .left-block {
        padding-right: 0;
    }

    .activity-news-sec .img-block .img-title p {
        font-size: 16px;
    }

    .activity-news-sec .news-right-block {
        padding-left: 0px;
        margin-top: 30px;
    }

    .activity-news-sec .relate-news-block .r-news-desc .news-title h6 {
        margin-bottom: 8px;
    }

    .activity-news-sec .news-right-block .relate-news-block {
        flex-direction: column;
    }

    .activity-news-sec .news-right-block .relate-news-block .news-image {
        width: 100%;
    }

    .activity-news-sec .news-right-block .relate-news-block .r-news-desc {
        width: 100%;
        padding-left: 0;
        padding: 20px 0 5px;
    }

    .testi-sec {
        padding: 50px 10px 30px;
    }

    .acredit-sec {
        padding: 50px 10px;
    }

    .acredit-sec .acredit-item {
        padding: 10px;
    }

    .footer-sec {
        padding-top: 20px;
    }

    .xs-pdng {
        padding: 0 30px;
    }

    .ngi-ftr-inst {
        display: flex;
        flex-wrap: wrap;
    }

    .ngi-ftr-inst p {
        width: 50%;
    }
}

@media only screen and (max-device-width: 320px) {

    .ngi-ftr-inst p {
        width: 100%;
    }
}

@media only screen and (max-width: 3640px) and (min-width: 1367px) {
    .single-slider {
        padding: 15% 0 0;
        background-position: center;
        height: 800px;
    }

    .sec-title {
        width: 35%;
    }

    .home-about-sec .vdo-block {
        height: 546px;
    }

    .home-about-sec .vdo-block .h-vdo-thumb {
        /* height: 100%; */
        width: 100%;
    }

    .home-about-sec .vdo-block .h-vdo-thumb img {
        width: 100%;
    }

    .home-about-sec .h-abt-content {
        padding: 70px 140px 70px 50px;
    }
}

.main_menu_inner .container {
    width: 100%;
    padding-left: 73px !important;
    padding-right: 68px !important;
    max-width: 100% !important
}

@media (max-width:1300px) {
    .main_menu_inner .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    

    .sub-menu-left {
        padding-left: 7px;
    }
}


/*-------------------------- Page title ----------------------- */

.page-title-block {
    padding: 50px 0;
    background: linear-gradient(0deg, rgba(25, 46, 88, 0.95), rgba(25, 46, 88, 0.9)), url(../img/nehru-1.jpg);
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
}

.page-title-block1 {
    padding: 50px 0;
    background: linear-gradient(0deg, rgba(25, 46, 88, 0.95), rgba(25, 46, 88, 0.9)), url(../img/nehru-1.jpg);
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    height: 300px;
}
.page-title-block1 h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
    padding-top: 50px;
}



.page-title-block h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
}

@media only screen and (max-device-width: 1024px) {
    .page-title-block {
        padding: 30px 0;
    }

    .page-title-block h3 {
        font-size: 26px;
    }
}

@media only screen and (max-device-width: 992px) {
    .page-title-block {
        padding: 22px 0;
    }

    .page-title-block h3 {
        font-size: 23px;
    }
}

@media only screen and (max-device-width:480px) {
    .page-title-block {
        padding: 15px 15px;
    }

    .page-title-block h3 {
        font-size: 20px;
    }
}


/*------------------------------ about page ----------------------- */

.about-section {
    padding: 85px 0 85px;
}

.about-section h3 {
    text-transform: capitalize;
    font-weight: 700;
    color: #192F59;
    margin-bottom: 20px;
    padding-right: 25px;
}

.about-section .abt-img-block {
    position: relative;
    z-index: 2;
}


/* 
.abt-img-block img {
    border-radius: 10px;
} */


/* .about-section .abt-img-block::after {
    content: "";
    width: 150px;
    height: 250px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #192F59;
    z-index: -1;
} */

.about-content-sec {
    padding: 40px 0 70px;
}

.about-slide {
    height: 550px;
}

.about-slider-sec {
    position: relative;
}

.abt-slider-block {
    position: absolute;
    top: 0;
    background-color: rgba(0, 30, 74, 0.6);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-slider-sec .sec-title {
    margin: 0 auto;
    margin-bottom: 60px;
}

.about-slider-sec .sec-title h2 {
    color: #fff;
}

.about-slider-sec .sec-title p {
    color: #C5CAD5;
}

.abt-slider-block .counter-item p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 10px;
    position: relative;
}

.abt-slider-block .counter-item p::after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 50%;
    margin-left: -11px;
    width: 22px;
    height: 2px;
    background-color: #01AEF0;
}

.abt-slider-block .counter-item h5 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}


/* .about-content-sec  .about-items{
    border-top: 2px solid #3190E7;
    padding-top: 20px;
} */

.fw-img-sec {
    background: url(../img/main-block-wide.JPG);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: 25% 25%;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #e5e5e5;
    border: none;
    margin-bottom: 20px;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    height: 3px;
    width: 75px;
    background: #3190E7;
}

.objct-content-block {
    padding: 20px;
}

.goal-content-block {
    padding: 20px;
}

.objct-content-block h4,
.goal-content-block h4,
.vsn-msn-content-block h4 {
    font-size: 23px;
    /* color: #3190E7; */
    margin-bottom: 10px;
}

.objct-content-block ul li,
.goal-content-block ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    text-align: justify;
}

.objct-content-block ul li i,
.goal-content-block ul li i {
    position: absolute;
    left: -5px;
    top: 5px;
    color: #3190e7;
    font-weight: 700;
}

.vision-mission-item {
    /* border-top: 1px solid #d2d2d2;
    padding-top: 20px; */
    margin-top: 20px;
}

.vsn-msn-content-block {
    padding: 20px;
    /* background: #f5f5f5; */
}

.vsn-msn-content-block ul li {
    margin-bottom: 15px;
    text-align: justify;
}

.vsn-msn-content-block ul li:last-child {
    margin-bottom: 0;
}

.vsn-msn-content-block ul li span {
    font-weight: 600;
    color: #3190E7;
    padding-right: 5px;
    font-size: 16px;
}

@media only screen and (max-device-width: 1024px) {
    .about-section {
        padding: 50px 0 50px;
    }

    .about-section h3 {
        font-size: 24px;
    }

    .abt-img-block {
        top: -25px;
    }

    .about-slider-sec .sec-title {
        width: 70%;
    }

    .about-content-sec {
        padding: 30px 0 65px;
    }

    .about-slide {
        height: 485px;
    }
}

@media only screen and (max-device-width: 992px) {
    .about-section {
        padding: 50px 0 50px;
    }

    .abt-img-block {
        top: 15px;
    }

    .vsn-msn-content-block {
        padding: 15px;
    }

    .about-content-sec {
        padding: 20px 0 40px;
    }

    .about-slide {
        height: 400px;
    }

    .about-slider-sec .sec-title {
        width: 90%;
        margin-bottom: 40px;
    }

    .counter-item img {
        height: 40px;
    }

    .abt-slider-block .counter-item p {
        font-size: 16px;
    }

    .abt-slider-block .counter-item h5 {
        font-size: 25px;
    }
}

@media only screen and (max-device-width: 480px) {
    .about-section {
        padding: 35px 10px 60px;
    }

    .about-section h3 {
        font-size: 21px;
    }

    .abt-img-block::after {
        display: none;
    }

    .about-section .content p {
        text-align: justify;
    }

    .objct-content-block {
        padding: 20px 10px 10px;
    }

    .objct-content-block h4,
    .goal-content-block h4,
    .vsn-msn-content-block h4 {
        font-size: 21px;
    }

    .objct-content-block ul li,
    .goal-content-block ul li {
        padding-left: 30px;
    }

    .objct-content-block ul li i,
    .goal-content-block ul li i {
        left: 3px;
    }

    .goal-content-block {
        padding: 20px 10px 10px;
    }

    .vision-mission-item {
        margin-top: 0;
    }

    .vsn-msn-content-block {
        padding: 10px 10px;
        background: #fff;
    }

    .abt-slider-block {
        padding: 50px 0;
    }

    .about-slide {
        height: 570px;
    }

    .counter-item img {
        height: 32px;
    }

    .abt-slider-block .counter-item {
        margin-bottom: 30px;
    }

    .abt-slider-block .counter-item p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .abt-slider-block .counter-item p::after {
        bottom: -11px;
    }

    .abt-slider-block .counter-item h5 {
        font-size: 22px;
    }
}

@media only screen and (max-device-width: 320px) {
    .navbar-brand img {
        width: 200px;
    }

    .about-section h3 {
        font-size: 19px;
        padding-right: 0;
        line-height: 28px;
    }

    .about-content-sec {
        padding: 10px 0 40px;
    }

    .goal-content-block {
        padding: 10px 10px 10px;
    }
}


/*---------------- about principal page -------------------- */

.quote-block {
    padding: 75px;
    padding-right: 90px;
    position: relative;
}

.quote-block::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 34px;
    background: url(../img/about-quote.svg);
    background-size: cover;
    filter: opacity(0.5);
    top: 83px;
}

.quote-block h5 {
    padding-left: 80px;
    font-weight: 300;
    line-height: 36px;
    font-size: 22px;
}

.quote-block p {
    /* padding-right: 46px; */
    font-size: 17px;
    padding-left: 90px;
    margin-top: 15px;
    color: #3190E7;
}

.about-princi-sec {
    padding: 0 0 85px;
}

.prin-img-block img {
    width: 100%;
    border-radius: 12px;
}

.about-princi-sec .p-quali {
    margin-bottom: 20px;
}

.about-princi-sec .text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #e5e5e5;
    border: none;
    margin-bottom: 50px;
}

.about-princi-sec .text-subline:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    height: 3px;
    width: 100px;
    background: #3190E7;
}

.about-princi-sec .content {
    padding-left: 15px;
}

.about-princi-sec .content p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-device-width: 1024px) {
    .quote-block {
        padding: 35px;
    }

    .quote-block::before {
        top: 50px;
    }

    .quote-block h5 {
        padding-left: 60px;
        line-height: 32px;
        font-size: 19px;
    }

    .quote-block p {
        font-size: 16px;
    }

    .about-princi-sec {
        padding: 0 0 50px;
    }

    .about-princi-sec .content {
        padding-left: 10px;
    }

    .about-princi-sec .p-quali {
        margin-bottom: 10px;
    }
}

@media only screen and (max-device-width: 992px) {
    .quote-block h5 {
        line-height: 28px;
        font-size: 17px;
    }

    .quote-block p {
        font-size: 14px;
        padding-left: 75px;
        margin-top: 10px;
    }

    .quote-block::before {
        top: 45px;
        width: 36px;
        height: 30px;
    }

    .about-princi-sec {
        padding: 0 0 50px;
    }

    .prin-img-block {
        margin-bottom: 30px;
    }

    .about-princi-sec .content p {
        text-align: justify;
    }
}

@media only screen and (max-device-width: 480px) {
    .quote-block {
        padding: 30px;
    }

    .quote-block h5 {
        line-height: 26px;
        font-size: 16px;
        text-align: center;
        padding-left: 0;
    }

    .quote-block::before {
        display: none;
    }

    .quote-block p {
        padding-left: 0;
        text-align: center;
    }

    .about-princi-sec {
        padding: 0 10px 30px;
    }

    .about-princi-sec .text-subline {
        margin-bottom: 40px;
    }

    .about-princi-sec .text-subline:before {
        width: 60px;
    }

    .about-princi-sec .content {
        padding-left: 0;
    }
}

@media only screen and (max-device-width: 320px) {
    .about-princi-sec .content h5 {
        font-size: 18px;
    }
}


/*------------- management page -----------------*/

.management-sec {
    padding: 75px 0;
    /* background: #e7efff; */
}

.management-sec .content {
    padding-left: 15px;
}

.management-sec .content h5 {
    font-size: 24px;
}

.management-sec .content p {
    text-align: justify;
}

.management-sec .fc-img-block img {
    border-radius: 8px;
    width: 100%;
}

.Trust-sec {
    padding: 75px 0 80px;
}

.t-sec-1 {
    padding: 65px 0 80px;
    background: #efefef;
}


/* .t-item-block {
    margin-bottom: 50px;
} */

.trust-img-block img {
    border-radius: 8px;
}

.Trust-sec .text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #e5e5e5;
    border: none;
    margin-bottom: 50px;
}

.Trust-sec .text-subline:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    height: 3px;
    width: 100px;
    background: #3190E7;
}

.Trust-sec .content {
    padding-right: 15px;
}

.Trust-sec .content-2 {
    padding-left: 15px;
    padding-right: 0;
}

.Trust-sec .content h5 {
    font-size: 22px;
}

.Trust-sec .content .trust-d {
    color: #777;
}

.Trust-sec .content .t-content {
    text-align: justify;
    margin-bottom: 0;
}

@media only screen and (max-device-width: 1024px) {
    .management-sec {
        padding: 60px 0;
    }

    .Trust-sec {
        padding: 60px 0 60px;
    }
}

@media only screen and (max-device-width: 992px) {
    .management-sec .fc-img-block {
        margin-bottom: 30px;
    }

    .management-sec .content {
        padding-left: 0;
    }

    .Trust-sec .content {
        padding-right: 0;
    }

    .Trust-sec .t-item-block {
        flex-flow: column-reverse;
    }

    .Trust-sec .trust-img-block {
        margin-bottom: 30px;
    }

    .Trust-sec .content-2 {
        padding-left: 0;
    }
}

@media only screen and (max-device-width: 480px) {
    .management-sec {
        padding: 40px 10px 30px;
    }

    .management-sec .content h5 {
        font-size: 20px;
    }

    .Trust-sec {
        padding: 40px 10px;
    }

    .Trust-sec .trust-img-block {
        margin-bottom: 25px;
    }

    .Trust-sec .content h5 {
        font-size: 20px;
    }

    .t-item-block {
        margin-bottom: 30px;
    }

    .Trust-sec .text-subline {
        margin-bottom: 40px;
    }
}


/*-------------- Approvals & Affiliations page ----------------------*/

.aprvl-sec {
    padding: 85px 0;
}

.acrdt-logo-block {
    background: #fff;
    padding: 20px 25px;
    display: flex;
    flex-flow: column;
    border-radius: 8px;
    /* box-shadow: 1px 1px 6px 2px rgba(204, 204, 204, 0.58); */
}

.acrdt-desc {
    margin-top: 30px;
    text-align: center;
}

.acrdt-desc h5 {
    margin-bottom: 15px;
}

.aprvl-sec .acrdt-link {
    display: flex;
    color: #01AEF0;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.aprvl-sec .acrdt-link i {
    padding-left: 18px;
}

.aprvl-sec .acrdt-link:hover {
    color: #192F59;
}

@media only screen and (max-device-width: 1024px) {
    .aprvl-sec {
        padding: 50px 0;
    }

    .acrdt-logo-block {
        padding: 20px 15px;
    }
}

@media only screen and (max-device-width: 992px) {
    .acrdt-logo-block {
        padding: 15px 10px;
    }
}

@media only screen and (max-device-width: 480px) {
    .aprvl-sec {
        padding: 30px 10px;
    }

    .acrdt-logo-block {
        padding: 10px 40px;
    }

    .aprvl-sec .acrdt-desc p {
        text-align: justify;
    }
}


/*-------------- cetrificates page ----------------------*/

.certific-sec {
    padding: 85px 0 30px;
}

.nacc-block h5,
.aqar-block h5,
.iqac-block h5 {
    margin-bottom: 20px;
}

.aqar-block {
    padding-left: 30px;
}

.aqar-block a {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #3190E7;
}

.aqar-block a:hover,
.iqac-block a:hover {
    color: #192F59;
}

.aqar-block a p,
.iqac-block a p {
    margin-bottom: 0;
    padding-left: 12px;
}

.aqar-block a i,
.iqac-block a i {
    font-size: 18px;
}

.iqac-block {
    padding-left: 30px;
    margin-top: 40px;
}

.iqac-block a {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    color: #3190E7;
}

.ac-calendar {
    padding: 50px 0 85px;
}

.ac-calendar .sec-title {
    margin-bottom: 40px;
}

.cal-img img {
    width: 100%;
    margin-bottom: 5px;
}

@media only screen and (max-device-width: 1024px) {
    .certific-sec {
        padding: 60px 0 30px;
    }

    .aqar-block a {
        align-items: baseline;
    }

    .ac-calendar {
        padding: 30px 0 60px;
    }
}

@media only screen and (max-device-width: 992px) {
    .certific-sec {
        padding: 50px 0 30px;
    }

    .cal-img img {
        width: 100%;
        margin-bottom: 35px;
    }

    .ac-calendar {
        padding: 30px 0 20px;
    }
}

@media only screen and (max-device-width: 480px) {
    .certific-sec {
        padding: 35px 10px 10px;
    }

    .aqar-block {
        padding-left: 0;
        margin-top: 25px;
    }

    .iqac-block {
        padding-left: 0;
        margin-top: 25px;
    }

    .ac-calendar .sec-title {
        margin-bottom: 20px;
    }

    .ac-calendar {
        padding: 20px 10px 0;
    }
}

@media only screen and (max-device-width: 320px) {
    .certific-sec {
        padding: 35px 5px 10px;
    }

    .nacc-block h5,
    .aqar-block h5,
    .iqac-block h5 {
        margin-bottom: 20px;
        font-size: 17px;
    }
}


/*---------------- infrastructure ---------------------*/

.infra-ncerc {
    background: #e7efff;
}

.infrastructure-sec {
    padding: 60px 0 40px;
}

.ifra-block {
    margin-bottom: 30px;
    /* padding: 20px; */
}

.ifra-block img {
    height: 35px;
    margin-bottom: 10px;
    display: none;
}

@media only screen and (max-device-width: 1024px) {
    .infra-ncerc .h-abt-content {
        padding: 0 30px 0;
    }
}

@media only screen and (max-device-width: 768px) {
    .infra-ncerc .h-abt-content {
        padding: 0 20px 0;
    }

    .infrastructure-sec {
        padding: 40px 0 20px;
    }
}

@media only screen and (max-device-width: 480px) {
    .infra-ncerc .h-abt-content {
        padding: 25px 10px 25px;
    }

    .infrastructure-sec {
        padding: 35px 10px 20px;
    }
}


/*------------------- admission procedure page ---------------------*/

.admi-pro-sec {
    padding: 85px 0 60px;
}


/* tab block */


.admi-pro-sec .tab-cont .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #192f59;
    border: 1px solid #192f59;
}

.admi-pro-sec .tab-cont .nav-pills .nav-link {
    border-radius: 9px;
    padding: 10px 45px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #192f59;
    /* margin-right: 12px; */
    border-top-width: 1px;
margin: 10px 10px 0px 12px ;
padding-right: 73px;
padding-left: 54px
border-width: 1px;
}

.eligible-block {
    padding: 20px;
}

.eligible-block h5 {
    color: #192f59;
    margin-bottom: 20px;
}

.eligible-block ul li {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    position: relative;
}

.eligible-block ul li i {
    font: normal normal normal 20px/1 FontAwesome;
    margin-right: 5px;
    position: absolute;
    top: 2px;
    left: 0;
    color: #3190E7;
}

.eligible-block ul li p span {
    font-weight: 700;
    display: block;
    color: #192f58;
    margin-bottom: 5px;
}

.apply-online-detail {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

/* .apply-online-detail .docu-block {
    padding-left: 35px;
} */

.apply-online-detail .docu-block h6 {
    margin-bottom: 15px;
}

.admi-pro-sec .pro-block h5 {
    color: #192f59;
    margin-bottom: 15px;
}

.pro-block .step-items {
    position: relative;
    padding: 20px 0;
}

.pro-block .step-items::before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 4px;
    background-color: #253a63;
    left: 72px;
    border-radius: 5px;
    margin-left: -4px;
}

.pro-block .step-items .item-block {
    display: flex;
    padding: 15px 10px;
    position: relative;
    /* top: 25px; */
}

.step-count {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #253a63;
    border-radius: 50px;
    z-index: 2;
    position: absolute;
    left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-count span {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    color: #253a63;
}

.pro-content {
    margin-left: 90px;
    padding: 10px;
}

.pro-content p {
    font-weight: 600;
}

.step {
    display: none;
}

.step label {
    font-size: 17px;
    font-weight: 700;
}

.docu-block ul li {
    display: flex;
    position: relative;
    padding-left: 30px;
}

.docu-block ul li i {
    display: inline-block;
    padding-top: 5px;
    color: #1048b5;
    position: absolute;
    left: 10px;
}

.docu-block ul li p {
    display: inline-block;
    padding-left: 10px;
    font-weight: 300;
}

.import-note-block {
    margin-top: 35px;
}

.whr-take-block {
    margin-top: 30px;
}

.import-note-block p,
.whr-take-block p {
    padding-left: 10px;
}

.import-note-block h5,
.whr-take-block h5 {
    color: #192f59;
    margin-bottom: 15px;
}

.related-link-block {
    padding: 30px;
    border: 1px solid #e5e7f2;
    background: #fff;
    width: 93%;
    margin-left: 7%;
    border-radius: 0;
    position: sticky;
    top: 150px;
    margin-bottom: 40px;
}

.related-link-block h6 {
    font-size: 19px;
    margin-bottom: 18px;
}

.related-link-block ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.related-link-block ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    /* color: #3190e7; */
    font-weight: 700;
}

.related-link-block ul li a:hover {
    color: #01AEF0;
}

@media only screen and (max-device-width: 1024px) {
    .admi-pro-sec {
        padding: 60px 0;
    }

    .admi-pro-sec .tab-cont .nav-pills .nav-link {
        padding: 10px 25px;
        
    }

    .related-link-block {
        padding: 25px;
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-device-width: 992px) {
    .admi-pro-sec {
        padding: 40px 0;
    }

    .admi-pro-sec .tab-cont .nav-pills .nav-link {
        padding: 10px 30px;
    }

    .apply-online-detail {
        margin-top: 5px;
    }

    .admi-pro-sec .pro-block {
        padding: 10px 5px;
    }

    .pro-block .step-items::before {
        width: 3px;
        left: 22px;
    }

    .step-count {
        left: 0px;
    }

    .pro-content {
        margin-left: 35px;
    }

    .import-note-block {
        padding: 15px 0 0;
        margin-top: 0;
    }

    .whr-take-block {
        padding: 15px 0 0;
        margin-top: 0;
    }

    .import-note-block p,
    .whr-take-block p {
        padding-left: 15px;
    }
}

@media only screen and (max-device-width: 480px) {
    .admi-pro-sec {
        padding: 40px 0 35px;
    }

    .admi-pro-sec .tab-cont .nav-pills .nav-link {
        padding: 8px 30px;
        font-size: 15px;
    }

    .admi-pro-sec .tab-cont .nav-pills .nav-link span {
        display: none;
    }

    .eligible-block {
        padding: 10px 15px;
    }

    .eligible-block h5 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .eligible-block ul li {
        padding-left: 17px;
    }

    .eligible-block ul li p span {
        margin-bottom: 0;
    }

    .eligible-block ul li i {
        font: normal normal normal 16px/1 FontAwesome;
        top: 4px;
    }

    .eligible-block ul li p {
        text-align: justify;
    }

    .docu-block ul li {
        padding-left: 20px;
    }

    .docu-block ul li i {
        font-size: 12px;
        top: 2px;
        left: 5px;
    }

    .import-note-block {
        padding: 15px 2px 0;
    }

    .admi-pro-sec .pro-block {
        padding: 10px 0;
    }

    .admi-pro-sec .pro-block h5 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .apply-online-detail .docu-block h6 {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .docu-block ul li p {
        margin-bottom: 5px;
    }


    .pro-block .step-items::before {
        width: 3px;
        left: 20px;
    }

    .pro-block .step-items .item-block {
        padding: 10px 0;
    }

    .step-count {
        width: 35px;
        height: 35px;
    }

    .step-count span {
        font-size: 16px;
    }

    .pro-content {
        margin-left: 40px;
        padding: 5px 10px;
    }

    .whr-take-block {
        padding: 15px 0 0;
    }

    .import-note-block h5,
    .whr-take-block h5 {
        font-size: 17px;
        margin-bottom: 10px;

    }

    .import-note-block p,
    .whr-take-block p {
        text-align: justify;
        padding-left: 0;
    }
}

@media only screen and (max-device-width: 320px) {

    .admi-pro-sec .tab-cont .nav-pills .nav-link {
        padding: 8px 20px;
    }

    .eligible-block h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .admi-pro-sec .pro-block h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .import-note-block h5,
    .whr-take-block h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}


/*------------------------ admission center page ----------------------*/

.admi-center-sec {
    padding: 85px 0;
}

.cnt-prsn {
    width: 200px;
}

.tbl-phone {
    width: 135px;
}

.admi-center-sec table th {
    color: #192f59;
}

.table td,
.table th {
    padding-top: 25px;
    padding-bottom: 25px;
}

.admi-center-sec table tbody tr td:nth-child(1) {
    font-weight: 700;
}

.admi-center-sec table tbody tr td:nth-child(3) {
    padding-right: 40px;
}

.admi-center-sec table a {
    color: #01AEF0;
}

@media only screen and (max-device-width: 1024px) {
    .admi-center-sec {
        padding: 50px 0 25px;
    }

    .admi-center-sec table tbody tr td:nth-child(3) {
        padding-right: 15px;
    }
}

@media only screen and (max-device-width: 768px) {
    .admi-center-sec {
        padding: 50px 0 50px;
    }
}

@media only screen and (max-device-width: 480px) {
    .admi-center-sec {
        padding: 40px 10px 40px;
    }
}


/*--------------- Our Colleges page -----------------------------*/

.our-college-sec {
    padding: 85px 0 50px;
}

.college-list-block h5 {
    margin-bottom: 25px;
    padding-left: 15px;
    color: #01aef0;
    font-size: 24px;
    font-weight: 300;
}

.clg-type-block {
    margin-bottom: 50px;
}

.clg-type-block ul li {
    padding: 15px;
    box-shadow: 0px 10px 35px 4px rgba(51, 51, 51, 0.15);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    box-shadow: 0px 1px 7px 3px rgba(51, 51, 51, 0.10);
    transition: all 0.3s linear;
}

.clg-type-block ul li:hover {
    box-shadow: 0px 4px 15px 5px rgba(51, 51, 51, 0.15);
    transition: all 0.3s linear;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.clg-type-block ul li .col-name {
    width: 70%;
    padding-left: 10px;
    padding-right: 45px;
    position: relative;
}

.clg-type-block ul li .col-name::after {
    position: absolute;
    content: '';
    right: 22px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #dfdfdf;
}

.clg-type-block ul li .col-name a {
    font-weight: 700;
    font-size: 17px;
}

.clg-type-block ul li .col-name a:hover {
    color: #3190e7;
}

.clg-type-block ul li .col-name p {
    margin-bottom: 0;
    margin-top: 5px;
}

.clg-type-block ul li .col-loc {
    width: 30%;
    display: flex;
    align-items: center;
}

.clg-type-block ul li .col-loc i {
    width: 36px;
    font-size: 20px;
    color: #192f59;
}

.clg-type-block ul li .col-loc p {
    width: calc(100% - 40px);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

@media only screen and (max-device-width: 1024px) {
    .our-college-sec {
        padding: 50px 0 20px;
    }
}

@media only screen and (max-device-width: 992px) {
    .related-link-block {
        border: 0;
        width: 100%;
        margin-left: 0;
        padding: 35px 20px 10px;
        border-top: 1px solid #ccc;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .clg-type-block ul li {
        padding: 12px;
    }
}

@media only screen and (max-device-width: 480px) {
    .our-college-sec {
        padding: 40px 10 20px;
    }

    .college-list-block h5 {
        text-align: center;
        font-size: 22px;
    }

    .clg-type-block {
        margin-bottom: 0;
    }

    .clg-type-block ul li {
        padding: 25px 20px;
        flex-direction: column;
    }

    .clg-type-block ul li .col-name {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .clg-type-block ul li .col-name::after {
        display: none;
    }

    .clg-type-block ul li .col-loc {
        width: 100%;
        margin-top: 12px;
        text-align: center;
        justify-content: center;
        margin-bottom: 5px;
    }

    .clg-type-block ul li .col-loc p {
        width: auto;
    }
}


/*--------------- Course page -----------------------------*/

.course-sec {
    padding: 85px 0 60px;
}

.course-sec .course-block {
    box-shadow: 0 1px 8px 1px rgba(144, 144, 144, 0.36);
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

.course-block .title-block {
    width: 100%;

}

.course-block .title-block h4 {
    margin-bottom: 10px;
    color: #192f59;
    font-weight: 700;
}

.course-block .title-block h5 {
    font-size: 20px;
    font-weight: 800 !important;
    padding-bottom: 20px;
    padding-top: 20px;
}

.course-block .title-block p {

    color: #494949;
}

.course-block .course-items {
    width: 100%;
    position: relative;
}


.cous_ptag {
	margin-bottom:20px
}




.course-block .course-items ul li {
    font-size: 17px;
    padding: 7px 0;
    padding-left: 20px;
    position: relative;
}

.course-block .course-items ul li h5 {
    font-size: 17px;
    
    margin-bottom: 0;
}

.course-block .course-items ul li h6 {
    margin-bottom: 5px;
}

.course-block .course-items ul li p {
    font-size: 15px;
    margin-bottom: 0;
}

.course-block .course-items ul li i {
    font: normal normal normal 20px/1 FontAwesome;
    margin-right: 10px;
    color: #01AEF0;
    position: absolute;
    left: 0px;
    top: 10px;
}

@media only screen and (max-device-width: 992px) {
    .course-sec {
        padding: 60px 0 35px;
    }

    .course-block .title-block {
        padding-left: 2%;
    }

    .course-block .course-items::before {
        left: 35px;
    }
}

@media only screen and (max-device-width: 480px) {
    .course-sec {
        padding: 40px 10px 20px;
    }

    .course-block {
       
        flex-direction: column;
    }

    .course-block .title-block {
        padding-left: 0;
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }

    .course-block .course-items::before {
        display: none;
    }

    .course-block .title-block h4 {
        margin-bottom: 10px;
        font-size: 21px;
    }

    .course-block .title-block p {
        width: 100%;
        padding-left: 0;
    }

    .course-block .course-items {
        width: 100%;
        padding-left: 0;
    }

    .course-block .title-block h5 {
        font-size: 18px;
        font-weight: 600;
    }
}


/* -----------------------Department page ----------------------------*/

.department-sec {
    padding: 85px 0 40px;
}

.department-sec .text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #e5e5e5;
    border: none;
    margin-bottom: 35px;
}

.department-sec .text-subline:before {
    top: -1px;
    height: 3px;
}

.department-sec h5 {
    font-size: 22px;
    font-weight: 700;
    color: #192f59;
    margin-bottom: 18px;
}

.department-sec .dep-desc,
.department-sec .career-scope-block {
    margin-bottom: 40px;
}

.department-sec .dep-desc p,
.department-sec .career-scope-block p {
    text-align: justify;
}

.department-sec .dep-desc p span,
.department-sec .career-scope-block p span {
    font-weight: 700;
    color: #192F59;
    font-size: 16px;
    text-transform: uppercase;
}

.department-sec .dep-desc .dep-course {
    margin-top: 15px;
}

.department-sec .dep-desc .dep-course h6 {
    font-size: 17px;
    font-weight: 700;
    color: #192f59;
}

.department-sec .dep-news {
    margin-bottom: 40px;
}

.dep-news ul li .news-dot {
    position: relative;
    margin-bottom: 15px;
}

.dep-news ul li .news-dot i {
    position: absolute;
    top: 5px;
    left: 20px;
    color: #3190E7;
    font: normal normal normal 14px/1 FontAwesome;
}

.department-sec .dep-news .d-news-block {
    padding-left: 50px;
}

.department-sec .dep-news .d-news-block h6 {
    font-size: 16px;
    margin-bottom: 10px;
}

.department-sec .dep-news .d-news-block .dep-news-date-place i {
    color: #01AEF0;
}

.department-sec .dep-news .d-news-block .dep-news-date-place {
    display: flex;
    font-size: 13px;
}

.department-sec .dep-news .d-news-desc {
    margin-top: 8px;
}

.department-sec .lab {
    margin-bottom: 40px;
}

.department-sec .lab ul li {
    font-size: 15px;
    /* font-weight: 700; */
    margin-bottom: 10px;
    padding-left: 50px;
    position: relative;
}

.department-sec .lab i {
    font: normal normal normal 20px/1 FontAwesome;
    margin-right: 5px;
    position: absolute;
    top: 3px;
    left: 20px;
    color: #3190E7;
}

.department-sec .lab .accordion li i {
    font: normal normal normal 13px/1 FontAwesome;
    margin-right: 5px;
    position: absolute;
    top: 6px;
    left: 20px;
    color: #3190E7;
}

.department-sec .lab .accordion li {
    margin-bottom: 15px;
    transition: all 0.3s linear;
}

.department-sec .association {
    margin-bottom: 40px;
}

.department-sec .association ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}

.department-sec .association i {
    font: normal normal normal 15px/1 FontAwesome;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 20px;
    color: #3190E7;
}



.ach-title {
    font-weight: 700;
    color: #192F59;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 0 !important;
    font-weight: 700 !important;
    color: #01AEF0 !important;
}

.act-title {
    font-weight: 500;
    
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 0 !important;
}

.department-sec .dep-placements {
    margin-bottom: 40px;
}

.department-sec .dep-placements ul li {
    padding-left: 25px;
}

.department-sec .dep-placements ul li {
    display: flex;
    margin-top: 15px;
}

.department-sec .dep-placements ul li .comp {
    width: 50%;
}

.department-sec .dep-placements ul li .st-no,
.department-sec .dep-placements ul li .comp p {
    color: #3190E7;
    font-weight: 700;
    margin-bottom: 0;
}

.department-sec .dep-gallery {
    margin-bottom: 40px;
}

.department-sec .dep-gallery .magnific-img {
    height: 155px;
    overflow: hidden;

}

.department-sec .clt-place {
    margin-bottom: 40px;
}

.department-sec .clt-place h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    
}

.department-sec .clt-place ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
    
    color: #192f59;
}

.department-sec .clt-place ul li span {
    min-width: 250px;
    display: inline-block;
    margin-right: 15px;

}

.department-sec .clt-place i {
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 20px;
    color: #3190E7;
}

.department-sec .staff-ach {
    margin-top: 30px;
}


.department-sec .ee-placement {
    margin-bottom: 40px;
}

.department-sec .ee-placement ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #192f59;
}

.department-sec .ee-placement ul li span {
    min-width: 250px;
    display: inline-block;
    margin-right: 15px;
}

.department-sec .ee-placement ul li p {
    font-weight: 600;
    color: #192f59;
    margin-bottom: 0;
    display: inline-block;
}

.department-sec .ee-placement i {
    font: normal normal normal 15px/1 FontAwesome;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 20px;
    color: #3190E7;
}

.department-sec .ee-achve {
    margin-bottom: 40px;
}

.department-sec .ee-achve .act-title {
    color: #1048b5;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 0 !important;
    font-weight: 600;
    border: 0;
    padding-bottom: 5px;
}

.department-sec .ee-achve ul li {
    position: relative;
    padding-left: 50px;
   
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.department-sec .ee-achve ul li:last-child {
    border: 0;
}

.department-sec .ee-achve i {
    font: normal normal normal 15px/1 FontAwesome;
    margin-right: 5px;
    position: absolute;
    top: 25px;
    left: 20px;
    color: #0e144b;
}

.department-sec .ee-achve ul li .act-img {
    width: 25%;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
}

.department-sec .ee-achve ul li .act-desc {
    width: 75%;
    padding-left: 18px;
    display: inline-block;
}

.department-sec .ee-achve ul li p {
    padding-left: 25px;
    font-weight: 500;
    position: relative;
}

.department-sec .ee-achve ul li p i {
    left: 0;
    font-size: 13px;
    color: #46a2f7;
    top: 6px;
}

@media only screen and (max-device-width: 1024px) {
    .department-sec {
        padding: 60px 0 30px;
    }

    .department-sec .dep-gallery .magnific-img {
        height: 200px;
    }

    .department-sec .clt-place ul li span {
        min-width: 225px;
    }

    .department-sec .ee-placement ul li span {
        min-width: 230px;
    }
}

@media only screen and (max-device-width: 992px) {
    .department-sec {
        padding: 50px 0 40px;
    }

    .department-sec .dep-placements {
        margin-bottom: 25px;
    }

    .department-sec .dep-gallery .magnific-img {
        height: 140px;
    }


    .department-sec .ee-placement ul li {
        padding-left: 35px;
    }

    .department-sec .ee-placement i {
        left: 15px;
    }


}

@media only screen and (max-device-width: 480px) {
    .department-sec {
        padding: 40px 10px 30px;
    }

    .department-sec h5 {
        font-size: 19px;
    }

    .department-sec .text-subline {
        margin-bottom: 30px;
    }

    .department-sec .dep-desc,
    .department-sec .career-scope-block,
    .department-sec .dep-news,
    .department-sec .lab {
        margin-bottom: 30px;
    }

    .dep-news ul li .news-dot i,
    .department-sec .lab i,
    .department-sec .association i,
    .department-sec .clt-place i,
    .department-sec .lab .accordion li i {
        left: 5px;
        font-size: 13px;
    }

    .department-sec .dep-news .d-news-block,
    .department-sec .lab ul li,
    .department-sec .association ul li,
    .department-sec .clt-place ul li {
        padding-left: 35px;
    }

    .department-sec .dep-news .d-news-block .dep-news-date-place {
        flex-wrap: wrap;
    }

    .department-sec .lab ul li {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .department-sec .dep-desc .dep-course h6 {
        font-size: 15px;
    }

    .department-sec .dep-news .d-news-block h6 {
        font-size: 15px;
    }

    .department-sec .dep-placements ul li {
        padding-left: 20px;
    }

    .department-sec .dep-gallery .magnific-img {
        height: 215px;
    }

    .related-link-block {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .department-sec .association ul li h6 {
        font-size: 15px;
        font-weight: 500;
    }

    .department-sec .dep-placements ul li .comp {
        width: 75%;
    }

    .department-sec .clt-place ul li span {
        min-width: 175px;
    }

    .department-sec .ee-placement ul li span {
        min-width: 135px;
        width: 135px;
    }

    .department-sec .ee-placement i {
        left: 5px;
        font-size: 18px;
        top: 3px;
    }

    .department-sec .ee-placement ul li {
        padding-left: 35px;
        display: flex;
    }

    .department-sec .ee-achve h5 {
        margin-bottom: 5px;
    }

    .department-sec .ee-achve .act-title {
        padding-bottom: 0px;
        margin-bottom: 0;
    }

    .department-sec .ee-achve i {
        left: 5px;
    }

    .department-sec .ee-achve ul li {
        padding-left: 35px;
    }

    .department-sec .ee-achve ul li .act-img {
        width: 100%;
    }

    .department-sec .ee-achve ul li .act-desc {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }

    .department-sec .ee-achve {
        margin-bottom: 10px;
    }
}

@media only screen and (max-device-width: 320px) {
    .department-sec .clt-place ul li span {
        min-width: 140px;
    }
}


/*-------------------- Redressal cell Page -----------------------*/

.redressal-sec {
    padding: 75px 0;
}

.redrcl-block {
    width: 60%;
    margin: 0 auto 15px;
}

.redressal-sec .form-block {
    box-shadow: 0px 1px 7px 3px rgba(51, 51, 51, 0.10);
    background: #fff;
    padding: 25px;
    border-radius: 8px;
}

.redressal-sec .redrcl-block h6 {
    text-align: center;
    margin-bottom: 30px;
}

.redressal-sec .frm-group {
    position: relative;
    margin: 10px 0;
}

.redressal-sec .contact-form input,
.contact-form textarea {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    background: #ececec;
    outline: none;
    /* background: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 0; */
}

.redressal-sec .contact-form input:focus,
.redressal-sec .contact-form textarea:focus {
    outline: none;
}

.redressal-sec .l-side .frm-group {
    margin: 10px 0 20px;
}

.redressal-sec .contact-form textarea {
    height: 180px;
    resize: none;
}

.redressal-sec .nice-select {
    height: 47px;
    line-height: 47px;
    border: 0;
    background: #ececec;
    /* background: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 0; */
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #dddfe2;
}

.redressal-sec button {
    outline: none;
    outline: none;
    border: 0;
}

.redressal-sec .main-btn-lblue {
    padding: 10px 60px;
    cursor: pointer;
}

.note-block {
    padding: 0 25px;
}

.note-block h6 {
    font-size: 18px;
    padding: 10px 20px;
    background: #192f59;
    color: #fff;
    margin-bottom: 15px;
}

.note-block p {
    padding: 0 15px;
    color: #7c7d80;
}

@media only screen and (max-device-width: 1024px) {
    .redressal-sec {
        padding: 55px 0 65px;
    }

    .redrcl-block {
        width: 90%;
        margin: 0 auto 15px;
    }

    .note-block {
        padding: 0 0px 0 25px;
    }

    .redressal-sec .form-block {
        padding: 20px;
    }
}

@media only screen and (max-device-width: 992px) {
    .redressal-sec {
        padding: 50px 0;
    }

    .redressal-sec .form-block {
        padding: 20px;
        margin-bottom: 30px;
    }

    .note-block {
        padding: 0;
    }
}

@media only screen and (max-device-width: 480px) {
    .redressal-sec {
        padding: 40px 10px;
    }

    .redrcl-block {
        margin: 0;
    }

    .redressal-sec .nice-select {
        margin-bottom: 10px;
    }

    .redressal-sec .form-block {
        padding: 15px 7px;
        margin: 0;
        margin-bottom: 30px;
    }
}


/*--------------- Download page -------------------------*/

.download-sec {
    padding: 85px 0 60px;
}

.dowld-block-title h5 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
    color: #01aef0;
}

.down-cont {
    margin-bottom: 40px;
}

.download-sec .download-img-block {
    position: relative;
    height: 365px;
    overflow: hidden;
}

.download-sec .download-img-block::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 33, 71, 0.5);
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: all 0.55s ease-out;
}

.download-sec .download-img-block img {
    width: 100%;
}

.download-sec .download-img-block:hover.download-img-block::before {
    background-color: rgba(0, 33, 71, 0.85);
    -webkit-transition: all 0.55s ease-out;
    -moz-transition: all 0.55s ease-out;
    -ms-transition: all 0.55s ease-out;
    -o-transition: all 0.55s ease-out;
    transition: all 0.55s ease-out;
}

.download-sec .file-title p {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    transition: all 0.3s linear;
}

.download-sec .file-title p:hover {
    color: #01AEF0;
}

@media only screen and (max-device-width: 1024px) {
    .download-sec {
        padding: 65px 0 50px;
    }

    .download-sec .download-img-block {
        height: auto;
    }
}

@media only screen and (max-device-width: 992px) {
    .download-sec {
        padding: 55px 0 30px;
    }
}

@media only screen and (max-device-width: 480px) {
    .download-sec {
        padding: 50px 10px 40px;
    }
}


/*-------------------placement page -------------------------*/

.placement-sec {
    padding: 85px 0 25px;
}

.placement-sec .tab-cont .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #192f59;
    border: 1px solid #192f59;
}

.placement-sec .tab-cont .nav-pills .nav-link {
    border-radius: 0;
    padding: 10px 45px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #192f59;
}

.placement-sec .pl-block-title h5 {
    text-align: center;
    font-size: 28px;
    color: #192f59;
}

.placement-sec .placement-block {
    margin-top: 30px;
}

.placement-block .placement-table ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    padding: 15px 15px;
    background: white;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}

.placement-table ul li .place-com-logo {
    width: 35%;
    text-align: center;
    padding: 0 10px;
    height: 55px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placement-table ul li .place-com-logo::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    right: 0;
}

.placement-table ul li .place-com-logo img {
    height: 50px;
}

.placement-table ul li .place-com-name {
    width: 40%;
    position: relative;
}

.placement-table ul li .place-com-name::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    right: 0;
}

.placement-table ul li .place-com-name p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.placement-table ul li .place-no {
    width: 25%;
}

.placement-table ul li .place-no p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.pl-desc-sec {
    padding: 25px 0;
}

.pl-content {
    margin-bottom: 25px;
}

.pl-content h6 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #192f59;
}

.pl-com-sec {
    padding: 15px 0 60px;
}

.pl-com-sec .owl-carousel .owl-item img {
    height: 50px;
    width: auto;
    margin: auto;
}

@media only screen and (max-device-width: 1024px) {
    .placement-sec {
        padding: 70px 0 0;
    }
}

@media only screen and (max-device-width: 992px) {
    .placement-sec {
        padding: 60px 0 10px;
    }

    .placement-block .placement-table ul li {
        padding: 12px 12px;
    }

    .placement-table ul li .place-com-logo img {
        height: 45px;
    }

    .placement-table ul li .place-com-name p {
        font-size: 18px;
    }

    .placement-table ul li .place-com-name {
        width: 45%;
    }

    .placement-table ul li .place-no {
        width: 20%;
    }

    .pl-desc-sec {
        padding: 25px 0 10px;
    }

    .pl-com-sec {
        padding: 15px 0 50px;
    }
}

@media only screen and (max-device-width: 992px) {
    .placement-sec {
        padding: 50px 0 50px;
    }
}

@media only screen and (max-device-width: 480px) {
    .placement-sec {
        padding: 50px 10px 0;
    }

    .placement-sec .placement-block {
        margin-top: 25px;
    }

    .placement-sec .tab-cont .nav-pills .nav-link {
        padding: 8px 15px;
        font-size: 14px;
    }

    .placement-sec .placement-block {
        margin-top: 15px;
    }

    .placement-block .placement-table ul li {
        padding: 6px 10px;
    }

    .placement-table ul li .place-com-logo {
        padding: 0 5px;
    }

    .placement-table ul li .place-com-logo img {
        height: 30px;
    }

    .placement-table ul li .place-com-name {
        width: 50%;
        padding: 0 10px;
    }

    .placement-table ul li .place-com-name p {
        font-size: 15px;
        line-height: 22px;
    }

    .placement-table ul li .place-no {
        width: 15%;
    }

    .placement-table ul li .place-no p {
        font-size: 15px;
    }

    .pl-desc-sec {
        padding: 25px 10px 0;
    }

    .pl-content h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .pl-content p {
        text-align: justify;
    }

    .pl-com-sec {
        padding: 15px 10px 40px;
    }

    .pl-com-sec .owl-carousel .owl-item img {
        height: 45px;
    }
}

@media only screen and (max-device-width: 320px) {
    .placement-sec {
        padding: 35px 5px 0;
    }

    .placement-sec .tab-cont .nav-pills .nav-link {
        padding: 8px 10px;
        font-size: 14px;
    }

    .placement-table ul li .place-com-logo img {
        height: 25px;
    }
}


/*--------------------------- contact us page -----------------------------*/

.contact-us-sec {
    padding: 85px 0;
}

.cb-title h6 {
    font-size: 21px;
    margin-bottom: 25px;
    color: #192f59;
}

.contact-block {
    padding: 15px;
}

.contact-block .cb-item i {
    font-size: 25px;
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
    color: #192f59;
}

.contact-block .cb-item-cont {
    display: table-cell;
    vertical-align: top;
}


/* .cb-item-cont .pw{
    width: 70%;
} */

.contact-block .cb-item-cont label {
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-us-sec .form-block {
    box-shadow: 0px 1px 7px 3px rgba(51, 51, 51, 0.10);
    background: #fff;
    padding: 20px 15px;
    border-radius: 8px;
}

.contact-us-sec .redrcl-block h6 {
    text-align: center;
    margin-bottom: 30px;
}

.contact-us-sec .frm-group {
    position: relative;
    margin: 10px 0;
}

.contact-us-sec .contact-form input,
.contact-form textarea {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    outline: none;
    background: #ececec;
    /* background: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 0; */
}

.contact-us-sec .contact-form input:focus,
.contact-us-sec .contact-form textarea:focus {
    outline: none;
}

.contact-us-sec .l-side .frm-group {
    margin: 10px 0 20px;
}

.contact-us-sec .contact-form textarea {
    height: 75px;
    resize: none;
}

.contact-us-sec .nice-select {
    height: 47px;
    line-height: 47px;
    border: 0;
    background: #ececec;
    /* background: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 0; */
    margin-bottom: 10px;
}

.contact-us-sec .college-name .nice-select.wide .list {
    overflow-y: scroll;
    height: 600px;
}

.contact-us-sec .nice-select .option:hover,
.contact-us-sec .nice-select .option.focus,
.contact-us-sec .nice-select .option.selected.focus {
    background-color: #dddfe2;
}

.contact-us-sec button {
    outline: none;
    outline: none;
    border: 0;
}

.contact-us-sec .main-btn-lblue {
    padding: 10px 60px;
    cursor: pointer;
}

.datepicker {
    width: 300px;
    padding: 15px;
}

.datepicker td,
.datepicker th {
    padding: 5px;
}

.map {
    margin: 60px 0 0;
}

.contact-us-sec .nice-select span.current {
    overflow: hidden;
    display: inherit;
}

@media only screen and (max-device-width: 1024px) {
    .contact-us-sec {
        padding: 60px 0;
    }
}

@media only screen and (max-device-width: 992px) {
    .contact-block {
        display: flex;
        flex-wrap: wrap;
    }

    .cb-item {
        width: 50%;
        margin-bottom: 20px;
    }

    .map {
        margin: 40px 0 0;
    }
}

@media only screen and (max-device-width: 480px) {
    .contact-us-sec {
        padding: 50px 10px;
    }

    .cb-title h6 {
        font-size: 20px;
        margin-bottom: 20px;
        /* text-align: center; */
    }

    .cb-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact-us-sec .form-block {
        padding: 15px 5px;
    }
}


/*--------------------- gallery main page ----------------------*/

.tab-sec {
    padding: 75px 0 65px;
}

.gallery-tab {
    width: 100%;
}

.gallery-tab .tab-content {
    margin-top: 40px;
}

.gallery-tab .nav-pills .nav-item {
    margin-left: 10px; margin-bottom: 10px;
}

.gallery-tab .nav-pills .nav-item a {
    font-size: 18px;
}

.gallery-tab .nav-pills .nav-item:last-child {
    margin-right: 0;
}

.gallery-tab .nav-pills .nav-link,
.nav-pills .show>.nav-link {
    background-color: #fff;
    border-radius: 0;
    padding: 8px 22px;
    color: #192f59;
    transition: 0.3s ease-in;
    border: 1px solid #192f59;
    font-weight: 500;
}

.gallery-tab .nav-pills .nav-link.active {
    color: #fff;
    font-weight: 400 !important;
    transition: 0.3s ease-in;
    background: #192f59;
}

.gallery-tab .nav-link:hover,
.gallery-tab .nav-pills .nav-link.active:hover {
    color: #fff;
    transition: 0.3s ease-in;
    background: #192f59;
}

.gallery-tab .album-cont {
    padding: 0 12px;
    margin-bottom: 24px;
}

.gallery-tab .album-block {
    overflow: hidden;
    /* padding: 8px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28); */
    height: 100%;
}

.gallery-tab .album-block .img-holder {
    max-height: 275px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    position: relative;
}

.video-tab .album-block .img-holder {
    height: 215px;
    display: flex;
    align-items: center;
}

.gallery-tab .album-block .img-holder .vdo-hov-cont {
    position: absolute;
    top: 40%;
    left: 45%;
    display: inline-block;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.gallery-tab .album-block .img-holder .vdo-hov-cont:hover {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.gallery-tab .album-block .img-holder .vdo-hov-cont i {
    font-size: 25px;
    color: #ffffff;
    opacity: 0.8;
}

.gallery-tab .album-block .img-holder:hover {
    transition: 0.3s ease-in-out;
    background: #0e144b;
}

.gallery-tab .album-block .img-holder img {
    transition: 0.3s ease-in-out;
}


.gallery-tab .album-block .img-holder img:hover {
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}

.gallery-tab .album-block .album-title {
    padding: 10px 0 0;
    padding: 50px 15px 15px 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88), transparent);
}

.gallery-tab .album-block .album-title h5 {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width:1024px) {
    .video-tab .album-block .img-holder {
        height: 150px;
    }
}

@media (max-width:992px) {
    .tab-sec {
        padding: 20px 0;
    }

    .gallery-tab .nav-pills .nav-link,
    .nav-pills .show>.nav-link {
        font-size: 13px;
    }

    .gallery-tab .album-block .img-holder {
        max-height: 190px;
    }

    .gallery-tab .album-block .album-title h5 {
        font-size: 15px;
        line-height: 21px;
    }

    .video-tab .album-block .img-holder {
        height: 150px;
    }
}

@media (max-width:480px) {
    .gallery-sec {
        padding: 75px 15px 10px;
    }

    .tab-sec {
        padding: 20px 0px;
    }

    .gallery-tab .nav-pills .nav-link,
    .nav-pills .show>.nav-link {
        padding: 7px 16px;
    }

    .video-tab .album-block .img-holder {
        height: 190px;
    }
}

@media (max-width: 320px) {

    .gallery-tab .nav-pills .nav-link,
    .nav-pills .show>.nav-link {
        padding: 6px 10px;
    }

    .gallery-tab .nav-pills .nav-link,
    .nav-pills .show>.nav-link {
        font-size: 12px;
    }
}


.back-sec {
    padding: 15px 0;
    background: #e9ebff;
}

.back-sec .back-page a {
    display: inline-block;
}

.back-sec .back-page a {
    font-size: 14px;
    text-align: left;
    transition: 0.3s ease-in;
    color: #0e144b;
}

.back-sec .back-page a:hover {
    color: #000;
    transition: 0.3s ease-in;
}

.back-sec .back-page a::before {
    content: "";
    background-image: url(../img/right-arrow-blue.svg);
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 7px;
    transform: rotate(180deg);
    margin-right: 5px;
}


/*----------------------- video sec --------------------------------------*/

.portfolio {
    padding: 50px 0;
}

.video-sec {
    padding: 10px 0 50px;
}

.video-sec .sec-title {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding: 20px 0;
}

.video-sec .sec-title h2 {
    color: #1D1D1D;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
}

.title {
    width: 100%;
    max-width: 854px;
    margin: 0 auto;
}

.caption {
    width: 100%;
    max-width: 854px;
    margin: 0 auto;
    padding: 20px 0;
}


/*  VIDEO PLAYER CONTAINER
############################### */

.vid-container {
    position: relative;
    /* padding-bottom: 52%; */
    padding-top: 30px;
    height: 0;
    width: 75%;
    float: left;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 490px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    padding: 10px;
}


/*  VIDEOS PLAYLIST 
############################### */

.vid-list-container {
    width: 24%;
    height: 490px;
    overflow: hidden;
    float: right;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    padding: 0;
}

.vid-list-container:hover,
.vid-list-container:focus {
    overflow-y: auto;
}

ol#vid-list {
    margin: 0;
    padding: 0;
    background: #fff;
}

ol#vid-list li {
    list-style: none;
}

ol#vid-list li a {
    text-decoration: none;
    background-color: #fff;
    height: 75px;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e4e6ff;
    transition: 0.3s ease-in;
}

ol#vid-list li a:hover {
    background-color: #e4e6ff;
    transition: 0.3s ease-in;
}

.vid-thumb {
    float: left;
    margin-right: 8px;
}

.vid-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.active-vid {
    background: #3A3A3A;
}

#vid-list .desc {
    color: #000;
    font-size: 13px;
    margin-top: 5px;
}

@media (max-width: 624px) {
    .caption {
        margin-top: 40px;
    }

    .vid-list-container {
        padding-bottom: 20px;
    }
}

@media (max-width:1024px) {
    .gallery-sec {
        padding: 100px 60px 10px;
    }

    .gallery-sec .sec-title {
        width: 90%;
    }

    .portfolio {
        padding: 10px 20px 20px;
    }

    .video-sec .sec-title {
        padding: 10px 0 15px;
        width: 80%;
    }

    .vid-main-wrapper {
        padding: 0px 30px;
    }

    .vid-container {
        width: 70%;
    }

    .vid-container iframe,
    .vid-container object,
    .vid-container embed {
        min-height: 390px;
    }

    .vid-list-container {
        width: 28%;
        height: 390px;
    }
}


/*-------------------------video album full view page---------------------*/

.v-album-cont {
    padding: 20px 0;
}

.v-album-cont .v-album-item {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 10px;
}

.v-album-cont .v-album-item h6 {
    padding: 10px;
    text-align: center;
    line-height: 1.4;
}

.v-album-cont .v-album-item .vdo-thum {
    max-height: 210px;
    overflow: hidden;
    border: 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.v-album-cont .v-album-item .vdo-hov-cont {
    position: absolute;
    top: 40%;
    left: 45%;
    display: inline-block;
    opacity: 0.8;
    transition: all 0.5s ease-out 0s;
}

.v-album-cont .v-album-item .vdo-hov-cont:hover {
    opacity: 1;
    transition: all 0.5s ease-out 0s;
}

.v-album-cont .v-album-item .vdo-hov-cont i {
    font-size: 50px;
    color: #ffffff;
    opacity: 0.8;
}

.v-album-cont .v-album-item .video-btn img {
    transition: all 0.5s ease-out 0s;
    width: 100%;
}

.v-album-cont .v-album-item .video-btn img:hover {
    transform: scale(1.05);
}

.modal-dialog {
    max-width: 800px;
    /* margin: 100px auto 0; */
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

@media (max-width: 768px) {
    .portfolio .album-title {
        width: 95%;
        margin: 20px auto 15px;
    }

    .v-album-cont .v-album-item .vdo-thum {
        max-height: 190px;
    }

    .modal-dialog {
        max-width: 700px;
    }
}

@media (max-width: 662px) {
    .modal-dialog {
        max-width: 550px;
    }

    .v-album-cont {
        padding: 20px 0 0;
    }
}

@media (max-width: 480px) {
    .v-album-cont .v-album-item .vdo-thum {
        max-height: 175px;
    }
}

.photo-gal-sec {
    padding: 75px 0 45px;
    position: relative;
    text-align: center;
}

.photo-gal-sec .album-cont {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

.photo-gal-sec .album-cont .magnific-img {
    overflow: hidden; text-align: center;
}

.photo-gal-sec .album-cont .magnific-img img {
    transition: all 0.5s ease-out 0s; 
}

.photo-gal-sec .album-cont .magnific-img img:hover {
    transform: scale(1.05);
    transition: all 0.5s ease-out 0s;
}

.photo-gal-sec .album-cont .magnific-img h5{
    position: absolute;
    color:#fff;
    bottom: 8px;
    left: 20%;
    right: 20%;
    font-size: 17px;
    font-weight: 500;
}

.mbtm-10 {
	margin-bottom:10px
}
.mbtm-20 {
	margin-bottom:20px
}
.mbtm-30 {
	margin-bottom:30px
}
.mbtm-40 {
	margin-bottom:40px
}
.mbtm-50 {
	margin-bottom:50px
}
.mbtm-60 {
	margin-bottom:60px
}

.text_justify {
	text-align:justify
}


.depatment_page {
	width:100%;  padding:100px 0; background:#f5f5f5
}


.bult_sec {
	padding-top:0px
}

.bult_sec ul li{
	    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;

}


.bult_sec ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    /* color: #3190e7; */
    font-weight: 700;
}


.bult_sec ul li a:hover {
	color:#01AEF0
}

@media (max-width:991px) {
	.depatment_page {
		padding:50px 0
	}
}



.call_btn, .whatsapp_btn {
	width:40px;
	display:block;
	height:40px;
	border-radius:50%;
	position:fixed;
	left:10px;
	z-index:50;
	    display: flex;
    justify-content: center;
    align-items: center;
	color:#fff;
	 transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.call_btn {
	background:#01AEF0;	
		bottom:160px;
		/*right: 1295px;*/
}

.whatsapp_btn {
	background:#0bb868;	
	bottom:110px;
	/*right: 1295px;*/
	
}

.call_btn:before{
	content:"\f095";
	  font-family: 'Font Awesome 5 Free';
	  font-weight:900;
	  position:relative;
	    
}


.whatsapp_btn:before{
	content:"\f232";
  font-family: 'Font Awesome 5 Brands'; 
	  position:relative;
	  top:-1px; left:1px	;
font-size:20px	  
}


.call_btn:hover, .whatsapp_btn:hover {
	background:#192F59; color:#fff
}


.online_btn {
    width:70px;
    display:block;
    height:70px;

    position:fixed;
    right:25px;
    z-index:50;
        display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
     transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.online_btn {
    background-image: url("../img/btn.png");
    background-repeat: no-repeat;
    top: 350px;
}

.online_btn:before{
    background-image: url("../img/btn.png");
      font-family: 'Font Awesome 5 Free';
      font-weight:900;
      position:relative;
        
}

.online_btn:hover {
    background-image: url("../img/btn-2.png");
    color:#fff
}





.naac_page {
	width:100%; float:left; padding:100px 0
}

.acc_outer {
	width:100%; float:left;
	display:flex;
	justify-content:center
}

.accordion_box {
	width:100%; float:left;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 25px 0px;

}

.accordion_box .card {
	border:0
}

.accordion_box .card-header {
	background:#fff
}

.accordion_box .card-header a h5 {
	position:relative; padding-right:40px;
	
}
.accordion_box .card-header a {
	display:block; padding:10px 0
}

.accordion_box .card-header a h5 i {
	width:30px; height:30px;
	border-radius:50%; 
	border:1px solid #ccc;
	display:flex; align-items:center; justify-content:center;
	font-family:'FontAwesome';
	font-weight:normal; position:absolute; 
	right:0; top:0;
	
}



.accordion_box .card-body {
	border-bottom: 1px solid rgba(0,0,0,.125);
	border-left:2px solid #01AEF0;
	
}



.accordion_box .card .card-header a:not(.collapsed) .fa-angle-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	background:#01AEF0; color:#fff; border-color:#01AEF0
}

.accordion_box .card .card-header a:not(.collapsed) h5 {
	color:#01AEF0
}


@media (max-width:575px) {
	.naac_page {
	padding:60px 0
}
}


/* careers page */
.careerspage {
    width: 100%; background: #fff;
    padding: 80px 0 50px;
}

.speciality_row {
    width: 100%;
    float: left;
    margin-bottom: 30px;
	border-radius:5px;
    box-shadow: 0 1px 8px 1px rgba(144, 144, 144, 0.36);
    padding:40px 30px 60px 30px;
	text-align:left
}
.speciality_row h4 {
	font-size:20px;
	color:#192F59;
	    line-height: 24px;
		padding-bottom:10px;
		margin-bottom:15px;
		border-bottom:1px solid #c0d9ee
}
.inner_page_right {
	width:100%; float:left
}
.read_more_div {
	width:100%; float:left;
	padding-top:30px; 
}
.read_more_div a{
	    padding: 10px 30px 12px 30px;
    color: #fff;
    background: #01aef0;
    transition: all 0.5s ease-in-out;
}
.read_more_div a:hover{    
    color: #fff;
    background: #333;
	text-decoration:none;
    transition: all 0.5s ease-in-out;
}
.careers_apply {
	width:100%; float:left; padding-top:80px;
	padding-bottom:80px
}
.careers_apply .inner_page_left {
	padding-left:0; padding-right:60px
}

.careers_apply .speciality_row{
	padding-bottom:20px; margin-bottom:20px
}

.career_right{
	width: 100%;
    float: left;
	padding-left:60px
}

.requirement_bult  {
    padding-top:20px;
    width: 100%;
    float: left;
    margin-bottom:15px; padding-bottom:25px;
}

.requirement_bult li {
    position: relative;
    margin-bottom: 12px;
    padding-left:25px;
	font-size:16px
}

.requirement_bult li:before {
    position: absolute;
    left: 0;
    top:1px;
    content: "\f101";
    color: #01AEF0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
	font-weight:600
}

.career_form {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    padding-top:0px; 
      
}

.career_form  h1{
	margin:0; font-size:24px;
	 color:#192f59; text-align:center; padding-bottom:30px
 
}
.career_form p {
	color:#666; font-size:14px
}

.career_form .form_sec {
    width: 100%;
    float: left;
    padding: 50px 60px 40px;
    border-radius:5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.input_row {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.form_sec input, .form_sec select {
    width: 100%;
    float: left;
    height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    background:none;
	color:#000; 
    background:none;
    outline: none;
}


.form_sec input.submit_ {
    background: #01AEF0;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
}
.form_sec input.submit_:hover {
	background:#0f1942; color:#fff;
	transition: all 0.5s ease-in-out;
}

.c_a_container {
	width:1100px;
	max-width:100%;
	margin:0 auto;
	padding:0 15px
}

.requirement_bult h4 {
	font-size:20px;
	color:#192f59;
	padding-bottom:10px;
	    line-height: 24px;
}

.exp_location{
	width:100%; float:left
}

.exp_location li{
	line-height:28px; font-size:16px; 
	color:#666;
	display:inline-block; position:relative;
	padding-left:25px; padding-right:25px; margin-bottom:5px
}

.exp_location li i {
	color:#192F59;
	position:absolute;
	left:0; top:5px
}

.exp_location li:last-child {
	padding-right:0
}


.career_left {
	width:100%;
	float:left; 
}

.career_left_title {
	width:100%;
	float:left
}

.career_left_title h1{
	font-size: 24px;
    color: #192f59;
	line-height: 24px;
    padding-bottom:5px;
}

.career_left_title  .exp_location {
	padding-top:5px
}

.jop_opening  {
	  width:100%; float:left
}

.jop_opening ul {
	    border: 1px solid rgba(0, 0, 0, .1);
	    width:100%; float:left;
		padding:30px 
	
}

.jop_opening h4 {
    font-size: 20px;
    color:#002b63;
    padding-bottom: 10px;
    line-height: 24px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}


.jop_opening ul li  {
    padding-left:0px;
    position: relative;
	margin-bottom:20px; padding-bottom:20px;
	    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.jop_opening ul li:last-child {
	margin-bottom:0px; padding-bottom:10px;
	    border-bottom:0;
}

.jop_opening ul li p {
     margin-bottom:0; color:#00427d;
     font-weight: 500;
}

.jop_opening ul li a span {
	color:#01AEF0; display:block;
	text-align:left; padding-top:5px
}
.jop_opening ul li a {
    font-size: 15px;
    color: #666;
    display: block;
	line-height:25px
   
}
.jop_opening ul li a:hover span {
	color:#002b63; 
}
.jop_opening ul li a:hover {
	text-decoration:none
}

#custom-button {
    padding:0 15px;
    height: 40px;
    color:#000;
    background-color: #eee;
    border:0;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
  }
  
  #custom-button:hover {
    background-color: #01AEF0;
    color:#fff
  }
  
  #custom-text {
    margin-left: 10px;
    font-family: sans-serif;
    color: #aaa;
  }
  
  @media (max-width:991px) {
    .career_right {
        padding-left: 0;
        padding-top: 60px;
    }
  }

  @media (max-width:575px) {
    .career_right {
        padding-left: 0;
        padding-top: 30px;
    }
    .career_form .form_sec {
        padding: 50px 30px 40px;
    }
    .careers_apply {
        padding: 40px 0 60px;
    }
  }
  
.modal-open {
    padding: 0 !important
}
 
.home_body_wrapper {
    width: 100%; overflow: hidden
}
 
  
.popup_sec .modal-dialog {
  max-width:500px;
  margin-bottom: 0px;
}

.popup_sec .modal-body {
  padding: 0;
}

.popup_sec {
  background: rgba(0, 0, 0, 0.7);     z-index: 10000;
}
.popup_sec .modal-content {
  border-radius: 0 0 0 0;
  border: 0;
}
.popup_sec button.close:before {
  content: "\e04a";
  vertical-align: middle;
  font-family: "linea-arrows-10";
}
.popup_sec button.close {
  color: #000;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0px;
  outline: none;
  background: #fff;
  right: 0;
  z-index: 5;
  opacity:1 !important;
  border-radius:50%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.popup_sec button.close:hover {
  color: #b80924;
}
.onload_pop button.close i {
  font-size: 14px;
}

.pop_image {
	width:100%; padding:15px; background:#fff
}

.pop_image img {
    width: 100%;
}


/* Sticky Social Icons */
.sticky-container{ padding:0px; margin:0px; position:fixed; right:-130px;top:130px; width:210px; z-index: 1100;}
.sticky li{list-style-type:none;color:#efefef;height:93px;padding:0px;margin:0px 0px 1px 0px; -webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out; cursor:pointer;}
.sticky li:hover{margin-left:-115px; background-color:#18a7d7;}
.sticky li img{float:left;margin:5px 4px;margin-right:5px;}
.sticky li p{padding-top:22px;margin:0px;line-height:16px; font-size:13px;}
.sticky li p a{ text-decoration:none; color:#fff;}
.sticky li p a:hover{text-decoration:underline;}
/* Sticky Social Icons */


.war_btn {
    width:100px;
    display:block;
    height:160px;
    position:fixed;
    left:45px;
    z-index:50;
        display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
     transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.war_btn {
    background-image: url("../img/web-btn.png");
    background-repeat: no-repeat;
    top: 200px;
}

.war_btn:hover {
    background-image: url("../img/web-btn-hover.png");
    background-repeat: no-repeat;
    top: 200px;
}


.warloc_btn {
    width:190px;
    display:block;
    height:100px;
    position:fixed;
    left:1px;
    z-index:50;
        display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
     transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.warloc_btn {
    background-image: url("../img/btn-01.png");
    background-repeat: no-repeat;
    top: 350px;
}

.warloc_btn:hover {
    background-image: url("../img/btn-01.png");
    background-repeat: no-repeat;
    top: 350px;
}

.warloc2_btn {
    width:190px;
    display:block;
    height:100px;
    position:fixed;
    left:1px;
    z-index:50;
        display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
     transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.warloc2_btn {
    background-image: url("../img/btn 02-01-01.png");
    background-repeat: no-repeat;
    top: 415px;
}

.warloc2_btn:hover {
    background-image: url("../img/btn 02-01-01.png");
    background-repeat: no-repeat;
    top: 415px;
}
 
.main-baner-sec .slider-active .slick-arrow .fa.fa-angle-left:before {
    font-family: "themify";
    content: "\e64a";
    font-size: 16px;
    position: relative;
    top: -4px;
}

.main-baner-sec .slider-active .slick-arrow .fa.fa-angle-right:before {
    font-family: "themify";
    content: "\e649";
    font-size: 16px;
    position: relative;
    top: -4px; left: 1px;
}


.home_newsscroll {
    width: 100%;
    background: #143369;
    float: left;
    padding: 0 15px
}

.home_newsscroll .news-scrollbar ul li {
    padding-left: 30px
}

.home_newsscroll .news-scrollbar ul li a {
    color: #fff;
    position: relative;
    padding-left: 18px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    display: inline-block; letter-spacing: 1px;
}

.home_newsscroll .news-scrollbar ul li a:hover {
    color: #f2b636
}

.home_newsscroll .news-scrollbar ul li a:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 8px;
    height: 8px;
    background: #f2b636;
    border-radius: 50%
}

.news_outside {
    width: 100%;
    float: left;
    position: relative;
    padding: 7px 0
}

.what_new_title {
    width: auto;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    align-items: center;
    background: #143369;
    z-index: 1;
    padding-right: 20px
}

.what_new_title:before {
    width: 2000%;
    left: -2000%;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: #143369;
    z-index: -1
}

.what_new_title h4 {
    font-size: 15px;
    font-weight: 600;
    color: #ffc761;
    margin: 0;
    text-transform: uppercase; line-height: 1px;
    position: relative;
    top: -2px;
}

.home_newsscroll .jctkr-wrapper ul {
    top: 2px
}

[class*=js-conveyor-] ul {
    display: inline-block;
    opacity: .5
}

[class*=js-conveyor-] ul li {
    padding: 0 15px;
    line-height: 35px;
    font-size: 16px
}


.newsblink {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    padding: 3px 8px;
    line-height: 12px;
    text-align: center;
    text-decoration: none;
    font-style: italic;
    position: relative;
    top:-2px;
    margin-right: 3px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  }
  @-webkit-keyframes glowing {
    0% { background-color: #B20000; }
    50% { background-color: #FF0000;  }
    100% { background-color: #B20000;  }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #B20000;  }
    50% { background-color: #FF0000;  }
    100% { background-color: #B20000;  }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #B20000;  }
    50% { background-color: #FF0000;  }
    100% { background-color: #B20000; }
  }
  
  @keyframes glowing {
    0% { background-color: #B20000;}
    50% { background-color: #FF0000; }
    100% { background-color: #B20000; }
  }



@media (max-width:991px) { 
    .home_newsscroll {
        padding: 0
    }
}

@media (max-width:480px) {
    .home_newsscroll .news-scrollbar ul li a,
    .what_new_title h4 {
        font-size: 12px; 
    }
    .what_new_title h4 {
        top:0
    }
    .home_newsscroll .news-scrollbar ul li a:before {
        top: 7px
    }
    .home_newsscroll .jctkr-wrapper ul {
        top: 2px
    }
}

  
  
  
.banner_affiliation {
    position: absolute;
    left: 0; 
    bottom: 0; 
    z-index: 1;
    width: 100%;
    border-top:1px solid rgba(255,255,255,.3);
    background: rgba(0, 0, 0, 0.25);
}

.banner_affiliation ul {
    display: flex;
    width: 100%;
    margin: 0 ;
   
}
.banner_affiliation ul li {
    display: flex;
    width: 20%;
    border-right:1px solid rgba(255,255,255,.3);
    align-items: center; justify-content: center; 
    padding: 20px 30px;
}
.banner_affiliation ul li:last-child {
    border:0
}

.banner_affiliation ul li div {
    width: auto; display: inline-block;
}

.banner_affiliation ul li div img {
    width: 150px;
}
  
@media (max-width:991px) {
    .banner_affiliation {
        display: none;
    }
    .top-acredet-sec {
        display: block;
    }
}
  
 .campus_life_page {
     width: 100%; padding: 50px 0 40px;
 } 

 
.masonary_outer {
    width: 100%;
    
}
.masonary_outer .card-columns .card {
	margin-bottom:10px;  border-color:#dedede; overflow:hidden
}

.masonary_outer .card-columns .card a{
	background:#000; 
}

.masonary_outer .card-columns .card img {
	 transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.masonary_outer .card-columns .card:hover a img {
	opacity:.7
}



.slick_customstyle .slick-slide {
    outline: none;
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick_customstyle .slick-list {
    margin: 0 -15px;
}
.slick_customstyle .slick-dots {
    bottom: -50px;
}



.custom_nav i {
    z-index: 10;
    border-radius: 50%;
    background: #01AEF0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size:14px;
    border: 0;
    display: inline-block;
    color: #fff;
    line-height: 40px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}


.custom_nav i.slick-disabled {
    pointer-events: none;
    opacity: 0.5;
}
.custom_nav i:hover {
    background: #192F59;
    color: #fff;
}

.home_newssec {
    width: 100%;
    padding: 60px 0 ;
    background: #f2f3f6;
    overflow: hidden;
}

.home_comentitle {
    width: 100%; clear: both; margin-bottom: 30px;
}

.home_comentitle h3 {
    color: #192F59;
    font-size: 30px;
    font-weight: 800;
    margin: 0;
}

.home_newssec .home_comentitle {
    position: relative;
}
.home_newssec .home_comentitle .navid3 {
    position: absolute;
    width: 90px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: 2px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.home_newssec .home_comentitle .navid3 i {
    position: relative;
    right: auto;
    left: auto;
    top: 0;
}
.home_newssec .home_comentitle .navid3 i.next {
    right: -10px;
}
.news_box {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border: 1px solid #d8dae1;
}
.news_title {
    width: 100%;
    clear: both;
    background: #fff;
    padding: 20px 20px 25px;
    border-top: 1px solid #dedede;
}
.news_title span {
    font-size: 16px;
    color: #444;
    display: block;
    padding-top: 2px;
}
.news_title h5 {
    overflow: hidden;
    margin: 0;
}
.news_title h5 a {
    letter-spacing: .5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news_title h5 a:hover {
    color: #01AEF0;
}
.news_image {
    width: 100%;
    height: 250px;
    clear: both;
    overflow: hidden;
}
.news_image:hover a img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
   
}
.news_image a {
    display: block;
}
.news_image a img {
    max-width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.newsslider_outer {
    width: 100%;
    position: relative;
}
@media (max-width: 575px) {
    .home_newssec {
        padding: 40px 0 30px;
    }
    .home_newssec .custom_nav i {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        font-size: 12px;
    }
    .home_newssec .home_comentitle h3 {
        font-size: 20px;
    }
    .home_newssec .home_comentitle h3:after {
        display: none;
    }
    .home_newssec .home_comentitle .navid3 {
        width: 70px;
    }
    .home_newssec .home_comentitle {
        margin-bottom: 15px;
    }
}



.home_activities_sec {
    width: 100%;
    padding: 60px 0 ;
    background: #192F59;
    overflow: hidden;
}

.home_activities_sec .home_comentitle {
    position: relative;
}

.home_activities_sec .home_comentitle h3 {
    color:#fff
}

.home_activities_sec .home_comentitle .navid4 {
    position: absolute;
    width: 90px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: 2px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.home_activities_sec .home_comentitle .navid4 i {
    position: relative;
    right: auto;
    left: auto;
    top: 0;
}

.home_activities_sec .home_comentitle .navid4 i:hover {
    color:#fff; background: #1048b5;
}

.home_activities_sec .home_comentitle .navid4 i.next {
    right: -10px; 
}

.activity_slider_outer {
    width: 100%;
    position: relative;
}

.act_box {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.activity_title {
    width: 100%;
    clear: both;
    background: #fff;
    padding: 20px 20px 25px;
    border-top: 1px solid #dedede;
}
.activity_title h5 {
    overflow: hidden;
    margin: 0;
}
.activity_title h5 a {
    letter-spacing: .5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.activity_title h5 a:hover {
    color: #01AEF0;
}
.activity_image {
    width: 100%;
    clear: both;
    overflow: hidden;
}
.activity_image:hover a img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
   
}
.activity_image a {
    display: block;
}
.activity_image a img {
    max-width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}


@media (max-width: 575px) {
    .home_activities_sec {
        padding: 50px 0 30px;
    }
    .home_activities_sec .custom_nav i {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        font-size: 12px;
    }
    .home_activities_sec .home_comentitle h3 {
        font-size: 20px;
    }
   
    .home_activities_sec .home_comentitle .navid4 {
        width: 70px;
    }
    .home_activities_sec .home_comentitle {
        margin-bottom: 15px;
    }
}


.hm_video_about{
 width: 100%; position: absolute;
 left: 0; top: 0; height: 100%;
 display: flex; justify-content: center;
 align-items: flex-end; padding-bottom: 80px
}

.hm_video_about a{
    background: rgba(248,176,3,1)  ;
    padding: 15px 30px 16px;
    display: inline-block; color:#000;
    font-size: 18px; font-weight: 700;
   
}

.hm_video_about a:hover {
    background: #46a2f7; color:#fff
}

.video_albmouter {
    width: 100%; clear: both;
}

.video_albmbox{
    width: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #000;
    max-height: 250px;
    margin-bottom: 30px;
}

.video_albmbox a.icon_video {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background:#01AEF0;
    color:#fff;
    z-index: 1;
    right: 20px; top: 20px;
    width: 55px; height: 55px; border-radius: 50%;
}

.video_albmbox a.icon_video:hover{
    background:#192F59
}

.video_albmbox a.icon_video i {
    position: relative; left: 2px; top: -1px;
}

.video_albmbox img {
    height: 100%; max-width: none;
}

.video_albmbox_title{
    width: 100%; 
    position: absolute;
    left: 0; bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.93), transparent);
    padding: 60px 20px 20px; text-align: center;
}

.video_albmbox_title h5 {
    color:#fff; font-size: 20px; font-weight: 700;
    margin-bottom: 5px;
}

.video_albmbox_title h6 {
    color:#fff; font-size: 16px; font-weight: 600;
}

@media (max-width:575px) {
    .video_albmbox a.icon_video {
        width: 45px; height: 45px;
    }
}

.ncerc_dptpage {
    width: 100%; position: relative;
}


.tabnave_sec {
    width: 100%; background: #ebedf3;
    padding: 10px 0;
}

.new_tabcontentouter {
    width: 100%; padding: 40px 0 30px;
}

.tabcontent_outer {
    width: 100%;
}

.dpt_aboutsr {
    width: 100%;   clear: both;
    margin-bottom: 40px;
}
.dpt_comentitle {
    width: 100%;   clear: both;
}
.dpt_comentitle h3{
    font-size: 26px;
    font-weight: 700;
    color: #192f59;
    margin-bottom: 20px;
}

.pra_j p {
    text-align: justify;
}

.tabcontent_outer .text-subline { margin-bottom: 30px;
    }

@media (max-width:991px) { 
    .tabnave_sec .pr-tab-contain .tab-menu ul li a {
        font-size: 12px;
    }
    .tabnave_sec {
    padding-top: 25px;
    }
}




.verticalbtn {
    font-size: 20px;
    text-transform: uppercase;
    position: fixed;
    font-weight: 700;
    border-radius: 4px;
    z-index: 50;
    width: auto;
    background: #f8b003;
    color: #000;
    bottom: 290px;
    right: -65px;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 25px 5px 18px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.verticalbtn i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 15px;
}
.verticalbtn:hover {
    background: #3f3a64;
    color: #fff;
}


@media (max-width:575px) {
    .verticalbtn {
         padding: 5px 15px 5px 10px;
           right: -58px;

    }
}

.side-info {
    width: 100%;
    clear: both;
}
.side-info h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.side_nave_form {
    width: 100%;
    clear: both;
}
.side_nave_form label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
}
.sidenav_input {
    clear: both;
    width: 100%;
}
.sidenav_input input[type="submit"] {
    background: #01AEF0;
    color: #fff;
    border: 1px solid;
    border-color: #01AEF0;
    margin-top: 10px;
    text-transform: uppercase;
    height: 50px;
    border-radius: 4px;
    cursor: pointer
}
.sidenav_input input[type="submit"]:hover {
    background: transparent;
    color: #fff;
}
.sidenav_input input {
    font-size: 16px;
    color: #fff;
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 0px;
    height: 40px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sidenav_input ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.sidenav_input select {
    font-size: 16px;
    width: 100%;
    color: #fff;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 0px;
    height: 40px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.side_grey_color-cap {
    color: #000;
}

.side_grey_color {
    color: #A1A1A1;
}


.extra-info {
    background: #192F59 none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 340px;
    max-width: 100%;
    z-index: 10001;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.extra-info.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.close-icon {
    margin-top: -16px;
    text-align: right;
}
.close-icon button {
    width: 30px;
    height: 30px;
    outline: none;
    border-radius: 50%;
    border: 2px solid #01AEF0;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.close-icon button:hover {
    background: #01AEF0;
}
.close-icon button:hover .close_iconcolor {
    stroke: #fff;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.close-icon button .close_iconcolor {
    stroke: #20ad96;
}
.offcanvas-overly {
    pointer-events: none;
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.offcanvas-overly.active {
    opacity: 0.7;
    visibility: visible;
}

.pop-course-sec .sec-title p{ color:#000; }



 
.news_events_page {
    width: 100%;
    padding: 60px 0 30px;
    background: #f5f8f9;
}
.innews_box {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
}
.news_imagerow {
    width: 100%;
}
.news_imagebox {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.news_imagebox img {
    max-width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.news_imagebox:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}
.news_titlerow {
    width: 100%;
    padding: 20px;
}
.news_titlerow span {
    display: block;
    color: #666;
    margin-bottom: 2px;
    font-size: 15px;
}
.news_titlerow a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.news_titlerow a:hover {
    color: #01AEF0;
}
.news_detailpage {
    width: 100%;
    padding: 50px 0 60px;
    background: #f5f8f9;
}
.news_detail_outer {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.news_detailbox {
    width: 100%;
    padding: 30px 30px 30px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.news_detai_img {
    width: 100%;
    margin-bottom: 30px;
}

.news_detai_img img{
    max-width: 100%
}

.news_detail_content {
    width: 100%;
}
.news_detail_content h4 {
    font-size: 24px;
    color: #000;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600
}
.news_detail_content h4 span {
    display: block;
    color: #666;
    margin-bottom: 7px;
    font-size: 14px;
    text-transform: uppercase; font-weight: 400
}
.news_detail_content p {
    text-align: justify; color:#333 ; font-weight: 400; font-size: 16px;
    line-height: 1.8
}
a.link_to_pdf {
    color:#01aef0; text-decoration: underline; font-weight: 400; font-size: 16px
}

.allnews_btn {
    width: 100%;
    margin-bottom: 30px;
}
.allnews_btn a {
    padding: 5px 25px 7px;
    border: 1px solid #666;
    color: #666;
    font-size: 15px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.allnews_btn a:hover {
    background: #01AEF0;
    color: #fff; border-color:#01AEF0
}
.nws_sidbar_bdr {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.news_sidebar {
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.news_sidebar h5.news_sidbar_title {
    color: #333;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
}
.news_sidebar h5.news_sidbar_title:before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 1px;
    background: #01AEF0;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.news_sidebar ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 15px;
}
.news_sidebar ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.news_sidebar ul li span {
    display: block;
    color: #666;
}
.news_sidebar ul li a {
    color: #333;
    display: inline-block;
    font-weight: 600; font-weight: 600; font-size: 16px
}
.news_sidebar ul li a:hover {
    color: #01AEF0;
}
@media (max-width: 1100px) {
    .allnews_btn {
        text-align: right;
    }
}
@media (max-width: 991px) {
    .news_detailbox {
        margin-bottom: 40px;
    }
    .allnews_btn {
        text-align: right;
    }
}



.NGIhilight_sec {
    width: 100%;
    background: #192F59 url("../img/bg2.jpg") no-repeat center;
    background-size: cover;
    padding: 100px 0;
}
.ngi_slider_left {
    width: 100%;
    padding-right: 60px;
}

.ngi_slider_left .hinav_deskp {
    padding-top: 20px
}

.ngi_slider_left .custom_nav i {
    font-size: 24px; line-height: 44px
}

.ngi_slider_left .custom_nav i:hover {
    background: #ffd43b; color:#000
}

.ngi_slider_left p {
    color: rgba(255, 255, 255, 0.9);
    text-align: justify;
}
.ngi_slider_left .home_comentitle {
    text-align: left;
    margin-bottom: 20px;
}
.ngi_slider_left .home_comentitle h3 {
    color: #fff;
}
.slick-slide {
    outline: none;
}
.slick-slide:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.ngiHslider {
    width: 100%;
    clear: both;
}
.ngiHslider .slick-slide ul {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5px;
    column-gap: 5px;
}
.ngiHslider .slick-slide ul li {
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
}
.ngiHslider .slick-slide ul li h6 {
    color: #ebeff5;
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
}
.ngiHslider .slick-slide ul li h6 span {
    display: block;
    font-size: 34px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #ffd43b;
}
.ssd_nav.hinav_mobile {
    display: none;
}
@media (max-width: 1199px) {
    .ngiHslider .slick-slide ul li h6 span {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .ssd_nav.hinav_mobile {
        display: block;
    }
    .ssd_nav.hinav_deskp {
        display: none;
    }
    .ngi_slider_left {
        padding: 0 0 10px 0;
    }
    .ngiHslider .slick-slide ul li {
        padding-left: 0;
    }
    .ngiHslider .slick-slide ul li h6 span {
        font-size: 36px;
    }
}
@media (max-width: 575px) {
    .NGIhilight_sec {
        padding: 40px 0 60px;
    }
}
@media (max-width: 550px) {
    .ngiHslider .slick-slide ul li h6 span {
        font-size: 16px;
    }
    .ngiHslider .slick-slide ul li h6 {
        font-size: 12px;
    }
}




.home_video_testimonial {
    width: 100%; 
    background: #e1e6ef;
    padding: 80px 0 90px;
}

.home_video_testimonial .home_title {
    width: 100%;  text-align: center;
}

.home_video_testimonial .home_title h3 {
    color:#7c002d; 
}

.testmonial_box {
    display: flex;
    width: 100%; 
    border:8px solid #fff; position: relative;
    z-index: 1;
    height: 280px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 4px 15px 5px rgba(51,51,51,0.1);
    box-shadow: 0 4px 15px 5px rgba(51,51,51,0.1);
}

.testmonial_box img {
    height: 100%; max-width: none;
}


.testmonial_box:before {
    content:"";
    width: 100%; height: 100%;
    position: absolute;
    left: 0; top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.01));
    z-index: 2;
}

.tes_caption {
    width: 100%; position: absolute;
    left: 0; bottom: 0; z-index: 3;
    padding: 30px 20px;
}

.tes_caption h4 {
    font-size: 18px; color:#fff; font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px; margin-bottom: 3px
}

.tes_caption h5 {
    font-weight: 500; color:#fff; font-size: 16px;
    letter-spacing: .5px; margin: 0; line-height: 1.5
}

.tes_videobtn {
    width: 50px; height: 50px;
    position: absolute;
    top: 20px; left: 20px;
    z-index: 3;
    background: #01AEF0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:#fff; 
    font-size: 16px;
}

.tes_videobtn i {
    position: relative;
    left: 2px; top: -1px;
}

.tes_videobtn:hover {
    background: #0d2d62; color:#fff
}

.home_video_testimonial .readmore_sec {
    margin: 20px 0 0; text-align: center;
}




@media (max-width:991px) {
    .tes_caption h4, .tes_caption h5{
        font-size: 15px; line-height: 1.5;
    }

    .tes_caption h4 {
        margin-bottom: 5px;
    }
    
    .tes_videobtn {
        width: 40px; height: 40px; font-size: 12px;
    }
 }


@media (max-width:575px) {
    .testmonial_box {
       height: 385px;
    }  
    .home_video_testimonial {
        padding: 40px 0 60px;
    }
}

@media (max-width:380px) {
    .testmonial_box {
      height: 280px;
    } 
}


.testimonial_page{
    width: 100%; padding: 80px 0; background: #f2f3f6
}

.testimonial_page .video_albmbox_title {
    text-align: left
}

.testimonial_page .video_albmbox a.icon_video {
    left: 20px; right: auto
}

.testimonial_page  .video_albmbox_title h5 {
    text-transform: uppercase
}

.acredit-sec .sec-title h2{
    color:#7c002d
}

.footer_social {
    width: 100%; padding-top: 20px; padding-bottom: 30px;
}

.footer_social ul {
    margin: 0 ; padding: 0;
    display: flex;
}

.footer_social ul li {
    margin-bottom: 10px; margin-right: 15px
}

.footer_social ul li:last-child {
    margin-right: 0
}

.footer_social ul li a {
    display: inline-block; 
    width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.3);
    line-height: 32px;
    color:rgba(255,255,255,.7); text-align: center; font-size: 12px;
  
}

.footer_social ul li a:hover {
    color:#fff; border-color:#fff
}

.dpt_program_outcomes {
    width: 100%
}

.inr_bult li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}

.inr_bult li i {
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 0px;
    color: #3190E7;
}

.dpt_psoutcomes {
    width: 100%
}

.dpt_catrow {
    margin-bottom: 40px
}

.am_careersblock {
    width: 100%; 
}

.am_careersblock p span{
    font-weight: 700;
    color: #192F59;
    font-size: 16px;
    text-transform: uppercase;
}

.dpt_news_block {
    width: 100%; margin-bottom: 20px
}
.dpt_news_block h6 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;     color: #192f59;
}

.date_and_block {
    display: flex; margin-bottom: 10px
}

.dpt_news_block .date i, .dpt_news_block .source i {
    color: #005aad;
}

.dpt_am_ass {
    margin-bottom: 30px
}

.dpt_am_labr {
    margin-bottom: 30px
}

.dpt_mechronics_about p span {
    font-weight: 700;
    color: #192F59;
    font-size: 16px;
    text-transform: uppercase;
}


.department-sec.mecha_seminar .ee-achve ul li .act-img {
    width: 100%
}

.department-sec.mecha_seminar .ee-achve ul li .act-img img {
    width: 100%
}

.department-sec.mecha_seminar .ee-achve ul li .act-desc {
    width: 100%; padding-left: 0; padding-top: 10px
}

.department-sec.mecha_seminar .ee-achve ul {
    display: flex; flex-wrap: wrap; margin:  0 -20px
}

.department-sec.mecha_seminar .ee-achve ul li {
    width: 50%; padding: 0 20px; margin-bottom: 40px;
    border: 0; display: block
}

.department-sec.mecha_seminar .ee-achve {
    margin: 0
}

.department-sec.mech_acheivements .ee-achve ul li {
    padding-left: 0
}

.department-sec.mech_acheivements .ee-achve .act-title {
    padding-top: 0
}

.department-sec.mech_toppers .ee-achve .magnific-img {
    margin-bottom: 30px
}

.com_science_about ul li{
 font-size: 17px;
    font-weight: 700;
    color: #192f59;
    margin-bottom: 10px
}

.com_sce_missionpart {
    width: 100%; margin-bottom: 20px; padding-top: 10px
}

.dpt_cms_mvcont {
    width: 100%; padding-left: 20px
}

.dpt_cms_mvcont_row {
    width: 100%; margin-bottom: 30px
}

.dpt_cms_mvcont h5 {
    font-size: 20px;
    font-weight: 700;
    color: #192f59;
    margin-bottom: 15px;

}

.dpt_cms_vimage {
    width: 100%
}
.dpt_cms_vimage img {
    max-width: 100%; margin-bottom: 20px
}

.dpt_cms_careersblock p span {
    font-weight: 700;
    color: #192F59;
    font-size: 16px;
    text-transform: uppercase;
}

.dpt_cms_newsblock .dpt_news_block {
    padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid rgba(0,0,0,.2)
}

.dpt_cms_newsblock .dpt_news_block:last-child {
    margin-bottom: 0; border-bottom: 0; padding-bottom: 0
}

.cms_laboratory .inr_bult {
    margin-top: 20px
}

.cms_laboratory  {
    margin-bottom: 30px
}

.cms_dpt_placement_row {
    margin-bottom: 40px; 
}

.table_outer{
    width: 100%;
    overflow-x: auto;
}


.table-bordered thead td, .table-bordered thead th {
    border-bottom: 0;
}
.new_table_adj .table th {
    font-weight: 700
}

.new_table_adj .table td,
.new_table_adj .table th {
    vertical-align: middle;
    line-height: 1.7
}

.new_table_adj .table-bordered td,
.new_table_adj .table-bordered th {
    border-color: #aaa
}

.department-sec.cms_clt-place .clt-place ul li {
    padding-left: 40px;
}

.department-sec.cms_clt-place .clt-place ul li i {
    left: 0
}

.cms_staff_achievement {
    width: 100%
}

.cms_staff_achievement h6 {
    color:#01AEF0 ; 
    font-weight: 700; 
    font-size: 16px; margin-top: 20px
}

.cms_gallery {
    margin-bottom: 0px
}

.cms_gallery .magnific-img {
    height: 244px;
    overflow: hidden;
    margin-bottom: 30px
}

.dpt_ece_hodMge p span {
    font-weight: 700;
    color: #192F59;
    font-size: 16px;
    text-transform: uppercase;
}


.comn_newsblock_underline .dpt_news_block {
    padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid rgba(0,0,0,.2)
}

.comn_newsblock_underline .dpt_news_block:last-child {
    margin-bottom: 0; border-bottom: 0; padding-bottom: 0
}

.ece_laborow {
    padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid rgba(0,0,0,.2); width: 100%
}

.ece_laborow h5 {
    font-size: 18px; font-weight: 700; color:#192f59
}

.ece_laborow:last-child {
    margin-bottom: 0; border-bottom: 0; padding-bottom: 0
}

.dpt_eee_about ul li {
    font-size: 17px;
    font-weight: 700;
    color: #192f59;
    margin-bottom: 10px;
}

.dpt_eee_rankholder {
    width: 100%; margin-bottom: 30px
}

.dpt_eee_ranktable {
    width: 100%
}
.dpt_eee_ranktable .new_table_adj .table th {
    color:#3190e7
}

.dpt_eee_ranktable .table td, .table th {
  padding-top: 15px; padding-bottom: 15px
}


.subtabnav {
    width: 100%;
}

.subtabnav .nav-tabs {
    border-bottom: 0
}

.subtabnav nav a {
    color: #666;
    font-size: 18px;
    padding: 5px;
    margin-right: 20px
}

.subtabnav nav a:first-child {
    padding-left: 0
}

.subtabnav nav a.active {
    color: #3190e7
}

.subtabnav nav a:hover {
    color: #3190e7
}

.subtabnav_content .tab-content {
    width: 100%;
    padding-top: 0px
}

.dpt_eee_placement_table {
    width: 100%
}

.dpt_eee_placement_table .table td, .table th {
  padding-top: 15px; padding-bottom: 15px
}

.eee_aa .department-sec {
    padding: 0
}

.eee_aa .ee-achve {
   margin-bottom: 0
}

.eee_aa .department-sec .ee-achve ul li {
    padding-left: 30px;
}

.eee_aa .department-sec .ee-achve ul li i.fa-check-square-o {
    left: 0; top: 27px
}

.eee_aa .department-sec .ee-achve ul li.activity_imgrow {
    padding-left: 0; 
}

.eee_aa .department-sec .ee-achve ul li .act-img {
    width: 40%
}
.eee_aa .department-sec .ee-achve ul li .act-desc {
    width: 60%
}

.eee_aa .department-sec .ee-achve ul li {
    border-color: #bbb
}

.dpt_me_laboratories_row {
    width: 100%; padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.dpt_me_laboratories_row:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.dpt_me_laboratories_row h6 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #192f59;
}

@media (min-width:575px) { 
.dpt_eee_ranktable .table td {
    width: 50%
}
}

@media (max-width:991px) { 

    .dpt_cms_mvcont {
        padding-left: 0
    }
}

@media (max-width:767px) {
    .department-sec.mecha_seminar .ee-achve ul {
 margin:  0 -15px
}

.department-sec.mecha_seminar .ee-achve ul li {
 padding: 0 15px; 

}
    .eee_aa .department-sec .ee-achve ul li .act-img {
    width: 100%
}
.eee_aa .department-sec .ee-achve ul li .act-desc {
    width: 100%; padding-left: 0; padding-top: 20px
}
}

@media (max-width:575px) {
    .dpt_comentitle h3 {
        font-size: 24px
    }
    .date_and_block {
    flex-wrap: wrap; flex-direction: column
}
    .department-sec.mecha_seminar .ee-achve ul li {
    width: 100%;
}
    .cms_gallery .magnific-img {
    height: auto;

}
}


.megmenu_child .dropdown-menu.megamenu_ul {
    width: 1200px; padding: 50px 60px 50px; right: -320px; 
    background: rgba(255,255,255,0.98)
}

.megmenu_child .dropdown-menu.megamenu_ul .megamenu_cate .megsubul li{
    border: 0 !important; margin-bottom: 10px
}

.megmenu_child .dropdown-menu.megamenu_ul .megamenu_cate .megsubul li a:hover{
    color:#01AEF0
}

.megamenu_cate{
    width: 100%
}

.main_menu_inner .nav-item {
    padding: 23px 0
}

.main_menu_inner .dropdown-menu {
    top: 88px; 
}

.mcol_bdr {
    border-right: 1px solid rgba(0,0,0,.1); 
    padding: 0 30px
}

.mcol_bdr:last-child {
    border: 0
}

.megmenu_child .dropdown-menu.megamenu_ul .row {
    margin: 0 -30px
}

.megamenu_cate h5 {
    color:#192F59; font-weight: 700; font-size: 18px; margin-bottom: 15px
}

@media (max-width:1300px) {
    .megmenu_child .dropdown-menu.megamenu_ul {
    width: 990px; padding: 40px; right: -320px; 
}
}

@media (min-width:992px) {
  .plpcol_bdr {
    border-right: 1px solid rgba(0,0,0,.2); 
    padding: 0 30px
}

 .row.dptla_row {
    margin: 0 -30px
}
    .plpcol_bdr:last-child {
    border: 0
}
  
}

@media (max-width:991px) {
    .dpt_land_cate3 {
      border-top: 1px solid rgba(0,0,0,.2); 
    padding-top: 30px; margin-top: 20px
    }
    .dpt_land_cate2 {
        padding-top: 20px; border-top: 1px solid rgba(0,0,0,.2); margin-top: 20px
    }
}

.dpt_inr.page-title-block {
    padding: 100px 0; background-position: center right;
    background-attachment: inherit;
    background-size: cover
}

.dpt_inr.page-title-block  h3 {
    font-size: 30px; font-weight: 700
}

@media (max-width:575px) {
    
    .dpt_inr.page-title-block {
    padding: 60px 0; 
}

.dpt_inr.page-title-block  h3 {
    font-size: 24px; 
}
    
}

.mtech_cse_page {
    width: 100%; padding: 50px 0
}

.mt_cseabout p span {
    font-weight: 700;
    color: #192F59;
    font-size: 16px;
    text-transform: uppercase;
}

.enery_system_page {
    width: 100%; padding: 50px 0
}

.energy_system_cours_content {
    width: 100%; padding-top: 10px
}
.energy_system_cours_content h5 {
    color:#192f59; font-size: 18px; font-weight: 700; margin-bottom: 15px;
}

.visi_design_page {
    width: 100%; padding: 50px 0
}

.cyber_secuirity_page {
    width: 100%; padding: 50px 0
}


.certification_page {
    width: 100%; padding: 60px 0 50px
}

.certification_page .dowld-block-title {
    margin-bottom: 30px
}

.certification_page .dowld-block-title h5 {
      text-align: left
 
}

.download_linkbox {
   width: 100%;
}


.linuto_pdful li {
    margin-bottom: 30px
}

.linuto_pdful li a {
    color: #444;
    display: inline-block;
    line-height: 1.5;
    position: relative;
    padding-left: 40px;
    font-size: 18px; font-weight: 600;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.linuto_pdful li a:hover {
    color: #01aef0
}

.linuto_pdful li a svg {
    color: #0d2d62;
    width: 24px;
    position: absolute;
    left: 0;
    top: 1px
}


.linuto_pdful1 li {
    margin-bottom: 30px
}

.linuto_pdful1 li a {
    color: #444;
    display: inline-block;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
    font-size: 18px; font-weight: 600;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s
}

.linuto_pdful1 li a:hover {
    color: #01aef0
}

.linuto_pdful1 li a svg {
    color: #0d2d62;
    width: 24px;
    position: absolute;
    left: 0;
    top: 1px
}

.strock_line {
    color: #01aef0
}

@media (max-width:575px) {
    .certification_page  {
        padding: 40px 0 20px
    }
}

.ac_downloads_page {
    width: 100%; padding: 60px 0 40px
}


.feedback_space{
    padding-bottom: 30px;
    border-top: 1px solid;
    color: #d3d3d3;
}

.hoslistic_text{
    text-align: justify;
}

.infra_data{
    padding-bottom: 20px;
    padding-top: 10px;
}

.institutional_space{
    padding-top: 30px;
}

.mec_dep_syllabus{
    font-weight: 700;
    color: #000;
}

.icetssi_body{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
}


.icetssi-photo-gal-sec {
    padding-bottom: 100px;
    position: relative;
    text-align: center;
}

.dpt_facilities{
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.dpt_facilities .row{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}


.dpt_facilities .dpt_box{
    box-shadow: 0 0px 8px 1px #cbccce;
    margin-top: 30px;
    border-radius: 10px;
    transition: transform .2s;
}

.dpt_facilities .dpt_box .dpt-content {
    margin-top: -60px;
    background: #192F59;
    padding-bottom: 70px;

}

.dpt_facilities .dpt_box .dpt-content h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.dpt_facilities .dpt_box .img-fluid{
    width: 100%;
}



.dpt_facilities .dpt_box .img-holder{
    background: #192F59;
    height: 200px;

}

.dpt_facilities .dpt_box .img-holder .flaticone{
    position: absolute;
    font-size: 50px;
    color: #f2b636;
    top:38%;
    left:40%;

}

.dpt_facilities .dpt_box .img-holder .flaticone:hover{
    transform: scale(1.10);

}

.dpt_hod .dpt_box{
    box-shadow: 0 0px 8px 1px #cbccce;
    margin-top: 30px;
    border-radius: 10px;
    transition: transform .2s;
}

.dpt_hod .dpt_box .dpt-content {
    background: #192F59;
    padding-bottom: 20px;
    padding-top: 20px;

}

.dpt_hod .dpt_box .img-fluid{
    width: 100%;
    height: 330px;
}

.dpt_hod .dpt_box .img-holder{
    background: #192F59;
    height: 330px;

}

.dpt_hod .dpt_box .dpt-content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.dpt_hod .dpt_box .dpt-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}


.dpt_faculty_details .dpt_box{
    box-shadow: 0 0px 8px 1px #cbccce;
    margin-top: 30px;
    border-radius: 10px;
    transition: transform .2s;
}

.dpt_faculty_details .dpt_box .dpt-content {
    background: #192F59;
    padding-bottom: 20px;
    padding-top: 80px;

}

.dpt_faculty_details .dpt_box .img-fluid{
    width: 100%;
    height: 250px;
}

.dpt_faculty_details .dpt_box .img-holder{
    background: #192F59;
    height: 250px;

}

.dpt_faculty_details .dpt_box .dpt-content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.dpt_faculty_details .dpt_box .dpt-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.dpt_faculty_details .dpt_box:hover{
    transform: scale(1.05);
}



.dpt_career_scope .dpt_box{

    border-radius: 10px;
    transition: transform .2s;
    text-align: center;
}

.dpt_career_scope .dpt_box .img-fluid{
    height:370px;
}

.dpt_career_scope .dpt_box .img-fluid1{
    width: 100%;
}

.dpt_career_scope .dpt_box1{

    border-radius: 10px;
    transition: transform .2s;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;

}

.dpt_career_scope .dpt_box1 .img-fluid2{
    
    width: 50%;
    box-shadow: 0 0px 8px 1px #cbccce;

}

.dpt_career_scope .dpt_box1 .img-holder{
    
    display: flex;

}

.dpt_table th{
        text-align: center;
    }

@media only screen and (max-width: 600px) {
  .dpt_career_scope .dpt_box1 .img-fluid2{
    
    width: 100%;
    box-shadow: 0 0px 8px 1px #cbccce;

}
    .dpt_career_scope .dpt_box1 .img-holder{
    
    display: block;

}

    .dpt_table{
        overflow-x: auto;
    }
}


.faculty_box{
    width: 100%;
  border: 1px solid #000000;
}

.faculty_heder{
    background-color: #215868;
    height: 70px;
    color: #ffffff;
    text-align: left;
    text-decoration: uppercase;

}

.faculty_heder h3{
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 20px;
    color: #ffffff;
}

.faculty_qulification{
    width: 100%;
    border: 1px solid #000000;
}

.faculty_box .img-holder{
    text-align: center;
}

ul.faculty_points {
  list-style-type: circle;
  padding-left: 35px;
  font-size: 16px;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {

.faculty_heder h3{
    font-size: 14px;
    font-weight: 600;
}

}

.vdo-hov-cont-new{
    position: absolute;
    color: #fff;
    opacity: 1.0;
    top: 65%;
    width: 100%;
}

.vdo-hov-cont-new h5{
    text-align: center;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.news_imagebox{
    max-height: 300px;
}
.baner_adm p img {
    width: 30px;
    margin-bottom: 5px
}

.baner_adm p {
    line-height: 1.4;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px; position: relative;
    top: -10px;
    letter-spacing: .5px;
}

.baner_adm p span {
    display: block
}

.baner_adm {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 150px;
    height: 90px;
     -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 56% 99%, 50% 75%, 0% 75%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 56% 99%, 50% 75%, 0% 75%);
    position: fixed;
    right: 50px;
    top: 225px;
    color: #fff;
    line-height: 1.3;
    background-image: linear-gradient(to right, #f7881d , #f05e22);
    z-index:100;
   
}

.baner_adm:hover {
    background-image: linear-gradient(to right, #f05e22 , #f7881d);
    color: #fff
}
@media (max-width:991px) {
    .baner_adm {
        width: auto;
        height: auto;
        border-radius: 30px;
        right: 10px;
        top:150px;
        clip-path: inherit;
       
    }
    .baner_adm p {
        font-size: 12px;
        padding: 7px 15px; top: 0;
    }
    .baner_adm p span {
        display: inline-block
    }
    .baner_adm.avatar {
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
        -webkit-animation: float 0s ease-in-out infinite;
        animation: float 0s ease-in-out infinite
    }
}



.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .title {
    position: relative;
    display: block;
    padding-bottom: 27px;
    margin-top: -1px;
    margin-bottom: 40px;
    z-index: 1;
}
.single-footer-widget .title:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #404043;
    content: "";
    z-index: -1;
} 
.single-footer-widget .title:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #db470b;
    content: "";
    z-index: 1;
} 
.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
}



.single-footer-widget .brochures-carousel-box{
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    background: #ffffff;
}
.single-footer-widget .brochures-carousel-box .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .brochures-carousel-box .img-holder img{}
.single-footer-widget .brochures-carousel-box .title-holder{
    position: relative;
    display: block;
    padding: 24px 30px 22px;
    z-index: 1;
}
.single-footer-widget .brochures-carousel-box .title-holder:before{
    position: absolute;
    right: 15px;
    bottom: 20px;
    font-family: "Flaticon";
    content: "\f109";
    color: #ececec;
    font-size: 80px;
    line-height: 80px;
    z-index: -1;
}
.single-footer-widget .brochures-carousel-box .title-holder h3{
    color: #27282c;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 17px;
}
.single-footer-widget .brochures-carousel-box .title-holder h3 a{}

.brochures-carousel-box .owl-dots {
    position: absolute;
    margin-top: -177px !important;
    height: 25px;
    line-height: 25px;
    right: 15px;
}
.brochures-carousel-box .owl-dots .owl-dot{
	background-image: none;
	width: 12px;
	height: 12px;
	margin: 0px 5px;
    background: transparent;
    border: 2px solid #ffffff;
	padding: 0px;
	border-radius: 50%;
	transition: all 500ms ease;
	display: inline-block;
}
.brochures-carousel-box .owl-dots .owl-dot span{
	display: none;	
}
.brochures-carousel-box .owl-dots .owl-dot.active{
	background: #ffffff;
}


.btn-two{
    color: #27282c;
    font-size: 15px;
    line-height: 20px;;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
}
.btn-two span:before {
    position: relative;
    top: 4px;
    font-size: 20px;
    line-height: 14px;
    display: inline-block;
    padding-left: 10px;
}
.btn-two:hover{
    color: #db470b;
}
.flaticon-next:before { content: "\f102"; }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
}