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

/* ============================================================================
 *                                      slider section
 * ============================================================================ */
.common-section .title-design{
	color: #FA6D1E !important;
}
.home .main-header-menu .menu-link, .page .main-header-menu .menu-link{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
/* .home .main-header-bar { 
    position: absolute !important;
    width: 100% !important;
    background: transparent !important;
    border: 0 !important;
	line-height: 6 !important;
} */
/* ====================================================================
 * 
 * ===================================================================== */
.moving-forward .moving-forward-col .elementor-image{
	position: relative !important;
}
 
.moving-forward .moving-forward-col .elementor-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -25px;
    top: -25px;
    z-index: -1 !important;
    border: 10px solid !important;
    border-image-source: linear-gradient(45deg, #FA6D1E, #182C4F) !important;
    border-image-slice: 1 !important;
	transition: 0.5s !important;
	border-radius: 12px !important;
}
 

/*  */
.issues-section .issues-col{
	 position: relative !important;
}
.issues-section .elementor-column-wrap{
	padding: 0 !important;
}
.issues-section .issues-col .elementor-image-box-img{
	margin-bottom: -8px !important;
	overflow: hidden !important;
	transition: 0.3s !important;
	width: 100% !important;
	position: relative !important;
}
.issues-section .issues-col .elementor-image-box-img img{
	height:100% !important;
	transition: 0.5s !important;
	width: 100% !important;
	transform: scale(1);
}
.issues-section .issues-col:hover .elementor-image-box-img img{
	transform: scale(1.1);
}
.issues-section .issues-col{
	top: 0;
	transition: 0.5s;
} 
.issues-section .issues-col:hover{
	top: -6px !important;
} 
.issues-section .issues-col .link-icon{
	position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 8px 18px;
    background: #FA6D1E;
    color: #fff;
    opacity: 0 !important;
    transition: 0.3s;
    border-radius: 25px;
    font-size: 14px;
	transition: 0.5s;
}
.issues-section .issues-col .link-icon:hover{
	background: #182C4F !important;
}
.issues-section .issues-col:hover .link-icon{
	opacity: 1 !important;
}
.issues-section .elementor-image-box-content {
    padding: 20px 15px 20px 15px !important;
}
.issues-section .elementor-widget-container{
	 
}
/* =================================================================
 *                         contact Form
 * ============================================================= */
.form-design{
	margin-bottom: 0 !important;
}
.form-design label{
	color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
input[type="submit"]{
	background: #FA6D1E !important;
	transition: 0.3s;
}
input[type="submit"]:hover{
	background: #182C4F !important;
}

.contact-form-design{
	display: flex !important;
	flex-wrap: wrap !important;
	flex-direction: unset !important;
}
.contact-form-design .half-side{
	width: 49% !important;
	margin-bottom: 14px !important;
}
.contact-form-design .half-side:nth-child(odd){
	margin-right: 1%;
}
.contact-form-design .half-side:nth-child(even){
	margin-left: 1%;
}
.contact-form-design .full-side{
	width: 100% !important;
}
.contact-form-design .half-side span, .contact-form-design .full-side span{
	color: #FA6D1E !important;
}
.contact-form-design label{
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #182C4F !important;
}
.contact-form-design .submit{
	margin-top: 22px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 15px 40px !important;
    border-radius: 25px !important;
}
.contact-form-design textarea{
	height: 180px !important;
}

/* ================================================================
 *                                       blog page
 * ================================================================ */
.blog .site-main{
	display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
	
}
.blog .site-main article{
	width: 31.33% !important;
	padding: 0 !important;
	margin-left: 1% !important;
	margin-right: 1% !important
}
.blog #primary {
    width: 100% !important;
	margin: 80px 0px 50px 0px !important;
} 

.blog #secondary{
	display:none !important;
}
.blog .site-main article .entry-title{
	font-size: 25px !important;
}
.blog .site-main article .entry-header{
	padding: 0px 20px !important;
}
.blog .site-main article .entry-content{
	padding: 0px 20px 30px 20px !important;
}
.blog .site-main article .post-thumb-img-content{
	overflow: hidden !important;
	width: 100% !important;
	transition: 0.5s !important;
	position: relative !important;
}
.blog .site-main article .post-thumb-img-content img{
	width: 100% !important;
	height: auto !important;
	overflow: hidden !important;
	transition: 0.5s !important;
}
.blog .site-main article:hover .post-thumb-img-content img{
	 transform: scale(1.1);
}
.blog .site-main article .read-more a{
	padding: 6px 16px 7px 16px !important;
    border-radius: 25px !important;
    background: #FA6D1E !important;
    color: #fff !important;
    display: inline-block;
	transition: 0.5s !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}
.blog .site-main article:hover .read-more a{
	background: #182C4F !important;
}
/* ==================================================================
 *                                  single page
 * ================================================================== */
.single .post  img{
	width: 100% !important;
}
.single  #primary {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
/* =================================================================
 *                         footer bottom
 * ====================================================================== */
.footer-section .contact-col .subscribe-form{
	display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    align-items: inherit !important;
}
.footer-section .contact-col .subscribe-form .form-field{
	width: 65% !important;
}
.footer-section .contact-col .subscribe-form .subscribe-button{
	width: 20% !important;
}
.footer-section .contact-col .form-field input[type="email"]{
	border: 0px !important;
    border-radius: 0px !important;
    padding: 13px 15px !important;
    line-height: 34px !important;
}
.footer-section .contact-col .subscribe-button input[type="submit"]{
	line-height: 34px !important;
    padding: 13px 25px;
    font-size: 14px !important;
    text-transform: uppercase !important;
	border: 0px !important;
	border-radius: 0px !important;
	transition: 0.3s !important;
}
.footer-section .contact-col .subscribe-button input[type="submit"]:hover{
	background: #EEA809 !important;
}



/* ----------------------------- */
.ast-footer-overlay {
    padding-top: 25px !IMPORTANT;
    padding-bottom: 25px !important;
}

.site-footer .ast-small-footer{
	border-top-width: 0px !important;
} 

.site-footer .ast-small-footer-section p{
	margin: 0px !important;
    border: 1px solid #9a9797 !important;
    display: inline-block;
    padding: 0px 10px;
}

