/**
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
*/
.banner-cls::after {
	content: '';
    background: linear-gradient(
        105deg,
        rgba(15, 23, 42, 0.85) 0%,
        rgba(15, 23, 42, 0.65) 50%,
        rgba(15, 23, 42, 0.45) 100%
    );
	position: absolute;
    width: 100%;
    height: 100%;
	left: 0;
	right: 0;
}
.elementor-widget-counter .elementor-counter-number-prefix{
	display: none;
}
.banner-form{
	background: #ffffff1f;
    border: 1px solid #fc791040;
    border-radius: 16px;
    padding: 25px;
}
.banner-form h3{
	font-family: "Merriweather", "Merriweather Fallback";
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
	position: relative;
	padding-top: 15px;
}
.banner-form h3:before{
	content: '';
    background-color: #ff780c;
    height: 3px;
    width: 80px;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 25px;
}
.banner-form p{
	font-family: "Open Sans", "Open Sans Fallback";
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFFBF;
}
.banner-form .mb-3{
	margin-bottom: 20px !important;
}
.banner-form form input[type="text"],
.banner-form form input[type="email"],
.banner-form form select{
	background-color: #FFFFFF1A;
    font-family: "Open Sans", "Open Sans Fallback";
    font-size: 14px;
    border-color: #FFFFFF33;
    border-radius: .75rem;
    height: 48px;
    padding-left: 40px !important;
	color: #FFFFFFBF;
}
.banner-form form input[type="text"]:focus,
.banner-form form input[type="email"]:focus,
.banner-form form select:focus{
	border: 1px solid #ff6900 !important;
	color: #fff !important;
}
.banner-form form .relative {
    position: relative;
}
.banner-form form svg{
	position: absolute;
    top: 17px;
    left: 12px;
	color: #ff6900
}
.banner-form form .wpcf7-not-valid-tip{
	font-size: 12px;
	line-height: 16px;
	margin-top: 0;
}
.banner-form form select option{
	background: #1E293B;
}
.ekit-template-content-header .elementskit-submenu-panel{
	overflow: hidden;
}
.banner-form form input[type="submit"]{
	background-color: #FC7910;
    width: 100%;
    font-family: "Open Sans", "Open Sans Fallback";
    font-size: 14px;
    color: #000;
	border-radius: .75rem;
}
.animated-img img{
	animation: 10s linear infinite spin;
}
.icon-list-cls .elementor-icon{
	background-color: #fff7ed;
    padding: 15px;
    border-radius: 50%;
}
.icon-list-cls:hover .elementor-icon{
	background-color: #FD8B37;
}
.footer-anc a{
	color: #FFFFFF8C;
	display: inline-block;
	width: 100%;
	word-break: break-all;
}
.footer-anc a:hover{
	color: #FC7911;
}
.program-section-cls:hover .elementor-widget-icon{
	background-color: #FD8B37 !important;
}
.program-section-cls:hover .elementor-widget-icon svg{
	fill: #fff !important;
}
.program-section-cls:hover .elementor-widget-image{
	border-bottom: 5px solid #FD8B37;
}
.program-section-cls .elementor-widget-image img{
	transition: transform .5s;	
}
.program-section-cls .elementor-widget-image{
	overflow: hidden;
}
.program-section-cls:hover .elementor-widget-image img{
	transform: scale(1.05);
}
.program-section-cls:hover h2{
	color: #FD8B37 !important;
}
.icon-list-cls.our-ach .elementor-icon{
	border-radius: 15px;
}
.why-choose-cls{
	overflow: hidden;	
}
.why-choose-cls img{
	transition: transform .5s;
}
.why-choose-cls:hover img{
	transform: scale(1.02)
}
.partner-cls .swiper-slide-inner{
	background-color: #fff;
	padding: 30px 10px;
    border-radius: 15px;
	box-shadow: 0px 8px 10px -7px rgba(0, 0, 0, 0.34);
	margin-bottom: 20px !IMPORTANT;
}
.partner-cls .swiper-slide-inner img{
	max-width: 100px;
}
.partner-box-cls:hover{
	background-image: linear-gradient(120deg, #FFF7ED -10%, #fff 100%);
}
.testi-cls .swiper-slide{
	margin-bottom: 20px;
}
#ast-scroll-top{
	background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(252, 121, 16, 0.35);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #FC7910;
	bottom: 100px;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
	color: #fff;
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
    line-height: 20px;
}
.marquee-track {
    display: inline-flex;
    width: max-content;
    animation: marquee 15s linear infinite;
}
.marquee-track .diamond{
	color: #FC7910;
	font-size: 16px;
}
.marquee-track span {
    display: inline-block;
    padding-right: 40px;
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-25%);
    }
}
.ekit-template-content-header{
	position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
}
.fixed-header .elementor-element-f5ce4b3{
	box-shadow: 0 2px 20px #0000004d;
	background-color: #0f172af7 !important;
}
.footer-anc .elementor-icon-box-description a{
	word-break: break-all;
}
.banner-form.popup{
	backdrop-filter: blur(15px);
}
#popmake-683 .pum-close.popmake-close{
	background-color: #FC7910;
    color: #fff;
    width: 30px;
    height: 30px;
}
.banner-form form .form-tagline{
	margin-bottom:0;
	text-align: center;
}
.banner-form form .form-tagline p{
	margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output{
	color: #fff !important;
}
.scroll-down-btn .elementor-icon-box-wrapper{
	gap: 8px;
}


.footer-sticky-mobile {
    background: rgba(15, 23, 42, 0.97);
    border-top: 1px solid rgba(252, 121, 16, 0.2);
    padding: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.footer-sticky-mobile .apply-now-btn a {
    background-color: #FC7910;    
}
.footer-sticky-mobile .call-btn a{
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-sticky-mobile a {
	font-family: "Open Sans", Sans-serif;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}
.footer-sticky-mobile .inner{
	display: flex;
	gap: 15px;
}
.footer-sticky-mobile .inner .apply-now-btn,
.footer-sticky-mobile .inner .call-btn{
	width: 50%;
}
.footer-sticky-mobile .call-btn img{
	filter: invert(18%) sepia(99%) saturate(5000%) hue-rotate(355deg) brightness(95%) contrast(110%);
}


/* About Us Start */

.about-bhim h2 span{
	display: inline-block;
    width: 100%;
}
.about-box-one .elementor-icon-box-wrapper:hover .elementor-icon{
	background-color: #FFF4EB !important;
    fill: #FC7C1A !important;
    color: #FC7C1A !important;
}
.about-box-two .elementor-icon-box-wrapper:hover .elementor-icon{
	background-color: #EDF2FD !important;
    fill: #2563EB !important;
    color: #2563EB !important;
}
.about-box-three .elementor-icon-box-wrapper:hover .elementor-icon{
	background-color: #EAF6F3 !important;
    fill: #20A179 !important;
    color: #20A179 !important;
}

.placements-cls .elementor-widget-image img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.placements-cls .elementor-widget-image img:hover {
    filter: grayscale(0%);
}

.campus-cls .swiper-slide-inner img{
	height: 256px;
	width: 100%;
	object-fit: cover;
}

.faculty-cls:hover h2{
	color: #FD8B4A !important;
}
.faculty-cls .elementor-widget-image{
	overflow: hidden;
}
.faculty-cls .elementor-widget-image img{
	transition: transform .2s;
}
.faculty-cls:hover .elementor-widget-image img{
	transform: scale(1.05);
}
.career-cls .elementor-widget-icon-list ul li{
	background-color: #F9FAFB;
    padding: 12px !important;
    border-radius: 8px;
}
.career-cls:hover .elementor-widget-icon .elementor-icon{
	background-color: #FC7910 !important;
}

.infra-cls:hover h2{
	color: #FD8B37 !important;
}

.program-pg-cls:hover .elementor-icon{
	background-color: #FC7C1A !important;
	fill: #FFF7ED !important;
}
.program-pg-cls{
	box-shadow: 0px 8px 10px -7px rgba(0, 0, 0, 0.34);
}

.bsc-icon-list-cls.one .elementor-icon{
	box-shadow: 0px 8px 10px -7px rgba(0, 0, 0, 0.34);
}
.bsc-icon-list-cls.two .elementor-icon{
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.career-cls.bsc .elementor-widget-icon-list ul li{
	padding: 8px !important;
}

.elementskit-accordion .elementskit-card{
	box-shadow: 0px 8px 10px -7px rgba(0, 0, 0, 0.34);
	background-color: #fff !important;
	border-radius: 15px !important;
	overflow: hidden;
	margin-bottom: 25px !important;
}
.elementskit-accordion .elementskit-card .elementskit-card-header a{
	background-color: #fff !important;
	padding-top: 20px ! IMPORTANT;
	padding-bottom: 20px ! IMPORTANT;
	border-bottom: 1px solid #f9fafb !important;
}

.global-box-cls:hover .elementor-icon{
	background-color: #FD8A35 !important;
	color: #fff !important;
	fill: #fff !important;
}

.destination-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.destination-item,
.more-item {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #fff;
    white-space: nowrap;

    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.country-code {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.country-name {
    font-size: 14px;
    font-weight: 700;
}

.more-item {
    gap: 7px;
}

.globe-icon {
    width: 26px;
    height: 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;
    line-height: 1;
}

.tags-wrapper.html {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 10px;
    padding: 20px;
    box-sizing: border-box;
}

.tags-wrapper.html .tag {
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 50px;
    padding: 11px 20px;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #071d3a;
    line-height: 20px;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}
.tags-wrapper.html .tag:hover{
	background-color: #FC7910;
	color: #fff;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FC7B16; 
  border-radius: 15px;
}




/* =========================
   CONTACT WIDGET
========================= */

.contact-widget {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99999;
    font-family: Arial, Helvetica, sans-serif;
}


/* =========================
   POPUP
========================= */

.contact-popup {
    width: 230px;
    background: #111a2e;
    border: 1px solid rgba(252, 121, 16, 0.4);
    border-radius: 16px;
    overflow: hidden;
	font-family: "Open Sans", Sans-serif;
    position: absolute;
    right: 0;
    bottom: 75px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) scale(.96);

    transition:
        opacity .25s ease,
        visibility .25s ease,
        transform .25s ease;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
}


/* Popup open */

.contact-widget.active .contact-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}


/* =========================
   HEADER
========================= */

.contact-header {
    padding: 17px 20px;
    display: flex;
    align-items: flex-start;
    gap: 9px;

    border-bottom: 1px solid rgba(255,255,255,.12);
}

.online-dot {
    width: 8px;
    height: 8px;
    background: #22d66b;
    border-radius: 50%;
    margin-top: 12px;
    flex-shrink: 0;

    box-shadow: 0 0 7px rgba(34,214,107,.7);
}

.header-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.header-text strong {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
	font-family: "Merriweather", sans-serif;
}

.header-text span {
    color: #8991a3;
    font-size: 12px;
    margin-top: 3px;
	font-weight: 500;
}


/* =========================
   OPTIONS
========================= */

.contact-options {
    padding: 11px;
}

.contact-item {
    min-height: 46px;
    margin-bottom: 8px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: .2s ease;
}

.contact-item:last-child {
    margin-bottom: 0;
}


/* WhatsApp */

.contact-item.whatsapp {
    background: #20d568;
}

.contact-item.whatsapp:hover {
    background: #19bd5a;
	color: #fff;
}


/* Phone / Email */

.contact-item.phone,
.contact-item.email {
    background: #283247;
    border: 1px solid #465067;
}

.contact-item.phone:hover,
.contact-item.email:hover {
    background: #313c52;
	color: #fff;
}


/* Icons */

.contact-icon {
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
}

.whatsapp .contact-icon {
    font-size: 18px;
}

.phone .contact-icon {
    color: #ff7100;
}

.email .contact-icon {
    color: #ff7100;
}


/* =========================
   FLOATING BUTTON
========================= */

.contact-toggle {
    width: 64px;
    height: 64px;
    border: 0;
    border-radius: 50%;
    background: #ff851b;
    color: #111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    box-shadow: 0 8px 25px rgba(255,133,27,.35);
    transition: transform .25s ease, background .25s ease;
}
.contact-toggle:focus{
	background-color: #ff851b;
}

.contact-toggle:hover {
    background: #ff7410;
    transform: scale(1.05);
	border-color: transparent;
}


/* Button icon */

.contact-toggle i {
    transition: transform .25s ease;
}

.ekit-template-content-header nav ul li#menu-item-1962 a{
	background-color: #FC7910;
    font-weight: 600;
    color: #000000;
    border-style: solid;
    border: 2px solid #FDA156;
    border-radius: 25px 25px 25px 25px;
    padding: 7px 20px;
    font-size: 16px;
    margin-left: 40px;
	display: inline-block;
}
.ekit-template-content-footer .elementor-element-646a09b .elementor-icon-list-items{
	margin: 0;
}
.ekit-template-content-footer .elementor-element-40a9646 ul{
	list-style: none;
    display: flex;
    justify-content: end;
    margin-bottom: 0;
}
.ekit-template-content-footer .elementor-element-40a9646 .e-con-inner{
	align-items: center !important;
}
.ekit-template-content-footer .elementor-element-646a09b .elementor-icon-list-items li{
	list-style: disc !important;
    display: list-item !important;
}
.ekit-template-content-footer .elementor-element-646a09b .elementor-icon-list-items li::marker{
	color: #6D3D1D !important;
}
.ekit-template-content-footer .footer-1 ul{
	list-style: none;
	display: inline-flex;
	margin: 0;
}
.elementor-12 .elementor-element.elementor-element-7ef8f85 .elementor-icon-box-wrapper,
.elementor-12 .elementor-element.elementor-element-064b39b .elementor-icon-box-wrapper,
.elementor-12 .elementor-element.elementor-element-293da4d .elementor-icon-box-wrapper{
	display: flex;
}
.elementor-12 .elementor-element.elementor-element-7ef8f85 .elementor-icon-box-description,
.elementor-12 .elementor-element.elementor-element-064b39b .elementor-icon-box-description,
.elementor-12 .elementor-element.elementor-element-293da4d .elementor-icon-box-description{
	margin-bottom: 0;
}

.elementskit-section-title-wraper h2 span{
	display: inline !important;
}

.post-items .elementskit-post-image-card{
	overflow: hidden;
}
.post-items .elementskit-post-image-card:hover .entry-title a{
	color: #FC7911 !important;
}
.post-items .elementskit-post-body {
	padding: 20px 25px 30px !important;
}
.post-items .elementskit-post-image-card .btn-wraper a{
	gap: 10px;
}
.hover-cls:hover{
	cursor: pointer;
}
.hover-cls:hover .elementor-icon-box-icon .elementor-icon{
	background-color: #FF6900 !important;
	color: #FFF7ED !important;
	fill: #FFF7ED !important;
}
.career-gallery-cls .gallery-item img{
	transition: transform .5s;
}
.career-gallery-cls .gallery-item img:hover{
	transform: scale(1.1);
}
.career-gallery-cls .gallery-item .gallery-icon{
	border-radius: 15px;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .contact-widget {
        right: 15px;
        bottom: 15px;
    }

    .contact-popup {
        width: 225px;
        bottom: 72px;
    }

    .contact-toggle {
        width: 58px;
        height: 58px;
    }
}



/* Tablet */
@media (max-width: 991px) {
    .destination-container {
        justify-content: flex-start;
        gap: 24px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .destination-container::-webkit-scrollbar {
        display: none;
    }

    .destination-item,
    .more-item {
        flex-shrink: 0;
    }
}







@media (max-width: 767px) {
	.footer-sticky-mobile{
		display: block;
	}
	.ekit-template-content-footer{
		padding-bottom: 75px;
	}
	
    .destination-container {
        padding: 0 15px;
        display: grid !important;
    	grid-template-columns: 2fr 2fr;
    }

    .country-code {
        font-size: 18px;
    }

    .country-name {
        font-size: 13px;
    }

    .destination-item,
    .more-item {
        gap: 6px;
        font-size: 13px;
    }

    .globe-icon {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.destination-container {
        display: grid !important;
    	grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 768px) {
	.footer-sticky-mobile{
		display: none;
	}
}
@media (min-width: 1025px) and (max-width: 1199px) {
	.ekit-template-content-header nav ul li#menu-item-1962 a{
		padding: 5px 10px;
		margin-left: 0 !important;
	}
	.ekit-template-content-header nav ul li a{
		font-size: 13px !important;
	}
}

@media (max-width: 1024px) {
	#ekit-megamenu-primary-menu{
		max-width: 100%;
    	background-color: rgba(15, 23, 42, 0.98);
	}
	.ekit-template-content-header nav ul li a{
		justify-content: center;
		color: rgba(255, 255, 255, 0.8) !important;
		font-size: 20px !important;
        font-weight: 400 !IMPORTANT;
        margin: 10px 0;
		border: none !important;
	}
	.ekit-template-content-header nav ul li a svg{
		margin-left: 0 !important;
		border: 0 !IMPORTANT;
	}
	.ekit-template-content-header nav ul li#menu-item-1962 a{
		margin-left: 0;
		font-weight: 700 !important;
		color: #000 !important;
	}
	.ekit-template-content-header nav ul li#menu-item-1962{
		text-align: center;
	}
	#ekit-megamenu-primary-menu .elementskit-menu-close{
		color: rgba(255, 255, 255, 0.8) !important;
    	border-color: rgba(255, 255, 255, 0.8);
	}
	#ekit-megamenu-primary-menu ul li ul.elementskit-dropdown-open{
		max-width: 280px;
    	margin: auto;
		background-color: rgba(255, 255, 255, 0.05);
		border: none;
        border-radius: 15px;
	}
	#ekit-megamenu-primary-menu ul li ul.elementskit-dropdown-open li a{
		justify-content: center;
    	color: rgba(255, 255, 255, 0.6) !important;
    	font-size: 14px !important;
		padding: 4px 0;
		text-align: center;		
	}
	
}


.animate-bounce{
    animation: upDown 2s ease-in-out infinite alternate;
}

@keyframes upDown {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-20px);
    }
}

#menu-item-1962 a,
.contact-toggle{
    position: relative;
    isolation: isolate;
    
    background: linear-gradient(
        90deg,
        #fc7910,
        #fda156,
        #fc7910
    ) 0 0 / 200%;

    border: 2px solid #ffffff4d;

    animation:
        shimmer 3s linear infinite,
        attention-pulse 2s ease-in-out infinite;
}

#menu-item-1962 a::before,
.contact-toggle::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(252, 121, 16, 0.35);
    z-index: -1;
    animation: ping 1.2s cubic-bezier(0, 0, .2, 1) infinite;
}

@keyframes shimmer {
    0% {
        background-position: 0% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

@keyframes attention-pulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes ping {
    75%,
    100% {
        transform: scale(1.15);
        opacity: 0;
    }
}


