/*
Theme Name:   Gixus Child
Theme URI:    https://yourwebsite.com
Description:  A child theme for Gixus
Author:       Your Name
Author URI:   https://yourwebsite.com
Template:     gixus
Version:      1.0.0
Text Domain:  gixus-child
Domain Path:  /languages
*/

/* Import parent theme styles */
@import url('../gixus/style.css');

/* Add your custom CSS below */


.accordion-collapse.collapse.show {
    display: flex;
}


.services-style-three-area .col-xl-4.col-lg-6.col-md-6.mb-30{
	display: flex;
    text-align: center;
}

.social-overlay{
	display: none;
}
.btn-primary{
	background: #9fc6ff !important;
    width: 100%;
}

 
.attr-right{
    display: none;
}

.elementor-347 .elementor-element.elementor-element-04832ee .navbar-brand>img {
    height: 100px;
}

.f-item.address img {
    height: 100px;
}
.elementor-element.elementor-element-4dd0c97{
    padding: 0 !important;
}

@media (min-width: 1200px) {
    .page-template .offset-xl-3 {
        margin-left: unset;
    }
}