/*!
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=Outfit:wght@300;400;500;600;700;800;900&display=swap');

html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding:0;
	font-family: 'Outfit', 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;
}
.custom-breadcrumbs{
    font-size: 16px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    color: #999999;
    font-weight: 400;
}
.custom-breadcrumbs a{
	color: #606060;
	text-decoration: none;
}
.custom-breadcrumbs a:hover{
	color: #100f1f;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #FFF3CC;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #fec921;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #100f1f;
}
/*--------------------------- Topbar ---------------------------*/
.aems-topbar {
	background: linear-gradient(90deg, #020100 0%, #181713 50%, #020100 100%);
	position: relative;
	z-index: 99;
    padding: 10px 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 15px;
    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 15px;
}
.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: 16px;
    font-weight: 400;
}
.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: 400;
}
.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: 400;
    padding: 0
}
.aems-topbar .inline-box .topbar-contact-list li a:hover,.aems-topbar .inline-box .right-box ul li a:hover {
    color: #f1c40f;
}
/*--------------------------- 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:22px;
    font-weight:800;
    color:#da231b;
    line-height: 1;
}
nav.aems-navbar .site-title em{
    font-style:normal;
    font-size:14px;
    font-weight:500;
    color:#222021;
    margin-bottom:8px;
    display:block;
}
nav.aems-navbar ul li a{
    color: #100f1f;
    padding: 15px 20px;
    font-size: 17px;
    font-weight: 500;
    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 20px !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: #fff;
    border: unset;
    width: 220px;
    top: 50px;
    border-radius: 15px;
    padding: 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
nav.aems-navbar ul.dropdown-menu li a{
    padding: 15px 20px !important;
    font-size: 16px;
    color: #333 !important;
}
nav.aems-navbar ul.dropdown-menu li:first-child a{
    border-radius: 20px 20px 0 0;
}
nav.aems-navbar ul.dropdown-menu li:last-child a{
    background: unset;
    border: unset;
    border-radius: 0 0 20px 20px;
}
nav.aems-navbar ul.dropdown-menu li:hover a{
    background: #FFF3CC;
    color: #E4AF01 !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;
}
/*--------------------------- 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 .wp-block-image img{
    height: 100px;
    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;
}
.aems-footer .widget br{
    display: none;
}
.aems-footer .widget.widget_text p{
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    font-weight: 400;
    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: 17px;
    font-weight: 400;
}
.aems-footer ul.menu li a:hover{
    color: #fec921;
}
.aems-footer ul.footer-contact-list{
    padding: 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: 17px;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 0 15px;
    text-transform: capitalize;
}
.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: 17px;
    display: block;
    text-transform: lowercase;
    font-weight: 400;
}
.aems-footer ul.footer-contact-list li:last-child{
    text-transform: uppercase;
    font-weight: 600;
}
/*--------------------------- Copyright ---------------------------*/
.aems-footer .copyright-wrap {
    font-size: 17px;
    color:#fff;
    margin-top: 50px;
    padding: 30px 0 0 0;
    font-weight: 400;
    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: #fec921;
}
.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: 17px;
    color: #fff;
}
.aems-footer .copyright-wrap ul.footer-social-list a:hover{
    background: #da231b;
}
/*--------------------------- Elementor ---------------------------*/
.aems-vision-box,.aems-mission-box{
    position: relative;
    z-index: 1;
}
.aems-vision-box:after{
    content: '';
    background: #f1c40f;
    height: 150px;
    width: 150px;
    position: absolute;
    top: -8px;
    left: -8px;
    z-index: -1;
}
.aems-mission-box:after{
    content: '';
    background: #f1c40f;
    height: 150px;
    width: 150px;
    position: absolute;
    bottom: -8px;
    right: -8px;
    z-index: -1;
}
/*--------------------------- 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: #fec921;
    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: #fec921;
}
.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;
}

#leadModal .modal-dialog {
    width: 480px;
}
#leadModal form .cf7-row input, #leadModal form .cf7-row textarea {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #999;
    font-size: 16px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-weight: 400;
}
#leadModal form .cf7-row input:focus-visible,
#leadModal form .cf7-row textarea:focus-visible {
	outline: unset;
}
#leadModal form .cf7-row input:focus,
#leadModal form .cf7-row textarea:focus {
	border-bottom: 1px solid #222;
}
#leadModal form .cf7-row input.wpcf7-submit{
    border: 1px solid #fec921;
    padding: 20px 30px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
	margin-top: 20px;
    background: linear-gradient(#fec921, #fec921) no-repeat center;
    background-size: 100% 100%;
    color: #100f1f;
    transition:
        background-size 0.55s cubic-bezier(.4,0,.2,1),
        color 0.35s ease,
        border 0.35s ease,
        transform 0.35s ease;
}
#leadModal form .cf7-row input.wpcf7-submit:hover{
    background-size: 0% 0%;
    color: #100f1f;
    background-color: #fff;
    border: 1px solid #100f1f;
}
#leadModal .content-box {
    text-align: center;
}
#leadModal .content-box h4{
    margin: 0;
    color: #100F1F;
    font-family: 'Sora';
    font-weight: 600;
    line-height: 1.5;
    font-size: 18px;
}
#leadModal .content-box p{
    font-weight: 400;
    color: #666;
    font-size: 14px;
    margin: 10px 0;
}
/*--------------------------- Blogs Listing + Detail ---------------------------*/
.aems-blogs-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.aems-blogs-wrap .blog-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.aems-blogs-wrap .blog-box .img{
    overflow: hidden;
    border-radius: 15px;
}
.aems-blogs-wrap .blog-box .img img{
    transition: all 1s ease;
}
.aems-blogs-wrap .blog-box:hover .img img{
    transform: scale(1.1);
}
.aems-blogs-wrap .blog-box .content{
    box-shadow: 0px 11.54px 30.78px -1.92px rgba(57, 25, 82, 0.1019607843);
    background: #fff;
    padding: 30px;
    margin: -50px 30px 0;
    border-radius: 15px;
    position: relative;
    flex: 1;
}
.aems-blogs-wrap .blog-box .content ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 13px;
    grid-gap: 30px;
}
.aems-blogs-wrap .blog-box .content ul li:first-child {
    background: #FFF3CC;
    color: #E4AF01;
    padding: 5px 10px;
    border-radius: 5px;
    list-style: none;
}
.aems-blogs-wrap .blog-box .content a.blog-title{
    display: block;
    color: #100F1F;
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0;
}
.aems-blogs-wrap .blog-box .content a.blog-read-more{
    display: flex;
    align-items: center;
    grid-gap: 5px;
    color: #100F1F;
    font-weight: 300;
    font-size: 15px;
}
.aems-blogs-wrap .blog-box .content a.blog-read-more i{
    transform: rotate(-45deg);
    color: #999;
    transition: all 1s ease;
}
.aems-blogs-wrap .blog-box .content a.blog-read-more:hover i{
    transform: rotate(0deg);
    color: #100F1F;
}
.single-wrap .aems-single-outer-wrap {
    padding: 50px 20px;
}
.single-wrap .aems-single-outer-wrap .single-content{
    margin-right: 50px;
}
.single-wrap .aems-single-outer-wrap .single-content .single-post-image img{
    width: 100%;
    border-radius: 15px;
    height: auto;
}
.single-wrap .aems-single-outer-wrap .single-content .single-post-meta-wrap {
    background: #edf1fa;
    display: flex;
    align-items: center;
    border: 1px solid #dadfe7;
    border-radius: 15px;
    margin: 30px 0;
}
.single-wrap .aems-single-outer-wrap .single-content .single-post-meta-wrap  .meta-box {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 20px;
    grid-gap: 20px;
}
.single-wrap .aems-single-outer-wrap .single-content .single-post-meta-wrap  .meta-box:not(:last-child) {
    border-right: 1px solid #dadfe7;
}
.single-wrap .aems-single-outer-wrap .single-content .single-post-meta-wrap  .meta-box .meta-icon img{
    border-radius: 50%;
}
.single-wrap .aems-single-outer-wrap .single-content .single-post-meta-wrap  .meta-box:not(:first-child) .meta-icon{
    height: 48px;
    width: 48px;
    background: #fec921;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-wrap .aems-single-outer-wrap .single-content .single-post-meta-wrap  .meta-box .meta-icon i{
    color: #100f1f;
    font-size: 18px;
}
.single-wrap .aems-single-outer-wrap .single-content .single-post-meta-wrap  .meta-box .meta-title{
    font-weight: 300;
    color: #100f1f;
    font-size: 14px;
    line-height: 1.5;
}
.single-wrap .aems-single-outer-wrap .single-content .single-post-meta-wrap  .meta-box .meta-title span{
    display: block;
    font-weight: 600;
}
.single-wrap .aems-single-outer-wrap .single-content .single-post-content {
    color: #100f1f;
    font-weight: 300;
    line-height: 2;
    font-size: 16px;
}
.single-wrap .aems-single-outer-wrap .single-content .single-post-content h2 {
    font-weight: 700;
    font-size: 22px;
}
.single-wrap .aems-single-outer-wrap .single-sidebar .sidebar-box {
    background: #edf1fa;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 50px;
}
.single-wrap .aems-single-outer-wrap .single-sidebar .sidebar-box h4 {
    margin: 0 0 20px 0;
    color: #100f1f;
    font-size: 22px;
    font-weight: 600;
}
.single-wrap .aems-single-outer-wrap .single-sidebar .sidebar-box a.sidebar-post-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #100f1f;
    font-weight: 300;
}
.single-wrap .aems-single-outer-wrap .single-sidebar .sidebar-box a.sidebar-post-link:not(:last-child) {
    margin-bottom: 30px;
}
.single-wrap .aems-single-outer-wrap .single-sidebar .sidebar-box .sidebar-post-thumb img {
    height: 120px;
    width: fit-content;
    border-radius: 10px;
    object-fit: contain;
}
.single-wrap .aems-single-outer-wrap .single-sidebar .sidebar-box a.sidebar-post-link div{
    flex: 1;
}
.single-wrap .aems-single-outer-wrap .single-sidebar .sidebar-box .sidebar-post-content h5{
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 1.3;
}
.single-wrap .aems-single-outer-wrap .single-sidebar .sidebar-box  a.sidebar-term-link,
.single-wrap .aems-single-outer-wrap .single-sidebar .sidebar-box a.tag-link{
    display: block;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #100f1f;
    font-size: 15px;
    font-weight: 500;
}
.single-wrap .aems-single-outer-wrap .single-sidebar .sidebar-box  a.sidebar-term-link:hover,
.single-wrap .aems-single-outer-wrap .single-sidebar .sidebar-box a.tag-link:hover {
    background: #fec921;
}
/*--------------------------- Archive Page ---------------------------*/
.archive-wrap .aems-inner-hero-section,
.single-wrap .aems-inner-hero-section{
    padding: 240px 20px 165px;
    text-align:center;
    position: relative;
}
.archive-wrap .aems-inner-hero-section .custom-breadcrumbs,
.single-wrap .aems-inner-hero-section .custom-breadcrumbs{
    justify-content: center;
}
.archive-wrap .aems-inner-hero-section h1,
.single-wrap .aems-inner-hero-section h1{
    color: #100F1F;
    margin: 0 auto 20px;
    font-size: 46px;
    font-weight: 600;
    width: 1024px;
}
.archive-wrap .aems-inner-hero-section img,
.single-wrap .aems-inner-hero-section img{
    opacity: .5;
    animation: startImageFadeIn 3s alternate ease-in-out infinite;
    position: absolute;
}
.archive-wrap .aems-inner-hero-section .blinkimg1,
.single-wrap .aems-inner-hero-section .blinkimg1{
    top: 25%;
    left: 25%;
}
.archive-wrap .aems-inner-hero-section .blinkimg2,
.single-wrap .aems-inner-hero-section .blinkimg2{
    top: 20%;
    left: 80%;
}
.archive-wrap .aems-inner-hero-section .blinkimg3,
.single-wrap .aems-inner-hero-section .blinkimg3{
    bottom: 15%;
    left: 10%;
}
.archive-wrap .aems-inner-hero-section .blinkimg4,
.single-wrap .aems-inner-hero-section .blinkimg4{
    bottom: 10%;
    left: 70%;
}
.aems-casestudy-wrap{
    padding: 80px 20px;
}
.aems-casestudy-wrap .container,
.aems-single-outer-wrap .container{
    width: 1140px;
}
.aems-casestudy-wrap .case-study-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.aems-casestudy-wrap .case-study-list .blog-box {
    background: #edf1fa;
    padding: 20px;
    border-radius: 15px;
}
.aems-casestudy-wrap .case-study-list .blog-box .blog-img{
    overflow: hidden;
    border-radius: 15px;
}
.aems-casestudy-wrap .case-study-list .blog-box .blog-img img{
    transition: all 1s ease;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.aems-casestudy-wrap .case-study-list .blog-box:hover .blog-img img{
    transform: scale(1.1);
}
.aems-casestudy-wrap .case-study-list .blog-box .blog-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aems-casestudy-wrap .case-study-list .blog-box ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 20px 20px 10px;
    font-size: 14px;
    grid-gap: 30px;
}
.aems-casestudy-wrap .case-study-list .blog-box .blog-title a{
    display: block;
    color: #100F1F;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.aems-casestudy-wrap .case-study-list .blog-box .blog-title a.blog-read-more{
    height: 50px;
    width: 50px;
    background: #fff;
    text-decoration: none;
    border-radius: 50%;
}
.aems-casestudy-wrap .case-study-list .blog-box .blog-title a.blog-read-more i{
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    transition: all 1s ease;
    height: 100%;
}
.aems-casestudy-wrap .case-study-list .blog-box .blog-title a.blog-read-more:hover {
    background: #fec921;
}
.aems-casestudy-wrap .case-study-list .blog-box .blog-title a.blog-read-more:hover i{
    transform: rotate(0deg);
    color: #100F1F;
}
/*--------------------------- Branch Accordion ---------------------------*/
.aems-footer #block-15 h2 {
    margin: 0 0 20px 0;
}
#branchAccordion .panel {
    border: unset;
    background: unset;
    border-radius: 0;
	margin: 0;
}
#branchAccordion .panel .panel-heading {
    padding: 15px;
    background: unset !important;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #100f1f !important;
}
#branchAccordion .panel .panel-heading a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
#branchAccordion .panel .panel-heading a i {
    transition: transform 0.3s;
}
#branchAccordion .panel .panel-heading.active a i {
    transform: rotate(180deg);
}
#branchAccordion .panel .panel-heading.active{
	background: linear-gradient(#fec921, #fec921) no-repeat center !important;
	color: #100f1f;
}
#branchAccordion .panel .collapse.in .panel-body {
    background: #fff;
    font-size: 15px;
    color: #606060;
}
#branchAccordion .panel .collapse .panel-body a{
	text-decoration: none;
	color: #606060;
}
#branchAccordion .panel .collapse .panel-body a:hover{
	color: #000;
}

.landing-step-box .elementor-widget-image {
    width: 100px !important;
    object-fit: contain;
    border-radius: 50%;
	background: #FEC921;
	padding: 30px;
}
.aems-lp-iconbox-right li.elementor-icon-list-item {
    flex-direction: row-reverse;
    grid-gap: 15px;
	position: relative;
	z-index: 1;
}
.aems-lp-iconbox-right li.elementor-icon-list-item span.elementor-icon-list-icon:after {
    content: '';
    position: absolute;
    background: #ff4500;
    height: 10px;
    width: 10px;
    z-index: -1;
    border-radius: 50%;
    bottom: 0;
    right: 0;
}
.aems-lp-iconbox-left li.elementor-icon-list-item {
	position: relative;
	z-index: 1;
}
.aems-lp-iconbox-left li.elementor-icon-list-item span.elementor-icon-list-icon:after {
    content: '';
    position: absolute;
    background: #7cfc00;
    height: 10px;
    width: 10px;
    z-index: -1;
    border-radius: 50%;
    bottom: 0;
    left: 0;
}
.aems-lp-why-grid{
	display: grid !important;
    grid-template-columns: repeat(2, 1fr);
}

.cat-read-more-btn {
    text-align: center;
    padding: 50px 0;
}
.cat-read-more-btn a {
    background: #FEC921;
    color: #100F1F;
    padding: 15px 30px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    font-size: 16px;
    font-weight: 500;
	text-decoration: none;
	border: 1px solid #100F1F;
	transition: all .5s ease;
}
.cat-read-more-btn a:hover {
	background: #100F1F;
	color: #FEC921;
	border: 1px solid #FEC921;
}
/*--------------------------- 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 #FEC921;
        border-right: 1px solid #FEC921;
        border-left: 1px solid #FEC921;
    }
    .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-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-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;
        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 #FEC921;
        border-right: 1px solid #FEC921;
        border-left: 1px solid #FEC921;
    }
    .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;
    }
    .aems-home-client-section .elementor-heading-title span {
        display: block;
        width: fit-content;
        margin: 10px auto;
    }
    .left-inner-sticky {
        position: unset !important;
        top: 0;
        align-self: unset !important;
    }
    .aems-blogs-wrap,.aems-casestudy-wrap .case-study-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .aems-blogs-wrap .blog-box .content{
        margin: -50px 15px 0;
    }
    .aems-casestudy-wrap{
        padding: 50px 0;
    }
    .archive-wrap .aems-inner-hero-section,
    .single-wrap .aems-inner-hero-section{
        padding: 150px 15px;
    }
    .archive-wrap .aems-inner-hero-section h1,
    .single-wrap .aems-inner-hero-section h1{
        font-size: 26px;
    }
    .archive-wrap .aems-inner-hero-section .blinkimg1,
    .single-wrap .aems-inner-hero-section .blinkimg1 {
        left: 15%;
        top: 20%;
    }
    .archive-wrap .aems-inner-hero-section .blinkimg2,
    .single-wrap .aems-inner-hero-section .blinkimg2 {
        top: 12%;
        left: 70%;
    }
    .archive-wrap .aems-inner-hero-section .blinkimg3,
    .single-wrap .aems-inner-hero-section .blinkimg3 {
        bottom: 15%;
        left: 10%;
    }
    .archive-wrap .aems-inner-hero-section .blinkimg4,
    .single-wrap .aems-inner-hero-section .blinkimg4{
        bottom: 10%;
        left: 80%;
    }
    .custom-breadcrumbs{
        font-size: 15px;
        flex-wrap: wrap;
    }
    .single-wrap .aems-single-outer-wrap .single-content .single-post-meta-wrap{
        display: block;
    }
    .single-wrap .aems-single-outer-wrap .single-content{
        margin-right: 0;
    }
    .single-wrap .aems-single-outer-wrap {
        padding: 50px 0;
    }
    .footer-marquee-wrap{
        padding: 50px 0;
    }
    .footer-marquee-wrap .item{
        font-size: 60px;
    }
    .aems-home-hero-section {
        background: unset;
        background-repeat: no-repeat;
        background-position: left;
        background-size: cover;
    }
    .aems-inner-service-hero-section .elementor-widget-image {
        height: 80px;
        width: 80px;
        outline: 8px solid #cde3fe;
    }
    .single-wrap .aems-single-outer-wrap .single-sidebar .sidebar-box{
        padding: 30px 15px;
    }
    .aems-inner-margin-section.odd .left-box .aems-inner-float-box,
    .aems-inner-margin-section.even .left-box .aems-inner-float-box{
        width: 55%;
        left: unset;
        bottom: 10px;
        right: 30px;
    }
    #leadModal .modal-dialog {
        width: auto;
    }
	.aems-lp-iconbox-right li.elementor-icon-list-item {
		flex-direction: row;
		grid-gap: 5px;
	}
	.aems-lp-why-grid{
		grid-template-columns: repeat(1, 1fr);
	}
	.landing-step-box .elementor-widget-image {
		width: 60px !important;
		padding: 15px;
	}
	.custom-breadcrumbs {
		font-size: 14px;
	}
	#menuModal.modal{
		padding: 0 !important;
		overflow-y: scroll !important;
	}
}