/**
Theme Name: Seba-child-theme
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: seba-child-theme
Template: astra
*/
/*footer-section-start*/
.footer-section .list ul{
    list-style: none !important;
	padding:0 !important;
	margin:0 !important;
}

/*footer-section-end*/

/*header-sticky-start*/
.elementor-sticky--effects{
   
    background: #5a5959 !important;
	transition:0.5s ease-in-out!important;
}
/*header-sticky-end*/


/*common-button-start*/
.common-button .elementor-button{
	position:relative;
}
.common-button .elementor-button:after{
	content:"";
	position:absolute;
	background:#199DEB;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	transform:scale(0.5);
	transition:0.5s;
	overflow:hidden;
	opacity:0;
	border-radius:0px;
	border:1px solid #199DEB;
}


.common-button .elementor-button:hover:after{
	transform:scale(1);
	opacity:1;
}


.common-button .elementor-button-text{
	z-index:100;
}
/*common-button-end*/

/*contact-form-start*/

.contac-us .contact-form .contact-form-wrape{
    width: 100%;
    display: block;
    overflow: hidden;
    clear: both;
}


.contac-us .contact-form .contact-form-wrape .single-row{
    display: flex;
    gap: 30px;
    width: 100%;
}
.contac-us .contact-form .single-row p {
    width: 100% !important;
}

.contac-us .contact-form .single-row 
input[type=email], .contac-us .contact-form .single-row  input[type=number], 
.contac-us .contact-form .single-row  input[type=password], .contac-us .contact-form .single-row
input[type=reset], .contac-us .contact-form .single-row  input[type=search],
.contac-us .contact-form .single-row
input[type=tel], .contac-us .contact-form .single-row  input[type=text],
.contac-us .contact-form .single-row  input[type=url], 
.contac-us .contact-form .single-row  select, .contac-us .contact-form .single-row  input[type=date],
.contac-us .contact-form .single-row textarea {
    color: #000;
    padding: 10px 20px;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #d4dde9;
    border-radius: 2px;
    background: #f7f7f7;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.contac-us .contact-form .single-row  input[type=tel]::placeholder, input[type=email]::placeholder, input[type=number]::placeholder, input[type=text]::placeholder,  textarea::placeholder{
	color: #8d8c8c;
	font-size:14px !important;
} 
.contac-us .contact-form .single-row select{
	color: #8d8c8c;
	font-size:14px !important;
}

.contac-us .contact-form .single-row  textarea{
	width:100%;
	height:150px !important;
}

.contac-us .contact-form .single-row label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px !important;
}





.contac-us .contact-form .contact-form-wrape  input[type="submit"]{
	width:100% !important;
    font-size:16px;
	color: #fff !important;
	background:#01c0f3;
	border-radius:3px;
	letter-spacing:3px;
	background:#16A085 !important;
	
}
.contac-us .contact-form .contact-form-wrape  input[type="submit"]:hover{
	background:#199DEB!important;
	transition: 2s ease-in-out;
	color:#fff;
}
/*contact-form-end*/

/*pricing-table-start*/
.price-table .price-table-info .price-table.price-table-info ul {
    list-style: none;
	margin-bottom:15px!important;
}

.price-table .price-table-info .elementor-price-table__feature-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.price-table .price-table-info .elementor-price-table__feature-inner ul li:first-child {
    color: blueviolet !important;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.price-table .price-table-info .elementor-price-table__feature-inner ul li:last-child {
    color: black !important;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}
/*pricing-table-end*/

