/** Global CSS */
* {
    outline: none;
}
a {
	transition: all 0.3s;
}
p:last-child {
    margin-bottom: 0 !important;
}
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 {
    margin: 0 0 28px;
}
.elementor-widget-text-editor > *:last-child {
    margin-bottom: 0 !important;
}
.breadcrumb-nav .breadcrumb-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.breadcrumb-nav .breadcrumb-content .breadcrumb-separator {
    font-size: 0;
    width: 8px;
    height: 13px;
    background: url("../images/Icon-Arrow-Teal-Right-Primary.svg") no-repeat center;
    background-size: contain;
}
.services-list .services-list__item .elementor-icon-box-wrapper .elementor-icon-box-icon {
    padding-top: 3px;
}
.services-list .services-list__item .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 0;
}
/** Global CSS */

.ss-arrow-icon svg {
    transition: all ease 0.5s;
}

.gf-get-in-touch .gform_fields {
    gap: 30px !important;
}
.gf-get-in-touch .gform_fields fieldset .gf_name_has_2 {
    gap: 18px;
}
body .gf-get-in-touch select,
body .gf-get-in-touch input {
    outline: none !important;
    box-shadow: none !important;
}
body .gf-get-in-touch textarea {
    border: none;
    border-radius: 15px;
    font-family: "MonaSans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: var(--e-global-color-text);
    border-style: none;
    padding: 20px;
    min-block-size: 214px !important;
    outline: none !important;
    box-shadow: none !important;
}
.gf-get-in-touch .gform_validation_errors {
    display: none !important;
}
.gf-get-in-touch .validation_message {
    font-size: 16px !important;
}
.gf-get-in-touch .gform_footer {
    justify-content: center;
    margin-top: 40px !important;
    display: table !important;
    margin-inline: auto;
    border: 1px solid #212121;
    padding: 5px;
    border-radius: 5px;
}

body .gf-get-in-touch .gform_footer input.gform_button {
    font-family: "MonaSans", Sans-serif !important;
    font-weight: 800 !important;
    padding: 20px 42px 20px 42px !important;
    font-size: 18px !important;
    letter-spacing: 5% !important;
    text-transform: uppercase !important;
    background: #212121 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.gf-get-in-touch .gform_footer .gform-loader {
    position: absolute;
    margin-left: 10px;
}
.gf-get-in-touch .gform_confirmation_message {
    color: var(--e-global-color-secondary);
    font-weight: 700;
    text-align: center;
}

body .gf-get-in-touch select{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
	border-style: none;
	border-radius: 15px 15px 15px 15px;
	padding: 25px 30px 25px 30px;
	min-height: 80px;
}

@media (max-width: 1200px) {
	body .gf-get-in-touch select{
		padding: 16px 20px 20px 20px;
		min-height: 60px;
	}	
}

/** Team Member Item Box CSS */
.member-item {
    max-width: 100% !important;
}
.member-item .member-item__social {
    transition: all 0.3s !important;
    margin-bottom: -50px !important;
    opacity: 0;
}
.member-item:hover .member-item__social {
    margin-bottom: 0 !important;
    opacity: 1;
}
/** Team Member Item Box CSS */

/** Media CSS */
@media screen and (max-width: 1024px) {
    .elementor-widget-text-editor h1,
    .elementor-widget-text-editor h2,
    .elementor-widget-text-editor h3,
    .elementor-widget-text-editor h4,
    .elementor-widget-text-editor h5,
    .elementor-widget-text-editor h6 {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 639px) {
    .gf-get-in-touch .gform_fields {
        gap: 18px !important;
    }
}
/** Media CSS */
