/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & 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 WooCommerce ready theme that you can use for building any kind of website!
Version: 4.8.0
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */



:root {
  --primary: #f5f6f6;
  --secondary: #f5f6f6;
  --background: #eee;
  --highlight: #ffda79;
  /* Theme color */
  --theme: var(--primary);
}

    /* Core styles/functionality */
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 10rem;
	background-color: var(--secondary);
	color: #1D1104;
	padding: 8px 20px 20px;
}

.study-abraod-list .tab input:checked ~ .tab__content {
	background-color: #fff;
}

/* Visual styles */
.accordion {
  color: var(--theme);
  border: 2px solid;
  border-radius: 0.5rem;
  overflow: hidden;
}
.study-abraod-list.accordion {
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.accordion .tab {
	border-bottom: 1px solid #ddd;
	border-radius: 4px;
}
.tab__label,
.tab__close {
  display: flex;
  color: #1D1104;
  background: var(--theme);
  cursor: pointer;
}
.study-abraod-list .tab__label, .study-abraod-list .tab__close {
	background: #f2f9fe;
}
.study-abraod-list .tab input:checked ~ .tab__label {
	background: #fff;
}

.study-abraod-list .tab {
	border: 1px solid #ddd !important;
}

.study-abraod-list .tab + .tab {
	margin-top: 16px;
}
.tab__label {
  justify-content: space-between;
  padding: 1rem;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab__content p {
  margin: 0;
  padding: 1rem;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}






/* tabs styles */


#tabs-container {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  text-wrap: pretty;
}

#tabs-container img {
  max-width: 100%;
  height: auto;
}

.tabs {
  display: flex;
  overflow: hidden;
}

.tab-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: sticky;
  top: 0;
  padding: 1rem;
}

.tab-button {
	padding: 1rem 1.5rem;
	cursor: pointer;
	border: none;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #424448;
	text-transform: none;
    background-color: transparent;
	border-bottom: 1px solid #eee;
    font-family: 'DM Sans';
}

.tab-button.active {
	background-color: #F29122;
	color: #ffffff;
	border: none;
}


.tab-button:hover:not(.active) {
	background-color: #c9c5c047;
	color: #615B56;
	border-color: #eee !important;
}

.tab-button.active .line {
  width: 4rem;
  background-color: #e2e8f0;
}

.line {
  height: 1px;
  width: 2rem;
  background-color: #64748b;
  display: block;
  transition: all 140ms cubic-bezier(.4,0,.2,1);
	display: none !important;
}

.tab-contents {
  padding: 1rem 2rem;
/*   width: 75%; */
  color: #e2e8f0;
  height: auto;
}

.tab-content {
  transition: all 400ms cubic-bezier(.4,0,.2,1);
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  overflow: hidden;
  transform: translateY(20px);
}

.tab-content.active {
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: fit-content;
  transition: all 400ms cubic-bezier(.4,0,.2,1);
  transform: translateY(0px);
	background-color: #fff !important;
}

.tab-content p {
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .tabs {
    flex-direction: column;
  }
  
  .tab-buttons {
    width: 100%;
    height: auto;
    backdrop-filter: blur(8px);
  }
  
  .tab-contents {
    width: 100%;
  }
}





/* for gaping */
.studypark-container{
    max-width: 100%;
    margin: 0 auto !important;
}

@media screen and (min-width: 1300px) {
    .studypark-container {
    max-width: 1140px;
    }
}

@media screen and (min-width: 1440px) {
    .studypark-container {
    max-width: 85vw;
    }
}


/* testimonial slick carousel */

.wrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
}
h2{
  font-family:sans-serif;
  color:#fff;
}
.carousel{
  width:100%;
  margin:0px auto;
}
.carousel .slick-slide{
  margin:10px;
}
.carousel .slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.carousel .wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}

/* Download CSS Rules */
.download-file-btn, .view-file-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 15px;
	border-radius: 25px;
	border: 1px solid transparent;
	cursor: pointer;
	text-decoration: none !important;
}
.download-file-btn svg, .view-file-btn svg {
	margin-right: 8px;
}
.download-file-btn {
	border-color: #ddd;
	color: black !important;
}
.view-file-btn {
	border-color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-0);
	color: white !important;
}

.flatpickr-calendar.hasTime.noCalendar.animate {
	display: none;
}
.side-tabs-items .tab-buttons{
	width: 100%;
	padding: 0;
}
.side-tabs-items .tab-button{
	justify-content: space-between;
}
.disabled{
	opacity: 0.5;
	cursor: not-allowed;
}

a:active, a:focus, a:hover, a:visited {
	outline: none !important;
}

.stop-scroll{
	height: 100vh;
	overflow-y: hidden;
}

/* book with us button */
.header-cta-button-section #e-n-menu-title-7451{
    background: linear-gradient(#E37413, #FF611D) padding-box, 
                linear-gradient(118.1deg, rgba(255, 255, 255, 0.15) -22.09%, rgba(227, 116, 19, 0.2) 89.86%) border-box;
    border: 4px solid transparent;
	border-radius: 40px;
	padding: 12px 16px 12px 21px;
    box-shadow: 0px 2px 0px 0px rgba(231, 113, 27, 1);
}
.header-shadow-rotate #e-n-menu-title-7451:hover{
    animation-name: button-shadow-rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.header-cta-button-section #e-n-menu-title-7451:hover {
    background: linear-gradient(94.49deg, #F24722 -8.11%, #D1682D 102.56%) padding-box, 
        linear-gradient(118.1deg, rgba(255, 255, 255, 0.15) -22.09%, rgba(227, 116, 19, 0.2) 89.86%) border-box;
}

/* expanding circle */
.circle-container{
	position: relative;
}
.expanding-circle{
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: absolute;  
	right: -20%;
	bottom: -30%;
    z-index: 2;
    transition: 1s;
	transform: scale(0);
}

.circle-container:hover > .expanding-circle{
	transform: scale(10); 
}

/* cta buttons */
.cta-button{
	
}
.cta-button{
   background: linear-gradient(#E37413, #FF611D) padding-box, 
                linear-gradient(118.1deg, rgba(255, 255, 255, 0.15) -22.09%, rgba(227, 116, 19, 0.2) 89.86%) border-box;
    border: 4px solid transparent;
	border-radius: 40px;
	z-index: 1;
}
.cta-button:hover{
    box-shadow: 0px 8px 8px 0px #4D280914;

    box-shadow: 0px 0px 0px 1.5px #FCBE87;
}

.cta-button .expanding-circle{
	bottom: -120%;
	background: linear-gradient(99.03deg, #FB9B47 3.84%, #E05C00 98.04%) padding-box, 
                linear-gradient(118.1deg, rgba(255, 255, 255, 0.15) -22.09%, rgba(227, 116, 19, 0.2) 89.86%) border-box;
    border: 4px solid transparent;
}

/* service card */
.service-card:hover{
	transition: 2s;
	background: #FB9B47 !important;
}
.service-card:hover .elementor-heading-title{
	color: white !important;
}

/* country card */
.country-card:hover{
	transition: 0.6s ease-in-out;
	background: linear-gradient(180deg, rgba(5, 17, 22, 0) 29.56%, #051116 100%);
}

.country-card .country-card-img{
	background-size: cover;
	transition: 0.6s ease-in-out;
    height: 100%;
    width: 100%;
}
.country-card:hover .country-card-img{
    transform: scale(1.1);
}
.country-card .country-card-content{
    height: 100%;
}
.country-card:hover .country-card-content{
	transition: 0.6s;
    backdrop-filter: blur(4px);
    background: #1F130566 !important;
}
.country-card .flag-image{
	transition: 0.6s ease-in-out;  
	position: absolute;
	background-size: cover !important;
	opacity: 0;
}
.country-card:hover .flag-image{ 
	bottom: 120px !important;
	opacity: 1;
}
.country-card .country-title{
	transition: 0.6s ease-in-out;  
	position: absolute;
	bottom: 24px;
}
.country-card:hover .country-title{
	bottom: 78px;
}
.country-card:hover .expanding-circle{
	transition: 0.6s ease-in-out;
}

.hero-carousel .slick-arrow{
	margin: 0 48px;
	z-index: 1;
}

.hero-carousel .slick-slide img {
    display: inline-block;
}

.hero-carousel p{
    margin-bottom: 0px;
}

.hero-carousel .banner-text-section .banner-heading-text span{
	font-family: "Caveat", cursive;
	font-size: 72px;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: -0.022em;
	margin-right: 10px;
}

@keyframes button-shadow-rotate {
  0% {
      box-shadow: 1px 3px 0px 0px rgba(231, 113, 27, 1);
  }
  14% {
      box-shadow: 2px 2px 0px 0px rgba(231, 113, 27, 1);
  }
  28% {
      box-shadow: 3px 1px 0px 0px rgba(231, 113, 27, 1);
  }
  42% {
      box-shadow: 2px -2px 0px 0px rgba(231, 113, 27, 1);
  }
  56% {
      box-shadow: 1px -3px 0px 0px rgba(231, 113, 27, 1);
  }
  70% {
      box-shadow: -2px -2px 0px 0px rgba(231, 113, 27, 1);
  }
  85% {
      box-shadow: -3px 1px 0px 0px rgba(231, 113, 27, 1);
  }
  100% {
      box-shadow: -2px 2px 0px 0px rgba(231, 113, 27, 1);
  }
}

/* preloader code */
:root{
	--preloader-delay : 2s;
	--preloader-duration: 2s;
}
#preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #preloader img {
        max-width: 100%;
        width: 100vw;
        height: 100vh;
        position: absolute;
		object-fit: cover;
        opacity: 0;
        animation: fade var(--preloader-duration);
    }

    #preloader img:nth-child(1) {
        animation: fade var(--preloader-duration) ;
    }

    #preloader img:nth-child(2) {
        animation: fade var(--preloader-duration)  var(--preloader-delay);
    }

    @keyframes fade {
        0%, 100% { opacity: 0; }
        50% { opacity: 1; }
    }


:is(body):has(.elementor-element.elementor-element-1dc5651.e-active){
	overflow-y: hidden;
	height: 100vh;
}

/* animated image of girl */
.animation-image:hover .wrinkled-bg{
    transition: 0.7s;
    transform: scale(2);
}

.animation-image:hover .girl-img{
    transition: 0.7s;
    transform: scale(1.1);
}
.animation-image .finger-tip img{
    transition: opacity 0.7s;
    opacity: 0;
}
.animation-image:hover .finger-tip img{
    opacity: 1;
}
.animation-image:hover .left-circle,.animation-image:hover .right-circle{
    transition: 0.7s;
    transform: scale(1.3);
}
.animation-image .animated-text span{
    display: inline-block;
    height: 24px;
}
.animation-image:hover .animated-text span{
    transition: 0.7s;
    background: orange;
}
.animation-image .animated-img-button a{
    background: linear-gradient(94.49deg, #E37413 -8.11%, #FF611D 102.56%) padding-box;
}
.animation-image .animated-img-button a:hover{
    background: linear-gradient(94.49deg, #E37413 -8.11%, #FF611D 102.56%) padding-box;
    animation: button-shadow-rotate 1s infinite;
}
/* end */

/* testimonial author image */
.testimonial-section .testimonial-author-image-container{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 10px 0 20px;
}
.testimonial-section .testimonial-author-image-container .testimonial-author-image{
	border: none;
}
/* end */
/** Custom CSS Fixes for Responsive Issues **/
body .site {
	overflow-x: hidden;
}

/* study abroad tab left section */
.tab-button span{
	font-family: 'DM Sans';
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.006em;
}
.study-abroad-tabs .tab-button:not(.active) svg path{
	stroke: #000;
}
.heading-letter-spacing h2{
	letter-spacing: -1px !important;
}
.book-with-us-menu-content{
	opacity: 0;
}

.d-block {
	display: block !important;
}
@media screen and (min-width: 768px) {
	.float-right-md {
		float: right;
		margin-left: 20px;
	}
}

.elementor-nav-menu .mobile_book_menu a, .elementor-nav-menu .mobile_book_menu a:hover, .elementor-nav-menu .mobile_book_menu a:active{
    padding: 0;
}
.elementor-nav-menu .mobile_book_menu p{
    margin-bottom: 0;
}
#preloader img{
	object-fit: contain;
}
.single-study-abroad .tab-contents{
	width:100% !important;
}