* {
	font-family: "Poppins", sans-serif;
}
.zero-mb p {
    margin-bottom: 0!important;
}
.d-flex {
    display: flex;
}
.gap-10{
    gap: 10px;
}
.center-me-icon .elementor-icon-wrapper {
	display: flex;
}
@media( max-width:500px){
    .flex-direction-mobile {
        flex-direction: column;
    }
}
#masthead.active {
    position: fixed !important;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px #40404050
}
.menu-trigger {
    display: flex;
    width: 29.91px;
    height: 21px;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    cursor: pointer;
}
.mega-menu {
    background-color: #ffffff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius:6px;
    box-shadow: 0px 15px 13px -9px #40404050;
}
.menu-trigger span {
    width: 100%;    
    height: 4px;
    background-color: #404040;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}
.menu-trigger span:nth-child(2) {
    width: 75%;
}
.menu-trigger.active span:first-child{
    transform: translateY(10px) rotate(45deg);
}
.menu-trigger.active span:nth-child(2){
    width:0!important;
}
.menu-trigger.active span:last-child{
    transform: translateY(-7px) rotate(315deg);
}
span.obj-merit {
    display: inline-block;
    height: 5px;
    width: 80px;
}
.mega-menu {
    display: none;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
}
#request-icon .elementor-icon-wrapper {
    display: flex;
}
span.obj-merit.skyblue {
    background-color: #01ACEF;
}
span.obj-merit.white {
    background-color: #FFFFFF;
}
span.obj-merit.gray {
    background-color: #58585A;
}
.modal-header .btn-close {
    opacity: 1;
}
.services-icon .elementor-icon {
	padding:17px!important;
	box-shadow: 0px 0px 5px #404040;
}
.services-learn-more .elementor-icon-wrapper {
	display:flex;
}
.no-underline {
	text-decoration: none!important;
}
.services-hover .services-icon .elementor-icon,
.services-hover .services-icon .elementor-icon svg {
    transition: all 0.2s ease-in-out;
}
.services-hover:hover .services-icon .elementor-icon {
    background-color: #01ACEF!important;
}
.services-hover:hover .services-icon .elementor-icon svg{
    fill: #ffffff!important;
}
.modal-header .btn-close:hover {
    opacity: 1;
	background-color: transparent;
}
@media (min-width: 992px) {
    .stage-wrap.is-column {
        display: flex!important;
        flex-direction: column!important;
    }
}
div[data-wpcf7-id="13"] form input,
div[data-wpcf7-id="13"] form select,
div[data-wpcf7-id="13"] form textarea{
    border: 1px solid #404040;
    border-radius: 5px;
}
div[data-wpcf7-id="13"] form input[type="submit"]{
    background-color: #404040;
    font-size: 1.1em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    width: 50%;
}
@media(max-width:500px){
    div[data-wpcf7-id="13"] form input[type="submit"]{
        width:100%;
    }
}
.services-accordion-learn-more-icon .elementor-button-content-wrapper {
	align-items: center;
}
.services-accordion-learn-more-icon .elementor-button-content-wrapper svg{
	font-size: 25px;
}

/* READ MORE */
/* hidden state */
.read-more-content{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.35s ease;
}

/* open state */
.read-more-content.is-open{
  overflow:hidden;
}

/* icon animation */
.elementor-button-icon svg{
  transition: transform .25s ease;
}

/* rotate icon when open */
.readmore-active .elementor-button-icon svg{
  transform: rotate(180deg);
}