/*!
Theme Name: AIMS Baramati
Theme URI: http://underscores.me/
Author: Vishal Mirashe
Author URI: https://www.pitchteq.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aims-baramati
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding:0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
.topfixed {
    position: fixed !important;
    z-index: 999 !important;
    animation: smoothScroll 1s forwards;
    top: 0;
    width: 100%;
    background: #060934;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.container{
    width: 1349px;
}
/*.topnav-fixed{
    position: absolute;
    width: 100%;
    z-index: 1;
    top:0;
}
.topnav-fixed ul li a{
    color: #fff !important;
    padding: 10px 18px !important;
}
nav.topfixed.topnav-fixed .container-fluid{
    width: 1240px;
}
nav.topfixed.topnav-fixed ul li a{
    color: #5252c8 !important;
    padding: 10px 20px !important;
}*/
a:focus,:focus-visible {
    outline: unset;
    outline-offset: unset;
}
.term-events .aims-news-cat-wrap .head-title {
    margin-bottom: 30px;
}
.astm-search-menu a{
    padding: 15px 15px 0 15px;
}
.is-menu path.search-icon-path {
    fill: #fff !important;
}
.is-popup-search-form form input{
    padding: 20px !important;
    height: 60px !important;
	font-family: 'Quicksand' !important;
}
.is-form-style input.is-search-input{
    font-size: 20px !important;
    font-weight: 600;
    font-family: 'Quicksand' !important;
}
.is-popup-search-form form .is-search-icon{
    background: #b7292f;
    padding: 0 !important;
    height: 60px;
    text-align: center;
    width: 60px;
    line-height: 70px;
    border-color: #b7292f;
    margin-top: -12px;
}
.is-popup-search-form form .is-search-icon svg path{
    fill:#fdbd0f;   
}
.aims-search-wrap{
    padding: 50px 0 80px 0;
}
.aims-search-wrap .header h1.page-title{
    text-transform: capitalize;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 50px;
}
.aims-search-wrap .header h1.page-title span{
    background: gold;
    padding: 0 15px;
}
.aims-search-wrap article{
    font-size: 16px;
    margin-bottom: 50px;
    color: #000;
}
.aims-search-wrap article h2{
    margin: 0 0 15px 0;
    font-weight: 800;
    font-size: 28px;
}
.aims-search-wrap article h2 a{
    color: #b7292f;
    text-decoration: none;
}
/*--------------------------- Header ---------------------------*/
.aims-topbar {
    background: #b7292f;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}
.aims-topbar:after {
    content: '';
    position: absolute;
    height: 55px;
    width: 66%;
    right: 0;
    background: #151851;
    top: 0;
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
}
.aims-topbar .inline-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aims-topbar .inline-box ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}
.aims-topbar .inline-box .topbar-contact-list li:first-child {
    padding: 0 15px 0 0;
    border-right: 1px solid rgba(255,255,255,.2);
}
.aims-topbar .inline-box .topbar-contact-list li:last-child {
    padding: 0 0 0 15px;
}
.aims-topbar .inline-box .topbar-contact-list li a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.aims-topbar .inline-box .right-box ul li a{
    position: relative;
    z-index: 1;
}
.aims-topbar .inline-box .right-box ul li a:hover:before{
    content: '';
    position: absolute;
    background: #f58220;
    height: 55px;
    width: -webkit-fill-available;
    z-index: -1;
    top: -17px;
    left: 0;
}
.aims-topbar .inline-box .topbar-contact-list li a:hover {
    color: #fdbd0f;
}
.aims-topbar .inline-box .topbar-contact-list li a span{
    color:#fdbd0f;
    margin-right: 10px;
}
.aims-topbar .inline-box .topbar-contact-list li a span.dashicons-phone{
    transform: rotate(90deg);
}
/*.aims-topbar .inline-box .topbar-social-list{
    grid-gap: 15px;
    padding: 5px 0;
}
.aims-topbar .inline-box .topbar-social-list a{
    height: 30px;
    width: 30px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aims-topbar .inline-box .topbar-social-list a.linkedin{
    background: #0a66c2;
}
.aims-topbar .inline-box .topbar-social-list a.facebook{
    background: #3b5998;
}
.aims-topbar .inline-box .topbar-social-list a.instagram{
    background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.aims-topbar .inline-box .topbar-social-list a:hover{
    background: #2db8e0;
}*/
.aims-topbar .inline-box .right-box{
    position: relative;
    top: 6px;
}
.aims-topbar .inline-box .right-box ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0 12px;
}
.logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 25px 0;
    grid-gap: 30px;
    position: relative;
}
/*.logo-wrap:before{
    content: '';
    background: url(img/aims-header-bg.jpg);
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: 0 40%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: .2;
    top: 0;
}*/
.logo-wrap .logo{
    height: 125px;
    width: 121px;
}
.logo-wrap .logo img{
    max-width: 100%;
    max-height: 100%;
}
.logo-wrap .text{
    font-family: 'Poppins', sans-serif;
}
.logo-wrap .text span,.logo-wrap .text .sub-text{
    color: #232323;
}
.logo-wrap .text span{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-left: 5px;
}
.logo-wrap .text h1.head-text{
    text-transform: uppercase;
    color: #b7292f;
    font-weight: 800;
    padding: 5px 0;
    border-bottom: 1px solid #b7292f;
    margin: 0 0 5px 0;
}
.logo-wrap .text h1.head-text span{
    display: block;
    margin: 5px 0 0 0;
    color: #f58220;
    font-weight: 500;
}
.logo-wrap .text .sub-text{
    font-size: 16px;
    font-weight: 600;
}
nav.aims-navbar{
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 0;
    background: #b7292f;
    display: flex;
    justify-content: center;
}
nav.aims-navbar ul li a{
    color:#fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    padding:15px 18px;
}
nav.aims-navbar ul li:not(:last-child) a{
    border-right: 1px solid rgba(255,255,255,0.4);
}
nav.aims-navbar ul li:hover a{
    background: #f58220;
    color:#fff;
}
nav.aims-navbar li.dropdown a.dropdown-toggle:after {
    content: '\f140';
    font-family: 'dashicons';
    top: 15px;
    right: 5px;
    position: absolute;
    font-size: 18px;
}
nav.aims-navbar ul li a:focus{
    background: unset;
    outline:unset;
    outline-offset:unset;
}
nav.aims-navbar ul li.current-menu-item a {
    color: #fff;
}
nav.aims-navbar .navbar-collapse{
    padding: 0;
}
.nav .open>a:focus,.nav .open>a:hover,.nav .open>a{
    background: unset;
    border-color: unset;
}
nav.aims-navbar ul.dropdown-menu {
    left: 0 !important;
    background: #151851;
    border: unset;
    top: 50px;
    border-radius: 0;
    padding: 0;
    width: fit-content;
}
nav.aims-navbar ul.dropdown-menu li a{
    padding: 15px 20px !important;
    font-size: 16px;
    color: #fff !important;
    border: unset;
    background: unset;
}
nav.aims-navbar ul.dropdown-menu li:not(:last-child) a{
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
nav.aims-navbar ul.dropdown-menu li:hover a{
    background: #0B1771;
    color: #fff !important;
}
nav.aims-navbar ul.dropdown-menu li a:focus{
    color: #0B1771;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: unset;
}
nav.aims-navbar ul li:last-child ul.dropdown-menu {
    left: -75px !important;
}
nav.aims-navbar ul.dropdown-menu li ul.dropdown-menu {
    border-top: 0;
    box-shadow: unset;
    left: 100% !important;
    border-radius: 0;
    top: 0;
    margin: 0;
}
nav.aims-navbar li.dropdown ul li#menu-item-21 a.dropdown-item:after {
    content: '\f139';
    font-family: 'dashicons';
    top: 15px;
    right: 5px;
    position: absolute;
    font-size: 18px;
}
/*nav.aims-navbar li#menu-item-21 ul li#menu-item-773 a.dropdown-item:after {
    content: unset !important;
}*/
nav.aims-navbar ul.dropdown-menu li:hover ul li a{
    color: #fff !important;
    background: #b7292f;
}
nav.aims-navbar ul.dropdown-menu li ul li:hover a{
    background: #f58220 !important;
}
/*--------------------------- Footer ---------------------------*/
.aims-footer{
    background: url('img/aims-home-hero-banner.jpg');
    padding: 50px 0 25px 0;
    position: relative;
    background-position: top;
    background-size: cover;
    z-index: 1;
}
.aims-footer:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(21, 24, 81, .9);
    z-index: -1;
}
.aims-footer .col-md-3:first-child{
    width: 27%;
    padding-right: 30px;
}
.aims-footer .col-md-3#imp-links{
    width: 23%;
}
.aims-footer .col-md-4{
    width: 30%;
}
.aims-footer .col-md-2{
    width: 20%;
}
.aims-footer .wp-block-image{
    text-align: center;
}
.aims-footer .wp-block-image img{
    height: 130px;
    object-fit: contain;
    width: 100%;
}
.aims-footer .widget h2 {
    font-size: 20px;
    color: #fdbd0f;
    font-weight: 600;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    font-family: 'Poppins';
}
.aims-footer .widget br{
    display: none;
}
.aims-footer #block-15 p{
    color: #fff;
    margin: 0;
    margin: 15px 0;
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 15px 0;
    line-height: 1.8;
    text-align: center;
}
.aims-footer #block-17 p{
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.aims-footer #block-14 ul,.aims-footer #block-18 ul,.aims-footer #block-21 ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.aims-footer #block-14 ul li,.aims-footer #block-18 ul li,.aims-footer #block-21 ul li{
    position: relative;
    padding: 0 0 0 20px;
}
.aims-footer #block-18 ul li{
    color: #fff;
    font-size: 16px; 
    font-weight: 400; 
}
.aims-footer #block-14 ul li:before,.aims-footer #block-18 ul li:before,.aims-footer #block-21 ul li:before{
    content: '\f139';
    position: absolute;
    font-family: 'dashicons';
    left: -7px;
    color: #fff;
    font-size: 26px;
    top: -7px;
}
.aims-footer #block-14 ul li:not(:last-child),.aims-footer #block-21 ul li:not(:last-child){
    margin-bottom: 20px;
}
.aims-footer #block-18 ul li:not(:last-child){
    margin-bottom: 10px;
}
.aims-footer #block-14 ul li a,.aims-footer #block-21 ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.aims-footer #block-14 ul li a:hover,.aims-footer #block-14 ul li:hover:before,
.aims-footer #block-21 ul li a:hover,.aims-footer #block-21 ul li:hover:before,
.aims-footer ul.footer-contact-list li a:hover{
    color: #fdbd0f;
}
.aims-footer ul.footer-contact-list{
    padding: 0;
    list-style: none;
}
.aims-footer ul.footer-contact-list li:not(:last-child){
    margin-bottom: 30px;
}
.aims-footer ul.footer-contact-list li:first-child span{
    height: 72px;
}
.aims-footer ul.footer-contact-list li span{
    color: #fff;
    height: 35px;
    width: 35px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 35px;
    margin-right: 15px;
    display: table-cell;
    vertical-align: middle;
}
.aims-footer ul.footer-contact-list li p{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 0 15px;
    text-transform: capitalize;
}
.aims-footer ul.footer-contact-list li:not(:first-child) p{
    font-weight: 700;
    text-transform: uppercase;
}
.aims-footer ul.footer-contact-list li a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    text-transform: lowercase;
    font-weight: 400;
}
.aims-footer ul.footer-contact-list li:last-child{
    text-transform: uppercase;
    font-weight: 600;
}
.aims-footer .footer-contact-mobile {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 0;
}
.aims-footer .footer-contact-mobile h2{
    font-weight: 400;
    margin: 0 0 10px 0;
}
.aims-footer .footer-contact-mobile p{
    margin: 0;
}
.aims-footer .footer-contact-mobile p a {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.aims-footer ul.footer-social-list{
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    grid-gap: 15px;
    justify-content: center;
}
.aims-footer ul.footer-social-list a{
    height: 40px;
    width: 40px;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .5s ease;
}
.aims-footer ul.footer-social-list a:hover{
    background: #fdbd0f;
}
.aims-footer span.page-views {
    font-size: 28px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    letter-spacing: 10px;
    font-family: 'Rubik';
}
.aims-footer span.page-views:before {
    content: '001';
}
.aims-footer div#block-19 {
    margin: 20px 0 0 0;
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 20px 0 0 0;
}
.aims-footer div#block-19 h2{
    margin: 0 0 5px 0;
}
.aims-footer div#block-20 p{
    margin: 0;
}
/*--------------------------- Copyright ---------------------------*/
.aims-footer iframe{
    margin: 50px 0;
    border: 1px solid #fff;
    padding: 5px;
}
.copyright-wrap {
    font-size: 16px;
    color:#fff;
    font-weight: 400;
}
.copyright-wrap p{
    margin-bottom:0;
}
.copyright-wrap a{
    text-decoration: none;
    color:#fff;
    font-weight: 600;
}
.copyright-wrap a:hover{
    color:#fdbd0f;
}
#upicon {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 1;
    border: 2px solid #b7292f;
    padding: 5px;
    border-radius: 50%;
}
#upicon:hover {
    border: 2px solid #fdbd0f;
}
#upicon a {
    background: #b7292f;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}
#upicon a:hover {
    background: #fdbd0f;
}
/*--------------------------- Elementor ---------------------------*/
.aims-home-placement-section:after{
    content: '';
    position: absolute;
    background: #fff8dc;
    height: 600px;
    width: 50%;
    right: 0;
    top: -50px;
}
.aims-home-placement-section .right-gallery .elementor-image-gallery{
    height: 500px;
    overflow: hidden;
    z-index: 1;
}
.aims-home-msg-box img{
    height: 180px !important;
    width: 180px;
    object-fit: cover;
    border: 1px solid #ddd !important;
    padding: 5px;
    object-position: top;
    border-radius: 50% !important;
}
.aims-faculty-box .elementor-image-box-wrapper {
    position: relative;
    z-index: 1;
}
.aims-faculty-box .elementor-image-box-wrapper figure.elementor-image-box-img img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid #fff;
}
.aims-faculty-box .elementor-image-box-wrapper:before {
    content: '';
    background: #151851;
    height: 50%;
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: 30px;
    left: 0;
    border-radius: 15px;
}
.aims-faculty-box .elementor-image-box-content {
    padding: 0 15px 70px;
    position: relative;
}
.aims-faculty-box .elementor-image-box-description b{
    display: block;
    color: #fdbd0f;
    text-transform: uppercase;
}
.aims-faculty-box .elementor-image-box-description span{
    position: absolute;
    background: #fdbd0f;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 50%);
    padding: 5px 30px;
    width: 65%;
    color: #151851;
    border-radius: 10px;
    font-weight: 600;
}
.aims-inner-hero-wrap .elementor-shortcode {
    width: fit-content;
    background: rgba(255, 255, 255, .1);
    padding: 10px 20px;
    border-radius: 5px;
}
.aims-inner-hero-wrap .elementor-shortcode span {
    font-size: 14px;
    color: #ccc;
    font-weight: 500;
    text-transform: uppercase;
}
.aims-inner-hero-wrap .elementor-shortcode span a {
    color: #fff;
    font-weight: 600;
}
.aims-inner-hero-wrap .elementor-shortcode span a:hover {
    color: #fdbd0f;
}
.aims-inner-hero-wrap .elementor-shortcode .dashicons-arrow-right:before {
    font-size: 20px;
}
.aims-table-wrap table {
    border: 1px solid #b7292f;
}
.aims-table-wrap table th:not(:last-child) {
    border-right: 1px solid #fff !important;
}
.aims-table-wrap table th {
    background: #b7292f !important;
    color: #fff !important;
    padding: 20px 15px !important;
    font-size: 18px;
    text-align: center !important;
    font-weight: 700;
}
.aims-table-wrap table td {
    text-align: center !important;
    padding: 20px 15px !important;
    border-right: 1px solid #b7292f !important;
    border-bottom: 1px solid #b7292f !important;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    vertical-align: middle;
}
.aims-table-wrap table td em {
    color: #f58220;
    font-style: unset;
    font-size: 14px;
    font-weight: 600;
}
.aims-table-wrap table.aims-justify-align-table th:nth-child(2),.aims-table-wrap table.aims-justify-align-table td:nth-child(2) {
    text-align: left !important;
    padding: 20px 40px !important;
}
.aims-table-wrap table.table-wpdf-link td a{
    text-decoration: none;
    background: #151851;
    color: #fff;
    padding: 12px 20px 12px 50px;
    border-radius: 5px;
    position: relative;
}
.aims-table-wrap table.table-wpdf-link td a:before{
    content: '\f1c1';
    position: absolute;
    font-family: fontawesome;
    left: 20px;
    color: #fff;
    font-size: 24px;
    top: 5px;
    font-weight: 400;
}
.aims-table-wrap table.table-wpdf-link td a:hover{
    background: #f58220;
}
.scroll-spy-menu ul li a{
    padding: 0 15px;
}
.scroll-spy-menu ul li.current-menu-item a{
    background: #FDBD0F;
}
.scroll-spy-menu ul li.current-menu-item a span{
    color:#fff !important;
}
.scroll-spy-menu-section.fixed{
    position: fixed;
    width: 100%;
    top: 50px;
    animation: smoothScroll 1s forwards;
    z-index: 99;
}
.aims-table-wrap table.ces-table th:first-child,
.aims-table-wrap table.ces-table td:first-child{
    width:15%;
    vertical-align:middle;
}
.aims-table-wrap table.ces-table th:last-child,
.aims-table-wrap table.ces-table td:last-child{
    width:20%;
    vertical-align:middle;
}
.aims-table-wrap table.collection-table th:nth-child(2),.aims-table-wrap table.collection-table td:nth-child(2) {
    text-align: left !important;
    padding: 20px 40px !important;
}
.aims-table-wrap table.collection-table tr.row-2,.aims-table-wrap table.collection-table tr.row-11,.aims-table-wrap table.collection-table tr.row-16{
    background: #f6d5d7;
}
.aims-table-wrap table.aims-mou-table td.column-1,.aims-table-wrap table.aims-mou-table td.column-7,.aims-table-wrap table.aims-mou-table td.column-4{
    text-align: left !important;
    background: #f5f5dc !important;
}
.aims-table-wrap table.aims-mou-table td.column-1 br,.aims-table-wrap table.aims-mou-table td.column-7 br{
    display: block;
    content: '';
    margin-bottom: 10px;
}
.aims-table-wrap table.aims-ea-table td:last-child{
    width: 15%;
}
.aims-table-wrap table.aims-ea-table td:nth-child(2) {
    text-align: left !important;
}
/*--------------------------- News Notice Shortcode ---------------------------*/
.newslist{
    height: 400px;
    overflow: hidden;
}
.newslist ul{
    padding: 0;
    margin: 0;
}
.newslist ul li{
    display: flex;
    padding: 30px 15px;
    border-bottom: 1px solid #ccc;
}
.newslist ul li .date {
    height: 84px;
    width: 84px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fdbd0f;
    font-size: 14px;
    flex-basis: 20%;
}
.newslist ul li .date span{
    font-weight: 800;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
}
.newslist ul li:nth-child(odd) .date{
    background: #b7292f;
}
.newslist ul li:nth-child(even) .date{
    background: #151851;
}
.newslist ul li .notice .gif-img img{
    width: 40px;
    margin-bottom: 10px;
}
.newslist ul li .notice {
    margin: 10px 0 0 30px;
    flex-basis: 80%;
}
.newslist ul li .notice{
    color: #000;
    font-size: 16px;
    font-weight: 800;   
}
.newslist ul li .notice a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 800;
}
.newslist ul li .notice a:hover{
    color: #B7292F;
}
.newslist ul li .notice ul{
    padding: 0 0 0 20px;
    margin-top: 10px;
}
.newslist ul li .notice ul li {
    border: unset;
    padding: 10px 0;
    position: relative;
}
.newslist ul li .notice ul li a{
    font-weight: 600;
    position: relative;
    color: #151851;
}
.newslist ul li .notice ul li a:before{
    content: '\f139';
    position: absolute;
    font-family: 'dashicons';
    left: -25px;
    color: #212121;
    font-size: 20px;
    top: -3px;
}
/*--------------------------- Mobile Modal Menu ---------------------------*/
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}   
.aims-mobile-menu .modal-dialog{
    padding: 0;
    margin:0;
}
.aims-mobile-menu .modal-dialog .modal-content{
    border:unset;
    border-radius: 0;
    height: 100vh;
    background: #151851;
    overflow-y: scroll;
}
.aims-mobile-menu .modal-dialog .modal-content .modal-header{
    border: unset;
    padding: 20px 30px 20px 20px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.aims-mobile-menu .modal-dialog .modal-content .modal-header .logo{
    height: 100px;
    width: 97px;
}
.aims-mobile-menu .modal-dialog .modal-content .modal-header .logo img{
    max-width: 100%;
    max-height: 100%;
}
.aims-mobile-menu .modal-dialog .modal-content .modal-header .close{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-shadow: unset;
    opacity: 1;
    height: 40px;
    width: 40px;
    background: #f58220;
    border-radius: 50%;
    position: absolute;
    right: 10%;
    top: 40%;
}
.aims-mobile-menu .modal-dialog .modal-content .modal-body {
    padding: 0 30px 40px 30px;
}
.aims-mobile-menu .modal-dialog .modal-content .modal-body ul li a{
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 15px;
    border-radius: 0;
}
.aims-mobile-menu .modal-dialog .modal-content .modal-body ul li a:hover{
    background:unset !important;   
}
.aims-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-item a,.aims-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-ancestor a{
    color: #f9c24a;
}
.aims-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-ancestor ul li.current-menu-item a{
    color: #f9c24a;
    border-radius: 0
}
.aims-mobile-menu .modal-dialog .modal-content .modal-body ul li.current-menu-ancestor ul li a{
    background: unset;
    color: #fff;
}
.aims-mobile-menu .modal-dialog .modal-content .modal-body ul li ul.dropdown-menu{
    background: #fdbd0f;
    border-radius: 0;
}
.aims-mobile-menu .modal-dialog .modal-content .modal-body ul li ul.dropdown-menu li a{
    color: #b7292f;   
    font-size: 16px;
    font-weight: 500;
}
.aims-mobile-menu .modal-dialog .modal-content .modal-body ul li a.dropdown-toggle:after {
    content: '\f140';
    font-family: 'dashicons';
    top: 15px;
    right: 5px;
    position: absolute;
    font-size: 30px;
}
/*--------------------------- 404 Page ---------------------------*/
.page-not-found-wrap section.no-results.not-found {
    padding: 100px 0;
    text-align: center;
}
.page-not-found-wrap section.no-results.not-found .no-post-wrap .img{
    height: 100px;
    width: 100px;
    margin: 0 auto;
}
.page-not-found-wrap section.no-results.not-found .no-post-wrap .content .title {
    color: #38137A;
    font-size: 70px;
    font-family: "Archivo Black", sans-serif;
}
.page-not-found-wrap section.no-results.not-found .no-post-wrap .content .subtitle {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*--------------------------- Custom Taxonomy ---------------------------*/
.aims-custom-tax-wrap .container{
    width: 1200px;
}
.aims-news-cat-wrap{
    padding: 50px 0;
}
.aims-news-cat-wrap .head-title {
    color: #151851;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0 0 15px;
    border-bottom: 3px solid #b7292f;
}
.aims-news-cat-wrap .head-title img{
    width: 32px;
    margin-right: 15px;
}
.aims-news-cat-wrap .content ul {
    padding: 0;
    margin: 0;
}
.aims-news-cat-wrap .content ul li {
    display: flex;
    padding: 30px 50px;
    border-radius: 10px;
    margin: 30px 0;
    align-items: center;
}
.aims-news-cat-wrap .content ul li:nth-child(odd) {
    background: #f0f8ff;
}
.aims-news-cat-wrap .content ul li:nth-child(even) {
    background: #fff8dc;
}
.aims-news-cat-wrap .content ul li:nth-child(odd) .date {
    background: #b7292f;
}
.aims-news-cat-wrap .content ul li:nth-child(even) .date {
    background: #151851;
}
.aims-news-cat-wrap .content ul li .date {
    height: 84px;
    width: 84px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fdbd0f;
    font-size: 14px;
    flex-basis: 10%;
}
.aims-news-cat-wrap .content ul li .date span {
    font-weight: 800;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
}
.aims-news-cat-wrap .content ul li .notice {
    color: #000;
    font-size: 16px;
    font-weight: 800;
}
.aims-news-cat-wrap .content ul li .notice {
    margin: 0 0 0 30px;
    flex-basis: 90%;
}
.aims-news-cat-wrap .content ul li .notice a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 800;
}
.aims-news-cat-wrap .content ul li .notice a:hover {
    color: #B7292F;
}
.aims-news-cat-wrap .content ul li .notice .gif-img img {
    width: 40px;
    margin-bottom: 10px;
}
.aims-news-cat-wrap .content ul li .notice ul {
    padding: 0 0 0 20px;
    margin-top: 10px;
}
.aims-news-cat-wrap .content ul li .notice ul li {
    border: unset;
    padding: 10px 0;
    position: relative;
    margin: 0;
}
.aims-news-cat-wrap .content ul li .notice ul li:nth-child(odd), .aims-news-cat-wrap .content ul li .notice ul li:nth-child(even){
    background: unset;
}
.aims-news-cat-wrap .content ul li .notice ul li a {
    font-weight: 600;
    position: relative;
    color: #151851;
}
.aims-news-cat-wrap .content ul li .notice ul li a:before {
    content: '\f139';
    position: absolute;
    font-family: 'dashicons';
    left: -25px;
    color: #212121;
    font-size: 20px;
    top: -3px;
}
/*--------------------------- NAAC Table ---------------------------*/
.page-id-2019 table td {
    border: 1px solid #b7292f !important;
    font-size: 16px;
    color: #000;
    padding: 15px 30px !important;
    font-weight: 600;
}
.page-id-2019 table td a {
    text-decoration: none;
    background: #151851;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}
.page-id-2019 table td a:hover {
    background: #f58220;
}
.page-id-2019 h2 {
    color: #151851;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 26px;
    margin: 20px 0;
}
.foogallery-thumbnail figure.fg-item-inner {
    border: 2px solid #5f5f5f !important;
}
.page-id-1441 .elementor-image-box-title{
    text-align: left;
}
.foogallery.fg-thumbnail .fg-image {
    height: 230px;
    object-fit: cover;
}
.aims-event-content-box .elementor-widget-container:before {
    content: '';
    background: #fdcf4e;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -10px;
    transform: rotate(45deg);
    z-index: -1;
    top: 10%;
}

.aims-contact-form form label{
    width:  100%;
    font-size: 16px;
    text-transform: capitalize;
}
.aims-contact-form form label span:first-child{
    color:  red;
}
.aims-contact-form form input,.aims-contact-form form select,.aims-contact-form form textarea {
    width: 100%;
    padding: 15px;
    border: unset;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}
.aims-contact-form form input[type="submit"]{
    background: #b7292f;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    width: fit-content;
    float: right;
    padding: 10px 50px;
}
.aims-contact-form form span.wpcf7-not-valid-tip {
    font-weight: 500;
    font-size: 14px;
    margin: 10px 5px 0;
}
/*--------------------------- Admission Modal ---------------------------*/
body.modal-open {
    overflow: unset;
    padding-right: 0 !important;
}
.modal-backdrop.in {
    opacity: .9;
}
#admissionModal{
    z-index: 9999;
}
#admissionModal .modal-dialog{
    width: 540px;
}
#admissionModal .modal-content {
    border-radius: 0;
    background: #b7292f;
    text-align: center;
    padding: 0;
}
#admissionModal .modal-header{
    background: #fdbd0f;
    position: absolute;
    right: -25px;
    padding: 15px;
    border: unset;
    border-radius: 50%;
    top: -25px;
    cursor: pointer;
}
#admissionModal .modal-body .head-text{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins';
}
#admissionModal .modal-body a.admission-link{
    background: #f58220;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    padding: 10px 50px;
    display: block;
    width: fit-content;
    margin: 20px auto;
    font-size: 20px;
    border-radius: 50px;
    text-decoration: none;
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
#admissionModal .modal-body a.admission-link:hover{
    background: #151851;
}
#admissionModal .modal-body .date-text{
    color: #fdbd0f;
    font-size: 24px;
    font-weight: 500;
}
#admissionModal .modal-body .date-text span {
    display: block;
    font-weight: 900;
    color: #fff;
}
#admissionModal .modal-body .sub-text{
    width: fit-content;
    margin: 30px auto 0;
    color: #fff;
    font-size: 24px;
}
#admissionModal .modal-body .sub-text b{
    display: block;
    border: 2px solid #f58220;
    text-transform: uppercase;
    font-family: 'Poppins';
    padding: 5px 30px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}
#admissionModal .modal-body .sub-text a{
    font-size: 28px;
    color: rgba(255, 255, 255, .8);
    font-weight: 800;
}
/*--------------------------- Custom Single Page ---------------------------*/
.cs-head-section{
    background: #151851;
    text-align: center;
    padding: 50px 20px;
}
.cs-head-section #breadcrumbs {
    width: fit-content;
    background: rgba(255, 255, 255, .1);
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 auto;
}
.cs-head-section #breadcrumbs span {
    font-size: 14px;
    color: #ccc;
    font-weight: 500;
    text-transform: uppercase;
}
.cs-head-section #breadcrumbs span a {
    color: #fff;
    font-weight: 600;
}
.cs-head-section #breadcrumbs span a:hover {
    color: #fdbd0f;
    text-decoration: none;
}
.cs-head-section #breadcrumbs .dashicons-arrow-right:before {
    font-size: 20px;
}
.cs-head-section h1 {
    margin: 30px 0 15px 0;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 800;
    text-transform: uppercase;
}
.cs-head-section p{
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
}
.cs-main-section {
    padding: 80px 0;
}
.cs-main-section .container{
    width: 1240px;
}

.aims-events-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.aims-events-section .ev-box {
    position: relative;
}
.aims-events-section .ev-box:before {
    content: '';
    position: absolute;
    background: linear-gradient(10deg, rgba(0, 0, 0, .8) 20%, transparent 40%);
    height: 100%;
    width: 100%;
    left: 0; 
    border-radius: 20px;
}
.aims-events-section .ev-box img{
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}
.aims-events-section .ev-box .title {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    color: #fdbd0f;
    font-size: 18px;
    font-weight: 700;
}
.aims-events-section .ev-box .title span{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
    font-style: italic;
}
/*--------------------------- Responsive ---------------------------*/

@media (min-height: 900px) and (max-height: 1080px) and (min-width: 1920px) and (max-width: 1920px) {

}

@media (min-height: 900px) and (max-height: 1050px) and (min-width: 1600px) and (max-width: 1600px) {

}

@media (min-height: 657px) and (max-height: 1050px) and (min-width: 1500px) and (max-width: 1599px) {

}

@media (min-height: 657px) and (max-height: 1050px) and (min-width: 1440px) and (max-width: 1440px) {

}

@media (min-width: 1441px) and (max-width: 2560px){

}

@media (min-height: 800px) and (max-height: 940px) and (min-width: 768px) and (max-width: 1024px) {
    .container{
        width: unset;
    }
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .container{
        width: unset;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .container{
        width: unset;
    } 
}

@media(min-width: 320px) and (max-width: 480px){
    .container,.cs-main-section .container{
        width: unset;
    }
    nav.aims-navbar .navbar-header{
        padding: 5px 15px;
    }
    nav.aims-navbar .navbar-toggle{
        margin-top: 0;
        margin-right: 0;
        border-radius: 5px;
        background: #fff;
        margin-bottom: 0;
        padding: 10px;
    }
    nav.aims-navbar .navbar-toggle .icon-bar{
        background: #b7292f;
        width: 25px;
        height: 3px;
    }
    .copyright-wrap p{
        text-align: center;
        font-size: 15px;
    }
    .copyright-wrap p.text-left{
        margin-bottom: 15px;
    }
    .aims-topbar .inline-box .topbar-contact-list li a{
        font-size: 13px;
    }
    .aims-topbar:after{
        content: unset;
    }
    .logo-wrap{
        display: block;
        text-align: center;
        padding: 30px 15px;
    }
    .aims-footer .col-md-3:first-child,.aims-footer .col-md-3#imp-links,.aims-footer .col-md-4,.aims-footer .col-md-2{
        width: unset;
    }
    .aims-footer .col-md-4{
        margin: 50px 0;
    }
    .aims-footer .col-md-2{
        margin: 50px 0 0 0;
    }
    .logo-wrap .logo {
        height: 90px;
        width: 87px;
        margin: 0 auto 15px;
    }
    .logo-wrap .text span {
        font-size: 12px;
        margin-left: 0;
    }
    .logo-wrap .text h1.head-text{
        font-size: 22px;
    }
    .logo-wrap .text .sub-text {
        font-size: 12px;
    }
    .aims-topbar .inline-box .topbar-contact-list li:first-child {
        padding: 0 10px 0 0;
    }
    .aims-topbar .inline-box .topbar-contact-list li:last-child {
        padding: 0 0 0 10px;
    }
    .page-not-found-wrap section.no-results.not-found .no-post-wrap .content .subtitle {
        font-size: 36px;
        letter-spacing: 0;
    }
    .aims-news-cat-wrap .content ul li {
        padding: 30px 20px;
    }
    .aims-news-cat-wrap .content ul li{
        align-items: unset;
    }
    .aims-news-cat-wrap .content ul li .date {
        flex-basis: 30%;
    }
    .aims-news-cat-wrap .content ul li .notice {
        flex-basis: 70%;
    }
    .tax-newsannouncements_category .container{
        width: unset;
    }
    #admissionModal .modal-body .head-text {
        font-size: 30px;
    }
    #admissionModal .modal-header {
        right: -10px;
        top: -15px;
    }
    #admissionModal .modal-body .date-text,#admissionModal .modal-body .sub-text a {
        font-size: 20px;
    }
    #admissionModal {
        padding: 0 !important;
    }
    #admissionModal .modal-dialog {
        width: unset;
    }
    .aims-home-placement-section:after{
        content: unset;
    }
    .aims-mb-comp-gallery .right-gallery #gallery-1 {
        display: grid;
        grid-template-columns: auto auto;
    }
    .aims-faculty-box .elementor-image-box-description span{
        width: 80%;
    }
    .aims-events-section {
        display: unset;
    }
    .aims-events-section .ev-box {
        margin-bottom: 30px;
    }
}