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

/* Header-----START */
.header__MainNav ul.elementor-nav-menu li a:before {
    transform: translateX(-50%) translateY(-49%) skewX(20deg);
    height: 100%;
    top: 49% !important;
    left: 50% !important;
    width: 100%;
}
.header__MainNav ul.elementor-nav-menu li a:hover:before, ul.elementor-nav-menu li a:hover:after {
    transform: translateX(-50%) translateY(-49%) skewX(20deg);
}
.header__MainNav nav.elementor-nav-menu--main {
    padding: 0 15px ;
}
/* Header-----END */



/* Breadcrumbs-----START */
.breadcrumbsLinks p#breadcrumbs {
    background: #0a3d5f;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    position: relative;
}
.breadcrumbsLinks p#breadcrumbs span a {
    color: #A6A6AC;
    text-decoration: none;
}
.breadcrumbsLinks p#breadcrumbs:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 52px 0 0 40px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -40px;
    border-left-color: #0a3d5f;
}
/* Breadcrumbs-----END */

/* .rightArroW ul li:before {
    content: "\f061" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 16px !important;
}

li {
    list-style: none;
    padding: 0;
    margin: 0;
} */

/* F.A.Q.-----START */


.faqFAQblock .elementor-accordion .elementor-tab-title.elementor-active {
    background: #0a3d5f!important;
}
.faqFAQblock .elementor-accordion .elementor-tab-title.elementor-active a.elementor-accordion-title {
    color: #fff;
    text-decoration: none;
}
.faqFAQblock .elementor-accordion .elementor-tab-title.elementor-active span.elementor-accordion-icon svg path {
    color: #fff !important;
    fill: #fff;
}
.faqFAQblock .elementor-accordion-item .elementor-tab-title {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.faqFAQblock .elementor-accordion-item .elementor-tab-title span.elementor-accordion-icon {
    background: #eee !important;
    padding: 0 !important;
    width: 40px !important;
    height: 50px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-y: clip;
}
.faqFAQblock .elementor-accordion-item .elementor-tab-title span.elementor-accordion-icon:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0 0 30px;
    border-color: transparent transparent transparent #eee;
    position: absolute;
    top: 0;
    right: -30px;
}
.faqFAQblock 
 .elementor-accordion-item {
    background: #fff !important;
    border: 1px solid #ddd !important;
    margin-bottom: 5px !important;
    overflow: hidden;
    cursor: pointer;
}
.faqFAQblock .elementor-accordion .elementor-tab-title.elementor-active span.elementor-accordion-icon {
    background: #3cb64b!important;
}
.faqFAQblock .elementor-accordion .elementor-tab-title.elementor-active span.elementor-accordion-icon:after {
    border-color: transparent transparent transparent #3cb64b;
}
.faqFAQblock a.elementor-accordion-title {
    text-decoration: none;
    padding-left: 10px;
}
/* F.A.Q.-----END */

/* Services-----START */
.rightArroW ul {
    padding-left: 0;
}

.rightArroW ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
}

.rightArroW ul li:before {
    position: absolute;
    text-transform: none;
    line-height: 1;
    content: "";
    left: 0;
    background: url(https://fivensonsolutions.com/glemichigan/wp-content/uploads/2024/02/right-arrow.png) no-repeat;
    width: 12px;
    height: 12px;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* Services-----END */


/* Media Query-----START */
@media screen and (min-width: 991px) {
	/* Footer-----START */
	.left-copy:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1000px;
		width: 1000px;
		background: #3cb64b;
	}
	.left-copy:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 97px 0 0 90px;
		border-color: transparent transparent transparent transparent;
		position: absolute;
		top: 0;
		right: -90px;
		border-left-color: #3cb64b;
		z-index: 9;
	}

/* Why Choose GLE-----START */
.why_choose_iconText .elementor-icon-box-wrapper:before {
    content: '' !important;
    display: block !important;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 30%;
    background-color: #eee;
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
    transition: all .3s;
    height: 100%;
}
.why_choose_iconText {
    padding: 1px;
}
.why_choose_iconText .elementor-icon-box-wrapper {
    overflow: hidden;
    display: flex;
}
.why_choose_iconText .elementor-icon-box-wrapper .elementor-icon-box-icon {
    width: 25%;
    justify-content: center;
}
.why_choose_iconText .elementor-icon-box-wrapper .elementor-icon-box-content {
    width: 75%;
}
.why_choose_iconText .elementor-icon-box-wrapper:hover:before {
    background-color: #3cb64b;
}
.why_choose_iconText .elementor-icon-box-wrapper:hover .elementor-icon-box-icon svg path {
    fill: #fff;
}
.why_choose_iconText .elementor-icon-box-wrapper .elementor-icon-box-content {
    padding: 21px 0;
}


  
}
@media screen and (max-width: 767px) {
.breadcrumbsLinks p#breadcrumbs:before {
    border-width: 53px 0 0 40px;

}
{
/* Media Query-----END */