/* Responsive Styles */

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {
	.aurora-img
 {
    width: 99%;
    max-height: 564px;
    left: -60px;
}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	 .btn-close:focus {
        box-shadow: none;
    }
.navbar-brand img {
    height: 59px;
}
	.offcanvas-header {
        background: #0251a1;
        padding-top: 5px;
        padding-bottom: 7px;
    }
    .offcanvas-header .btn-close {
        width: 40px;
        height: 40px;
        background-color: red;
        padding: 0;
        border-radius: 100%;
        opacity: 1;
        margin: 0;
        margin-left: auto;
        background-image: url(../images/close-btn.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 33%;
    }
    .banner {
        padding-top: 79px;
    }
#menu-header-menu {
        margin-bottom: 50px;
        flex: 1;
        display: flex;
        width: 100%;
        justify-content: flex-start !important;
    }
.offcanvas-body {
        overflow-y: hidden;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        overflow-y: auto;
    }
	.offcanvas-body .d-flex.ms-auto {
    margin-left: initial !important;
}
	.page-header .navbar-nav .nav-link {
        display: flex;
        align-items: center;
		padding: 14px 14px !important;
    }
	#menu-header-menu li.menu-item-has-children > a::after {
    margin-left: auto;
    border-color:#0251a1;
}
	.inner-page-spacing {
    margin-top: 79px;
}
	.copyright {
    justify-content: center;
    flex-wrap: wrap;
    gap: 17px;
}
	#menu-header-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: relative;
    top: 0;
    background-color: rgba(2, 81, 161, 1);
}
	ul#menu-header-menu .sub-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
	ul#menu-header-menu .sub-menu li:last-child {
		border-bottom:none;
	}
    ul#menu-header-menu .sub-menu a {
        color: #fff !important;
        font-size: 16px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	.container {
    padding: 0 20px;
}
	    .modern-feature {
        padding: 70px 0;
    }
	.showcase-card {
        margin: 20px auto 20px;
    }
	.contact-form-card {
    padding: 40px 23px;
    width: 92%;
    margin: auto;
}
	.contact-form-card .row.mb-3 {
    margin-bottom: 0 !important;
}
	.contact-form-card .col-md-
 {
    margin-bottom: 20px;
}
.contact-form-card .col-md-6 {
    margin-bottom: 18px;
}
    .checkbox-card-bottom .col-md-6 {
        margin-bottom: 0;
        margin-top: 13px;
    }
	.checkbox-card-bottom .col-md-12.mb-4 {
    margin-top: 13px;
}
	.card-content {
        font-size: 14px;
    }
	.contact-form-card  .form-control {
    height: 47px;
}
	.support-section .support-inner
 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	.site-footer.footer-modern p {
    text-align: left;
}
	.aurora-img
 {
    left: 0;
}
	.aurora-image-container {
        padding: 0 20px !important;
    }
	.experience-image-wrapper img
 {
    height: 300px;
}
	.the-experience-section
 {
    padding: 70px 0;
}
	.lead {
    font-size: 1rem;
}
	.slider-image {
		box-shadow:none;
	}
	.feat-card .card-media {
    height: 310px;
}
	.page-content h1 {
    font-size: 34px;
}
	.default_page h3 {
    font-size: 27px;
}
	.page-content {
    padding: 80px 0 50px;
}
}