.header-top {
    color: #fff;
    padding: 5px 0;
    font-weight: 300;
    font-size: 14px;
    background-color: #525252
}

.header-top a {
    color: #fff
}

.header-search .input-group-addon {
    padding: .375rem .4rem .39rem;
    cursor: pointer;
    color: #fff;
    background-color: #ff5204;
    border: 1px solid #ff5204
}

.header-search .form-control {
    border-radius: 0;
    border-top-left-radius: .22rem;
    border-bottom-left-radius: .22rem
}

.site-tagline {
    margin-top: .3rem
}

.site-tagline strong {
    font-weight: 700
}
.top-links {
    list-style: none;
    margin-bottom: 0;
    margin-top: .3rem;
    text-align: right;
    padding: 0;
    margin-left: 0;
}
.top-links li.nav-item {
    display: inline-block
}

.top-links li.nav-item .nav-link {
    padding: 0 .3rem 0 0;
    color: #eee;
    font-size: .8rem;
}

.top-links li.nav-item .nav-link:hover {
    color: #fff
}

.main-nav {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #d7d7d7 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #d7d7d7 100%);
    background: linear-gradient(to bottom, #fff 0%, #d7d7d7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0)
}

.nav-container > .navbar-nav > .nav-item.open-link > .nav-link {
    border-bottom: solid 2px #ff5204;
    color: #ff5204
}

#sdAboutUs + .multi--dropdown-menu {
    left: 0
}

#sdAcademics + .multi--dropdown-menu {
    left: -50px
}

#sdFacalities + .multi--dropdown-menu {
    left: -139px
}

#sdDepartments + .multi--dropdown-menu {
    left: -250px
}

.multi--dropdown-menu.single--overlap {
    width: 300px;
    padding: 6px
}

.multi--dropdown-menu.single--overlap .dropdown--level-2 > .nav-link {
    width: 100%;
    position: relative;
    border-radius: .1rem
}

.multi--dropdown-menu.single--overlap .dropdown--level-2 > .nav-link:after {
    border: none!important
}

.multi--dropdown-menu {
    width: 600px;
    padding: 20px 15px;
    border: none;
    border-radius: 0;
    margin: 0;
    min-height: 260px;
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
    box-shadow: 1px 7px 30px rgba(0, 0, 0, 0.28)
}

.dropdown-menu_container {
    font-size: .9rem;
    font-weight: 500
}

.dropdown--level-2 {
    width: 100%
}

.dropdown--level-2 > .nav-link {
    display: block;
    width: 50%;
    background-color: #fff;
    font-size: .9rem;
    font-weight: 400;
    color: #333;
    position: relative;
    border-top-left-radius: .1rem;
    border-bottom-left-radius: .1rem
}

.dropdown--level-2 > .nav-link:after {
    border-top: 19px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 19px solid transparent;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 100%;
    margin-left: 0
}

.dropdown--level-2 > .nav-link:hover,
.dropdown--level-2.open-link > .nav-link {
    background-color: #ff5204;
    color: #fff;
    font-weight: 500;
    box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.35)
}

.dropdown--level-2.open-link > .nav-link:after {
    border-left: 10px solid #ff5204;
    left: 100%
}

.dropdown-menu--level-2 {
    display: none;
    position: absolute;
    left: 50%;
    width: 50%;
    right: 0;
    top: 20px;
    border-left: solid .1px #ccc;
    font-size: .8rem;
    font-weight: 300;
    background-color: #fff;
    padding: 0 0 0 1px
}

.dropdown-menu--level-2 .dropdown-menu--level-2__container {
    overflow: auto;
    height: 225px;
    padding: 0 3px 0 25px
}

.dropdown-menu--level-2 .dropdown-menu--level-2__container .dropdown-item {
    white-space: normal;
    border-bottom: solid 1px #eee;
    padding: .43rem 0;
    line-height: 1rem;
    color: #555;
    position: relative
}

.dropdown-menu--level-2 .dropdown-menu--level-2__container .dropdown-item:hover {
    background-color: transparent;
    color: #000;
    font-weight: 500
}

.dropdown-menu--level-2 .dropdown-menu--level-2__container .dropdown-item:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -11px;
    height: 4px;
    width: 4px;
    border-radius: .07rem;
    background-color: #ff5204
}

.dropdown-menu--level-2 .dropdown-menu--level-2__container .dropdown-item:hover:before {
    background-color: #111
}

.dropdown-menu--level-2 .dropdown-menu--level-2__container .dropdown-item:after {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all ease .3s;
    background-color: #ff5204
}

.dropdown-menu--level-2 .dropdown-menu--level-2__container .dropdown-item:hover:after {
    content: "";
    height: 1px;
    width: 100%
}

.dropdown--level-2.open-link .dropdown-menu--level-2 {
    display: block!important
}

.mobile-nav--btn {
    display: none
}
.logo-main .navbar-brand {
    margin-bottom: 4px;
    padding-top: 0;
}
.main-nav .navbar-expand-md {
    padding: 0 15px
}

#home-banner .banner-container {
    position: relative;
    overflow: hidden
}

#home-banner .banner-container sup {
    color: #fff;
    font-size: .78rem
}

#home-banner .banner-container h1 sup {
    position: relative;
    top: -24px
}

#home-banner .banner-container h4 sup {
    font-size: .6rem;
    position: relative;
    top: -12px
}

#home-banner .banner-container:before {
    content: "";
    height: 100%;
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#96000000', endColorstr='#00000000', GradientType=1)
}

#home-banner .banner-container .banner-caption {
    position: absolute;
    top: 3.5rem;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: left
}

#home-banner .banner-container .banner-caption h1,
.banner-container .banner-caption h4 {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase
}

#home-banner .banner-container .banner-caption h1 {
    font-weight: 700;
    font-size: 3.2rem;
    text-shadow: 2px 3px 14px rgba(39, 18, 9, 0.51);
    transition: all cubic-bezier(0.25, 0.1, 0.04, 0.89) 1s;
    transform: translateY(-25px);
    opacity: 0
}

#home-banner .banner-container .banner-caption h1 span {
    color: #ff5204;
    display: block;
    transition: all cubic-bezier(0.25, 0.1, 0.26, 1.13) .4s;
    transform: translateX(-20px);
    opacity: 0
}

#home-banner .banner-container .banner-caption h4 {
    font-weight: 400;
    margin-top: 1.2rem;
    line-height: 1.45;
    text-shadow: 2px 2px 13px rgba(39, 18, 9, 0.51);
    transition: all cubic-bezier(0.25, 0.1, 0.04, 0.89) 1s;
    transform: translateY(-20px);
    opacity: 0
}

#home-banner .banner-container .banner-caption p {
    margin-top: 1.5rem;
    transition: all cubic-bezier(0.25, 0.1, 0.04, 0.89) 1s;
    transform: translateY(-15px);
    opacity: 0
}

#home-banner .banner-container .banner-caption .btn {
    font-size: 1.1rem;
    border-radius: 30px;
    padding: 15px 36px
}

#home-banner .slick-active .banner-container .banner-caption h1 {
    transform: translateY(0);
    opacity: 1
}

#home-banner .slick-active .banner-container .banner-caption h1 span {
    transform: translateX(0);
    opacity: 1;
    transition-delay: .5s
}

#home-banner .slick-active .banner-container .banner-caption h4 {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .2s
}

#home-banner .slick-active .banner-container .banner-caption p {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .4s
}
.header-connect {
    text-align: right;
    clear: both;
    margin-bottom: 4px;
    width: 100%;
}
.main-nav .navbar > .container,
.main-nav .navbar > .container-fluid {
    align-items: flex-end
}
.siteno {
    display: inline-block;
    margin-right: 0;
    font-size: .999rem;
}
.siteno strong {
    font-weight: 700;
    margin-left: 15px;
    color: #ff5204;
}

.siteno a {
    color: #111;
    text-decoration: none!important
}
.siteno a:hover {
    font-size: .999rem;
    color: #ff5204;
}

.nav-container {
    width: 100%;
    clear: both;
    font-size: .9rem
}

.nav-container > .navbar-nav > .nav-item > .nav-link {
    color: #111;
    font-weight: 500;
    text-transform: uppercase;
    padding: .75rem .42rem;
    border-top: solid 2px transparent;
    border-bottom: solid 2px transparent
}

.nav-container > .navbar-nav > .nav-item > .nav-link:focus {
    outline: none!important;
    border: none!important
}

.nav-container > .navbar-nav > .nav-item.active > .nav-link {
    border-bottom: solid 2px #ff5204;
    font-weight: 500;
    color: #ff5204
}

.nav-container > .navbar-nav > .nav-item > .nav-link:hover {
    border-bottom: solid 2px #ff5204;
    color: #ff5204
}
.header-connect.icon--s {
    margin-bottom: 0;
}
.header-connect .social-links {
    display: block;
}
.header-connect .social-links span {
    font-weight: 500;
    color: #333;
}
.header-connect .social-links span, .header-connect .social-links ul {
    display: inline-flex;
}
.social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align-last: center
}

.section-padd {
    padding: 5rem 0
}

.social-links ul li {
    display: inline-block;
    margin: 0 3px;
    float: left
}

.social-links ul li a {
    height: 26px;
    padding: 0;
    display: block;
    vertical-align: middle;
    line-height: 26px;
    width: 26px;
    font-size: 17px;
    color: #fff;
    border-radius: .2rem
}

.social-links ul.icons--top li a.fb {
    background-color: #3259ba
}

.social-links ul.icons--top li a.pint {
    background-color: #980404
}

.social-links ul.icons--top li a.youtube {
    background-color: #d51313
}

.social-links ul.icons--top li a.ggle-pls {
    background-color: #d3322a
}

.social-links ul.icons--top li a:hover {
    background-color: #343a40
}

.slick-prev,
.slick-next {
    top: 43%;
    position: absolute;
    background-color: transparent;
    border: none;
    height: 1rem;
    width: 4rem;
    cursor: pointer;
    color: transparent;
    font-size: 1px
}

.slick-prev:focus,
.slick-next:focus {
    outline: none
}

.slick-prev
{
    left: 2%;
 }

.slick-next {
    right: 2%
}

.slick-prev:after
{
    content: "\f105";
    left: 0;
}

.slick-next:after {
    content: "\f105";
    right: 0
}

.slick-prev:after,
.slick-next:after {
    position: absolute;
    top: 0;
    font: normal normal normal 5rem/0 FontAwesome;
    text-rendering: auto;
    color: rgba(133, 133, 133, 0.6);
    -webkit-font-smoothing: antialiased
}

#optionFrom {
    background-color: #ff5204;
    color: #fff;
    background-image: url(../images/orange-pattern.jpg);
    background-position: left top;
    padding: 15px 0
}

#optionFrom .form-control {
    border-color: #fff
}

#optionFrom .btn-form {
    width: 100%;
    background-color: #3b2f21;
    border-radius: .09rem;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer
}

#optionFrom .btn-form:hover {
    box-shadow: 1px 3px 22px rgba(0, 0, 0, 0.5)
}

#optionFrom .btn-form a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

.form-title {
    font-size: 2rem;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px
}

#topUpdates {
    background-color: #525252;
    background-image: url(../images/dark-pattern.jpg);
    background-position: left top
}

.dailyalerts {
    border-radius: .08rem;
    margin-top: 11px;
    display: block;
    pointer-events: none
}

.newsfeed {
    color: #fff;
    padding-left: 22px;
    position: relative
}

.newsfeed:after,
.newsfeed:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 60px;
    z-index: 1;
    background-repeat: repeat-y
}

.newsfeed:after {
    background-image: url(../images/dark-pattern-after.jpg);
    background-position: left top;
    left: 20px
}

.newsfeed:before {
    background-image: url(../images/dark-pattern-before.jpg);
    background-position: right top;
    right: -2px
}

.TickerNews {
    width: 100%;
    height: 60px;
    line-height: 58px
}

.ti_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden
}

.ti_slide {
    width: 30000px;
    position: relative;
    left: 0;
    top: 0
}

.ti_content {
    width: 8000px;
    position: relative;
    float: left
}

.ti_news {
    float: left
}

.ti_news a {
    display: block;
    margin-right: 15px;
    position: relative;
    padding-right: 15px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    pointer-events: none;
    text-decoration: none
}

.ti_news a:after {
    content: "";
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 28px;
    right: -4px;
    width: 4px
}

#announcmnt-section {
    background-color: #ddd
}

.latest-anncment-container {
    background-color: #fff;
    padding: 20px 15px
}

.tilte-block {
    font-size: 1.5rem;
    padding-bottom: .9rem;
    line-height: 1;
    color: #111
}

.newstape {
    height: 18.6rem;
    overflow: hidden
}

.latest-ancmnt-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.latest-ancmnt-list > li.news-block {
    display: block;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
    padding-top: .7rem;
    padding-bottom: .7rem;
    border-bottom: solid 1px #eee;
    line-height: 1.3rem;
    font-size: 1rem
}

.latest-ancmnt-list > li.news-block a {
    color: #333
}

.latest-ancmnt-list > li.news-block a:hover {
    color: #ec5845;
    text-decoration: none
}

.latest-ancmnt-list > li.news-block:after {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    height: 8px;
    width: 8px;
    background-color: #ec5845
}

.otherinfo-block .nav-tabs {
    margin: 0 -2px
}

.otherinfo-block .nav-link {
    display: block;
    padding: .5rem 1rem;
    margin: 0 2px;
    border-radius: 0;
    color: #111;
    font-weight: 500;
    background-color: #fff
}

.otherinfo-block .nav-tabs .nav-link.active,
.otherinfo-block .nav-tabs .nav-item.show .nav-link {
    border-color: #c65230;
    background-color: #c65230
}

.otherinfo-block .nav-tabs .nav-link.active:hover,
.otherinfo-block .nav-tabs .nav-link.active:focus {
    background-color: #c65230;
    border-color: #c65230
}

.otherinfo-block .nav-tabs .nav-link:focus,
.otherinfo-block .nav-tabs .nav-link:hover {
    border-color: #f7f7f7;
    background-color: #f7f7f7
}


#OurProgram {
    position: relative
}

#OurProgram:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    z-index: 1;
    background-image: url(../images/triangleimg.png);
    background-repeat: repeat-x;
    background-size: 40px auto
}

.hmsec-title {
    font-size: 2.7rem;
    font-weight: 700;
    color: #474444;
    position: relative;
    line-height: 1;
    margin-bottom: 40px
}

.hmsec-title:after {
    content: "";
    position: absolute;
    bottom: -18px;
    width: 196px;
    left: 0;
    margin: 0 auto;
    right: 0;
    height: 1px;
    background-color: #ccc
}

.hmsec-title.hmsec-title-sm {
    font-size: 2.3rem
}

.program-box {
    padding: 0 .9rem;
    text-align: left;
    transition: all ease .4s;
    transform: translateY(3px)
}

.program-box:hover {
    transform: translateY(0)
}

.program-box figure {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
    background-color: #000
}

.program-box figure figcaption {
    position: absolute;
    left: 0;
    top: 1.5rem;
    text-align: center;
    width: 100%;
    padding: 0 5px;
    font-size: 1.1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    line-height: 1.35rem
}

.program-box figure img {
    border-radius: 2px;
    box-shadow: none;
    opacity: .7;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -ms-filter: blur(5px);
    -moz-filter: blur(5px);
    transform: scale(1.1);
    transition: all ease .4s
}

.program-box:hover figure img {
    box-shadow: 0 5px 33px rgba(0, 0, 0, 0.3)
}

.p-box-title {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4rem;
    margin-bottom: .8rem
}

.program-box p {
    font-size: 1.2rem;
    font-weight: 300
}

#OurProgram .slick-prev {
    left: -60px
}

#OurProgram .slick-next {
    right: -70px
}

#OurGallery {
    padding: 0 0 4rem;
    overflow: hidden
}

.ourgallery-container {
    float: left;
    margin: 0 -2px
}

.ourgallery-container .ourgallry__bx {
    float: left;
    width: 33.333%
}

.ourgallry__bx-inner {
    position: relative;
    margin: 2px;
    overflow: hidden
}

.ourgallry__bx-inner figure {
    margin-bottom: 0
}

.ourgallry__bx-inner figure img {
    transition: all cubic-bezier(0, 0, 0, 0.57) 10s;
    transform: scale(1);
    filter: blur(0)
}

.ourgallry__bx-inner .ourgallery__caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    transition: all ease .4s
}

.ourgallery__caption-item {
    color: #fff;
    margin-top: 5rem
}

.ourgallry__bx-inner .ourgallery__caption h4 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: .8rem
}

.ourgallry__bx-inner:hover .ourgallery__caption {
    background-color: rgba(0, 0, 0, 0.7)
}

.ourgallry__bx-inner:hover figure img {
    transform: scale(1.4);
    filter: blur(.5rem)
}

.ourgallry__bx-inner .btn-dark {
    font-size: 1rem;
    font-weight: 500
}

#OurRecruiter {
    padding: 0 0 50px
}

#OurRecruiter .slick-prev:after,
#OurRecruiter .slick-next:after {
    font: normal normal normal 3rem/0 FontAwesome;
    color: #7fabc6
}

#OurRecruiter .slick-prev,
#OurRecruiter .slick-next {
    top: 50px
}

#OurRecruiter .slick-prev {
    left: -30px
}

#OurRecruiter .slick-next {
    right: -30px
}

#footer-main {
    background-color: #435b68;
    border-top: solid 12px #ff4f01;
    padding: 50px 0 15px;
    color: #fff
}

#footer-main hr {
    border-color: rgba(255, 255, 255, 0.2)
}

.footer-social {
    text-align: right
}

#footer-main h4 {
    font-size: 1.2rem
}

#footer-main a {
    color: #fff;
    display: inline-block
}

#footer-main .ftr-link h4 {
    color: #ff5000;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 20px
}

.ftrlinks {
    list-style: none;
    margin: 0;
    padding: 0
}

.ftrlinks li {
    display: block;
    padding-bottom: 9px
}

.ftrlinks li a {
    color: #fff;
    position: relative;
    padding-left: 18px
}

.ftrlinks li a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 7px;
    width: 7px;
    background-color: #ff5000
}

.ftr-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0
}

.ftr-list li {
    display: inline-block;
    padding: 0 13px;
    position: relative
}

.ftr-list li:after {
    content: "/";
    position: absolute;
    top: 0;
    right: -5px
}

.ftr-list li:last-child:after {
    content: ""
}

.copywrite1 {
    display: block;
    margin-top: 10px;
    font-size: .8rem;
    margin-bottom: 10px;
    color: #ddd
}

.copywrite2 {
    display: none
}

#InnerBody {
    padding: 0 0 3rem
}

.innerpage-heading {
    background-color: #f04d05;
    padding: 2.3rem 0;
    color: #fff;
    background-image: url(../images/inner-banner-bg.jpg);
    background-size: 100% 100%
}

.innerpage-heading h1 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0
}

.inner-breadcrumb .breadcrumb {
    background-color: transparent;
    font-size: .8rem;
    padding: 1rem 0;
    border-bottom: dashed 1px #222;
    margin-bottom: 2rem;
    border-radius: 0
}

.content-body__title {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.content-body img.float-left {
    margin-right: 1.3rem;
    margin-bottom: .7rem
}

.content-body img.float-right {
    margin-left: 1.3rem;
    margin-bottom: .7rem
}

.content-body .card-body img.float-left {
    margin-right: .7rem;
    margin-bottom: 1rem
}

.content-body h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem
}

.content-body h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 2.2rem;
    margin-bottom: 1rem
}

.content-body h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem
}

.content-body .card {
    background-color: #f4f2ef;
    border: none
}

.content-body .card h5.card-title {
    margin-top: 0;
    margin-bottom: .6rem
}

.inner--table .table thead th {
    font-weight: 600;
    background-color: #ff4d00;
    color: #fff;
    border-left: solid 1px #fff
}

.inner--table .table thead th:first-child {
    border-left: none
}

.inner--table .table tbody th {
    font-weight: 400
}

.inner--table .table tbody td {
    border-left: solid 1px #ddd
}

.inner--table .table tbody tr:last-child td,
.inner--table .table tbody tr:last-child th {
    border-bottom: solid 1px #ddd
}

.table-notewrp {
    text-align: right;
    margin-top: -20px
}

sup {
    color: #000
}

.table-note {
    border: none;
    font-size: .7rem;
    background-color: transparent
}

.table-note i {
    color: red
}

.pageaside {
    display: block;
    clear: both;
    margin-top: 3rem
}

.aside-links h3,
.aside-link--tilte {
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: solid 1px rgba(255, 77, 0, 0.6);
    padding-bottom: .9rem;
    margin-bottom: .2rem
}

.aside-links .menu,
.aside-link--list {
    list-style: none;
    padding: 0;
    max-height: 400px;
    overflow: auto
}

.aside-links .menu li,
.aside-link--list li {
    font-size: 1.1rem
}

.aside-links .menu li a,
.aside-link--list li a {
    padding: .7rem 0;
    display: block;
    color: #111;
    position: relative;
    border-bottom: solid 1px rgba(255, 77, 0, 0.3)
}

.aside-links .menu li a:hover,
.aside-link--list li a:hover {
    color: #ff4d00;
    text-decoration: none
}

.aside-links .menu li a:after,
.aside-link--list li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 0;
    transition: all ease .3s;
    height: 1px;
    background-color: #ff4d00;
    left: 0
}

.aside-links .menu li a:hover:after,
.aside-link--list li a:hover:after {
    width: 100%
}

.explore-ggdsd {
    margin-top: 2rem
}

.explore-ggdsd .btn {
    padding: .5rem 2.2rem;
    border-radius: 0
}

.explore-ggdsd .card {
    background-color: #eee;
    border: none;
    border-radius: 0
}

.explore-ggdsd .card .card-header {
    border: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700
}

.explore-ggdsd .card .card-body select {
    background-color: #ddd;
    height: 2.9rem
}

.page-btns {
    margin-top: 1.2rem
}

.page-btns .btn {
    font-size: 1.2rem;
    font-weight: 500;
    width: 100%;
    padding: .8rem 2rem;
    display: block;
    text-transform: uppercase;
    border-radius: 0;
    text-align: left;
    position: relative;
    background-color: #fff;
    color: #444;
    margin-top: 1rem;
    overflow: hidden
}

.page-btns .btn.btn-download-brochure {
    background-color: #143a61;
    color: #fff
}

.page-btns .btn.btn-Admission-Prospectus {
    border: solid 1px #f68400
}

.page-btns .btn.btn-FAQ {
    border: solid 1px #494846
}

.page-btns .btn.btn-Admission-Prospectus:after,
.page-btns .btn.btn-FAQ:after {
    content: "";
    width: 1rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.page-btns .btn.btn-Admission-Prospectus:after {
    background-color: #f68400
}

.page-btns .btn.btn-FAQ:after {
    background-color: #494846
}

.course-program-container {
    background-image: url(../images/course-bg.jpg);
    background-position: left top;
    background-repeat: repeat;
    background-size: 100% auto;
    padding: 1.5rem;
    color: #fff;
    font-size: 1.2rem
}

.course-program-container .table th,
.course-program-container .table td {
    padding: .9rem .6rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef5c
}

.course-program-container .table tr:first-child th,
.course-program-container .table tr:first-child td {
    border-top: none
}

.course-program-container .table tr th:first-child,
.course-program-container .table tr td:first-child {
    border-right: solid 1px rgba(255, 255, 255, 0.2)
}

.pointer-global {
    list-style: none;
    padding-left: 0
}

.pointer-global li {
    display: block;
    position: relative;
    padding-left: 18px;
    line-height: 1.6rem;
    margin-bottom: 7px
}

.pointer-global li:after {
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #ff4d00
}

.tick-global {
    list-style: none;
    padding-left: 0
}

.tick-global li {
    display: block;
    position: relative;
    padding-left: 26px;
    line-height: 1.6rem;
    margin-bottom: 7px
}

.tick-global li:after {
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    top: 1px;
    color: #ff4d00;
    left: 0
}

.inner--ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 13px
}

.inner--ul li {
    padding-left: 18px
}

.inner--ul li:after {
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #ff4d00
}

.mfp-bg {
    opacity: .92!important
}

.rectr-logo {
    padding: 0 .9rem
}

.rectr-logo img {
    border-radius: .3rem
}

.testimonial-bx {
    position: relative;
    padding: 18px 31px 17px 35px;
    background-color: #f8f8f8;
    margin: 22px 10px 30px;
    border-radius: 9px;
    display: block;
    clear: both
}

.testimonial-bx p {
    line-height: 1.5rem
}

.testimonial-bx:after,
.testimonial-bx:before {
    content: "''";
    font-family: monospace;
    position: absolute;
    letter-spacing: -40px;
    height: 37px;
    width: 30px;
    text-indent: -20px;
    line-height: 1;
    font-size: 99px;
    color: #ccc
}

.testimonial-bx:after {
    top: -21px;
    left: 8px
}

.testimonial-bx:before {
    right: 8px;
    bottom: -7px
}

.page-accordion .card {
    margin-bottom: .5rem
}

.page-accordion .card .card-header > h5 {
    margin: 0!important
}

.page-accordion .card .card-header > h5 > a {
    color: #fff;
    display: block;
    position: relative;
    padding-right: 30px;
}

.page-accordion .card .card-header > h5 > a:hover {
    text-decoration: none
}

.page-accordion .card .card-header > h5 > a span {
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px #fff;
    border-radius: .2rem;
    display: inline-block;
    height: 26px;
    text-indent: -9999px;
    width: 26px
}

.page-accordion .card .card-header > h5 > a span:after,
.page-accordion .card .card-header > h5 > a span:before {
    content: "";
    transition: all ease .4s;
    height: 24px;
    width: 1px;
    position: absolute;
    left: 12px;
    background-color: #fff
}

.page-accordion .card .card-header > h5 > a span:after {
    left: 12px;
    top: 2px;
    height: 20px;
    width: 1px
}

.page-accordion .card .card-header > h5 > a span:before {
    left: 2px;
    top: 12px;
    height: 1px;
    width: 20px
}

.page-accordion .card .card-header > h5 > a[aria-expanded="true"] span:after {
    transform: rotateX(90deg)
}

.site-logo-list {
    float: left;
    width: 100%;
    clear: both;
    background-color: #f7f7f7;
    padding: 1rem
}

.site-logo-list .logo--list {
    list-style: none;
    padding: 0;
    float: left;
    float: left;
    width: 100%;
    clear: both
}

.site-logo-list .logo--list li {
    float: left;
    width: 33.3333%;
    padding: 4px
}

.site-logo-list .logo--list li span {
    display: block;
    border: solid 1px #ddd;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    text-align: center
}

.site-logo-list .logo--list li span img {
    margin: 0 auto
}

.dl-1 {
    list-style: lower-alpha;
    padding: 0 0 0 20px
}

.dl-1 > li > strong,
.dl-2 > li > strong {
    font-size: .9rem;
    color: #666
}

.dl-1 .dl-2 {
    margin-top: .8rem
}

.dl-1 > li {
    padding-bottom: .9rem
}

.dl-2 {
    list-style: lower-roman
}

.dl-2 > li {
    padding-bottom: .9rem
}

.holder {
    background-color: #fff;
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 0;
    font-family: Helvetica
}

.holder .mask {
    position: relative;
    left: 0;
    top: 10px;
    width: 100%;
    height: 300px;
    overflow: hidden
}

.holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.holder ul li {
    padding: 10px 0
}

.holder ul li a {
    text-decoration: none
}

.error p {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 0
}

.error h1 {
    font-size: 11rem;
    line-height: 9rem;
    text-align: center;
    color: #ff5204
}

.error h2 {
    font-size: 2rem;
    text-align: center;
    margin-left: 36%;
    line-height: 1.8rem
}

.error h2 + p {
    font-size: .86rem;
    border-top: solid 1px #ddd;
    margin-top: 13px;
    padding-top: 9px
}

.error-page {
    background-color: #eee;
    padding: 20px 20px 10px
}

.form-row p {
    margin-bottom: .5rem
}

.page--form {
    background-color: #eee;
    padding: 14px;
    margin-top: 15px
}

.page--form h4 {
    margin-top: 10px;
    margin-bottom: 28px
}

#sdDownload + .multi--dropdown-menu.single--overlap {
    width: 158px;
    padding: 6px;
    min-height: auto
}

.btn-primary .button {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

.aigpl-design-1 .aigpl-img-wrp {
    height: 248px!important
}

#thank-you {
    padding: 60px 0
}

#thank-you .fa {
    height: 110px;
    width: 110px;
    border: solid 3px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    background-color: #eee;
    font-size: 82px;
    line-height: 107px;
    color: green
}

#thank-you h1 {
    font-size: 34px;
    color: #555;
    font-weight: 700
}

#thank-you h4 {
    font-size: 20px;
    color: #444;
    font-weight: 400
}

.annoucements--viewall {
    margin-top: 7px;
    font-weight: 500;
    font-size: .9rem
}

.banner--imageslider {
    overflow: hidden
}

.banner--imageslider .close {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #fff;
    opacity: 1;
    border-radius: 1rem;
    font-size: 1rem;
    padding: .3rem 1rem;
    border: solid 1px #fff;
    font-weight: 300;
    text-shadow: none;
    z-index: 999;
    cursor: pointer!important
}

.banner--imageslider .close:hover {
    background-color: #fff;
    color: #222
}

.banner-tourslider-Container {
    padding: 15px
}

.tour-slider-for {
    margin-bottom: 10px
}

.slidertourimg img {
    margin: 0 auto;
    border-radius: 4px;
    max-height: 350px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.58)
}

.slick-dots {
    margin-top: 8px;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    display: inline-block
}

.slick-dots li button {
    border: none;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    margin: 0 6px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #aaa
}

.slick-dots li.slick-active button {
    background-color: #ff5001
}

.modal-backdrop.show {
    opacity: .9!important
}

.modal-content {
    border: none;
    background-color: transparent
}

.scrollertourimg {
    padding: 10px 5px
}

.scrollertourimg img {
    border-radius: 3px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.58)
}

.img-caption {
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-size: .8rem;
    margin-bottom: 0
}

.slider-wrap {
    padding: 12px
}

.slider-wrap img {
    border-radius: 4px
}

.slider-wrap--caption {
    margin-top: 10px;
    font-size: .8rem;
    line-height: 1rem
}

.mobile-nav-link {
    display: none
}

.justify__txt {
    text-align: justify
}

.mobile-search-wrap {
    display: none
}

.mobile-searchwrap .form-inline .form-control {
    width: 262px
}

.mobile-searchwrap .form-inline .input-group-addon {
    padding: .589rem .4rem .585rem
}

.mfp-title {
    display: none!important
}

.mobile-searchwrap {
    width: 292px;
    position: absolute;
    top: 100px;
    left: auto;
    right: 13px;
    z-index: 1
}

.madeby {
    font-size: .8rem;
    margin-bottom: 0;
    color: #ddd
}

.ttt .btn {
    margin: 0;
    color: #fff;
    padding: 0
}
.sd--news {
    background-color: #525252;
    padding: 10px 0;
}
.sdnews--list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
}
.sdnews--list > li {
    position: relative;
    display: inline-grid;
    color: #fff;
    font-weight: 500;
    width: auto;
    font-size: .89rem;
    padding: 5px 28px 15px;
    border-right: dotted 2px #fff;
}
.sdnews--list > li:after {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 35%;
    height: 3px;
    width: 75px;
    background-color: #ff5204;
    border-radius: .1rem;
}
.sdnews--list > li:last-child {
    border-right: none;
}

@media only screen and (max-width: 1200px) {
    .aigpl-design-1 .aigpl-img-wrp {
        height: 218px!important
    }
    #sdFacalities + .multi--dropdown-menu {
        left: -168px
    }
    #sdDepartments + .multi--dropdown-menu {
        left: -256px
    }
    #sdAcademics + .multi--dropdown-menu {
        left: -88px
    }
    .hmsec-title {
        font-size: 2rem;
        margin-bottom: 25px
    }
    .p-box-title {
        font-size: 1.05rem
    }
    .program-box p {
        font-size: 1rem;
        font-weight: 300
    }
    .page-btns .btn {
        font-size: .95rem;
        padding: .8rem .9rem .8rem 1.4rem
    }
    .ourgallry__bx-inner .ourgallery__caption h4 {
        font-size: 1.4rem;
        margin-bottom: .77rem
    }
    .ourgallry__bx-inner .btn-dark {
        font-size: 1rem
    }
    .ourgallery__caption-item {
        margin-top: 4rem
    }
    .hmsec-title.hmsec-title-sm {
        font-size: 1.5rem
    }
    #OurRecruiter .slick-prev,
    #OurRecruiter .slick-next {
        top: 36px
    }
    #OurRecruiter .slick-next {
        right: -10px
    }
    #OurRecruiter .slick-prev {
        left: -10px
    }
    #footer-main .ftr-link h4 {
        font-size: 1.45rem;
        margin-bottom: 16px
    }
    #footer-main {
        font-size: .9rem
    }
    .ftrlinks li {
        padding-bottom: 5px
    }
    #OurProgram .slick-next {
        right: -35px
    }
    #OurProgram .slick-prev {
        left: -25px
    }
    .nav-container > .navbar-nav > .nav-item > .nav-link {
        font-size: .85rem;
        padding: .5rem .4rem .8rem
    }
    .header-connect {
        margin-bottom: 0;
        margin-top: 10px
    }
    .siteno {
        font-size: 1rem;
        float:right;
        
    }
    .logo-main .navbar-brand {
        margin-bottom: 6px
    }
    #home-banner .banner-container .banner-caption h1 {
        font-size: 2.4rem
    }
    #home-banner .banner-container .banner-caption h4 {
        font-size: 1.1rem
    }
    .ftr-list {
        margin-top: 20px
    }
    .form-title {
        font-size: 1.9rem
    }
    .logo-main {
    max-width: 230px;
}
    .logo-main img {
        width: 100%;
        height: auto
    }
    .slick-prev:after,
    .slick-next:after {
        font: normal normal normal 4rem/0 FontAwesome
    }
    .section-padd {
        padding: 4rem 0
    }
.site-tagline {
    margin-top: .3rem;
    font-size: .8rem;
}
}

@media only screen and (max-width: 992px) {
    .page-accordion .card .card-body img {
        max-width: 50%;
    }
    .aigpl-design-1 .aigpl-img-wrp {
        height: 170px!important
    }
    #sdDownload + .multi--dropdown-menu.single--overlap {
        width: 120px;
        min-width: 100px
    }
    .header-top .row {
        margin: 0 -5px
    }
    .header-top .col-4,
    .header-top .col,
    .header-top .col-lg-3,
    .header-top .col-md-4 {
        padding-left: 5px;
        padding-right: 5px
    }
    .dropdown--level-2 > .nav-link {
        font-size: .75rem
    }
    .multi--dropdown-menu {
        width: 477px;
        padding: 10px 5px
    }
    .dropdown-menu--level-2 .dropdown-menu--level-2__container .dropdown-item {
        padding: .43rem 0;
        line-height: .9rem;
        font-size: .75rem
    }
    .dropdown-menu--level-2 .dropdown-menu--level-2__container .dropdown-item:before {
        top: 12px
    }
    #sdFacalities + .multi--dropdown-menu {
        left: -151px
    }
    #sdDepartments + .multi--dropdown-menu {
        left: -218px
    }
    .course-program-container {
        padding: 1rem
    }
    .nav-container > .navbar-nav > .nav-item > .nav-link {
        font-size: .65rem;
        padding: .5rem .3rem .8rem
    }
    .form-title {
        font-size: 1.5rem
    }
    .header-top {
        font-size: .73rem
    }
    .top-links li.nav-item .nav-link {
        padding: 0 .2rem
    }
    .top-links {
        padding: 0
    }
    .main-nav .navbar-expand-md {
        padding: 0
    }
    #home-banner .banner-container .banner-caption h1 {
        font-size: 1.8rem
    }
    #home-banner .banner-container .banner-caption {
        top: 2.3rem;
        padding-left: 2rem
    }
    #home-banner .banner-container .banner-caption h4 {
        font-size: .9rem;
        margin-top: .7rem
    }
    #home-banner .banner-container .banner-caption .btn {
        font-size: 1.1rem;
        padding: 11px 28px
    }
    .ti_news a {
        font-size: 1.1rem
    }
    .section-padd {
        padding: 2.5rem 0
    }
    .tilte-block {
        font-size: 1.5rem;
        color: #111
    }
    .otherinfo-block .nav-link {
        padding: .5rem .8rem;
        margin: 0 1px;
        font-size: .74rem
    }
    .otherinfo-container .tab-content {
        height: 21.3rem
    }
    .ourprogram-slider {
        padding: 0 1rem
    }
    #OurProgram .slick-next {
        right: -5px
    }
    #OurProgram .slick-prev {
        left: -5px
    }
    .hmsec-title {
        font-size: 1.7rem;
        margin-bottom: 31px
    }
    .hmsec-title:after {
        bottom: -13px;
        width: 158px
    }
    .ourgallry__bx-inner .ourgallery__caption h4 {
        font-size: 1.2rem;
        margin-bottom: .55rem
    }
    .ourgallery__caption-item {
        margin-top: 2.5rem
    }
    .ourgallry__bx-inner .btn-dark {
        font-size: .8rem
    }
    #OurGallery {
        padding: 0 0 2rem
    }
    #OurRecruiter {
        padding: 0 0 30px
    }
    #footer-main .ftr-link h4 {
        font-size: 1.1rem;
        margin-bottom: 14px
    }
    #footer-main {
        font-size: .7rem;
        border-top: solid 8px #ff4f01;
        padding: 25px 0 10px
    }
    .ftrlinks li a {
        padding-left: 13px
    }
    .ftrlinks li a:after {
        top: 6px;
        height: 5px;
        width: 5px
    }
    .ftr-list {
        margin-top: 13px
    }
    .latest-ancmnt-list > li.news-block {
        padding-left: 17px;
        font-weight: 400;
        padding-top: .5rem;
        padding-bottom: .5rem;
        line-height: 1.2rem;
        font-size: .9rem
    }
    .otherinfo-container .tab--ul li:after,
    .latest-ancmnt-list > li.news-block:after {
        top: 5px;
        height: 5px;
        width: 5px
    }
    .otherinfo-container .tab--ul li {
        padding-left: 14px
    }
    .tickercontainer .tab--ul li:after,
    .tickercontainer li.news-block:after {
        top: 14px;
        height: 5px;
        width: 5px
    }
}

@media only screen and (max-width: 767px) {

    .program-box figure figcaption {
        top: .6rem;
        font-weight: 500;
        padding: 0 10px;
        width: 100%;
        font-size: .8rem;
        line-height: 1.2rem
    }
    .mobile-search-wrap {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 22%;
}
    .mobile-nav-link {
        display: inline-block
    }
    .banner-tourslider-Container {
        padding: 0
    }
    .banner--imageslider .close {
        right: 6px;
        top: 6px
    }
    .banner--imageslider .modal-dialog {
        margin-top: 40px
    }
    .content-body__title {
        font-size: 1.5rem
    }
    .innerpage-heading {
        padding: 1.5rem 0
    }
    .innerpage-heading h1 {
        font-size: 1rem
    }
    .pageaside {
        margin-top: 1rem
    }
    #home-banner .banner-container h4 sup {
        font-size: .2rem;
        top: -3px
    }
    #home-banner .banner-container h1 sup {
        top: -12px;
        font-size: .3rem
    }
    .course-program-container {
        padding: 0;
        font-size: .8rem
    }
    .aigpl-design-1 .aigpl-img-wrp {
        height: 250px
    }
    #sdDownload + .multi--dropdown-menu.single--overlap {
        width: 100%;
        padding-left: 16px
    }
    #sdAboutUs + .multi--dropdown-menu {
        left: 0;
        padding-left: 15px
    }
    .dropdown--level-2 > .nav-link:hover,
    .dropdown--level-2.open-link > .nav-link,
    .dropdown--level-2 > .nav-link {
        background-color: #fff;
        color: #ff5204;
        font-weight: 700;
        box-shadow: none
    }
    .logo-main {
        max-width: 165px;
        margin-left: 13px
    }
    .siteno {
    font-size: .9rem;
    width: 100%;
    text-align: center;
    margin: 0;
}
    .ourgallry__bx-inner .btn-dark {
        font-size: .7rem;
        padding: .25rem .7rem
    }
    .otherinfo-container .tab--ul li {
        padding-left: 18px;
        padding-bottom: .6rem;
        line-height: 1rem;
        font-size: .8rem
    }
    .otherinfo-container .tab--ul li:after,
    .latest-ancmnt-list > li.news-block:after {
        top: 6px;
        height: 5px;
        width: 5px
    }
    .tickercontainer .tab--ul li:after,
    .tickercontainer li.news-block:after {
        top: 15px;
        height: 5px;
        width: 5px
    }
    .p-box-title {
        font-size: .85rem
    }
    .dropdown--level-2 > .nav-link:after {
        display: none
    }
    #sdAboutUs + .multi--dropdown-menu,
    #sdAcademics + .multi--dropdown-menu,
    #sdFacalities + .multi--dropdown-menu,
    #sdDepartments + .multi--dropdown-menu {
        left: 0!important;
        width: 100%;
        padding-top: 0
    }
    .otherinfo-container .tab-content {
        height: 12.5rem
    }
    .dropdown--level-2 > .nav-link {
        padding: .55rem 0;
        width: 100%;
        border-bottom: solid 1px #eee;
        font-weight: 600
    }
    .nav-container > .navbar-nav > .nav-item > .nav-link {
        padding: .9rem .48rem;
        border-top: solid 1px transparent;
        border-bottom: solid 1px #ccc
    }
    .nav-container > .navbar-nav > .nav-item.active > .nav-link {
        border-bottom: solid 1px #ff5204;
        background-color: rgba(0, 0, 0, 0.05)
    }
    .nav-container {
        border-top: solid 1px #ccc
    }
    .nav-container > .navbar-nav > .nav-item > .nav-link {
        font-size: .8rem;
        padding: .3rem 1rem .4rem
    }
    .header-navcontainer {
        width: 100%;
        float:right;
    }
    .mobile-nav--btn {
        display: block;
        margin-right: .9rem;
        float: right;
        margin-top: 10px
    }
    .multi--dropdown-menu {
        width: 100%;
        padding: 20px 15px 0;
        border-radius: 0;
        box-shadow: none;
        min-height: 1px
    }
    .mobile-nav--btn .navbar-toggler {
        position: relative;
        padding: .2rem .33rem;
        background-color: #ddd;
        overflow: hidden
    }
    .mobile-nav--btn .navbar-toggler:after,
    .mobile-nav--btn .navbar-toggler:before {
        content: "";
        position: absolute;
        left: 5px;
        width: 32px;
        transition: all ease .3s;
        opacity: 1;
        height: 2px;
        border-radius: .2rem;
        background-color: #777
    }
    .mobile-nav--btn .navbar-toggler[aria-expanded="true"]:after {
        left: 0;
        opacity: 0
    }
    .mobile-nav--btn .navbar-toggler[aria-expanded="true"] span:after {
        left: 0;
        opacity: 0
    }
    .mobile-nav--btn .navbar-toggler:before {
        top: 14px
    }
    .mobile-nav--btn .navbar-toggler:after {
        top: 8px
    }
    .mobile-nav--btn .navbar-toggler[aria-expanded="true"]:before {
        top: 17px;
        transform: rotateZ(45deg)
    }
    .mobile-nav--btn .navbar-toggler[aria-expanded="true"] span:before {
        top: 14px;
        transform: rotateZ(-45deg)
    }
    .mobile-nav--btn .navbar-toggler-icon {
        position: relative
    }
    .mobile-nav--btn .navbar-toggler-icon:after,
    .mobile-nav--btn .navbar-toggler-icon:before {
        content: "";
        position: absolute;
        width: 32px;
        height: 2px;
        left: 0;
        transition: all ease .288s;
        opacity: 1;
        border-radius: .2rem;
        background-color: #777
    }
    .mobile-nav--btn .navbar-toggler-icon:after {
        top: 23px
    }
    .mobile-nav--btn .navbar-toggler-icon:before {
        top: 17px
    }
    .mobile-search-wrap .navbar-toggler {
        background-color: #ddd;
        width: 45px
    }
    .mobile-search-wrap .navbar-toggler-icon:after {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        left: 7px;
        top: 5px;
        transition: all ease .4s;
        opacity: 1;
        border-radius: 50%;
        border: solid 2px #777;
        background-color: #ddd
    }
    .mobile-search-wrap .navbar-toggler-icon:before {
        content: "";
        position: absolute;
        width: 34px;
        height: 2px;
        top: 19px;
        left: 6px;
        transform: rotate(45deg);
        transition: all ease .4s;
        opacity: 1;
        border-radius: .1rem;
        border: none;
        background-color: #777
    }
    .mobile-search-wrap .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        width: 34px;
        height: 1px;
        top: 19px;
        left: 6px;
        transform: rotate(-45deg);
        opacity: 1;
        border-radius: .1rem;
        border: solid 1px #777
    }
    .mobile-search-wrap .navbar-toggler {
        padding: .2rem .75rem
    }
    .navbar-toggler:focus {
        outline: none
    }
    .dropdown-menu--level-2 {
        display: block;
        position: static;
        width: 100%;
        border: none
    }
    .dropdown-menu--level-2 .dropdown-menu--level-2__container {
        height: auto
    }
    .copywrite2 {
        display: block;
        margin-top: 10px;
        margin-bottom: 0
    }
    .copywrite1 {
        display: none
    }
    .footer-social {
        text-align: center;
        margin-top: 10px;
        padding-top: 10px;
        border-top: solid 1px rgba(255, 255, 255, 0.2)
    }
    .social-links ul li a {
        height: 20px;
        line-height: 20px;
        width: 20px;
        font-size: 12px
    }
    #footer-main h4 {
        font-size: 1rem
    }
    .program-box {
        padding: 0 .4rem
    }
    .program-box a {
        font-size: .9rem
    }
    .header-top {
        display: none
    }
    #OurProgram {
        position: relative;
        padding-bottom: 1.3rem
    }
    .p-box-title {
        line-height: 1.2rem;
        margin-bottom: .4rem
    }
    .header-connect .social-links {
        display: none
    }
    .main-nav .navbar > .container,
    .main-nav .navbar > .container-fluid {
        align-items: center;
        display: block
    }
    .header-connect {
        margin-top: 0;
        margin-bottom: 7px
    }
    .logo-main .navbar-brand {
        margin-bottom: 0
    }
    .form-title {
        font-size: 1.5rem;
        line-height: 1.7rem
    }
    #home-banner .banner-container .banner-caption {
        top: 2.2rem;
        padding-left: 0
    }
    #home-banner .banner-container .banner-caption h1 {
        font-size: 1.5rem
    }
    #home-banner .banner-container .banner-caption h4 {
        font-size: .7rem;
        margin-top: 0
    }
    #home-banner .banner-container .banner-caption .btn {
        font-size: .85rem;
        padding: 6px 20px
    }
    .newsfeed {
        border-left: none;
        padding-left: 0
    }
    .newsfeed:after {
        left: -1px
    }
    .newstape {
        height: 12rem;
        overflow: hidden
    }
    .latest-anncment-container {
        padding: 15px 10px;
        margin-bottom: 10px
    }
    .otherinfo-block .nav-link {
        padding: .5rem 0;
        margin: 0;
        font-size: .64rem
    }
    .program-box p {
        font-size: .9rem
    }
    .ti_news a {
        font-size: .9rem
    }
    .hmsec-title.hmsec-title-sm {
        font-size: 1.2rem
    }
    .hmsec-title {
        font-size: 1.5rem;
        margin-bottom: 20px
    }
    #OurRecruiter .slick-prev {
        left: -6px
    }
    #OurRecruiter .slick-next {
        right: -6px
    }
    #home-banner .banner-container .banner-caption p {
        margin-top: .2rem
    }
.sdnews--list > li {
    font-size: .7rem;
    padding: 5px 9px 15px;
    border-right: none;
}
}

@media only screen and (max-width: 100%) {
.sdnews--list > li {
    display: block;
}
.program-box figure figcaption {
    top: .5rem;
    font-weight: 400;
    padding: 0 5px;
    width: 100%;
    font-size: .8rem;
    line-height: 1rem;
}
.mobile-search-wrap {
    right: 21%;
}
    .page-accordion .card .card-body img {
        max-width: 100%;
    }
    #home-banner .slick-prev,
    #home-banner .slick-next {
        display: none!important
    }
    .slick-prev:after,
    .slick-next:after {
        font: normal normal normal 2rem/0 FontAwesome
    }
    #home-banner .banner-container h1 sup {
        top: -6px
    }
    .content-body .card-body img.float-left,
    .content-body .card-body img.float-right {
        margin-right: .9rem;
        margin-bottom: .6rem
    }
    .page-accordion .card-body {
        padding: 1rem .7rem
    }
    .page-accordion .img-thumbnail {
        max-width: 48%
    }
    #home-banner .banner-container .banner-caption {
        top: .5rem;
        padding-left: 0
    }
    #home-banner .banner-container .banner-caption h1 {
        font-size: 1.3rem
    }
    #home-banner .banner-container .banner-caption h4 {
        font-size: .56rem;
        margin-top: 0
    }
    #home-banner .banner-container .banner-caption .btn {
        font-size: .8rem;
        padding: 6px 20px
    }
    .aigpl-design-1 .aigpl-img-wrp {
        height: 250px!important
    }
    #footer-main {
        padding: 0 0 10px
    }
    #footer-main .ftr-link {
        margin-top: 15px
    }
    #home-banner .banner-container .banner-caption .btn {
        font-size: .6rem;
        padding: 5px 18px
    }
    .ourgallery-container .ourgallry__bx {
        width: 50%
    }
    .ourgallery__caption-item {
        margin-top: 1.5rem
    }
    .ourgallry__bx-inner .ourgallery__caption h4 {
        font-size: .82rem;
        margin-bottom: .4rem
    }
    #home-banner .banner-container .banner-caption h1 {
        font-size: .9rem
    }
    #home-banner .banner-container .banner-caption h4 {
        font-size: .5rem;
        margin-top: 0
    }
}
@media only screen and (max-width: 100%) {
.siteno {
    font-size: 1.1rem;
}
}
@media only screen and (max-width: 100%) {
.siteno {
    font-size: .9rem;
}
    .aigpl-design-1 .aigpl-img-wrp {
        height: 205px!important
    }
    #home-banner .banner-container .banner-caption h1 {
        font-size: .75rem
    }
    #home-banner .banner-container .banner-caption h4 {
        font-size: .42rem
    }
}