/*
 Theme Name: ExellarTech
 Author: ExellarTech
 Version: 1.0
*/


/* RESETS */

* {
    box-sizing: border-box;
}
html {
    scroll-padding-top: 60px;
}
html, body {
    margin:0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    font-family: 'Gordita-Regular' !important;
    font-size: 20px;
    color: #000;
    overflow-x: hidden;
}
a:focus,
button:focus {
    outline: none;
}
a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}
p {
    color: #000;
    font-size: 18px;
    margin: 0;
    line-height: 26px;
}
ul {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 25px;
}
img {
    display: block;
    height: auto;
}
::selection {
    background: #ae152d;
    color: #fff;
}

/* BASICS STYLES */
.reset {
    font-size: 0;
    list-style-type: none;
    padding: 0;
}
.clear {
    clear: both;
}
.container {
    width: 1260px !important;
    max-width: 96%;
    margin: 0 auto;
}
.widget,
.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* ScrollBar */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* button */
::-webkit-scrollbar-button {
    background: #ae152d;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ae152d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #666;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
    background: #000;
}

/* Corner */
::-webkit-scrollbar-corner {
    background: #fff;
}

/* Resizer */
::-webkit-resizer {
    background: #fff;
}

/* FONTS */

@font-face {
  font-family: "volte-regular";
  src: url("https://cnlu.ac.in/wp-content/themes/elementdecor/fonts/Volte-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
    font-family: "volte-medium";
    src: url("https://cnlu.ac.in/wp-content/themes/ExellarTech-Theme/fonts/Volte-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "volte-semibold";
    src: url("https://cnlu.ac.in/wp-content/themes/ExellarTech-Theme/fonts/Volte-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "volte-bold";
    src: url("https://cnlu.ac.in/wp-content/themes/ExellarTech-Theme/fonts/Volte-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "Gordita-Regular";
    src: url("https://cnlu.ac.in/wp-content/themes/ExellarTech-Theme/fonts/Gordita Regular.woff") format("truetype");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Gordita-Bold";
    src: url("https://cnlu.ac.in/wp-content/themes/ExellarTech-Theme/fonts/Gordita Bold.woff") format("truetype");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "Gordita-Black-Italic";
    src: url("https://cnlu.ac.in/wp-content/themes/ExellarTech-Theme/fonts/Gordita Bold.woff") format("truetype");
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gordita-Light";
    src: url("https://cnlu.ac.in/wp-content/themes/ExellarTech-Theme/fonts/Gordita Light.woff") format("truetype");
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gordita Light Italic";
    src: url("https://cnlu.ac.in/wp-content/themes/ExellarTech-Theme/fonts/Gordita Light Italic.woff") format("truetype");
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gordita Medium";
    src: url("https://cnlu.ac.in/wp-content/themes/ExellarTech-Theme/fonts/Gordita Medium.woff") format("truetype");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Gordita Medium Italic";
    src: url("https://cnlu.ac.in/wp-content/themes/ExellarTech-Theme/fonts/Gordita Medium Italic.woff") format("truetype");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Gordita Medium Italic";
    src: url("https://cnlu.ac.in/wp-content/themes/ExellarTech-Theme/fonts/Gordita Medium Italic.woff") format("truetype");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Butler";
    src: url("https://cnlu.ac.in/wp-content/themes/ExellarTech-Theme/fonts/Butler.woff") format("truetype");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("https://cnlu.ac.in/wp-content/themes/ExellarTech-Theme/fonts/glyphicons-halflings-regular.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
}

/* Fixed Header */

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    animation: smoothScroll 1s forwards;
    z-index: 9999 !important;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
header.fixed {
    background: #fff;
    padding: 0 0 0px 0;
    box-shadow: 0px -8px 12px 1px #000000b5;
}

/*GENERAL */

.text-center {
    text-align: center;
}

/* Mobile Header */
.header-mobile-menu {
    display: none;
}

/*HOME BANNER */
.home-banner-sec {
    height: 75vh;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.events-pdf-sec {
    background-color: #F5F5F5;
    padding: 54px;
}
.treads-sec {
    float: left;
    width: 50%;
    position: relative;
}
.evnets-sec {
    float: right;
    width: 50%;
    position: relative;
}
.treads-sec a.view-btn {
    position: absolute;
    top: 14px;
    right:  60px;
    background-color: #ae152d;
    color: #fff;
    padding: 17px 23px;
}
.treads-sec a.view-btn:after {
    content: "\f178";
    font-family: 'FontAwesome';
    padding-left: 8px;
}
.evnets-sec  a.view-btn {
    position: absolute;
    top: 14px;
    right: 60px;
    background-color: #ae152d;
    color: #fff;
    padding: 17px 23px;
}
.evnets-sec  a.view-btn:after {
    content: "\f178";
    font-family: 'FontAwesome';
    padding-left: 8px;
}
.treads-sec ul.trade-inner {
    list-style: none;
    margin-top: 41px;
    width: 90%;
    overflow: auto;
    overflow-y: scroll;
    height: 500px;
}
.treads-sec ul li {
    padding: 14px;
    margin-bottom: 19px;
    background: #fff;
}
.evnets-sec  ul.event-inner {
    list-style: none;
    margin-top: 41px;
    width: 90%;
    overflow: auto;
    overflow-y: scroll;
    height: 500px;
}
.evnets-sec  ul li {
    padding: 14px;
    margin-bottom: 19px;
    background: #fff;
}
.treads-sec ul.trade-inner li .trades-date:before {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 6px;
    height: 2px;
    background: #ccc;
    width: 4%;
    margin-left: 0px;
}
.trades-date {
    padding-left: 30px;
    position: relative;
}
.evnets-sec ul.event-inner li .events-date:before {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 6px;
    height: 2px;
    background: #ccc;
    width: 4%;
    margin-left: 0px;
}
.events-date {
    padding-left: 30px;
    position: relative;
}
.treads-sec ul.trade-inner a:hover {
    color: #ae152d;
}
.evnets-sec ul.event-inner a:hover {
    color: #ae152d;
}
span.cat-name {
    display: block;
    color: #9b9b9b;
}
span.cat-name:hover {
    color: #ae152d;
}
.vc-rg-detail-sec ul.vc-rg-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    list-style: none;
    
}
.cont-img-sec img {
    width: 100%;
    webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.vc-rg-detail-sec {
    padding: 52px;
    margin: 56px auto;
}
.msg-blk {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    padding-bottom: 10px;
}
.msg-blk:hover img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.cont-sec {
    position: relative;
    bottom: 0;
    left: 0;
    top: -76px;
    right: 0;
    z-index: 1;
    padding: 17px 30px 25px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 5%);
    background: #fff;
    margin: 0px 15px 0 15px;
    max-width: 100%;
}
.cont-sec h2 {
    margin-bottom: 15px;
}
.cont-sec span {
    font-weight: 700;
    font-size: 16px;
    font-family: 'Gordita-bold';
}
.msg-blk:hover .cont-sec h2 {
    color: #ae152d;
}
.content-cnlu {
    float: left;
    width: 50%;
}
.img-cnlu {
    float: right;
    width: 50%;
}
.cnlu-detail-sec {
    background-color: #F5F5F5;
}
/* Enquire */

form .hide {
    display: none !important;
}

/* Woocommerce */

.woocommerce-info {
    border-top-color: #013162;
}
.woocommerce-info::before {
    color: #013162;
}

/* 404 */

.no-page-found {
    margin: 40px 0;
    text-align: center;
}
.no-page-found p {
    margin-bottom: 10px;
}
.no-page-found a {
    background: #013162;
    color: #fff;
    padding: 12px 15px;
    display: inline-block;
}
/*---header---*/
.site-header {
    position: relative;
    z-index: 4; background: #007bff;
}
/*.page-header-inner.held {*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*}*/
.header-logo img {
    /*width: 604px;*/     width: 1000px;
    margin: 15px 0px;
    padding: 0 !important;
}
.header-menu {
    background-color: #ae152d;
    padding: 7px 0px;
}
.header-menu ul li a {
    font-size: 14px ;
    font-weight: 700 !important;
    line-height: 25px !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu {
    margin-top: 7px;
}
.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu > li#mega-menu-item-1006 ul.mega-sub-menu li#mega-menu-item-825 ul.mega-sub-menu {
    width: 433px !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 12px !important;
    border-bottom: 0px solid rgba(150,150,150,0.15);
    padding: 1px 8px;
    min-width: 200px;
    max-width: 422px;
    text-decoration: none;
    color: #666;
    text-transform: capitalize;
    margin: 0;
    font-weight: 300;
    font-style: normal;
}
.header-menu ul {
    list-style: none;
    direction: ltr;
    margin: 0;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header-menu ul li {
    padding: 0px 20px;
}
.header-menu .mega-sub-menu li.mega-menu-item {
    padding: 2px 6px 7px 9px !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #e7d449 !important;
}
.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 4px;
    width: 0;
    border-bottom: 2px solid #e7d449;
    display: block !important;
    transition: 0.5s;
}
.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a:hover:after,
.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-current-menu-item > a:hover:after{
   width: 85%;
    transition: 0.5s;
    left: 8px;
    right: auto;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 214px !important;
    max-width: none;
    border: 0;
    background: #f1f1f1;
    border-radius: 0;
    margin-top: 7px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li#mega-menu-item-1241 ul.mega-sub-menu {
    overflow-y: scroll;
    max-height: 400px;
    overflow-x: hidden;
}
/*.header-menu .mega-sub-menu ul>li>a {*/
/*    color: #fff !important;*/
/*}*/
.header-menu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #ddd0 !important;
    color: #ae152d;
}
/*.divider {*/
/*    margin-top: 160px;*/
/*}*/
.notice-sec marquee p, .notice-sec marquee img, .notice-sec marquee a {
    display: inline-block;
    /*margin-top: 155px;*/
}
.notice-sec {
    background-color: #e7d449;
    padding-top: 7px;
}
/*-----footer------*/
.footer-sec {
   position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(https://cnlu.ac.in/wp-content/uploads/2022/06/fotter-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 0px 33px 0px;

}
.footer-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex: 100%;
}
.footer-top-logo-sec {
    width: 33%;
}
.footer-top-logo-sec p {
    margin-top: 27px;
    width: 80%;
    font-size: 14px;
    line-height: 30px;
    color: #ABABAB;
}
.footer-menu-1 h4,
.footer-menu-2 h4,
.footer-menu-3 h4,
.footer-menu-4 h4 {
    color: #fff;
    margin-bottom: 10px;
}
.footer-menu-1 a,
.footer-menu-2 a,
.footer-menu-3 a{
    color: #ABABAB;
    line-height: 37px;
    font-family: 'Gordita Medium';
}
.footer-menu-1 a:hover,
.footer-menu-2 a:hover,
.footer-menu-3 a:hover {
    color: #fff;
}
.footer-menu-4 p {
    color: #ABABAB;
}
.footer-menu-1 ul {
    list-style: none;
}
.footer-menu-4 {
    width: 24%;
    margin-left: 24px;
}
.footer-menu-4 ul{
    list-style: none;
}
.footer-menu-2 ul {
    list-style: none;
}
.footer-menu-3 {
    width: 13%;
}
.footer-menu-3 ul {
    list-style: none;
}
.footer-menu-4 span {
    color: #ABABAB;
    line-height: 34px;
    font-family: 'Gordita Medium';
}
.footer-menu-4 i.link-icon {
    color: #fff;
    font-size: 24px;
    margin-top: 6px;
}
.footer-extreme-bottom p.footer-lft-bottom {
    float: left;
    width: 55%;
    margin-top: 32px;
    color: #ababab;
    font-size: 16px;
}
.footer-extreme-bottom span {
    color: #fff;
}
.footer-extreme-bottom a.footer-rgt-bottom {
    position: absolute;
    right: 28px;
    bottom: 0;
    top: 0;
    display: flex;
}
.footer-extreme-bottom a.footer-rgt-bottom img.fly-logo {
   width: 41px !important;
    height: 41px;
    margin-top: -11px;
}
/*-----contact------*/
.contact-header {
    text-align: center;
}
.header-divider:before {
    display: inline-block;
    content: "";
    width: 66px;
    height: 3px;
    background: #ae152d;
}
.contact-detail {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 100px;
    list-style: none;
    margin: 56px auto;
}
.contact-inner-detail .img-sec {
    float: left;
    width: 30%;
}
.contact-inner-detail .img-sec img {
    width: 36%;
    margin-left: 48px;
}
.contact-inner-detail .img-sec img {
    width: 36%;
    margin-left: 48px;
    margin-top: -5px;
}
.detail-sec {
    float: right;
    width: 70%;
}
.detail-sec span {
    font-weight: 700;
    font-size: 24px;
}
.detail-sec .add-sec {
    margin-top: 12px;
}
.detail-sec .heading-color a:hover {
    color: #AE152D;
}
.detail-sec .heading-color a {
   font-size: 16px;
    color: #000 !important;
}
.form-header {
    text-align: center;
}
.contact-form {
    margin:0px auto;
}

/*---nirf----*/
.logo-sec-nirf {
    float: left;
    width: 40%;
}

.nirf-detail {
    float: right;
    width: 60%;
    margin: 47px auto;
}
.nirf-para p {
    font-family: Gordita-Regular !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875em;
    color: #696969;
    margin-top: 14px;
}
.nirf-para h4 {
    margin-top: 18px;
}
.nirf-para a:hover {
    color: #ae152d;
}
.nirf-header {
    text-align: center;
    background-image: url(https://cnlu.ac.in/wp-content/uploads/2022/06/CNLU-Inner-Header-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 116px;
    color: #fff;
}
/*-----Organization----*/
.header-org {
    text-align: center;
    padding: 116px;
    color: #fff;
}
.org-sec{
    background-image: url(https://cnlu.ac.in/wp-content/uploads/2022/06/Organization.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.org-sec:before {
    content: "";
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.breadcumb ul {
    list-style: none;
    display: flex;
}
.breadcumb ul li a {
    color: #ccc;
    font-weight: 700;
    font-family: 'Gordita-bold';
}
.breadcumb #a-link1 a:after,
.breadcumb #a-link2 a:after {
    color: #ccc;
    content: "/";
    padding: 0 11px;
    font-weight: 700;
}
.org-lft-detail-sec {
    float: left;
    width: 30%;
}
.org-detail-sec {
    margin: 50px auto;
}
.org-rgt-detail-sec {
    float: right;
    width: 60%;
}
.org-lft-detail-sec img {
   width: 100%;
    margin-top: 20px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #c2bebe;
}
.breadcrumb-new .entry-breadcrumbs {
    text-align: left !important;
    color: #fff;
    font-weight: lighter;
}
.breadcrumb-new .catch-breadcrumb .entry-breadcrumbs a, .catch-breadcrumb a {
    color: #fff;
    font-weight: lighter;
}
.breadcrumb-sec {
    background-color: #00000036 !important;
    padding: 18px;
}
.breadcrumb-new .breadcrumb {
    padding: 0;
    background-color: #f5f5f500;
}
.cam-life .left-cel {
    position: relative;
}
.cam-life aside img {
    position: absolute;
    z-index: 15;
    right: 21px;
}
.title-divider {
    border: 2px solid #ae152d;
    width: 100px;
    margin-top: 18px;
}
.cl-sec.abt-sec .left-cel {
    padding-top: 3%;
    z-index: 5555;
    position: relative;
}
.abt-sec ol li {
    line-height: 32px;
    font-size: 16px;
    color: #696969;
}
.abt-sec img.linkdin-img {
    max-width: 100%;
    height: auto;
    width: 23px !important;
    padding-top: 18px;
    padding-right: 3px;
}
.abt-sec .left-side {
    width: 25% !important;
}
.abt-sec .right-side {
    width: 75%;
}
.abt-sec .left-side h3 {
    font-size: 37px;
    line-height: 1.3em;
}
.testimonial-main-content .image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 22px;
}
.testimonial-item {
    padding: 30px 30px 33px 40px;
    position: relative;
}
.testimonial-item:hover {
    background: #f8f8f8;
}
.testimonial-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    opacity: 0;
    background: #ae152d;
    visibility: hidden;
}
.testimonial-item:hover:after{
    opacity: 1;
    visibility: visible;
}
.testimonial-main-content .info h6 {
    font-size: 18px;
    font-family: 'Gordita-Bold';
}
.testimonial-main-content .info h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    font-family: 'Gordita-Bold';
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li#mega-menu-item-37 ul.mega-sub-menu {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 400px !important;
}
.mega-current_page_item a {
    color: #e7d449 !important;
}
.header-menu ul.mega-sub-menu .mega-current_page_item a {
    color: #ae152d !important;
}
.slick-gallery .slide a img {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.slick-gallery .slide a:hover .image .overlay {
  opacity: 1;
}
.slick span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  transition: all 0.3s ease-out 0s;
  background: #ff4880;
  color: #fff;
  border-color: #ff4880;
  opacity: 0.5;
}

.slick span:hover {
  opacity: 1;
}

.slick .slick-next {
  right: 0;
  z-index: 10000;
}

.slick .slick-prev {
  left: 0;
  z-index: 10000;
}
ul#menu-footer-menu-2 {
    width: 90%;
}
ul#menu-footer-menu-1 {
    width: 100%;
    margin-right: 20px;
}
.notification-sec .notification-in h3.news-title {
    display: flex;
}

.notification-sec .btn-blk {
    width:30% !important;
    float: left;
    text-align: right;
}
.notification-sec .heading h3 {
    width: 70% !important;
    float: left;
    font-size: 30px;
}
.notification-sec .notification-in .notify-box h4.news-title {
    font-size: 16px;
    color: #000;
    line-height: 26px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    margin: 2px 0 0 6px !important;
}


.teacher-in-blk{width: 340px;
    max-width: 100%;
    border-radius: 0;
    border: 2px solid var(--unicamp-color-box-white-border);
    background: var(--unicamp-color-box-white-background);
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    padding: 10px;
    margin: 0;
    overflow: visible;
}

.teacher-in-blk img{ 
    background:#f2f2f2; 
    margin-bottom:10px; 
}
.form-submit p {
    text-align: center;
}
.form-submit {
    display: inline-block;
    position: relative;
    margin-left: 18px;
}
.form-submit span.fa.fa-long-arrow-right {
    position: absolute;
    right: 86px;
    bottom: 15px;
    color: #fff;
}
.sub-form {
    padding: 12px 53px 12px 17px;
    color: #fff;
    border-color: #ae152d !important;
    background-color: #ae152d !important;
}
input[type=radio] {
    display: none;
}
.faculty-cate li.sf-field-taxonomy-faculty-category ul {
    display: flex;
    margin: 0 auto;
    padding: 8px 44px;
    background: #f9f9f9;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.faculty-cate li.sf-field-taxonomy-faculty-category ul li {
    margin-right: 33px;
}
.faculty-cate li.sf-field-search {
    display: inline-block !important;
    width: 30%;
    margin-left: 195px;
}
.faculty-cate li.sf-field-tag {
    display: inline-block !important;
    width: 20%;
}
.faculty-cate li.sf-field-submit {
    display: inline-block !important;
    width: 20%;
}
.faculty-cate li.sf-field-search input.sf-input-text {
    margin-left: 12px;
    width: 355px;
}
.faculty-cate li.sf-field-tag select.sf-input-select {
    padding-left: 15px;
    margin-left: 12px;
    width: 90%;
}
.faculty-cate li.sf-field-submit input {
    width: 219px;
    border: 1px solid #9d2235;
    background: #9d2235;
    color: #fff;
    padding: 12px;
    min-height: 52px;
    margin-left: 11px;
}
.faculty-cate li.sf-field-search, .faculty-cate li.sf-field-submit, .faculty-cate li.sf-field-tag {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin-bottom: 23px;
}
.faculty-cate li.sf-field-submit input:hover {
    background: #fff;
    color: #9d2235;
}
.faculty-cate {
    width: 100%;
    
}
.faculty-bar {
    width: 100%;
    float: right;
    margin-bottom: 28px;
}
.faculty-bar ul {
    display: flex !important;
    align-content: center;
    margin: 0 auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: 70%;
    padding: 0 10px;
}
.faculty-bar li.sf-field-search input {
    width: 400px;
    padding: 14px;
    margin-right: 15px;
}
.faculty-bar li.sf-field-submit input {
    width: 219px;
    border: 1px solid #9d2235;
    background: #9d2235;
    color: #fff;
    padding: 12px;
    min-height: 52px;
    margin-left: 11px;
}
.faculty-cate label.sf-label-radio {
    list-style: none;
    color: #000;
    padding: 5px 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Gordita Medium';
}
.faculty-cate label.sf-label-radio:hover {
    color: #e7ab10;
    border-bottom: 2px solid #e7ab10;
}
.faculty-cate li.sf-option-active label {
    color: #e7ab10 !important;
    border-bottom: 2px solid #e7ab10;
    font-weight: bold;
}
.tab_content ul.tick-list-style {
    list-style: none;
}
.notification-sec .notification-in .notify-box h3 {
  margin: 0;
}
.noticiation-date {
    font-size: 16px;
    margin-top: 40px;
    font-weight: 600;
    color: #9b9b9b;
    padding: 0 0 0px 26px;
    margin-bottom: 10px;
    position: relative;
}
.notification-sec .notification-in .notify-box h3 a {
  display: block;
  text-decoration: none;
  width: 100%;
}
.noticiation-date:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #ccc;
}
.exam-noti .searchandfilter .noticiation-date {
    display: none !important;
}
.notification-sec .notification-in .notify-box h3.link-url a {
    color: #007bff !important;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
}
.notification-sec .notification-in .notify-box {
    background: #fff;
    padding: 10px;
    position: relative !important;
}


body.postid-5308 ol {
    margin: 0;
    padding: 0 0 0 20px;
}
body.postid-5308  ol li{    line-height: 30px;
    font-family: 'Gordita Light';
    font-size:22px;
    font-weight: 700; margin:0 0 10px 0}
    
.footer-menu-1 h4, .footer-menu-2 h4, .footer-menu-3 h4, .footer-menu-4 h4 {
    font-family: Butler;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}    
.footer-menu-4 p{
    margin-top: 27px;
    width: 80%;
    font-size: 14px;
    line-height: 30px;
    color: #ABABAB;
}    

.footer-menu-4 .fa-linkedin-square{    font: normal normal normal 14px/1 FontAwesome;     font-size: 22px;
    color: #fff;}
/* RESPONSIVE CSS */

/*----------------------------- Large Screens -------------------------------*/


@media only screen and (max-width :1700px) and (min-width: 1367px) {
    
    
    
}

@media only screen and (max-width :1366px) and (min-width: 1281px) {
   
}

/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1280px) and (min-width: 1101px) {
    
}

/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){
    
}


/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){
    
    /* Mobile Header */
    
    .header-mobile-menu {
        display: block;
        position: absolute;
        right: 20px;
        top: 45px;
    }
    .header-mobile-menu ul {
        width: 30px;
        height: 16px;
        cursor: pointer;
    }
    .header-mobile-menu .toggle ul li {
        list-style: none;
        position: absolute;
        background: #013162;
        width: 100%;
        height: 3px;
        transform: translateY(-50%);
        transition: .3s;
    }
    .header-mobile-menu .toggle ul li:nth-of-type(1) {
        top: 20%;
    }
    .header-mobile-menu .toggle ul li:nth-of-type(2) {
        top: 50%;
    }
    .header-mobile-menu .toggle ul li:nth-of-type(3),
    .header-mobile-menu .toggle ul li:nth-of-type(4) {
        width: 50%;
        top: 80%;
    }
    .header-mobile-menu .toggle ul li:nth-of-type(1),
    .header-mobile-menu .toggle ul li:nth-of-type(2),
    .header-mobile-menu .toggle ul li:nth-of-type(3) {
        left: 0;
    }
    .header-mobile-menu .toggle ul li:nth-of-type(4) {
        right: 0;
    }
    .header-mobile-menu .toggle ul.active li:nth-of-type(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    .header-mobile-menu .toggle ul.active li:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }
    .header-mobile-menu .toggle ul.active li:nth-of-type(3) {
        left: -50%;
        opacity: 0;
    }
    .header-mobile-menu .toggle ul.active li:nth-of-type(4) {
        right: -50%;
        opacity: 0;
    }
    .header-mobile-menu .slide-menu {
        transform: translateX(-999px);
        transition: transform 0.5s;
    }
    .slide-menu.slide-out-menu {
        transform: translateX(0);
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 400px;
        background: #013162;
        z-index: 9999;
        padding: 40px 0 0 30px;
        transition: transform 0.5s;
        box-shadow: 5px 0px 11px -8px #000;
    }
    .header-mobile-menu .slide-out-menu ul {
        width: auto;
        height: auto;
        display: block;
        cursor: inherit;
    }
    .header-mobile-menu ul li,
    .header-mobile-menu ul li a {
        display: none;
        width: 100%;
        float: none;
    }
    .header-mobile-menu .toggle li {
        display: block !important;
    }
    .header-mobile-menu .slide-out-menu ul li,
    .header-mobile-menu .slide-out-menu ul li a {
        display: block;
        color: #fff;
    }
    .header-mobile-menu ul li a {
        width: 82%;
    }
    .header-mobile-menu  ul li {
        margin-bottom: 16px;
    }
    .header-mobile-menu ul li a {
        font-size: 22px;
    }
    .header-mobile-menu ul li a::before {
        display: none;
    }
    .header-mobile-menu .slide-out-menu ul.sub-menu {
        margin: 20px 0 25px 10px;
        display: none;
    }
    .header-mobile-menu .slide-out-menu ul li.active ul {
        display: block;
    }
    .header-mobile-menu .slide-out-menu ul li.menu-item-has-children {
        position: relative;
    }
    .header-mobile-menu .slide-out-menu ul li.menu-item-has-children::after {
        position: absolute;
        content: '';
        right: 30px;
        top: 0;
        background-image: url('https://celebratedeals.in/clients/project-name/wp-content/uploads/2021/12/down-chevron-2.png');
        background-repeat: no-repeat;
        width: 26px;
        height: 26px;
        background-size: contain;
    }
    .header-mobile-menu .slide-out-menu ul li.active::after {
        transform: rotate(180deg);
        top: -10px;
    }
.blocks-sec aside .content-blk img{margin: auto;}
.footer-content {display: block;}


}
@media only screen and (max-width:800px){
.blocks-sec aside .content-blk .discrp {min-height: auto;}
}
/*----------------------------- Media 480 -------------------------------*/
@media only screen and (max-width:767px){
    .footer-content {
    width: 100%;
    display: block;
    }
    .footer-top-logo-sec {
    width: 100%;
    }
    .footer-menu-4 {
    width: 100%;
    margin-left: 0;
    }
    .footer-extreme-bottom p.footer-lft-bottom {
    width: 100%;
    margin-top: 32px;
    color: #ababab;
    font-size: 14px;
    }
    .footer-extreme-bottom a.footer-rgt-bottom {
    position: unset;
    width: 100%;
    display: flex;
    padding-left: 89px;
    }
    .footer-extreme-bottom a.footer-rgt-bottom span {
    color: #ABABAB;
    font-size: 14px;
    }
    #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu {
    background: #b55968;
    overflow-y: scroll;
    height: 100%;
    max-height: 550px;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: '+' !important;
    font-size: 17px;
    font-weight: 900;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: '-' !important;
    padding-left: 6px;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
    border-top: 1px solid #444;
  
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: right;
    border-left: 1px solid #444;
    padding-left: 9px;
    padding-right: 6px;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    background: #333!important;
    color: #fff;
    border-bottom: 1px solid #fff;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #fff;
    background: #b55968;
    }
    .header-moblie-menu #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
    width: 100% !important;
    max-width: none;
    border: 0;
    background: #f1f1f1;
    border-radius: 0;
    position: unset;
    }
    .cam-life aside img {
    position: inherit;
    z-index: 0;
    right: 0px;
    bottom: 0;
    top: 0;
    left: 0;
    }
    .abt-sec ol {
    width: 100%;
    padding: 21px;
    }
    .abt-sec .left-side {
    width: 100% !important;
    }
    .search-bar .searchandfilter ul {
    display: block !important;
    }
    .search-bar input.sf-input-text {
    width: 318px !important;
    }
    .button {
    width: 40px;
    height: 40px;
     position: inherit !important;
    right: 0;
    top: 5px;
    cursor: pointer;
    z-index: 12399994;
    }
    .header-moblie-menu #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open {
    top: -67px !important;
    }
    .form-submit {
    margin-left: 0px;
    }
    .form-submit span.fa.fa-long-arrow-right {
    position: absolute;
    right: 78px;
    top: 47px;
    bottom: 15px;
    color: #fff;
    z-index: 99999999;
    }
    .sub-form {
    padding: 12px 99px 35px 17px;
    color: #fff;
    border-color: #ae152d !important;
    background-color: #ae152d !important;
    }
    .abt-sec .left-cel {
    width: 100% !important;
    }
    .header-logo {
    width: 80% !important;
    }
    .header-moblie-menu #mega-menu-wrap-header-menu .mega-menu-toggle {
    width: 25%;
    position: absolute;
    top: -64px !important;
    right: 0 !IMPORTANT;
    left: 329px !important;
    }
    .search-bar li.sf-field-sort_order {
    width: 70% !important;
    }

}


/*----------------------------- Media 320 -------------------------------*/
@media only screen and (max-width:479px){
   .header-moblie-menu #mega-menu-wrap-header-menu .mega-menu-toggle {
    width: 12%;
    position: absolute;
    top: -61px !important;
    right: 0px;
    left: 276px !important;
    }
    .header-logo {
        width: 90% !important;
    }
    .cam-life aside img {
    position: inherit;
    z-index: 0;
    right: 0px;
    bottom: 0;
    top: 0;
    left: 0;
    }
    .search-bar input.sf-input-text {
    width: 100% !important;
    }
    .header-moblie-menu #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open {
    top:  -50px !important;
    }
    .notice-sec {
    padding-top: 12px;
    }
    .blocks-sec aside .content-blk img {
    margin: 0 auto;
    }
    .blocks2-sec .client-block img {
    padding: 0 !important;
    }
    .form-submit span.fa.fa-long-arrow-right {
    position: absolute;
    right: 78px;
    top: 47px;
    bottom: 15px;
    color: #fff;
    z-index: 99999999;
    }
    .sub-form {
    padding: 12px 99px 35px 17px;
    color: #fff;
    border-color: #ae152d !important;
    background-color: #ae152d !important;
    }
    .abt-sec .ryt-cel.line-lyf:before {
    left: -3%;
    top: -10px;
    }
    .abt-sec .left-cel {
    width: 100% !important;
    }
    li.sf-field-sort_order {
        width: 78% !important;
    }
}
















