/*!
Theme Name: Anekant English Medium School
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: anekant-english-medium-school
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

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

html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding:0;
	font-family: 'Raleway', sans-serif;
  	font-weight: 400;
}
.topfixed {
    position: fixed !important;
    z-index: 999 !important;
    animation: smoothScroll 1s forwards;
    top: 0;
    width: 100%;
    background: #fff !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.container{
    width: 1340px;
}
/*.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 {
    outline: unset;
    outline-offset: unset;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #FFF3CC;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #ffe082;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #100f1f;
}
.aems-breadcrumbs span:first-child {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    font-size: 14px;
	color: #666;
	font-weight: 500;
}
.aems-breadcrumbs span.material-symbols-outlined{
	font-size: 12px;
}
.aems-breadcrumbs span a{
	color: #061632;
}
.aems-breadcrumbs span a:hover{
	color: #da231b;
}
/*--------------------------- Topbar ---------------------------*/
.aems-topbar {
	background: #061632;
	position: relative;
	z-index: 99;
    padding: 8px 0;
}
.aems-topbar .inline-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aems-topbar .inline-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex
}
.aems-topbar .inline-box .topbar-contact-list li:first-child{
    padding-left:0 !important;
}
.aems-topbar .inline-box .topbar-contact-list li:not(:last-child),
.aems-topbar .inline-box .right-box ul li:not(:last-child){
    padding: 0 10px;
    border-right:1px solid rgba(255,255,255,.2);
}
.aems-topbar .inline-box .topbar-contact-list li:last-child,
.aems-topbar .inline-box .right-box ul li:last-child{
    padding:0 0 0 10px;
}
.aems-topbar .inline-box .topbar-contact-list li span {
    height: 25px;
    width: 25px;
    background: rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
}
.aems-topbar .inline-box .topbar-contact-list li,.aems-topbar .inline-box .topbar-contact-list li a,.aems-topbar .inline-box .right-box ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.aems-topbar .inline-box .topbar-contact-list li,
.aems-topbar .inline-box .topbar-contact-list li a {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    font-weight: 500;
}
.aems-topbar .inline-box .topbar-contact-list li p {
    margin: 0
}
.aems-topbar .inline-box .right-box ul li a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0
}
.aems-topbar .inline-box .topbar-contact-list li a:hover,.aems-topbar .inline-box .right-box ul li a:hover {
    color: #ffe082;
}
/*--------------------------- Header ---------------------------*/
nav.aems-navbar{
    margin:0;
    border:0;
    padding:15px 0;
    background:#fff;
}
nav.aems-navbar .logo{
    display:flex;
    align-items:center;
    gap:10px;
    width:auto;
    height:auto;
}
nav.aems-navbar .logo img{
    height:80px;
    width:auto;
    display:block;
    object-fit:contain;
}
nav.aems-navbar .site-title{
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-decoration:none;
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#da231b;
    line-height: 1;
	text-transform: uppercase;
	font-family: 'Outfit', sans-serif;
}
nav.aems-navbar .site-title em{
    font-style:normal;
    font-size:14px;
    font-weight:500;
    color:#222021;
    margin-bottom:10px;
    display:block;
}
nav.aems-navbar ul li a{
    color: #100f1f;
    padding: 15px 11px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    border: 1px solid transparent;
}
nav.aems-navbar ul li:hover a{
    background: unset;
    color:#da231b;
}
nav.aems-navbar ul li a:focus{
    background: unset;
    outline:unset;
    outline-offset:unset;
}
nav.aems-navbar ul li:last-child a{
    position:relative;
    background:#da231b;
    color:#fff !important;
    border-radius:10px;
    padding:10px 12px !important;
    overflow:hidden;
    transition:all .35s ease;
    animation:pulseAdmission 2s infinite;
}
nav.aems-navbar ul li:last-child a:before{
    content:"\e80c";
    font-family:'Material Symbols Outlined';
    font-size:24px;
    vertical-align:middle;
    margin-right:8px;
    display:inline-block;
    animation:ringBell 1.2s infinite;
}
nav.aems-navbar ul li:last-child a:hover{
    background:#010000;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(218,35,27,.35);
}
nav.aems-navbar ul li:last-child a:after{
    content:"";
    position:absolute;
    top:0;
    left:-75%;
    width:50%;
    height:100%;
    background:rgba(255,255,255,.25);
    transform:skewX(-25deg);
    animation:shineMove 3s infinite;
}
@keyframes shineMove{
    100%{
        left:130%;
    }
}
@keyframes pulseAdmission{
    0%{
        box-shadow:0 0 0 0 rgba(218,35,27,.45);
    }
    70%{
        box-shadow:0 0 0 12px rgba(218,35,27,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(218,35,27,0);
    }
}
@keyframes ringBell{
    0%,100%{
        transform:rotate(0);
    }
    20%{
        transform:rotate(15deg);
    }
    40%{
        transform:rotate(-12deg);
    }
    60%{
        transform:rotate(8deg);
    }
    80%{
        transform:rotate(-5deg);
    }
}
nav.aems-navbar .navbar-collapse{
    padding: 0;
    height: 80px !important;
    display: flex !important;
    align-items: center;
}
nav.aems-navbar ul li.current-menu-item a {
    color: #da231b;
}
nav.aems-navbar.fixed-navbar ul li.current-menu-item a {
    color: #221638;
}
.nav .open>a:focus,.nav .open>a:hover,.nav .open>a{
    background: unset;
    border-color: unset;
}
nav.aems-navbar ul.dropdown-menu {
    left: 0 !important;
    background: #061632;
    border: unset;
    width: fit-content;
    top: 50px;
    padding: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
nav.aems-navbar ul.dropdown-menu:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: #061632;
    transform: rotate(45deg);
    z-index: -1;
    left: 20px;
    top: -5px;
}
nav.aems-navbar ul.dropdown-menu li a{
    padding: 15px 20px !important;
    font-size: 16px;
    color: #fff !important;
}
nav.aems-navbar ul.dropdown-menu li:last-child a{
    background: unset;
    animation: unset;
    box-shadow: unset !important;
    border-radius: 0 !important;
}
nav.aems-navbar ul.dropdown-menu li:last-child a:before,
nav.aems-navbar ul.dropdown-menu li:last-child a:after{
	content: unset !important;
}
nav.aems-navbar ul.dropdown-menu li:last-child a:hover{
	transform: unset
}
nav.aems-navbar ul.dropdown-menu li:hover a{
    background: #ffe082;
    color: #100f1f !important;
}
nav.aems-navbar ul.dropdown-menu li a:focus{
    color: #5EFF00;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: unset;
}
/*--------------------------- Notices Ticker ---------------------------*/
.school-news-ticker{
    position:relative;
    width:100%;
    height:44px;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:
        linear-gradient(
            90deg,
            #c62828 0%,
            #b71c1c 50%,
            #c62828 100%
        );
    box-shadow:
        0 4px 14px rgba(0,0,0,0.10);
    z-index:999;
}
.ticker-label{
    position:relative;
    z-index:10;
    flex:0 0 auto;
    height:44px;
    min-width:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 28px 0 20px;
    background:
        linear-gradient(
            135deg,
            #071a38 0%,
            #102a56 100%
        );
    overflow:visible;
    box-shadow:
        4px 0 14px rgba(0,0,0,0.16);
}
.ticker-label:after{
    content:'';
    position:absolute;
    top:0;
    right:-20px;
    width:0;
    height:0;
    border-top:22px solid transparent;
    border-bottom:22px solid transparent;
    border-left:20px solid #102a56;
    z-index:2;
}
.ticker-label-inner{
    position:relative;
    z-index:3;
    display:flex;
    align-items:center;
    gap:10px;
}
.ticker-label-inner:after{
    content:'';
    position:absolute;
    right:-30px;
    top:50%;
    width:9px;
    height:9px;
    border-top:2px solid rgba(255,255,255,0.35);
    border-right:2px solid rgba(255,255,255,0.35);
    transform:
        translateY(-50%)
        rotate(45deg);
}
.ticker-label-inner:before{
    content:'';
    position:absolute;
    right:-16px;
    top:50%;
    width:1px;
    height:14px;
    background:rgba(255,255,255,0.25);
    transform:translateY(-50%);
}
.ticker-icon{
    font-size:30px !important;
    color:#ffd54f;
    line-height:1;
}
.ticker-text{
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    white-space: nowrap;
    font-family: 'Outfit', sans-serif;
}
.ticker-track{
    position:relative;
    flex:1;
    height:44px;
    overflow:hidden;
    display:flex;
    align-items:center;
}
.ticker-track:before,
.ticker-track:after{
    content:'';
    position:absolute;
    top:0;
    width:60px;
    height:100%;
    z-index:3;
    pointer-events:none;
}
.ticker-track:before{
    left:0;
    background:linear-gradient(
        to right,
        #b71c1c 0%,
        rgba(183,28,28,0) 100%
    );
}
.ticker-track:after{
    right:0;
    background:linear-gradient(
        to left,
        #b71c1c 0%,
        rgba(183,28,28,0) 100%
    );
}
.ticker-move{
    display:flex;
    align-items:center;
    width:max-content;
    padding-left:100%;
    animation:tickerMove 40s linear infinite;
}
.school-news-ticker:hover .ticker-move{
    animation-play-state:paused;
}
.ticker-item{
    position:relative;
    display:flex;
    align-items:center;
    padding-left:28px;
    margin-right:30px;
    white-space:nowrap;
}
.ticker-item:before{
    content:'';
    position:absolute;
    left:10px;
    top:50%;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#ffffff;
    transform:translateY(-50%);
    opacity:0.7;
}
.ticker-item a{
    position:relative;
    color:#ffffff;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    letter-spacing:0.2px;
    transition:all 0.3s ease;
}
.ticker-item a:hover{
    color:#ffe082;
}
.ticker-item a:after{
    content:'';
    position:absolute;
    left:0;
    bottom:-3px;
    width:0%;
    height:1px;
    background:#ffe082;
    transition:0.3s ease;
}
.ticker-item a:hover:after{
    width:100%;
}
@keyframes tickerMove{
    0%{
        transform:translateX(0%);
    }
    100%{
        transform:translateX(-100%);
    }
}
/*--------------------------- Footer ---------------------------*/
.aems-footer{
    position: relative;
    z-index: 1;
    padding: 50px 0 25px;
    background: url('img/aems-footer-overlay-img.webp') bottom center/cover no-repeat;
    overflow: hidden;
}
.aems-footer:before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(2,1,0,.97) 0%, rgba(24,23,19,.95) 50%, rgba(2,1,0,.98) 100%);
    z-index: 0;
}
.aems-footer > *{
    position: relative;
    z-index: 2;
}
.aems-footer .col-md-2{
    width: 18%;
}
.aems-footer .col-md-3{
    width: 22%;
}
.aems-footer .col-md-4,.aems-footer .col-md-3:first-child{
    width: 30%;
}
.aems-footer .widget_media_image img{
    height: 100px !important;
    object-fit: contain;
    width: 100%;
    object-position: center;
}
.aems-footer .widget h2 {
    font-size: 18px;
    color: #da231b;
    margin: 0 0 30px 0;
    font-weight: 600;
    text-transform: uppercase;
	font-family: 'Outfit', sans-serif;
}
.aems-footer .widget br{
    display: none;
}
.aems-footer .widget.widget_text p{
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0;
    line-height: 1.8;
}
.aems-footer ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.aems-footer ul.menu li:not(:last-child){
    margin-bottom: 20px;
}
.aems-footer ul.menu li a{
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.aems-footer ul.menu li a:hover{
    color: #ffe082;
}
.aems-footer ul.footer-contact-list{
    padding: 0 30px 0 0;
    list-style: none;
}
.aems-footer ul.footer-contact-list li:not(:last-child){
    margin-bottom: 30px;
}
.aems-footer ul.footer-contact-list li:first-child span{
    height: 72px;
}
.aems-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;
}
.aems-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;
	font-weight: 500;
}
.aems-footer ul.footer-contact-list li:not(:first-child) p{
    font-weight: 700;
    text-transform: uppercase;
}
.aems-footer ul.footer-contact-list li a{
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    display: block;
    text-transform: lowercase;
    font-weight: 500;
}
.aems-footer ul.footer-contact-list li:last-child{
    text-transform: uppercase;
    font-weight: 600;
}
/*--------------------------- Copyright ---------------------------*/
.aems-footer .copyright-wrap {
    font-size: 16px;
    color:#fff;
    margin-top: 50px;
    padding: 30px 0 0 0;
    font-weight: 500;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aems-footer .copyright-wrap a{
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
}
.aems-footer .copyright-wrap a:hover{
	color: #ffe082;
}
.aems-footer .copyright-wrap ul.text-left,
.aems-footer .copyright-wrap ul.text-right {
    margin: 0;
    padding: 0;
    display: flex;
    grid-gap: 50px;
}
.aems-footer .copyright-wrap ul.text-left li:first-child,
.aems-footer .copyright-wrap ul.text-right li:first-child{
	list-style: none;
}
.aems-footer .copyright-wrap ul.footer-social-list{
    grid-gap: 15px;
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}
.aems-footer .copyright-wrap ul.footer-social-list a{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.3);
    line-height: 1;
    transition: all .5s ease;
}
.aems-footer .copyright-wrap ul.footer-social-list a i{
    font-size: 16px;
    color: #fff;
}
.aems-footer .copyright-wrap ul.footer-social-list a:hover{
    background: #da231b;
}
/*--------------------------- Elementor ---------------------------*/
.aems-vision-box,.aems-mission-box,.aems-inner-hero-section,.aems-sub-title h2,
.aems-half-circle-ba{
    position: relative;
    z-index: 1 !important;
}
.aems-vision-box:after{
    content: '';
    background: #ffe082;
    height: 150px;
    width: 150px;
    position: absolute;
    top: -8px;
    left: -8px;
    z-index: -1;
}
.aems-mission-box:after{
    content: '';
    background: #ffe082;
    height: 150px;
    width: 150px;
    position: absolute;
    bottom: -8px;
    right: -8px;
    z-index: -1;
}
.aems-inner-hero-section:after {
    content: '';
    background: rgba(6,22,50,.7);
    height: 100%;
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: ellipse(100% 100% at 100% 50%);
	z-index: -1;
}
.aems-sub-title h2{
	position: relative;
}
.aems-sub-title h2:after{
	content: '';
    position: absolute;
    background: rgb(218 35 27 / 5%);
    height: 40px;
    width: 40px;
    top: 50%;
    left: 10px;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50px;
}
/*--------------------------- CF7 Form ---------------------------*/
.aems-contact-form input,
.aems-contact-form select,
.aems-contact-form textarea{
    width: 100%;
    border: 1px solid #999;
    padding: 15px;
    border-radius: 10px;
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 15px;
    outline: none;
}
.aems-contact-form input:focus,
.aems-contact-form select:focus,
.aems-contact-form textarea:focus{
    border-color: #DA231B;
}
.aems-contact-form textarea{
    height: 140px;
    resize: none;
}
.aems-contact-form input[type="submit"]{
    background: #DA231B;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 10px;
    font-weight: 600;
    transition: .3s;
}
.aems-contact-form input[type="submit"]:hover{
    background: #b71c15;
}
.ames-bullet-titles h2 {
    position: relative;
	padding-left: 25px;
}
.ames-bullet-titles h2:before {
    content: '\f40b';
    font-family: 'Material Symbols Outlined';
    position: absolute;
    left: 0;
}
/*--------------------------- Tablepress CSS ---------------------------*/
table.visiting-hours-table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #061632 !important;
}
table.visiting-hours-table th{
    background: #061632 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    border: 1px solid #061632 !important;
    text-align: left;
    text-transform: capitalize;
}
table.visiting-hours-table td{
    padding: 15px;
    border: 1px solid #061632 !important;
    font-size: 14px !important;
    color: #555;
}
table.visiting-hours-table td.column-1{
	font-weight: 600;
}
table.visiting-hours-table tr:nth-child(even){
    background: #fafafa;
}
.tablepress{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #061632;
    font-family: 'Outfit';
    background: #fff;
}
.tablepress thead th{
    background: #061632;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    border: 1px solid #061632;
    text-align: center;
    text-transform: uppercase;
}
.tablepress thead th:not(:last-child){
	border-right: 1px solid #ccc;
}
.tablepress tbody td{
    padding: 12px;
    border: 1px solid #061632;
    font-size: 16px;
    color: #4b5563;
    background: #fff;
    vertical-align: middle;
	text-align: center;
}
.tablepress tbody td.column-1{
    font-weight: 600;
    color: #061632;
}
.tablepress tbody tr:nth-child(even) td{
    background: #fcfdff;
}
.tablepress-responsive{
    overflow-x: auto;
}
.tablepress tbody td a {
    color: #fff;
    padding: 14px 40px 14px 20px;
    text-decoration: none;
    background: #9d3327;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
}
.tablepress tbody td a::after {
    content: '\e0b2';
    font-family: 'Material Symbols Outlined';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}
.tablepress tbody td a:hover {
	background: #061632;
	color: #fff;
}
table.academic-curriculum-table th.column-3{
	width: 30%;
}
/*--------------------------- Mobile Menu ---------------------------*/
.modal-open .modal {
    padding: 0 !important;
}
.aems-mobile-menu .modal-dialog{
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: #fff;
	width: 100%;
}
.aems-mobile-menu .modal-dialog .modal-content,
#leadModal .modal-dialog .modal-content{
    border: unset;
    border-radius: 0;
    box-shadow: unset;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-header,
#leadModal .modal-dialog .modal-content .modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#leadModal .modal-dialog .modal-content .modal-header{
    background: #FFF3CC;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-header img,
#leadModal .modal-dialog .modal-content .modal-header img{
    height: 40px;
    object-fit: contain;
    width: auto;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-header .close{
    margin-left: auto;
    border: 1px solid #ccc;
    padding: 10px 15px;
    opacity: 1;
}
#leadModal .modal-dialog .modal-content .modal-header .close{
    margin-left: auto;
    background: #ffe082;
    opacity: 1;
    color: #333;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-top: 0;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-body .navbar-nav {
    margin: 0;
    border: unset;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-body .navbar-nav li a {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    color: #221638;
    font-size: 16px;
    background: unset;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-body .navbar-nav li a.dropdown-toggle:after{
    content: '\f078';
    position: absolute;
    font-family: 'FontAwesome';
    right: 0;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-body .navbar-nav li ul.dropdown-menu{
    background: #FFF3CC;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-footer {
    text-align: left;
    border: unset;
    padding: 15px 25px 30px;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-footer ul.footer-social-list{
    grid-gap: 15px;
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-footer ul.footer-social-list a{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.2);
    line-height: 1;
    transition: all .5s ease;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-footer ul.footer-social-list a i{
    font-size: 16px;
    color: #100f1f;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-footer ul.footer-social-list a:hover{
    background: #ffe082;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-footer .widget h2 {
    margin: 0 0 15px 0;
    font-size: 24px;
    color: #100f1f;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-footer .widget.widget_text p {
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    margin: 20px 0;
    line-height: 1.8;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-footer #block-14 p, .aems-mobile-menu .modal-dialog .modal-content .modal-footer #block-14 p a {
    color: #100f1f;
    font-weight: 600;
}
.aems-mobile-menu .modal-dialog .modal-content .modal-footer .social-links.widget {
    margin-top: 50px;
}
/*--------------------------- Responsive ---------------------------*/
@media (min-height: 900px) and (max-height: 1080px) and (min-width: 1601px) and (max-width: 1920px) {

}

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

}

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

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .container,.aems-casestudy-wrap .container, .aems-single-outer-wrap .container,
    .archive-wrap .aems-inner-hero-section h1, .single-wrap .aems-inner-hero-section h1{
        width: 100%;
    }
	.aems-blogs-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	.mobile-navbar{
        margin: 0 auto;
        border: 0;
        border-radius: 0 0 20px 20px;
        padding: 10px;
        box-shadow: 0px 11.54px 30.78px -1.92px rgba(57, 25, 82, 0.1019607843);
        z-index: 99;
        background: #fff;
        width: 95%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        border-bottom: 1px solid #ffe082;
        border-right: 1px solid #ffe082;
        border-left: 1px solid #ffe082;
    }
    .mobile-navbar .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .mobile-navbar .logo {
        flex-shrink: 0;
    }
    .mobile-navbar .navbar-header .logo img{
        height: 35px;
        object-fit: contain;
        width: auto;
    }
    .mobile-navbar .navbar-header i {
        font-size: 22px;
        cursor: pointer;
        flex-shrink: 0;
        margin-left: auto;
    }
	.aems-footer{
        padding: 50px 0 25px 0;
    }
    .aems-footer .widget h2{
        margin: 0 0 15px 0 !important;
        font-size: 14px;
    }
	.aems-mobile-menu .navbar-nav,.aems-mobile-menu .navbar-nav>li{
		float: unset;
	}
	.footer-marquee-wrap{
		padding: 50px 0;
	}
	.footer-marquee-wrap .item {
		font-size: 40px;
	}
	.aems-footer .copyright-wrap ul.text-left{
		gap: 10px;
	}
	.aems-footer .copyright-wrap {
		font-size: 14px;
		margin-top: 30px;
		padding: 20px 0 0 0;
	}
	.aems-footer .copyright-wrap ul.footer-social-list a {
    	height: 35px;
		width: 35px;
	}
	.aems-footer .widget.widget_text p {
    	font-size: 14px;
		margin: 10px 0;
	}
	.panel-title,.aems-footer ul.menu li a{
		font-size: 14px;
	}
	#branchAccordion .panel .collapse.in .panel-body{
		font-size: 13px;
	}
	.landing-step-box .elementor-widget-image {
		width: 60px !important;
		padding: 15px;
	}
	.archive-wrap .aems-inner-hero-section, .single-wrap .aems-inner-hero-section {
		padding: 150px 10px 50px;
	}
	.archive-wrap .aems-inner-hero-section h1, .single-wrap .aems-inner-hero-section h1{
		font-size: 32px;
	}
	.custom-breadcrumbs {
		font-size: 14px;
	}
	.aems-casestudy-wrap {
		padding: 50px 10px;
	}
	.aems-inner-margin-section.odd .left-box .aems-inner-float-box {
    	right: -15px;
		bottom: 150px;
	}
}

@media (min-width: 320px) and (max-width: 480px) {
    .container,.aems-footer .col-md-4, .aems-footer .col-md-3:first-child,.aems-footer .col-md-3,.aems-footer .col-md-2{
        width: 100%;
    }
    .aems-footer{
        padding: 50px 0 25px 0;
    }
    .aems-footer .copyright-wrap{
        display: block;
        margin-top: 50px;
    }
    .aems-footer .copyright-wrap ul.text-left{
        display: block;
        text-align: center;
    }
    .aems-footer .copyright-wrap ul.text-left li:not(last-child){
        margin-bottom: 15px;
    }
    .aems-footer .copyright-wrap ul.text-left li{
        list-style: none;
    }
    .aems-footer .copyright-wrap ul.footer-social-list {
        padding: 15px 0 0 0;
        margin: 20px 0 0 0;
        justify-content: center;
        border-top: 1px solid #ccc;
    }
    .aems-footer .footer-subscribe-box{
        padding: 20px 15px;
        margin-top: 30px;
    }
    .aems-footer .footer-subscribe-box h2{
        font-size: 26px;
    }
    .aems-footer .widget.widget_text p,.aems-footer ul.menu{
        text-align: center;
    }
    .aems-footer .widget h2{
        text-align: center;
        margin: 30px 0 15px 0;
    }
    .aems-footer .wp-block-image img{
        object-position: center;
    }
    .mobile-navbar{
        margin: 0 auto;
        border: 0;
        padding: 10px;
        z-index: 99;
        background: #fff;
        border-bottom: 1px solid #ffe082;
        border-right: 1px solid #ffe082;
        border-left: 1px solid #ffe082;
    }
    .mobile-navbar .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .mobile-navbar .logo {
        flex-shrink: 0;
    }
    .mobile-navbar .navbar-header .logo img{
        height: 40px;
        object-fit: contain;
        width: auto;
    }
    .mobile-navbar .navbar-header i {
        font-size: 22px;
        cursor: pointer;
        flex-shrink: 0;
        margin-left: auto;
    }
	.custom-breadcrumbs {
		font-size: 14px;
	}
	#menuModal.modal{
		padding: 0 !important;
		overflow-y: scroll !important;
	}
	.aems-inner-hero-section:after{
		width: 60%;
	}
	.school-news-ticker{
        height:40px;
    }
    .ticker-label{
        min-width:auto;
        height:40px;
        padding:0 18px 0 12px;
    }
    .ticker-label:after{
        right:-18px;
        border-top:20px solid transparent;
        border-bottom:20px solid transparent;
        border-left:18px solid #102a56;
    }
    .ticker-label-inner:before,
    .ticker-label-inner:after{
        display:none;
    }
    .ticker-icon{
        font-size:16px !important;
    }
    .ticker-text{
        font-size:10px;
    }
    .ticker-track{
        height:40px;
    }
    .ticker-item{
        padding-left:24px;
        margin-right:22px;
    }
    .ticker-item a{
        font-size:12px;
    }
}