/*
Theme Name: Grassroots IT
Author: Five by Five
Version: 4.0
*/

:root {
    color-scheme: auto;
}

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    color: #0F2B3A;
    font-size: 16px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
}

h1 {
    font-size: 55px;
    line-height: 1.18;
}

h2 {
    font-size: 45px;
    line-height: 1.22;
}

h3 {
    font-size: 36px;
    line-height: 1.27;
}

h4 {
    font-size: 30px;
    line-height: 1.33;
}

h5 {
    font-size: 24px;
    line-height: 1.41;
}

h6 {
    font-size: 18px;
    line-height: 1.55;
}

p {
    margin: 0 0 20px;
}

a {
    color: inherit;
    transition: background-color .3s ease, opacity .3s ease, color .3s ease;
}

a[role="button"] {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

select,
button,
textarea,
input {
    font-size: inherit;
    font-family: inherit;
}

.btn,
button,
input[type="submit"],
a {
    cursor: pointer;
}

.wrapper {
    width: 1420px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

/* .site-container {
    overflow: hidden;
    transition: transform .5s ease;
} */

/* Site Scrollbar */
::-webkit-scrollbar {
    width: 0.7rem;
}

::-webkit-scrollbar-track {
    border: none;
    background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
    /* border: 2px solid #e5e5e5;
    border-radius: 10px; */
    background: #22AF4B;
}

::-webkit-scrollbar-thumb:hover {
    background: #98C96E;
}

/* Keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-top {
    -webkit-animation: fade-in-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0
    }
}

@keyframes fade-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0
    }
}

.fade-out-top {
    -webkit-animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* Buttons */
.btn,
button,
input[type="button"],
input[type="submit"],
.elementor-button {
    background-color: #0F2B3A;
    border: 2px solid #0F2B3A;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    padding: 10px 15px;
    line-height: 1;
    transition: background-color .3s ease, color .3s ease, border .3s ease;
    border-radius: 25px;
    min-height: 50px;
    /* min-width: 140px; */
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.elementor-button:hover {
    border-color: #98C96E;
    background: #98C96E;
    color: #fff;
}

.btn,
.elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.secondary .btn,
.secondary .elementor-button,
.terrain .btn,
.terrain .elementor-button {
    justify-content: center;
}

.btn.secondary,
button.secondary,

.secondary .elementor-button {
    background-color: #7BEC58;
    border: 2px solid #7BEC58;
    color: #0F2B3A;
}

.btn.secondary:hover,
button.secondary:hover,
.secondary .elementor-button:hover {
    background-color: #EEF1F8;
    border: 2px solid #EEF1F8;
    color: #0F2B3A;
}

.btn.terrain,
button.terrain,
.gform_button_select_files,
.terrain .elementor-button {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn.terrain:hover,
button.terrain :hover,
.gform_button_select_files:hover,
.terrain .elementor-button:hover {
    background-color: #0F2B3A;
    border: 2px solid #0F2B3A;
    ;
}

/* .btn:not(.terrain):not(.secondary),
button:not(.terrain):not(.secondary),
input[type="button"],
input[type="submit"],
div:not(.terrain):not(.secondary)>div>div>.elementor-button {
    position: relative;
} */

.btn:not(.terrain):not(.secondary):after,
button:not(.terrain):not(.secondary):not(.gform_button_select_files):not(.ff-slide-menu-trigger):after,
input[type="button"]:after,
input[type="submit"]:after,
div:not(.terrain):not(.secondary)>div>div>.elementor-button:after {
    content: '\e922';
    font-family: 'icomoon';
    display: inline-block;
    margin-left: 15px;
}


/* Header */
/* .elementor-location-header {
    background: #fff;
} */

/* .header-stick .site-header, */
.header-stick .elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    animation: fade-in-top .3s cubic-bezier(.39, .575, .565, 1.000) both;
    box-shadow: 0 0 17px 0 rgb(0 0 0 / 5%);
}

/* .header-unstick .site-header, */
.header-unstick .elementor-location-header {
    animation: fade-out-top .2s cubic-bezier(.25, .46, .45, .94) both;
}

.header-type2 .site_header_con,
.header-type2 .elementor-location-header {
    position: absolute;
    width: 100%;
    z-index: 100;
}

.header-type2 .site-header {
    background: none;
    color: #fff;
}

.header-type2.header-stick .elementor-location-header {
    background: #0F2B3A;
    color: inherit;
}

.header-type2.header-stick .with-alt-logo .site-logo-main,
.header-type2 .with-alt-logo .site-logo-alt {
    display: none;
}

.header-type2.header-stick .with-alt-logo .site-logo-alt {
    display: inline-block;
}

/* .header-stick .site-header, */
.header-stick .elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    animation: fade-in-top .3s cubic-bezier(.39, .575, .565, 1.000) both;
    box-shadow: 0 0 17px 0 rgb(0 0 0 / 5%);
}

/* Menu */
ul.menu {
    list-style: none;
    padding: 0;
}

div .elementor-nav-menu .sub-arrow {
    display: none;
}

.elementor-nav-menu .menu-item-has-children>a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.elementor-nav-menu .menu-item-has-children>a:after {
    content: 'î¤‹';
    font-family: 'icomoon';
    opacity: 1 !important;
    position: relative;
}

/* Search */
.ff-search {
    background: #f8f9fa;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    transition: transform .5s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    will-change: transform;
    transform: translate3d(0, -100%, 0);
}

.show_search .ff-search {
    transform: translate3d(0, 0, 0);
}

.ff-search form {
    width: 730px;
    max-width: 100%;
    position: relative;
}

.ff-search .search-input {
    width: 100%;
    background: #fff;
    border: 1px solid #ACB5BD;
    height: 60px;
    border-radius: 60px;
    padding: 5px 25px 5px 25px;
}

.ff-search .submit {
    width: 150px;
    position: absolute;
    right: 5px;
    height: 50px;
    top: 5px;
    border-radius: 50px;
}

.ff-search .close {
    position: absolute;
    top: 20px;
    right: -30px;
    font-size: 25px;
    font-weight: 400;
    opacity: .6;
    cursor: pointer;
}

.ff-search .close:hover {
    opacity: 1;
}

/* Slide Menu */
.ff-slide-menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 100;
    pointer-events: none;
    display: none;
}

.show_slide_menu .ff-slide-menu-mask {
    display: block;
    pointer-events: auto;
    animation: fadeIn 1s;
}

.ff-slide-menu {
    width: 400px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #0F2B3A;
    z-index: 110;
    transition: transform .6s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition-delay: .1s;
    transform: translate3d(100%, 0, 0);
    will-change: transform;
    padding: 20px;
    overflow: auto;
    color: #fff;
    max-width: 100%;
}

.show_slide_menu .ff-slide-menu {
    transform: translate3d(0, 0, 0);
}

/* .show_slide_menu .site-container {
    transform: translate3d(-100px, 0, 0);
} */
body.show_slide_menu {
    overflow: hidden;
}

.ff-slide-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}

.ff-slide-menu-close {
    cursor: pointer;
    font-size: 30px;
}

.ff-slide-menu-close:hover {
    opacity: .8;
}

.ff-slide-menu-trigger {
    background: none;
    border: none;
    padding: 2px;
    width: 38px;
    height: 34px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 7px;
}

.ff-slide-menu-trigger span {
    height: 2px;
    width: 100%;
    background: #fff;
}

.ff-slide-menu-trigger:hover {
    background: none;
}

.ff-slide-menu-trigger .l1 {
    width: 70%;
    transition: width .5s ease;
    will-change: width;
}

.ff-slide-menu-trigger:hover .l1 {
    width: 100%;
}

.ff-slide-menu .sub-menu {
    /* overflow: hidden;
    transition: all .5s ease;
    height: 0;
    display: flex; */
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.2;
    padding: 0;
}

/* .ff-slide-menu .show-sub .sub-menu {
    height: initial;
    padding-bottom: 12px;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
} */

.ff-slide-menu .menu-item-has-children>a {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}
.ff-slide-menu .menu-item-has-children > a.toggle_switch {
    margin-bottom: 10px;
}
.ff-slide-menu .menu-item-has-children>a:after {
    content: '\e922';
    font-family: 'icomoon';
    transition: transform .5s ease;
    display: inline-block;
    margin-left: 14px;
    position: absolute;
    font-size: 18px;
    top: 5px;
    line-height: 1;
}

.ff-slide-menu .menu-item-has-children.show-sub>a:after {
    transform: rotate(180deg);
}

.ff-slide-menu .toggle_height_el_con {
    transition: height 500ms ease;
}

.ff-slide-menu-footer input[type="search"] {
    outline: 0!important;
    width: 100%;
    border: 1px solid #22AF4B;
    border-radius: 4px;
    padding: 11px 20px;
    font-weight: 700;
}

.ff-slide-menu .slide-menu-footer-links {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.40;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ff-slide-menu a {
    text-decoration: none;
}

.ff-slide-menu a:hover {
    text-decoration: underline;
}

.ff-slide-menu .icon-phone-alt {
    margin-right: 15px;
}

.ff-slide-menu-body {
    margin: 40px 0 20px;
}

.ff-slide-menu .menu > .menu-item {
    margin-bottom: 5px;
}

.slide-menu-footer-links > a {
    display: flex;
    margin: 15px 0;
    width: 200px;
    justify-content: center;
}

.ff-slide-menu-footer .ff-slide-phone {
    justify-content: start;
}

/* Swiper / Carousel */
.swiper-slide {
    width: auto;
}

.transition-linear {
    transition-timing-function: linear;
}

.swiper-pagination-bullet {
    font-size: 0;
    line-height: 1;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    border: 1px #0F2B3A solid;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0F2B3A;
}

.swiper-pagination.numeric .swiper-pagination-bullet {
    font-size: 15px;
    font-weight: bold;
    color: #0F2B3A;
    letter-spacing: 1px;
    width: 40px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background: transparent;
    border: 0px;
    border-right: 2px #0F2B3A solid;
    margin: 0;
}

.swiper-pagination.numeric .swiper-pagination-bullet:last-of-type {
    border-right: 0px;
}

.swiper-pagination.numeric .swiper-pagination-bullet-active {
    background: transparent;
    color: #0F2B3A;
}

/* Toggle Height */
.toggle_height_el_con {
    height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    transition: height 600ms ease;
}

/* Others */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.NOIntersectionObserver .elementor-invisible {
    visibility: visible;
}

body.admin-bar .dialog-lightbox-widget {
    min-height: 100vh;
}

body:not(.elementor-editor-active) .defer-bg-image div,
body:not(.elementor-editor-active) .defer-bg-image section,
body:not(.elementor-editor-active) .defer-bg-image {
    background-image: none !important;
}

.hide {
    display: none !important;
}

.limit-lines-4,
.limit-lines-3,
.limit-lines-2,
.limit-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.limit-lines-2 {
    -webkit-line-clamp: 2;
}

.limit-lines-3 {
    -webkit-line-clamp: 3;
}

.limit-lines-4 {
    -webkit-line-clamp: 4;
}

/* @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    
} */

/* Custom-scrollbar */
.custom-scrollbar,
.custom-scrollbar.elementor-widget {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
    backface-visibility: hidden;
    /* transform: translateY(0px); */
}

.custom-scrollbar::-webkit-scrollbar,
.custom-scrollbar.elementor-widget::-webkit-scrollbar {
    width: 2px;
}

.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-track {
    border: none;
    background: #E9ECEF;
    /* box-shadow: inset 0 0 6px rgba(0,0,0,0.2); */
}

.custom-scrollbar::-webkit-scrollbar-thumb,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1.250em;
    border-radius: 1.250em;
    border-color: #22AF4B;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.elementor-widget::-webkit-scrollbar-thumb:hover {
    border-color: #98C96E;
}

.custom-scrollbar.style-white::-webkit-scrollbar-track,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-track {
    background: #ffffff50;
}

.custom-scrollbar.style-white::-webkit-scrollbar-thumb,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb {
    border-color: #fff;
}

.custom-scrollbar.style-white::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.style-white.elementor-widget::-webkit-scrollbar-thumb:hover {
    border-color: #fff;
}

/*
* Item Team
*/
.item-team {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.04);
    text-align: center;
    border-bottom: 5px solid #22AF4B;
    padding: 20px 20px 45px 20px;
    width: 410px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.item-team .s1 {
    margin-bottom: 40px;
}
.item-team a {
    cursor: pointer;
}
.item-team .thumb {
    width: 368px;
    max-width: 100%;
    padding-top: 103%;
    background-size: cover;
    border-radius: 5px 5px 0px 0px;
    background-position: top center;
}

.item-team .name {
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 7px;
}

.item-team .position {
    font-weight: 700;
    line-height: 1.75;
    opacity: 0.35;
}
.item-team.no-popup a {
    cursor: default;
}
.team-popup-item {
    width: 820px;
    max-width: 100%;
    min-height: 427px;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.04);
    padding: 20px 20px 0;
    display: flex;
    position: relative;
}
.team-popup-item .top-info {
    border-radius: 5px;
    background: #0F2B3A;
    color: #fff;
    padding: 20px 20px 18px;
    position: relative;
}
.team-popup-item .s1 {
    margin-right: 20px;
}
.team-popup-item .s2 {
    width: 100%;
}
.team-popup-item .thumb {
    width: 200px;
    height: 200px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
}
.team-popup-item .name {
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
}
.team-popup-item .about-content .lbl {
    font-weight: 700;
    margin-bottom: 5px;
}
.team-popup-item .about-content {
    padding: 15px 20px;
}
.team-popup-item .content {
    color: #000;
}
.team-popup-wrapper {
    display: none;
}
.team-popup-wrapper.active {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.team-popup-wrapper .close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.team-popup-wrapper .close:before {
    content: "\e9df";
    font-family: 'icomoon';
    font-size: 20px;
    background-color: #22AF4B;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.team-popup-wrapper .team-popup-inner {
    width: 100%;
    padding: 10px;
}
.team-popup-wrapper.loading .team-popup-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255, 0.6);
    z-index: 1;
}
/* Item Testimonial */
.item-testimonial {
    width: 100%;
    max-width: 924px;
    min-height: 420px;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 40px 70px 33px 70px;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.04);
}

.item-testimonial .inner {
    padding-top: 45px;
    position: relative;
}

.item-testimonial .inner:before {
    content: '';
    background: url(images/quote-icon.svg);
    background-size: 31px 25px;
    width: 31px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.item-testimonial .excerpt {
    height: 140px;
    margin-bottom: 32px;
    text-align: center;
    line-height: 1.75;
}

.item-testimonial .position,
.item-testimonial .title {
    text-align: center;
    line-height: 1.75;
    font-size: 16px;
}

.item-testimonial .title {
    font-weight: 700;
    margin-bottom: -10px;
}

.item-testimonial .position {
    margin-top: 2px;
}

.item-testimonial .image {
    text-align: center;
}

.item-testimonial .image img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #22AF4B;
    padding: 4px;
}


.testimonial-wrapper .swiper-pagination {
    position: relative;
    margin-top: 14px;
}

/* news items */
.item.item-post {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 17px rgba(2, 6, 19, 0.12);
    background: #fff;
    line-height: 1.75;
}

.item-post .img-con {
    display: flex;
    max-height: 263px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.item-post .img-con img {
    transition: transform 0.5s ease-in-out;
    /* max-height: 180px; */
    max-width: unset;
    object-fit: cover;
}

.item-post .img-con:hover img {
    transform: scale(1.1);
}

.item-post .s2 {
    padding: 20px;
}

.item-post .categories {
    color: #fff;
    position: absolute;
    top: 16px;
    left: 13px;
    font-weight: 700;
}

.item-post .title {
    height: 68px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.41;
    margin-bottom: 13px;
}

.item-post .excerpt {
    margin-bottom: 30px;
}

.item-post .more-link {
    padding: 0;
    background: 0;
    border: 0;
    color: #0F2B3A;
    min-height: unset;
    position: relative;
    bottom: -10px;
    font-size: 16px;
}

.item-post .more-link:after {
    content: ''!important;
    width: 30px;
    height: 30px;
    background: url(../../uploads/2023/09/arrow-blog.svg) no-repeat;
    background-position: center;
    transition: transform 0.3s ease-in-out;
}

.item-post .more-link:hover:after {
    transform: translateX(5px);
}

/* accordion style 2 */

.accordion-style-2 .e-n-accordion-item-title {
    padding: 0 0 15px;
	border: none;
    column-gap: 16px
}



.accordion-style-2 .e-n-accordion-item-title-icon .e-opened i:before {
    content: '\e930';
}
.accordion-style-2 .e-n-accordion-item-title-icon .e-closed i:before {
    content: '\e92e';
}
.accordion-style-2 .e-n-accordion-item-title-icon span i {
    font-family: 'icomoon' !important;
    color: #22AF4B !important;
    font-size: 20px;
    position: relative;
    top: -3px;
}
.accordion-style-2 .e-n-accordion-item-title-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}
.accordion-style-2 .e-con-full {
    border: none;
    padding: 0 20px 10px 37px;
}
.accordion-style-2 .e-n-accordion-item {
	border-bottom: 2px solid #22AF4B;
}
.accordion-style-2 .e-n-accordion-item:not(:last-child) {
    margin-bottom: 24px;
}

.elementor-widget-n-accordion .load-more-btn:hover {
    background-color: #7BEC58;
    border-color: #7BEC58;
    color: #0F2B3A;
}

/* Hubspot Form */
.ff-hubspot .hbspt-form input,
.ff-hubspot .hbspt-form textarea {
    border: 1px solid #22AF4B;
    height: 50px;
    padding: 10px 20px;
    font-family: inherit;
    outline: none;
    border-radius: 4px;
    width: 100%;
    font-weight: 700;
}
.ff-hubspot .hbspt-form ::placeholder {
    opacity: 1;
    color: #0F2B3A;
}
.ff-hubspot .hbspt-form form {
    display: grid;
    gap: 15px;
}
.ff-hubspot .hbspt-form .form-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.ff-hubspot .hbspt-form .form-columns-2 .hs-form-field {
    width: 100% !important;
}
.ff-hubspot .hbspt-form .hs-button {
    background-color: #7BEC58;
    border: 1px solid #7BEC58;
    color: #0F2B3A;
    font-weight: 700;
    padding: 10px 25px;
    line-height: 1;
    transition: background-color .3s ease, opacity .3s ease, color .3s ease;
    width: 160px;
    border-radius: 100px;
}
.ff-hubspot .hbspt-form textarea {
    min-height: 240px;
}
.ff-hubspot .hbspt-form fieldset, .ff-hubspot .hbspt-form .hs-input {
    max-width: 100%;
    width: 100% !important;
}
.ff-hubspot .hbspt-form .input, .ff-hubspot .hbspt-form .hs-input {
    margin-right: 0;
}
.ff-hubspot .hbspt-form input.invalid {
    border-color: #FA7D5A;
}
.ff-hubspot .hbspt-form .hs-error-msgs label {
    color: #FA7D5A;
    list-style: none;
    font-weight: 400;
    font-size: 12px;
}
.ff-hubspot .hbspt-form .hs-error-msgs li {
    list-style: none;
}
.ff-hubspot .hbspt-form .hs-error-msgs {
    padding: 0;
    margin: 0;
}
.ff-hubspot .submitted-message {
    color: #fff;
}
.ff-hubspot .hs-form-field > label {
    color: #fff;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .item-testimonial {
        padding: 30px 10px;
    }

    .item-testimonial .excerpt {
        max-height: 300px;
        min-height: 300px;
    }
    .team-popup-item {
        display: block;
        padding: 20px 10px 0;
    }
    .team-popup-item .thumb {
        margin: 0 auto 20px;
    }
}

/*Testimonials V2*/
.testimonials-v2{
    overflow: hidden !important;
}
.testimonials-v2 .item-testimonial{
    box-shadow: initial;
}
.testimonials-v2 .title{
    font-size: 18px;
    margin-bottom: 10px;
}