/**
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
*/

/* sticky menu */
.ast-sticky-shrunk .main-header-menu .sub-menu .menu-link {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
/* blog entry meta */
.entry-meta{
	display:none;
}
/* blog side bar */
a, .page-title {
  color: #007089;
}
/* blog paragraph */
.blog-paragraph{
	text-align:justify;
}
/* blog single post related post */
#secondary li {
  margin-bottom: .6em !important;
}
.wp-block-latest-posts > li > a {
font-size: 18px !important;
}

/*horizontal scroll*/
body, html { 
	overflow-x:hidden; 
}
/*contact form7 image captcha*/
.captcha-image {
  	border: 1px solid red;
	background-color: white;
}
.captcha-image label > input + svg{
	height: 50px;
    width: 50px;
}
/*double header on mobile solution*/
@media (max-width: 921px) { #ast-desktop-header { display: none !important; } }
@media (min-width: 922px) { #ast-mobile-header { display: none !important; } }
/*footer social icon*/
.footer-social-icon {
font-size:20px;
padding-right:8px;
color:#CF9A2C; 
}
.footer-social-icon:hover {
color:#007089;
}
/*blog content titles*/
h2, .entry-content h2, .entry-content h2 a{
  text-transform: none !important;
}
h3, .entry-content h2, .entry-content h3 a{
  text-transform: none !important;
}
/* University Tab Heading style*/
/*
.university-tab-heading{
    background: #27869B; 
	padding: 20px;
}
.university-tab-heading:hover{
   background:#60A5B4;
}	
*/
.elementor-widget-tabs .elementor-tabs-wrapper span {   	
    /*border-bottom:1px solid #000000;*/
}
.elementor-20427 .elementor-element.elementor-element-4f515a8 .elementor-tab-title{	
     border:1px solid #000000;	
     padding:20px;		
	 color: black;
}
/* Why Us home block */
.elementor-509 .elementor-icon-box-title a:hover{
	color:#CF9A2C !important;
}
/*our services home section block*/
a.home_services_title:hover{
	color:#CF9A2C;
}
img.home_services_image{
	 border-radius:10px; 
	 width:284px;
	 height:190px;
}
/*study destination home section block*/
a.home_study_destination_title:hover{
	color:#CF9A2C;
}
img.home_study_destination_image{  
	height: 172px;
	width: 172px;
	border-radius: 50%;
}
/*modify h1 tag style*/
.elementor-kit-501 h1 {
  text-transform: none !important;
}	
/*study with us button*/
a.BtnStudyWithUs{
 padding: 7px 10px 10px 10px;
 border:2px solid #00819E;
 border-radius: 20px;  
 color: #000000;
 font-weight: 600;
}
a.BtnStudyWithUs:hover{
    background: #00819E;
    color:#ffffff;
}	