/*common css*/
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../techfonts/ProximaNova-Regular.eot');
    src: url('../techfonts/ProximaNova-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../techfonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../techfonts/ProximaNova-Regular.woff') format('woff'),
        url('../techfonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../techfonts/MyriadProSemibold.eot');
    src: url('../techfonts/MyriadProSemibold.eot') format('embedded-opentype'),
         url('../techfonts/MyriadProSemibold.woff2') format('woff2'),
         url('../techfonts/MyriadProSemibold.woff') format('woff'),
         url('../techfonts/MyriadProSemibold.ttf') format('truetype'),
         url('../techfonts/MyriadProSemibold.svg#MyriadProSemibold') format('svg');
}

@font-face {
    font-family: 'proximanovacondsemiboldwebfont';
    src: url('../techfonts/proximanovacondsemiboldwebfont.eot');
    src: url('../techfonts/proximanovacondsemiboldwebfont.eot') format('embedded-opentype'),
         url('../techfonts/proximanovacondsemiboldwebfont.woff2') format('woff2'),
         url('../techfonts/proximanovacondsemiboldwebfont.woff') format('woff'),
         url('../techfonts/proximanovacondsemiboldwebfont.ttf') format('truetype'),
         url('../techfonts/proximanovacondsemiboldwebfont.svg#proximanovacondsemiboldwebfont') format('svg');
}

@font-face {
    font-family: 'proximanovacondregularwebfont';
    src: url('../techfonts/proximanovacondregularwebfont.eot');
    src: url('../techfonts/proximanovacondregularwebfont.eot') format('embedded-opentype'),
         url('../techfonts/proximanovacondregularwebfont.woff2') format('woff2'),
         url('../techfonts/proximanovacondregularwebfont.woff') format('woff'),
         url('../techfonts/proximanovacondregularwebfont.ttf') format('truetype'),
         url('../techfonts/proximanovacondregularwebfont.svg#proximanovacondregularwebfont') format('svg');
}


#h_main a { color: #461e1e;}
#h_main a:hover { color: #dbc311;}
#h_main img { max-width: 100%; height: auto;}

/*===heading starts===*/
#h_main h1,#h_main h2,#h_main h3,#h_main h4,#h_main h5,#h_main h6 {font-family: 'Proxima Nova Rg';}
#h_main h1 { font-size: 53px;}
#h_main h2 {font-size: 30px;}
#h_main h3 {font-size: 25px;}
#h_main h4 {font-size: 18px;}
#h_main h5 { font-size: 15px;}
#h_main h6 {font-size: 13px;}
/*===heading ends//===*/
@media( min-width:1280px) {
    #h_main .container { max-width: 100% !important;}
}

/*===topbar starts===*/
#h_main .topbar {background-color:#01a34e; color: #fff; padding: 8px 0; font-size: 12px; display: flex;}
#h_main .topbar a { color: #fff; text-decoration: none;}
#h_main .topbar p{display: inline-block; margin-bottom: 0;}
#h_main .topbar ul {list-style: none; display: inline-block; margin: 0; padding: 0;}
#h_main .topbar ul.header-contact li {list-style: none; display: inline-block; margin-left: 25px;}
#h_main .topbar ul.header-contact li .fa { font-size: 14px; margin-right: 5px;}
#h_main .topbar .social-icons .fa:before  {margin-right: 12px; font-size: 16px; display: inline-block;}
#h_main .topbar .social-icons ul { list-style: none; display: flex; justify-content: flex-end;}
#h_main .topbar .social-icons ul a { color: #fff;}
#h_main .topbar .social-icons ul a:hover { color: #dbc311;}
/*===topbar ends//===*/

/*===Header & navigation section starts===*/
#h_main header { position: relative; z-index: 2;}
#h_main .header_section { padding: 0px 0;}
#h_main .right-align {text-align: right;}
#h_main #top-nav { position: relative; z-index: 1;}
#h_main #top-nav .container {background-color: #01a34e; min-height: 44px;}
#h_main #top-nav a { color: #fff; font-family: 'MyriadProSemibold'; text-transform: uppercase; font-size: 13px;}
#h_main #top-nav a:hover { color:#dbc311}
#h_main #top-nav .nav-item { position: relative;}
#h_main #top-nav .dropdown-menu {background-color: #1c602ade; border-radius: 0; min-width: 14rem; margin-top: -1px; margin-left: -1px;}
#h_main #top-nav .dropdown-menu > li:hover { background-color: #d70000;}
#h_main #top-nav .dropdown-menu a { padding:5px 15px; display: block; text-decoration: none; border-bottom: 1px solid rgba( 7, 41, 99, 0.8); text-transform: none;}
#h_main .navbar { padding: 0;}
#h_main .navbar-expand-lg .navbar-nav .nav-link { padding: 0.80rem 0.52rem;}
#h_main #top-nav a.highlight { background-color: #01a34e;}
#h_main .navbar-toggler,#h_main .navbar-toggler:focus  { border: none; box-shadow: none; outline: none;}
#h_main .navbar-toggler-icon { background: url(../img/menu-icon.png);}
#h_main .dropdown .dropdown-toggle::after {transform: rotate(-90deg); position: absolute; right: 10px; top: 13px;}

@media (min-width: 992px) {
    #h_main .dropdown-menu li{ position: relative;}
    #h_main .nav-item .submenu{ display: none;position: absolute;left:100%; top:-7px;}
    #h_main .nav-item .submenu-left{ right:100%; left:auto;}
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    #h_main .dropdown-menu > li:hover > .submenu{ display: block; }
    #h_main .dropdown-menu .dropdown-toggle::after { transform: rotate(-90deg); position: absolute; right: 15px; top: 13px;}
    
    .navbar .dropdown-menu-end{ right:0; left: auto;  }
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu { transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
   
}	
/*@media (max-width: 991px) {
    #h_main .dropdown-menu .dropdown-menu{
    margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;}
}*/
/*===Header & naigation section ends//===*/

/*===header slider starts===*/
#h_main #header-slider{height:556px;position:relative;margin-bottom:0;  margin-top: -20px;}
#h_main #header-slider .carousel-inner,#h_main #header-slider .carousel-item{height:100%}
#h_main #header-slider .carousel-indicators{margin-bottom:20px}
#h_main #header-slider .carousel-indicators [data-bs-target]{width:12px;height:12px;border-radius:100%;background-color:#fff;opacity:1}
#h_main #header-slider .carousel-indicators .active{background-color:#e87001}
/*#h_main .carousel-fade .carousel-inner .item{transition-property:opacity}
#h_main .carousel-fade .carousel-inner .item, #h_main .carousel-fade .carousel-inner .active.left,#h_main .carousel-fade .carousel-inner .active.right{opacity:0}
#h_main .carousel-fade .carousel-inner .active,#h_main .carousel-fade .carousel-inner .next.left,#h_main .carousel-fade .carousel-inner .prev.right{opacity:1}
#h_main .carousel-fade .carousel-inner .next,#h_main .carousel-fade .carousel-inner .prev,#h_main .carousel-fade .carousel-inner .active.left,#h_main .carousel-fade .carousel-inner .active.right{left:0;transform:translate3d(0,0,0)}*/
#h_main .carousel-fade .carousel-control{z-index:2}
#h_main .carousel,#h_main .carousel-inner,#h_main .carousel-inner .item{height:100%}
#h_main #header-slider .slider-overlay{width:100%;height:100%;}
#h_main #header-slider .caption-container{max-width:1100px; margin: 0 auto; padding-right:24px;padding-left:24px;height:100%;position:relative}
#h_main #header-slider .center-block {position:relative;left:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);text-align:left}
#h_main #header-slider .caption-block {font-size:24px;color:#fff;text-transform:none;font-weight:400;width:100%; font-family: 'PT Sans', sans-serif; text-align: center; background-color: rgba(0, 0, 0, 0.6); line-height: normal; padding: 20px; max-width: 700px; outline: 1px solid #fff; outline-offset: -10px; height: max-content;}
#h_main #header-slider .caption-block h1 small {font-size:18px; display: block; text-transform: uppercase; letter-spacing: 2px; font-family: 'PT Sans', sans-serif; font-weight: bold; margin-bottom: 15px;}
#h_main #header-slider .caption-block h1 {font-family: 'PT Sans', sans-serif; font-weight: bold; text-transform: uppercase; font-size: 30px; letter-spacing: 2px;}
#h_main #header-slider p { margin-bottom: 0;}
#h_main #header-slider .caption-container.bottom-caption { max-width: 1200px; display: flex; justify-content: center;}
#h_main #header-slider .caption-container.bottom-caption .caption-block { font-size: 18px;  top: 80%;}
#h_main .caption-right { display: flex; justify-content: flex-end;}
#h_main .carousel-control-next, .carousel-control-prev { width: 80px;}
/*===header slider ends//===*/

/*===banner bottom starts===*/
#h_main .banner-bottom { background: #01a34e; color: #fff; display: flex; justify-content: space-between; min-height: 107px; font-family: 'PT Sans', sans-serif; margin-top: -58px; position: relative; z-index: 1;}
#h_main .banner-bottom ul.left-item { list-style: none; display: flex; margin: 0; padding: 23px 0; max-width: 790px; align-items: center;}
#h_main .banner-bottom ul.left-item li { padding: 0 45px; display: flex; white-space: nowrap; text-transform: uppercase; align-items: center;}
#h_main .banner-bottom ul.left-item li span.img { min-width: 60px; margin-right: 15px;}
#h_main .banner-bottom ul.left-item li h3 {font-family: 'PT Sans', sans-serif;  font-size: 20px;}
#h_main .banner-bottom ul.left-item li a { color: #fff; font-size: 15px;}
#h_main .banner-bottom ul.left-item li a:hover { color: #dbc311;}
#h_main .banner-bottom .alumini { background: #dbc311; width: 336px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 45px;}
#h_main .banner-bottom .alumini::before{content: url(../img/alumini-curve.png); position: absolute; left: -42px; height: 107px;}
#h_main .banner-bottom .alumini h3 {font-family: 'PT Sans', sans-serif;  font-size: 20px; font-weight: bold; text-transform: uppercase;
color: #000;}
#h_main .banner-bottom .a_link { text-decoration: none; color: #000; position: relative;  padding-right: 30px;}
#h_main .banner-bottom .a_link:hover { color: #000;}
#h_main .banner-bottom .a_link::after { content:url(../img/double-arrow.png); position: absolute; right: 7px;}
/*===banner bottom ends//===*/

/*===about section starts===*/
#h_main #about-section { padding: 50px 0; text-align: justify;}
#h_main .heading { font-size: 30px; color: #01a34e; margin-bottom: 10px;}
#h_main .heading h2 { border-bottom: 1px solid #01a34e; display: inline-block; padding-right: 80px; padding-bottom: 10px; position: relative;}
#h_main .heading h2:after { content: ""; border-bottom: 2px solid #dbc311; display: block; width: 85px; position: absolute; bottom: -1px;}
#h_main .btn { font-size: 12px; text-transform: uppercase; font-weight: 600; border: 1px solid #01a34e; padding: 10px 20px; display: inline-block; margin-top: 20px; color: #01a34e;}
#h_main .btn:hover { background: #01a34e; color: #fff!important;}
#h_main ul.profile-img { list-style: none; margin: 50px 0 0 0; padding: 0; display: flex; justify-content: flex-end;}
#h_main ul.profile-img li { margin-left: 90px; text-align: center;}
#h_main ul.profile-img li .content-block { background: #01a34e; color: #fff; font-size: 16px; padding: 8px; margin-top: 10px;}
#h_main ul.profile-img li .content-block h4 { font-size: 18px; font-weight: bold; margin-bottom: 0;}
#h_main ul.profile-img li .content-block p { margin-bottom: 0;}
#h_main ul.profile-img a { color: #fff; text-decoration: none;}
#h_main ul.profile-img a:hover { color: #dbc311;}
/*===about section ends//===*/

/*===features section starts===*/
#h_main #fetures { text-align: center; padding:20px 0;}
#h_main #fetures img { margin-bottom: 20px;}
#h_main #fetures h4 { font-weight: bold; font-size: 16px; text-transform: uppercase;}
#h_main #fetures a { color: #454545; text-decoration: none;}
#h_main #fetures a h4 { color: #01a34e;}
/*===features section ends//===*/

/*===counter section starts===*/
#h_main #counter-section { background: url(../img/counter-bg.jpg) no-repeat center top; background-size: cover; min-height: 313px; padding: 58px 0; text-align: center;}
#h_main #counter-section .counter::after { content: "+";}
#h_main #counter-section img { margin-bottom: 33px;}
#h_main #counter-section h3 { font-size: 60px; color: #dcc90d; font-family: 'proximanovacondsemiboldwebfont'; line-height: 46px;}
#h_main #counter-section p { font-size: 35px; color: #fff; font-family: 'proximanovacondregularwebfont'; margin: 0; line-height: normal;}
/*===counter section ends//===*/

/*===news section starts===*/
#h_main #news-section { padding: 50px 0;}
#h_main #news-section a { color: #000;}
#h_main #news-section a:hover { color: #d70000;}
#h_main #news-section .heading { margin-bottom: 45px;}
#h_main #news-section .heading h2 { margin-bottom: 0;}
#h_main #news-section .news-block { list-style: none; padding: 0; margin: 30px 0 0 0; font-family: 'proximanovacondsemiboldwebfont'; font-size: 20px;}
#h_main #news-section .news-block li { position: relative; margin-bottom: 25px; margin-left: 40px;}
#h_main #news-section .news-block li::before { content: url(../img/latest-news-arrow.jpg); position: absolute; left: -40px; top: 6px;}
#h_main ul.notice-block {list-style: none; margin: 0; padding: 0; font-family: 'proximanovacondregularwebfont'; font-size: 25px;}
#h_main ul.notice-block li { margin-bottom: 28px; background: #f2f2f2; padding: 25px;}
#h_main span.date { background: url(../img/calendar-icon.jpg) no-repeat left 3px; line-height: 0; padding-left: 25px; font-size: 14px; font-family: 'PT Sans', sans-serif;}
#h_main #news-section ul.notice-block li a.readmore { font-size: 16px; color: #c81010; font-family: 'Proxima Nova Rg'; font-weight: bold;}
#h_main #news-section ul.notice-block li a.readmore:hover { color: #01a34e;}
#h_main #news-section ul.notice-block li p { margin-bottom: 0;}
/*===news section ends//===*/

/*===events section starts===*/
#h_main #events-section { background:#e9e9e9; padding-bottom: 50px;}
#h_main #events-section .events-heading { background: url(../img/events-bg.jpg) no-repeat center top; background-size: cover; position: relative;  min-height: 314px; display: flex; justify-content: center;  text-align: center; padding-top: 80px;}
#h_main #events-section .events-heading::before { content: ""; background-color: rgba(14, 47, 80, 0.92); position: absolute; left: 0; top: 0; width: 100%; height:100%; display: block;}
#h_main #events-section .events-heading h2 { position: relative; z-index: 9; color: #fff; font-weight: bold; font-size: 36px; position: relative; display: inline-block;}
#h_main #events-section .events-heading h2 small { display: block; font-weight: 400; text-transform: uppercase; font-size: 18px; letter-spacing: 5px; margin-bottom: 20px;}
#h_main #events-section .events-heading h2 span { position: relative; z-index: 1;}
#h_main #events-section .events-heading h2 span:before { content: ""; width: 56px; height: 56px; background: #dbc311; border-radius: 100%; display: block; position: absolute; top: -5px; left:-20px; z-index: -1;}
#h_main #events-slider .heading-sec { background: #dbc311; height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 5px 10px 5px 34px; position: relative; margin-bottom: 35px;}
#h_main #events-slider .heading-sec h2 { text-transform: uppercase; font-weight: bold; color: #000; margin: 0; padding: 0; font-size: 28px;}
#h_main #events-slider .carousel-control-next, #h_main #events-slider .carousel-control-prev { width: auto; opacity: 1;}
#h_main #events-slider .slider-arrow { width: 45px; position: relative;}
#h_main #events-slider .carousel-control-prev-icon { background: url(../img/events-arrow-left.png) no-repeat; width: 22px; height: 15px; opacity: 1;}
#h_main #events-slider .carousel-control-next-icon { background: url(../img/events-arrow-right.png) no-repeat; width: 23px; height: 15px; opacity: 1;}
#h_main #events-slider h5 { font-weight: bold; color: #010101; font-size: 20px; line-height: normal; margin-bottom: 20px;}
#h_main #events-slider a.rlink { text-decoration: none; font-weight: bold; font-size: 16px; font-family: 'PT Sans', sans-serif; position: relative; margin-top: 15px; display: inline-block; color:#01a34e;}
#h_main #events-slider a.rlink:hover {color: #c81010;}
#h_main #events-slider a.rlink::after { content: url(../img/double-arrow-blue.png); margin-left: 5px; }
#h_main .announcement  { max-width: 425px; float: right; position: relative;}
#h_main .announce-heading {background: url(../img/announcement-heading-bg.jpg) no-repeat center top; background-size: cover; height: 76px; display: flex; align-items: center; padding:5px 34px;}
#h_main .announce-heading h2 {text-transform: uppercase; font-weight: bold; color: #fff; margin: 0; padding: 0; font-size: 28px;}
#h_main .announcement  ul { background: #fff; margin-top: 5px; list-style: none; margin: 0; padding: 15px 0;}
#h_main .announcement  ul li { padding: 20px 30px; border-bottom: 1px solid #ccc;}
#h_main .announcement  ul li a {display: flex; color: #212529; text-decoration: none;}
#h_main .announcement  ul li:last-child { border:none}
#h_main .announcement  ul li span { width: 100%;}
#h_main .announcement  ul li span.icon-block { width: 45px; display: block; margin-right: 30px;}
.events-element { margin-top: -76px;}
/*===events section ends//===*/

/*===campus section starts===*/
#h_main #campus-section { padding: 56px 0 0px 0;}
#h_main #campus-section .heading { margin-bottom: 50px;}
/*===campus section ends//===*/

/*===implink section starts===*/
#h_main #implink-section { padding: 56px 0 80px 0;}
#h_main #implink-section .heading { margin-bottom: 50px;}
/*===implink section ends//===*/


/*===footer starts===*/
#h_main footer { background: url(../img/banner/footer-bg.jpg) no-repeat center top; background-size: cover; color: #fff; font-size: 17px; font-family: 'PT Sans', sans-serif; }
#h_main footer a { text-decoration: none; color: #fff;}
#h_main footer .footer-block { padding: 70px 0;}
#h_main footer .footer-block h6 {font-family: 'proximanovacondsemiboldwebfont'; font-size: 25px; margin-bottom: 30px;}
#h_main footer .footer-block ul { list-style: none; margin: 0; padding: 0;}
#h_main footer .footer-block.f-about { background-color: #193325; width: 323px; padding: 0 30px; padding-top: 60px; text-align: center;}
#h_main footer .footer-block.f-about ul { list-style: none; display: flex; justify-content: center; margin: 30px 0;}
#h_main footer .footer-block.f-about ul li { margin: 5px;}
#h_main footer .footer-block.f-about ul li a:hover { opacity: 0.5;}
#h_main footer .footer-block.qucik-links { width: 263px; padding-left: 32px;}
/* #h_main footer .footer-block.imp-links { width: 250px; padding-left: 32px;} */
#h_main footer .footer-block.imp-links { width: 30%; padding-left: 32px;}
#h_main footer .footer-block.imp-map { width: 100%; padding-left: -30px;}
#h_main footer .footer-block.qucik-links ul li,footer .footer-block.imp-links ul li { position: relative; margin-bottom: 10px; padding-left: 35px;}
#h_main footer .footer-block.qucik-links ul li:before,#h_main footer .footer-block.imp-links ul li:before { content:url(../img/footer-nav-arrow.png); position:absolute; top: 7px; left: 0; display: block; width: 16px; height: 1px; line-height: 0;}
#h_main footer .footer-block.f-contact li { margin-bottom: 15px; padding-left: 35px;}
#h_main footer .footer-block.f-contact li.address { background: url(../img/footermap-icon.png) no-repeat left 3px;}
#h_main footer .footer-block.f-contact li.phone { background: url(../img/footer-phone-icon.png) no-repeat left 3px;}
#h_main footer .footer-block.f-contact li.fax { background: url(../img/footer-fax-icon.png) no-repeat left 3px;}
#h_main footer .footer-block.f-contact li.email { background: url(../img/footer-email-icon.png) no-repeat left 0px;}
#h_main #pre-footer { background: #01a34e; color: #fff; text-align: left; font-size: 13px; font-weight: 700; font-family: 'PT Sans', sans-serif; letter-spacing: 1px; padding: 12px 0;}
#h_main .hidden{ display: none;}
.fancybox-button.fancybox-button--zoom  {display: none!important;}
/*===footer ends//===*/

@media (max-width:1199px) {
    #h_main .topbar ul.header-contact li { margin-left: 8px;}
    #h_main #top-nav a { font-size: 10px;}
    #h_main .banner-bottom ul.left-item li { padding: 0 15px;}
    #h_main .banner-bottom .alumini { width: 100%; max-width: 267px;}
    #h_main .banner-bottom .alumini { padding: 0 30px;}
    #h_main ul.profile-img li { margin-left: 30px;}
    #h_main .announce-heading h2,#h_main #events-slider .heading-sec h2 { font-size: 22px;}
    #h_main footer .footer-block.qucik-links { width: 160px;}
    #h_main footer .footer-block.f-about { width: 270px;}
}

@media (max-width:991px) {
    #h_main #top-nav a { font-size: 14PX;}
    #h_main .topbar .row { flex-wrap: wrap; align-items: center;}
    #h_main .topbar ul.header-contact li { margin-left: 0; margin-bottom: 5px;}
    #h_main .dropdown-toggle::after { float:right ;}
    #h_main #header-slider { margin-top: 0; height: 350px;}
    #h_main #header-slider .center-block { transform: none;}
    #h_main #header-slider .caption-block { font-size: 18px;}
    #h_main .banner-bottom { margin-top: 30px; flex-direction: column;}
    #h_main .banner-bottom .alumini { max-width: 100%; padding: 15px;}
    #h_main .banner-bottom .alumini::before { content: none;}
    #h_main ul.profile-img { justify-content: center;}
    #h_main #fetures .item { border: 1px solid #ddd; padding: 15px; margin: 10px 0;}
    #h_main #counter-section .content { margin-bottom: 30px;}
    #h_main #counter-section h3 { font-size: 35px; line-height: 30px;}
    #h_main #counter-section p { font-size: 25px;}
    #h_main #counter-section img { margin-bottom: 10px;}
    #h_main #news-section { padding-bottom: 0;}
    #h_main #news-section .col-lg-6 { margin-bottom: 50px;}
    ul.notice-block,#h_main #news-section .news-block { font-size: 18px;}
    #h_main #news-section ul.notice-block li a.readmore { font-size: 15px;}
	 #h_main #news-section ul.notice-block li a.readmore:hover { color:#dbc311;}
    #h_main .announcement  { float: none; max-width: 100%; margin-top: 40px;}
    #h_main footer .d-flex { flex-wrap: wrap; width: 100%!important;}
    #h_main footer .footer-block.f-about { width: 100%; padding-left: 0;} 
    #h_main footer .footer-block.qucik-links,#h_main footer .footer-block.imp-links { width: 100%; float: left;}
    #h_main footer .footer-block { padding: 20px -10;}
    #h_main footer .footer-block ul li { border-bottom: 1px solid rgba(0, 0, 0, 0.6); padding-bottom: 10px;}
    #h_main #campus-section { padding: 50px 0;}
    #h_main .events-element { margin-top: -50px;}
    #h_main #header-slider .caption-container { display: flex; align-items: flex-end; justify-content: center;}
    #h_main #header-slider .caption-container.bottom-caption .caption-block,#h_main #header-slider .center-block { top: 0; justify-content: center;}
    #h_main #fetures { padding-top:0;}
    #h_main .hidden { display: block;}
    #h_main .nav-text { color: #fff; text-transform: uppercase;}
    #h_main #top-nav .nav-strip { width: 100%;}
    #h_main #top-nav a {border-bottom: 1px solid rgba( 215, 0, 0, 0.8);}
    #h_main #top-nav .dropdown-menu { padding: 0; border: none;}
    #h_main footer .footer-block.f-about { padding-bottom: 30px;}
    #h_main footer .footer-block.f-about ul li { border: none;}
}

@media (max-width:767px) {
    #h_main .topbar { text-align: center;}
    #h_main .topbar .social-icons ul { justify-content: center;}
    #h_main #events-slider { text-align: center;}
    #h_main #events-slider img { margin-bottom: 20px;}
    #h_main #events-slider a.rlink { margin-top: 0;}
    #h_main #events-slider .heading-sec { height: 50px;}
    #campus-section .heading { margin-bottom: 15px;}
    #h_main .banner-bottom ul.left-item { flex-direction: column; align-items: flex-start;}
    #h_main .banner-bottom ul.left-item li { margin-bottom: 15px; padding-bottom: 15px; border-bottom:1px solid rgba(255, 255, 255, 0.20); width: 100%;}
    #h_main #events-section .events-heading { min-height: 260px;}
}

@media (max-width:574px) {
    #h_main #header-slider .caption-block,#h_main #header-slider .caption-container.bottom-caption .caption-block { font-size: 15px;}
    #h_main ul.profile-img { flex-direction: column;}
    #h_main ul.profile-img img { width: 100%;}
    #h_main ul.profile-img li { margin-bottom: 30px; margin-left: 0;}
    #h_main #campus-section img { margin-bottom: 20px;}
    #h_main #counter-section .content { border-bottom: 1px solid rgba(255, 255, 255, 0.20); padding-bottom: 30px;}
    #h_main #events-section .events-heading h2 { font-size: 28px;}
    #h_main .header_section .right-align { text-align: center;}
    #h_main ul.notice-block { font-size: 18px;}
    #h_main .carousel-control-next, .carousel-control-prev { width: 40px;}
}
.implink ul.brand-items{ padding:0px;}
.implink ul.brand-items li {
	list-style: none;
	padding: 0px 15px;
}
.implink ul.brand-items li img{max-width:100%;border: 1px solid #ddd;padding: 3px 5px;border-radius: 3px;} 
 




.leader {
	padding-left: 15px;
	padding-top: 40px
}
.leader ul {
	margin: 0 -12px;
	padding: 0;
	list-style: none
}
.leader ul li {
	margin-bottom: 0;
	box-sizing: border-box;
	width: 98%;
	float: left;
	padding: 0 1px 25px
}
.counterwrap ul li .count-box span.coount-icon, .leader ul li:nth-child(3), .leader ul li:nth-child(4) {
	margin-bottom: 0
}
.leader ul li .depdiv {
	background: #fff;
	width: 98%;
	padding: 10px 1px;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #c9d7d5;
	position: relative
}
.dropdown-toggle {
	white-space: break-spaces
}
.leader ul li .dep-logo {
	width: 28.5%
}
.leader ul li .depdiv .btn {
	padding: 3px 10px;
	font-size: .8em;
	color: #000;
	position: absolute;
	right: 0;
	z-index: 1;
	bottom: 0;
	background: #c8d6d4;
	border-radius: 40px 0 8px
}
.leader ul li .dep-name h4 {
	color: #d43c00;
	font-size: 13px;
	padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}
.leader ul li .dep-name p {
	font-size: 9px;
	color: #000;
   padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
	margin-bottom: 0
}

.display {
	padding: 40px 0 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0
}
.display li {
	list-style: none;
	    width: 25%;

	box-sizing: inherit;
	padding: 0 10px 15px 0
}
.HOVER:hover {
	border-color: #d43c00
}
.HOVER {
	--width: 100%;
	--time: 0.7s;
	position: relative;
	display: block;
	border: 1px dashed #a7a7a7;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border-radius: 8px;
	color: #3c3c3c;
	font-size: 10px;
}
.HOVER img, .HOVER text {
	position: relative;
	z-index: 5;
	transition: color var(--time)
}
.HOVER text {
	font-weight: 500;
	display: block;
	min-height: 22px;
	font-size: .7rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.HOVER img {
	width: 40px;
	margin: auto
}
.HOVER:hover text {
	color: #222
}
.HOVER span {
	position: absolute;
	display: block;
	z-index: 0;
	width: 0;
	height: 0;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	transition: width var(--time), padding-top var(--time)
}
.HOVER:hover span {
	width: calc(var(--width)*2.25);
	padding-top: calc(var(--width)*2.25)
}
.animated {
	--angle: 5deg;
	animation: .3s shake
}
#usefullinkbg, .section-second, footer {
	background-size: cover
}
.HOVER.FLASH span {
    background: #d43c00;
}
.HOVER.FLASH:hover text{
    color: #fff;
}

#welcome{padding:5px 20px;background-color:#e7edf2;/* background-image:url(../images/welcome-bg.png); background-repeat:no-repeat; background-size:cover;*/margin-top:15px;}
.news-announcement {
	padding: 15px;
	background: #ef5013;
}
	.news-announcement .foot {
		background-color: #ef3b13;
		margin: 0px -15px -15px -15px;
		padding: 10px;
	}
.foot .toggle{ float:right;}
.vticker {
	height: 354px !important;
	margin-bottom: 15px;
}
.vticker .arw, .vticker .dtype, .vticker .fa-file-pdf-o {
	display: none;
}
.vticker .dsize {
	font-size: .8em;
 margin-top:5px; color:rgba(255,255,255,.6) !important;
}
/*.vticker .dsize:before {
	content: "\f1c1";
	color: #D32F2F;
	font-family: FontAwesome;
}*/
.vticker ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.vticker ul li {
	padding-bottom: 15px;
	padding-top:30px;
	position: relative;
	font-weight: 700; top:8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.28);
	padding-left: 28px;
}
.vticker ul li:before {font-family: 'simple-line-icons';
	content: "\e079";
	position: absolute;
	left: 1px; color:#fff;
}
.vticker ul li a {
	display: block;
	color: #fff;
	font-weight: 700;
}
.vticker ul li span {
	display: block;
}
.vticker ul li .ndate {
	font-size: 0.82em;
	text-transform: uppercase;
	font-weight: 900;
	position: absolute;
	top:10px;
	color:#e0ab1b;

}
.vticker ul li .newicon,.vticker ul li img{position: absolute; top:7px; right:0%;}
.vticker ul li .dsize {
	color: #666;
	font-size:0.80em;
}
.news-announcement .scroll {
	max-height: 352px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.btn-outline-primary {
	border-color:#001E59;
	color: #001E59;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
	border-color: #001E59;
	background-color:#001E59;
	color: #fff;
	text-decoration: none;
}
.box-back{z-index:10; }
.glance{padding:15px; min-height:434px; font-size: 1.05em; font-weight: 400; color:#333;}
.glance img{ max-width:100%; border:5px solid #ddd; margin-bottom:15px;}
.glance .title h4{ padding:0px 15px;}
.glance .content{ min-height:197px;}
.award { padding:15px;
}
.welcome .title h4{ text-align:center;}
.title {
	position: relative;
}
.title:after {
	position: absolute;
	width: 100%;
	height: 3px;
	background-color:#e0ab1b;
	content: "";
	z-index: 0;
	right: 0;
	left: 0;
	margin: 0px auto 0px auto;
	top: 45%;
}
.title svg {
	height: 30px;
	margin-right: 10px; fill:#007c7c; float:left;
}
.title h4 {
  position: relative;
	z-index: 2;
	display: inline-block;
	background-color: #e7edf2;
	padding-right: 10px;
	color: #000;
	font-size: 1.7em; font-weight:600;
 
}
.fimg {
	margin-bottom: 10px;
}
.fimg img {
	max-width: 100%;
	border-radius: 6px;
}
.bg-white {
    background-color: 
    #fff;
}
.btn-outline {
	display: inline-block;
	padding: 4px 15px;
	border: 2px solid #ccc;
	font-size: .85em;
	text-transform: uppercase;
	transition-duration: .3s;
}
.news-announcement .foot .btn-outline-success {
	border-color:#fff;
	color:#fff;
}
.news-announcement .foot  .btn-outline-success:hover, .news-announcement .foot  .btn-outline-success:focus, .news-announcement .foot .btn-outline-success:active {
	border-color:#e0ab1b;
	background-color:#e0ab1b;
	color: #fff;
	text-decoration: none;
}

.events .foot .btn-outline-success {
	border-color:#fff;
	color:#fff;
}
.events .foot  .btn-outline-success:hover, .events .foot  .btn-outline-success:focus, .events .foot .btn-outline-success:active {
	border-color:#003c72;
	background-color:#003c72;
	color: #fff;
	text-decoration: none;
}

.btn-outline-danger {
	border-color: #dc3545;
	color: #dc3545;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
	border-color:#dc3545;
	background-color: #dc3545;
	color: #fff;
	text-decoration: none;
}

.btn-success {
	border-color:#008EA1; background-color: #008EA1;
	color: #fff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	border-color:#0B6E7B;
	background-color:#0B6E7B;
	color: #fff;
	text-decoration: none;
}

.btn-outline-warning {
	border-color:#352961;
	color:#352961;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active {
	border-color:#352961;
	background-color:#352961;
	color: #fff;
	text-decoration: none;
}
.et-run .fa:before {
content: "\f04c" !important;
}
 
.impact{ list-style:none; margin:0px; padding:0px;}
.impact li{ text-align:center;  box-sizing:border-box; width:25%; float:left; padding:15px;}
.impact li svg{ height:50px; fill:#dc3545;}
.countermain {
	/*background: url(../images/counterbg.jpg) center no-repeat;*/
	padding:20px 0px;
}
.countermain ul.counterno h2.count-title {
	color: #FFF;
	font-size: 2.6em;
	padding: 15px 0px;
	font-weight: 600;
}
.countermain ul.counterno p.count-text i.fa {
	background: #ff742f;
	padding: 5px 11px;
	margin-right: 15px;
}
.countermain ul.counterno p.count-text {
	color: #FFF;
	font-size:1.2em;
}
.events { padding:15px;
	 
}
 
.events ul{
	padding: 0px;
	margin: 0px 0px;
	min-height:369px;
}
.events ul li {
	list-style: none;
	text-align: left; padding: 0px 5px;
}
 .events ul li a{ font-weight:500; display:block; margin-bottom:8px;}
 .events ul li .ndate{display:block; padding:0px 0;margin:0;font-size:.9em; color:#003c72;}
 .events ul li .ndate::before {
    margin-right: 6px;
    content: "\f073";
    color:#c89200;
    font-family: FontAwesome;
    font-size: 14px;
}
.events ul li .dsize{display:block; padding:5px 0;margin:0;font-size:.9em; color: #000;}
 .events ul li .dsize::before {
    margin-right: 6px;
    content: "\f1c1";
    color:#d32f2f;
font-family: FontAwesome;
    font-size: 14px;
}
.events .foot{ padding:10px; margin:0px -15px -15px -15px; background: linear-gradient(to bottom, #23179d 0%,#110f0f 100%);}
.events .owl-pagination{ display:none;}
.events .owl-buttons{ position:absolute; bottom:-41px; right:0px;}
.events .owl-buttons div{ font-size:22px; border-radius:0px !important; width:25px; line-height:25px; margin:0px 2px; opacity:1!important; background-color:rgba(255,255,255,.0)!important; border:2px solid #ffff; color:#fff!important;}
.events .owl-buttons div:hover{ background-color:#003c72 !important; border-color:#003c72; color:#fff!important; }
.ftright {
	width: 100px;
	height: 40px;
	background: #383d41;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.ftright:before {
	border-bottom: 49px solid #383d41;
	border-left: 45px solid transparent;
	content: "";
	height: 0;
	left: -45px;
	position: absolute;
	top: 0px;
	width: 0;
}
.implink ul.brand-items{ padding:0px;}
.implink ul.brand-items li {
	list-style: none;
	padding: 0px 15px;
}
.implink ul.brand-items li img{max-width:100%;border: 1px solid #ddd;padding: 3px 5px;border-radius: 3px;} 
 
.banFxd {
	position: fixed !important;
	width: 100% !important;
	left: 0px;
	right: 0px;
	margin: 0px auto !important;
	z-index: 0 !important;
	top: 0px;
}
.eventcard, .greysection, .eventcard, footer {
	position: relative;
	z-index: 5;
}



.enroll-wrap{background: url(../images/enroll-bg.jpg) !important; padding: 100px 0;}


/********************************
        Choice Css
********************************/
.choice-wrap {
  padding: 60px 0 70px 0;
  text-align: center;
  background: url(../images/choice-bg.jpg) no-repeat top;
  background-size: cover;
}
.choice-wrap .title {
  margin-bottom: 30px;
}
.choice-wrap .title h1 {
  font-size: 48px;
  font-weight: bold;
}

.choice-wrap p {
  color: #000;
  font-size: 14px;
  padding: 0 140px;
}
.callText {
  font-size: 24px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.choice-wrap .readmore{margin-top: 30px;}
.choice-wrap .readmore a {
  background: #ee3131; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 16px;
}
.choice-wrap .readmore a:hover {
  background: #000;
  color: #fff;
}

.phonewrp a:hover {
  color: #ffb607;
}


/*********************************************
        Enroll css
*********************************************/
.enroll-wrap{background: url(../images/enroll-bg.jpg) !important; padding: 100px 0;}
.enroll-wrap .phonewrp img{margin-right: 15px;}
.enroll-wrap .phonewrp a{font-size: 32px !important; color: #fff;}
.enroll-wrap .title{margin-bottom: 15px;}
.enroll-wrap .title h1{color: #fff;}
.enroll-wrap p{font-size: 16px; color: #fff;}




/*********************************************
        Inner page title css
*********************************************/
.innerHeading-wrap {
  padding: 30px 0;
  background: url(../images/inner_title_bg.jpg) no-repeat top;
  background-size: cover;
  text-align: center;
}
.innerHeading-wrap h1 {
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.innerHeading-wrap ul {
  margin: 0px;
}
.innerHeading-wrap ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  margin-top: 5px;
  padding: 0px 4px;
  font-size: 15px;
}
.innerHeading-wrap ul li a {
  color: #fff;
  text-decoration: none;
}


.innerContent-wrap{padding: 80px 0;}
.innerContent-wrap .class-wrap{padding: 0; background: none;}
.innerContent-wrap .class-wrap .class_box{background: #f7f7f7; margin: 15px auto;}



