/*common css*/
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../fonts/MyriadProSemibold.eot');
    src: url('../fonts/MyriadProSemibold.eot') format('embedded-opentype'),
         url('../fonts/MyriadProSemibold.woff2') format('woff2'),
         url('../fonts/MyriadProSemibold.woff') format('woff'),
         url('../fonts/MyriadProSemibold.ttf') format('truetype'),
         url('../fonts/MyriadProSemibold.svg#MyriadProSemibold') format('svg');
}

@font-face {
    font-family: 'proximanovacondsemiboldwebfont';
    src: url('../fonts/proximanovacondsemiboldwebfont.eot');
    src: url('../fonts/proximanovacondsemiboldwebfont.eot') format('embedded-opentype'),
         url('../fonts/proximanovacondsemiboldwebfont.woff2') format('woff2'),
         url('../fonts/proximanovacondsemiboldwebfont.woff') format('woff'),
         url('../fonts/proximanovacondsemiboldwebfont.ttf') format('truetype'),
         url('../fonts/proximanovacondsemiboldwebfont.svg#proximanovacondsemiboldwebfont') format('svg');
}

@font-face {
    font-family: 'proximanovacondregularwebfont';
    src: url('../fonts/proximanovacondregularwebfont.eot');
    src: url('../fonts/proximanovacondregularwebfont.eot') format('embedded-opentype'),
         url('../fonts/proximanovacondregularwebfont.woff2') format('woff2'),
         url('../fonts/proximanovacondregularwebfont.woff') format('woff'),
         url('../fonts/proximanovacondregularwebfont.ttf') format('truetype'),
         url('../fonts/proximanovacondregularwebfont.svg#proximanovacondregularwebfont') format('svg');
}


#h_main a { color: #cb0e0e;}
#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: 20px;}
#h_main h5 { font-size: 18px;}
#h_main h6 {font-size: 17px;}
/*===heading ends//===*/
@media( min-width:1280px) {
    #h_main .container { max-width: 1350px !important;}
}

/*===topbar starts===*/
#h_main .topbar {background-color:#0e2f50; 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: 8px 0;}
#h_main .right-align {text-align: right;}
#h_main #top-nav { position: relative; z-index: 1;}
#h_main #top-nav .container {background-color: #cb0e0e; 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: #cb0e0e; 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( 215, 0, 0, 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: #0e2f50;}
#h_main .navbar-toggler,#h_main .navbar-toggler:focus  { border: none; box-shadow: none; outline: none;}
#h_main .navbar-toggler-icon { background: url(../images/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: #0e2f50; 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(../images/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(../images/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: #0e2f50; margin-bottom: 10px;}
#h_main .heading h2 { border-bottom: 1px solid #0e2f50; 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: 16px; text-transform: uppercase; font-weight: 600; border: 1px solid #0e2f50; padding: 10px 20px; display: inline-block; margin-top: 20px; color: #0e2f50;}
#h_main .btn:hover { background: #0e2f50; 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: #0e2f50; 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:50px 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: #0e2f50;}
/*===features section ends//===*/

/*===counter section starts===*/
#h_main #counter-section { background: url(../images/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(../images/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(../images/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: #0e2f50;}
#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(../images/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(../images/events-arrow-left.png) no-repeat; width: 22px; height: 15px; opacity: 1;}
#h_main #events-slider .carousel-control-next-icon { background: url(../images/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:#0e2f50;}
#h_main #events-slider a.rlink:hover {color: #c81010;}
#h_main #events-slider a.rlink::after { content: url(../images/double-arrow-blue.png); margin-left: 5px; }
#h_main .announcement  { max-width: 425px; float: right; position: relative;}
#h_main .announce-heading {background: url(../images/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 80px 0;}
#h_main #campus-section .heading { margin-bottom: 50px;}
/*===campus section ends//===*/

/*===footer starts===*/
#h_main footer { background: url(../images/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: rgba(18, 40, 59, 0.73); 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.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(../images/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(../images/footermap-icon.png) no-repeat left 3px;}
#h_main footer .footer-block.f-contact li.phone { background: url(../images/footer-phone-icon.png) no-repeat left 3px;}
#h_main footer .footer-block.f-contact li.fax { background: url(../images/footer-fax-icon.png) no-repeat left 3px;}
#h_main footer .footer-block.f-contact li.email { background: url(../images/footer-email-icon.png) no-repeat left 0px;}
#h_main #pre-footer { background: #cb0e0e; color: #fff; text-align: center; 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: 50%; float: left;}
    #h_main footer .footer-block { padding: 20px 0;}
    #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;}
}

