/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
	--accent: #132F57;
	--accent_2: #21397D;
	--accent_yellow: #FDB92E;
	--accent_blue: #337ab7;
	--accent_red: #d9534f;
}

.mbA_0 * {
	margin-bottom: 0 !important;
}

.of_hidden {
	overflow: hidden;
}

ul.red_disc li::marker {
    color: red;
}
ul.inline-list li {
    list-style-position: inside;
}

/* Social Icons Tooltip */

.elementor-social-icons-wrapper .elementor-social-icon .elementor-screen-only {
    font-size: 12px;
    color: var(--accent_yellow);
    background-color: var(--accent);
    width: 100px;
    height: unset;
    clip: unset;
    padding: 5px 10px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    margin-top: 42px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.elementor-social-icons-wrapper .elementor-social-icon:hover .elementor-screen-only {
	opacity: 1;
	visibility: visible;
}
.elementor-social-icons-wrapper .elementor-social-icon.elementor-social-icon-facebook-f span.elementor-screen-only,
.elementor-social-icons-wrapper .elementor-social-icon.elementor-social-icon-map-marker-alt span.elementor-screen-only {
	font-size: 0;
}
.elementor-social-icons-wrapper .elementor-social-icon span.elementor-screen-only::after {
	font-size: 12px;
}
.elementor-social-icons-wrapper .elementor-social-icon.elementor-social-icon-facebook-f span.elementor-screen-only::after {
    content: 'Facebook';
}
.elementor-social-icons-wrapper .elementor-social-icon.elementor-social-icon-map-marker-alt span.elementor-screen-only::after {
    content: 'Google Map';
}

/* Top Menu */

.top_menu .elementor-nav-menu {
    display: flex;
    gap: 5px;
}
.top_menu .elementor-nav-menu li.menu-item a.menu-link {
    background-color: var(--accent);
}

/* Main Menu */

.elementor-location-header .main_nav .elementor-nav-menu--main  ul.elementor-nav-menu .sub-menu {
    background-color: var(--accent) !important;
    min-width: 250px !important;
    padding: 10px 0;
}

/* Page Layout */

.elementor-location-header {
	z-index: 999;
}

body.home .title_banner,
body.page-id-703 .title_banner {
	display: none !important;
}
.title_banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

/* Home Slider */

.home_slider .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
	box-shadow: 0 0 10px #ffffff;
}


/* Video Box */

.video_box .elementor-custom-embed-image-overlay::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #000;
    opacity: 0.6;
}
.video_box .elementor-custom-embed-play {
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

/* Video Box Style 2 */

.video_box.style_2 .elementor-custom-embed-image-overlay::before {
    opacity: 0;
}
.video_box.style_2 .elementor-custom-embed-play {
    width: 40px;
    height: 40px;
    left: unset;
    right: -10px;
    top: 30px;
}

/* Achivements Carousel */

.achivements .swiper-slide .elementor-testimonial .elementor-testimonial__footer {
	display: none;	
}

/* Gallery */

.gallery_item_col {
	position: relative;
	overflow: hidden;
}
.gallery_item_col .gallery_img a::before {
	position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background: none;
    opacity: 0.5;
	transition: all 0.3s ease-in-out
}
.gallery_item_col .gallery_img a:hover::before {
	background-color: var(--accent);
}

/* Resoponsive Tables */

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
table {
    background-color: transparent;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table2 {
    font-size: 14px;
    text-align: center;
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}
.table2 tr th {
    background: #C7E9F9;
    color: #213d75;
    border: 1px solid #029FE0 !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px;	
	background-color: hsla(0,0%,50.2%,.0705882353);
}
.table tbody > tr:nth-child(2n) td {
    background: #f2f2f2;
}
.contact-info-section .table tr td {
    border: 1px solid #029FE0 !important;
}
.contact-info-section .table-bordered td, .contact-info-section .table-bordered th {
    border: 1px solid #029FE0;
    font-size: 15px;
}
.table > tbody > tr > td:last-child {
/*     border-top: 0 solid #ddd;
    border-bottom: 0 solid #ddd; */
}

/* Mandatory Tables */

.eael-data-table tr th {
    color: #fff;
    background-color: var(--accent_2);
}
.eael-data-table tr th:last-child{
	border: 0 none;
}
.eael-data-table tbody tr td {
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(0,0,0,0.1) !important;
    background-clip: padding-box;
    color: #000000;
    background-color: hsla(0,0%,50.2%,.0705882353);
}
.eael-data-table tbody > tr:nth-child(2n) td {
    background: #f2f2f2;
}

.eael-data-table tbody tr td:last-child {
	border: 0 none;
}
.eael-data-table tbody tr p {
	margin-bottom: 0;
}

/* Enquiry Form*/

form.elementor-form .elementor-field-type-radio .elementor-field-subgroup {
    flex-wrap: unset;
	justify-content: center;
	gap: 20px;
}
form.elementor-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option {
    width: auto;
    flex-basis: auto;
}

form.elementor-form .elementor-field-type-radio.elementor-field-group-field_branch .elementor-field-subgroup .elementor-field-option input {
    opacity: 0;
}
form.elementor-form .elementor-field-type-radio.elementor-field-group-field_branch .elementor-field-subgroup .elementor-field-option label {
    background-color: var(--accent_blue);
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff !important;
}
form.elementor-form .elementor-field-type-radio.elementor-field-group-field_branch .elementor-field-subgroup .elementor-field-option input label:hover,
form.elementor-form .elementor-field-type-radio.elementor-field-group-field_branch .elementor-field-subgroup .elementor-field-option input:checked + label {
    background-color: var(--accent_yellow);
}

/* Footer */

.title_seprator .elementor-heading-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.title_sep {
    display: inline-block;
    position: relative;
    margin: 12px auto;
    text-align: center;
    width: 200px;
}
.title_sep::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #ffb715;
    top: -5px;
    left: 45%;
    border-radius: 2px;
    z-index: 9;
}
.title_sep::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0d274c;
    top: -4px;
    left: 0;
}

.title_sep.left {
    margin: 0 0 0 12px;
	width: 110px;
}
.title_sep.left::before {
    left: 0;
}
.title_sep::before {
	top: -1px;
}
.title_sep::after {
	top: 0;
}


.widget_title_sep {
    display: inline-block;
    position: relative;
/*     margin-left: 12px; */
}
.widget_title_sep::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #ffb715;
    left: 0px;
    top: -5px;
    border-radius: 2px;
    z-index: 9;
}
.widget_title_sep::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 1px;
    background-color: #ccc;
    left: 0;
    top: -4px;
}

/* Image Box */

.elementor-position-left .elementor-image-box-wrapper {
    flex-direction: row;
    display: flex;
    gap: 15px;
}
.elementor-position-left .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
	text-align: left;
}

/* Fee Structure Tabs */

.feeStructure_tabs .elementor-tabs .elementor-tabs-wrapper {
	gap: 20px;
}
.feeStructure_tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    text-align: center;
    border-radius: 5px;
    padding: 10px;
}
.feeStructure_tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title[data-tab="1"],
.feeStructure_tabs .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title[data-tab="1"] {
    background-color: var(--accent_blue);
}
.feeStructure_tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title[data-tab="2"],
.feeStructure_tabs .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title[data-tab="2"] {
    background-color: var(--accent_red);
}
.feeStructure_tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title[data-tab="1"]:hover,
.feeStructure_tabs .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title[data-tab="1"]:hover {
	background-color: #286090;
}
.feeStructure_tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title[data-tab="2"]:hover,
.feeStructure_tabs .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title[data-tab="2"]:hover {
	background-color: #c9302c;
}

/* Cover CTA */

.cover_CTA .elementor-cta .elementor-cta__content a.elementor-cta__button {
    background-image: url('../../../wp-content/uploads/2024/07/link-xxl.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

/* News Events */

/* Related Posts */


/* Media Quries */

@media only screen and (max-width: 1024px) {

	/* Header */
	.elementor-location-header .main_nav nav.elementor-nav-menu--dropdown {
		background-color: var(--accent) !important;
		padding: 30px;
	}
	.elementor-location-header .main_nav .elementor-nav-menu--dropdown	ul.elementor-nav-menu .sub-menu {
		background-color: var(--accent_2) !important;	
	}
	.elementor-location-header .main_nav .elementor-nav-menu--dropdown	ul.elementor-nav-menu .sub-menu .sub-menu {
		background-color: #333333 !important;	
	}
	
	.elementor-location-header .main_nav .elementor-nav-menu .sub-arrow svg {
		fill: #ffffff;
	}
	
	/* Page Layout */
	.title_banner {
		background-size: auto 100% !important;
	}
	

} /*max-width: 1024px*/

@media only screen and (max-width: 767px) {
	

	/* Home Slider */
	
	.home_slider .elementor-slides .swiper-slide-bg {
		background-size: contain !important;
	}
	
	/* Enquiry Form*/

	form.elementor-form .elementor-field-type-radio .elementor-field-subgroup {
		flex-wrap: wrap;
	}

	/* Footer */
	
	.footer_menu .elementor-nav-menu {
		justify-content: center !important;
	}
	
} /*max-width: 767px*/