/**
Theme Name: Astra 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: astra-child-theme
Template: astra
*/

.slick-initialized .slick-slide { padding:0 10px; }
.hm-carousel {}
/*.elementor-accordion .elementor-accordion-item { border-bottom:2px dashed #1e1e1e !important; }*/
.scroll-outer { position:relative; }
.scroll-item { position: sticky !important; top: 150px; }

/*== Form ==*/
.contact-form {}
.contact-form .col-outer { display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: row; gap: 20px; }
.contact-form .col-outer .col-100 { width:100%; }
.contact-form .col-outer .col-50 { width:50%; }
.contact-form .col-outer .col-33 { width:33.33%; }
.contact-form p { display:block; margin:0; }
.contact-form label { 
	color:#176884; 
	font-family: "Poppins", Sans-serif; 
	font-weight: 700; 
	font-size:20px; 
	margin-bottom: 15px; 
	display: inline-block; 
}

.contact-form input.form-control { 
	width: 100%; 
	height: 55px; 
	background: #F2F2F2; 
	border: 1px solid #F2F2F2; 
	font-family: "Poppins", Sans-serif; 
	font-weight: 400; 
	font-size: 14px; 
	color: #000; 
	box-shadow: none; 
	margin-bottom: 20px; 
}

.contact-form .wpcf7-list-item {
	margin:0 20px 0 0;
}

.contact-form .form-check {
	display: inline-block;
    margin-bottom: 20px;
}

.contact-form .form-check input[type=checkbox], 
.contact-form .form-check input[type=radio] {
	width: 17px;
    height: 17px;
    margin: -2px 0 0 0;
}

.contact-form .wpcf7-list-item label {
	font-family: "Poppins", Sans-serif; 
	font-weight: 400; 
	font-size: 14px; 
	color: #000; 
}

::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}

.fieldset-cf7mls-wrapper {}

.fieldset-cf7mls-wrapper .fieldset-cf7mls {}

.fieldset-cf7mls-wrapper .fieldset-cf7mls p {}

.fieldset-cf7mls-wrapper .fieldset-cf7mls p > label {
	font-size: 38px;
    color: #176884;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    line-height: 1.2em; 
}

.fieldset-cf7mls-wrapper .fieldset-cf7mls .wpcf7-form-control-wrap {
	
}

.fieldset-cf7mls-wrapper .fieldset-cf7mls .wpcf7-form-control-wrap .wpcf7-form-control {
	display: block;
    text-align: center;
}

.fieldset-cf7mls-wrapper .fieldset-cf7mls .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
	margin:0;
	padding:10px;
}

.fieldset-cf7mls-wrapper .fieldset-cf7mls .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
	width: 250px;
	height: 220px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	padding: 30px;
}
.fieldset-cf7mls-wrapper .fieldset-cf7mls .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label:hover {
	background:rgba(0, 161, 202, 0.35); 
}

.fieldset-cf7mls-wrapper .fieldset-cf7mls .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
	font-size: 18px;
    color: #176884;
    font-weight: 500;
    text-align: center;
	text-transform:uppercase;
    display: block;
    line-height: 1.2em;
	margin-top:20px;
}

.fieldset-cf7mls-wrapper .fieldset-cf7mls .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
	
}

/*== Enquire Form ==*/
.enquire-form {}
.enquire-form .col-outer { display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: row; gap: 20px; }
.enquire-form .col-outer .col-100 { width:100%; }
.enquire-form .col-outer .col-50 { width:50%; }
.enquire-form .col-outer .col-33 { width:33.33%; }
.enquire-form p { display:block; margin:0; }
.enquire-form label { 
	color:#176884; 
	font-family: "Poppins", Sans-serif; 
	font-weight: 700; 
	font-size:20px; 
	margin-bottom: 15px; 
	display: inline-block; 
}

.enquire-form input.form-control { 
	width: 100%; 
	height: 55px; 
	background: #fff; 
	border: 1px solid #fff; 
	font-family: "Poppins", Sans-serif; 
	font-weight: 400; 
	font-size: 14px; 
	color: #000; 
	box-shadow: none; 
	margin-bottom: 20px; 
}

.enquire-form .wpcf7-list-item {
	margin:0;
	width:33.33%;
}

.enquire-form .wpcf7-list-item label {
	
}

.enquire-form .form-check {
	display: block;
    margin-bottom: 20px;
}

.enquire-form .form-check input[type=checkbox], 
.enquire-form .form-check input[type=radio] {
	width: 17px;
    height: 17px;
    margin: -2px 0 0 0;
}

.enquire-form .wpcf7-list-item label {
	font-family: "Poppins", Sans-serif; 
	font-weight: 400; 
	font-size: 14px; 
	color: #000; 
}

.enquire-form .wpcf7-acceptance .wpcf7-list-item {
	width:100%;
}

::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}

/*== Newsletter ==*/
.newsletter-subscription-form {}

.newsletter-subscription-form input.form-control { 
	width: 100%; 
	height: 45px; 
	background: #fff; 
	border: 1px solid #176884; 
	border-radius:30px;
	font-family: "Poppins", Sans-serif; 
	font-weight: 400; 
	font-size: 14px; 
	color: #000; 
	box-shadow: none; 
	margin-bottom: 10px; 
}
.newsletter-subscription-form input.form-button {
	height: 45px;
	font-size:14px;
	padding: 0 35px;
}


@media screen and (max-width:1024px) {
	.fieldset-cf7mls-wrapper .fieldset-cf7mls p > label { font-size:30px; }
	.enquire-form .wpcf7-list-item { width:50%; }
}

@media screen and (max-width:767px) {
	.contact-form .col-outer, .enquire-form .col-outer { flex-direction: column; gap:0; }
	.contact-form .col-outer .col-100, .enquire-form .col-outer .col-100 { width:100%; }
	.contact-form .col-outer .col-50, .enquire-form .col-outer .col-50 { width:100%; }
	.contact-form .col-outer .col-33, .enquire-form .col-outer .col-33 { width:100%; }
	.enquire-form .wpcf7-list-item { width:100%; }
	.fieldset-cf7mls-wrapper .fieldset-cf7mls p > label { font-size:24px; }
}


/*/////////*/

@media only screen and (min-width: 1400px) {
    .e-con {
        --container-max-width: 1300px !important;
    }
}

@media only screen and (min-width: 1500px) {
    .e-con {
        --container-max-width: 1480px !important;
    }
}

.home-service-slider .slick-slide  .elementor-widget-image .elementor-widget-container{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.home-service-slider .slick-slide .elementor-widget-container a{
    display: block;
    width: 100%;
}
.home-service-slider .slick-slide .elementor-widget-container img{
    width: 100% !important;
}
.home-service-slider .slick-slide .elementor-image-box-content{
    width: 100%;
    min-height: 140px;
}

/*////*/

.elementor-heading-title{
	font-weight: 400 !important;
}
.elementor-30 .elementor-element.elementor-element-e7b2c23 .sub-menu .menu-item.current-menu-item a.uael-sub-menu-item.uael-sub-menu-item-active, .elementor-30 .elementor-element.elementor-element-e7b2c23 nav.uael-dropdown .menu-item.current-menu-item a.uael-menu-item, .elementor-30 .elementor-element.elementor-element-e7b2c23 nav.uael-dropdown .menu-item.current-menu-ancestor a.uael-menu-item, .elementor-30 .elementor-element.elementor-element-e7b2c23 nav.uael-dropdown .sub-menu .menu-item.current-menu-item a.uael-sub-menu-item.uael-sub-menu-item-active, .elementor-30 .elementor-element.elementor-element-e7b2c23 .sub-menu .menu-item.custom-submenu-active a.uael-sub-menu-item, .elementor-30 .elementor-element.elementor-element-e7b2c23 nav.uael-dropdown .menu-item.custom-menu-active a.uael-menu-item, .elementor-30 .elementor-element.elementor-element-e7b2c23 .uael-nav-menu nav.uael-dropdown-expandible .menu-item.current-menu-item a.uael-menu-item, .elementor-30 .elementor-element.elementor-element-e7b2c23 .uael-nav-menu nav.uael-dropdown-expandible .menu-item.current-menu-item a.uael-sub-menu-item {
    color: var( --e-global-color-primary );
    line-height: 1.5;
}