:root {
    --bs-text-dark: #111111;
    --bs-theme-pink: #e0181e;
    --bs-sky: #3092dd;
    --bs-mid-yellow: #f7a300;
    --bs-very-yellow: #ffb900;
    --bs-off-white: #fef4ed;
    --bs-deep-gray: #282828;
}

@font-face {
    font-family: 'GoogleSans';
    src: url('../fonts/buenosairesweb-regular.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans';
    src: url('../fonts/buenosairesweb-semibold.woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoogleSans';
    src: url('../fonts/buenosairesweb-bold.woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat-Regular.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body, html {
 overflow-x:hidden;
}
body {
    font-family:'GoogleSans'!important;
    width:100%;
}
ol li, ul li {
    list-style:none;
}
a {
    text-decoration:none;
    transition: all .3s ease-in-out;    
}
a:focus, a:hover {
 outline:0;
}
button, input, select, textarea {
    border:0;
    transition: all .3s ease-in-out;
}
a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline:0;
    -webkit-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}
.spacer {
	margin-right: 20px;
	height: 75px;
	width: 1px;
	background: var(--bs-border-color);
}
.header-top li {
    font-size: 16px;
    margin-left: 15px;
}
.header-top li a {
    color: var(--bs-text-dark);
    text-decoration: none;
    font-size: 16px;
}
.side-call {
	display: flex;
	background-image: linear-gradient(to bottom, #9A0000 50%, #9A0000 50%);
	padding: 8px 32px 8px 10px;
	border-radius: 28px;
    text-decoration: none;
    margin-left: 30px;
	transition: all 0.3s ease-in-out;    
}
.side-call:hover {
	opacity: .7; 
}
.call-icon {
	margin-right: 10px;
}
.need-help {
	margin-top: 2px;
}
.need-help span {
	font-size: 12px;
    font-weight: 600;
	font-family: 'GoogleSans';    
	color: var(--bs-white);
    text-align: left;
}
.need-help h6 {
	font-size: 20px;
	color: var(--bs-white);
	font-weight: 700;
	font-family: 'GoogleSans';    
	margin-top: -5px;
    margin-bottom: 0;
    text-decoration: none;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-toggler i {
	color: var(--bs-text-dark);
    font-size: 23px;
}
/*.main-header .fixed-top {
    top: 110px;
}*/ 
.main-header-new .fixed-top {
    top: 110px;
} 
.navbar-expand-lg .navbar-nav {
	gap: 20px;
}
.navbar-nav li a {
	font-weight: 600;
    color: var(--bs-text-dark);
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .455em;
	vertical-align: .155em;
	content: "\f078";
    border: 0;
	font-family: "Font Awesome 6 Free";
    font-size: 10px;
    transition: all .2s ease-in-out;
}
.program_btn .dropdown:hover > .program-dropdown-btn, .nav-links.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu {
	min-width: 270px;
    padding: 0;
}
.dropdown-menu a.dropdown-item {
	padding: 12px;
}
.dropdown-menu li {
	position: relative;
	width: 100%;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}
.nav-item:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}
.dropdown-menu a.dropdown-item:hover {
	background: var(--bs-theme-pink);
    color: var(--bs-white);
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
.dropdown-menu .dropdown-menu.dropdown-submenu {
	height: 318px;
	overflow-y: auto;
	scrollbar-width: thin;
	min-width: 208px;
}
.dropdown-menu .dropdown-menu.dropdown-submenu {
	padding: 20px;
}
.dropdown-menu .dropdown-menu.dropdown-submenu li {
	/* border: 1px solid var(--bs-theme-pink); */
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
}
.dropdown-gradute-content h6 {
  margin-bottom: 0;
  line-height: 16px;
}
.dropdown-menu a.dropdown-item p {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0;
	white-space: break-spaces;
}
.dropdown-gradute-content ul li {
	border: none !important;
	font-size: 14px;
	margin-bottom: 0 !important;
}
/***** FOOTER STYLING ******/
footer {
    background: var(--bs-deep-gray);
    padding: 30px 0;
}
.footer-block {
    margin-bottom: 40px;
}
.footer-block h6 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: var(--bs-white);    
    text-transform: uppercase;
}
.col-count {
    column-count: 2;
}
.footer-block ul {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}
.footer-block ul li, .copy-r {
    font-size: 12px;
    line-height: 24px;
    font-family: 'GoogleSans';    
    color: var(--bs-white);
}
.footer-block ul li.para-only {
    line-height: 16px;
}
.footer-block ul li a {
    text-decoration: none;
    color: var(--bs-white);
}
.footer-block ul li a:hover {
    text-decoration: underline;
}
.footer-block.address ul li {
    line-height: 16px;
}
.text-yellow {
    color: var(--bs-very-yellow)!important;
}
.footer-logos {
    margin-top: 30px;
    margin-bottom: 50px;
}
.bottom-footer {
    border-top: 1px solid rgba(168,168,168,.1);
    padding: 8px 0;
}
.social-media ul {
    padding-left: 0;
    margin-bottom: 0;
}
.social-media ul li {
	list-style-type: none;
	padding: 0 8px;
	display: inline-flex;
}
.social-media ul li a {
	color: var(--bs-white);
	font-size: 14px;
	line-height: 18px;
}
.social-media ul li a i {
    vertical-align: middle;
    transition: all .3s ease-in-out;
}
.social-media ul li a:hover i {
    color: var(--bs-sky);
}
.footer-fixed-bar {
	background: var(--bs-gray-200);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	padding: 10px 0;
	display: none;
	border-radius: 20px 20px 0 0;
}.footer-fixed-bar p {
	color: #111;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 0;
}.footer-fixed-bar a {
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	font-weight: 700;
	line-height: 20px;
	color: #cb1218;
	display: inline-block;
	vertical-align: middle;
}
.footer-fixed-bar p.scroll-text{text-align: left;width:100%; -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);-moz-animation: my-animation 25s linear infinite;
    -webkit-animation: my-animation 25s linear infinite;
    animation: my-animation 25s linear infinite;}
@keyframes my-animation{
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        }
        to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        }
    }   

.goto-top {
	display: inline-block;
	background-color: #fc3434;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 10px;
	font-size: 1.25rem;
	line-height: 40px;
	position: fixed;
	right: 25px;
	bottom: 100px;
	transition: background-color .3s,opacity .5s,visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
}
.goto-top.show {
	display: block;
	opacity: 1;
	visibility: visible;
}
.goto-top span {
	color: var(--bs-white);
	font-size: 20px;
	line-height: 25px;
    font-weight: 400;
}
.goto-top:hover {
    background-color: var(--bs-theme-pink);
}

.allNotification {
    position: fixed;
    right: 25px;
    bottom: 150px;
    z-index: 10;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.allNotification button,.gotoTop button {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 30px;
    background: #fcb134;
}

.allNotification__list {
    width: 250px;
	position: absolute;
    right: 0;
    bottom: 50px;
}

.allNotification__list.show{
    opacity: 0;
    visibility: hidden;
}
.allNotification__icon,.gotoTop__icon {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    color: var(--text-white);
    background: var(--bg-green);
}

.allNotification__list:after {
    top: 100%;
    right: 15px;
    border: 6px solid rgba(255,255,255,0);
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #fff;
    margin-left: -6px;
}

.allNotification__list li {
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    padding: 20px 20px 20px 38px;
	transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,.2), 0 3px 30px rgba(0,0,0,.5);
}

.allNotification__list li:last-child {
    margin-bottom: 0
}

.allNotification__list li::before {
    content: '\f0f3';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    left: 18px;
    top: 18px;
    color: #c7c7c7;
    font-size: 14px;
}

.allNotification__list li h6 {
    font-size: 14px;
    line-height: 16px;
}

.allNotification__list li p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
}

.allNotification__list li a {
    font-size: 14px;
    margin-bottom: 0;
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 700;
}

.allNotification__icon {
    border: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.allNotification__icon i {
    display: block;
    
}

.allNotification__icon i.fa-bell::before{    content: '\f0f3';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    left: 13px;
    top: 14px;
    color: #fff;
    font-size: 14px;}

.allNotification__list li .btn {
    font-size: 12px;
    margin-top: 5px;
    padding: 0;
    border-bottom: 3px solid #fcb134 !important;
    border: 0;
    border-radius: 0;
}

#sb_container.sb-container-align-right {
    right: 15px!important;
    bottom: 30px!important;
}

.moveUp {
    bottom: 150px!important;
}

.apply-btn-primary {
    background-image: linear-gradient(to bottom, #cf1212 50%, var(--bs-theme-pink) 50%);
    color: var(--bs-white);
    border-color: transparent;
    position: relative;
    overflow: hidden;
}
.apply-btn-primary:hover {
    border-color: transparent;
	color: var(--bs-white);
}
.apply-btn-primary::before {
    content: " ";
    display: block;
    width: 200px;
    height: 80px;
    background: rgba(255, 255, 255, .4);
    position: absolute;
    top: -10px;
    left: -200px;
    transform: rotate(-45deg);
    transition: all .4s ease-in-out;
}
.apply-btn-primary:hover::before {
	margin-left: 300%;
}
.btn-arrow::after {
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 900;
    margin-left: 10px;
    vertical-align: middle;
}
.apply-now-btn {
    padding: 16px 32px;
    border-radius: 26px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    transition: all .3s ease-in-out;
}
.menuTabs li a small {
    font-size: 12px;
    line-height: 12px;
    display: block;
}
.menuTabs li a .icon {
	width: 22px;
	margin-left: 3px;
}
.menuTabs li.bg-menu-light {
	background: var(--bs-off-white);
}	

/**** RESPONSIVE STYLING ****/
        @media only screen and (min-width: 1920px) {
            body {
                zoom: 1.05;
            }   
        } 
        @media only screen and (min-width: 1024px) and (max-width: 1699px) {
            body {
                zoom: .75;
/*
                -moz-transform: scale(.85);
                -moz-transform-origin: 0 0;                
*/
            }   
        } 
@media (max-width: 1199px) {
    .footer-logos {
        margin-top: 10px;
    }    
    .footer-block.address ul {
        column-count: 2;
    }    
}
@media (max-width: 991px) {
    /*.main-header .fixed-top {
        top: 0;
        padding: 0;
    }*/
	.main-header-new .fixed-top {
        top: 0;
        padding: 0;
    }
    .offcanvas {
        background-color: var(--bs-off-white);
    }    
    .offcanvas-body {
        width: 100%;
    }    
    .dropdown-menu .dropdown-submenu {
        left: 0;
        top: 48px;
        width: 100%;
        min-width: unset !important;
    }        
}
@media (max-width: 767px) {
    header .navbar .cu-logo {
        width: 140px;
    } 
    header .navbar .naac-logo {
        width: 80px;
    } 
    .spacer {
        height: 44px;
    }  
    .header-upper {
        position: absolute;
        background: linear-gradient(to left, #cf1212, var(--bs-theme-pink));
        bottom: -21px;
        left: 0;
        right: 0;
        justify-content: space-evenly !important;
    } 
    .header-top li a, .hts-text {
        color: var(--bs-white);
    }
    .mob-none {
	    display: none !important;
    }	
    .campustour-headerspace
			{
				display:none;
			}
			.campustour-headerbr
			{
				display:none;
			}
}
@media (max-width: 450px) {
    .footer-logos {
        margin-top: 0;
    }
    .footer-logos img {
        max-width: 100px;
    }    
    .campustour-headerspace
			{
				display:none;
			}
			.campustour-headerbr
			{
				display:none;
			}
}