/* Fonts */

@font-face {
    font-family: 'Montserrat';
    font-style: Medium;
    font-weight: 500;
    src: local('Montserrat'), url('/wp-content/themes/forabilis/assets/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: Regular;
    font-weight: 400;
    src: local('Montserrat'), url('/wp-content/themes/forabilis/assets/fonts/Montserrat-VariableFont_wght_reg.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: SemiBold;
    font-weight: 600;
    src: local('Montserrat'), url('/wp-content/themes/forabilis/assets/fonts/Semi-bold-Montserrat.ttf') format('truetype');
}

@font-face {
    font-family: 'PTSerif';
    font-style: Bold;
    font-weight: 700;
    src: local('PTSerif'), url('/wp-content/themes/forabilis/assets/fonts/PTSerif-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'PTSerif';
    font-style: Regular;
    font-weight: 400;
    src: local('PTSerif'), url('/wp-content/themes/forabilis/assets/fonts/PTSerif-Regular.ttf') format('truetype');
}

body {
    font-family: 'Montserrat';
}

.main-warp {
    overflow: hidden;
    position: relative;
}

h1,
h2,
h3 {
    font-family: 'PTSerif';
}


/* strip animation */

.strip-anim {
    position: relative;
    padding: 50px 0;
}

.strip-anim .right-strip,
.strip-anim .left-strip {
    position: absolute;
    content: '';
    width: 350px;
    height: 2px;
    background-color: #32A94A;
    transition: all 2.5s ease;
}

.strip-anim .right-strip {
    right: 0;
    margin-right: -350px;
    top: 0;
}

.strip-anim .left-strip {
    left: 0;
    margin-left: -350px;
    bottom: 0;
}

.strip-anim.show .right-strip {
    right: 100%;
    margin-right: 0;
}

.strip-anim.show .left-strip {
    left: 100%;
    margin-left: 0;
}


/* basic-btn */

.basic-btn {
    position: relative;
    background-color: #32A94A;
    font-size: 20px;
    font-family: 'PTSerif';
    font-weight: 700;
    color: #EFF4FF;
    text-decoration: none;
}

.basic-btn:after {
    content: '';
    height: 2px;
    width: 0;
    background-color: black;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
}

.basic-btn:hover {
    color: #EFF4FF;
}

.basic-btn:hover:after {
    width: 100%;
}

.inner-grid {
    padding: 0 110px;
}


/* end-basic-btn */

.img-gone {
    display: none;
}


/* header */

header {
    transition: all 0.4s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

header.clearHeader {
    padding: 36px 0;
}

header.darkHeader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 19px 0;
    background-color: white;
    z-index: 9999;
}

.free-text-wrap {
    max-width: unset;
}

header .menu-desktop-wrap {
    display: flex;
    justify-content: space-between;
}

header .menu-desktop-wrap .left-menu-wrap {
    display: flex;
    align-items: center;
}

header .menu-desktop-wrap .left-menu-wrap a {
    margin-right: 75px;
}

header .menu-desktop-wrap .left-menu-wrap a>img {
    width: 100%;
    max-width: 107px;
    height: auto;
}

header .menu-desktop-wrap .menu-wrap ul {
    padding: 0;
    margin: unset;
    list-style: none;
}

header .menu-desktop-wrap .menu-wrap ul li {
    display: inline-block;
}

header .menu-desktop-wrap .menu-wrap ul li>a {
    text-decoration: none;
    color: black;
    font-family: 'Montserrat';
    font-weight: 500;
}

header .menu-desktop-wrap .head-cta-wrap a {
    padding: 8px 10px;
    display: inline-block;
}

.graphic {
    position: absolute;
    right: -840px;
    top: -540px;
    z-index: -1;
    width: 1275px;
    height: 330px;
    transform: rotate(315deg);
    background-color: #EFF4FF;
}

.graphic .base {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 233px 233px 233px;
    border-color: transparent transparent #EFF4FF;
    transform: rotate(45deg);
    position: absolute;
    left: -315px;
    bottom: 131px;
}

.graphic .line {
    width: 175px;
    height: 2px;
    background-color: #32A94A;
    position: absolute;
    bottom: 80%;
    left: -330px;
}

.graphic.left {
    transform: rotate(45deg);
    left: -840px;
    right: auto;
}

.graphic.left .base {
    transform: rotate(315deg);
    right: -315px;
    bottom: 131px;
    left: auto;
}

.graphic.left .line {
    left: auto;
    right: -150px;
    bottom: 20%;
}

#first-strip .graphic {
    top: 0;
}

#first-strip img {
    width: 75%;
    height: auto;
}

#first-strip .graphic.left {
    top: -10%;
    right: auto;
}

#first-strip .graphic {
    top: 40%;
    right: -35%;
}


/* end-header */


/* Main */

#hero-slider {
    visibility: hidden;
}

#hero-wrap {
    padding-top: 118px;
}

#hero-wrap .hero-des {
    height: calc(100vh - 305px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#hero-wrap .hero-des .title {
    margin: unset;
    font-size: 50px;
    line-height: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'PTSerif';
}

#hero-wrap .hero-des .title p {
    margin: 0;
}

#hero-wrap .hero-des .title strong {
    font-weight: 400;
    font-size: 50px;
    border-bottom: 1px solid #32A94A;
    font-family: 'PTSerif';
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 60px;
    top: 10px;
}

#hero-wrap .hero-des .title strong:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    top: 0;
    right: 100%;
    margin-bottom: -10px;
    transition: right 1.5s ease;
    z-index: -1;
}

#hero-wrap .hero-des .title.slick-current strong:after {
    right: 0;
    background-color: #E3EFE5;
}

#hero-wrap .hero-des .title.slick-current strong {
    font-style: italic;
    color: #32A94A;
}

#tools {
    margin-bottom: 100px;
    overflow: hidden;
    display: flex;
    justify-content: end;
    align-items: center;
}

#tools .item {
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
}

#tools .item .wrap {
    width: 100%;
    height: 100px;
    /* width: 140px; */
    margin-right: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tools .item .wrap img {
    width: 100%;
    max-height: 45px;
    width: auto;
}

#first-strip {
    margin-bottom: 230px;
    position: relative;
}

#first-strip .row.img-right .col-lg-6:first-child {
    order: 1;
}

#first-strip .row:first-child .f-strip-des {
    padding-left: 100px;
    padding-top: 50px;
}

#first-strip .row.img-right .f-strip-des {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#first-strip .row {
    margin-bottom: 5rem;
}

#first-strip .f-strip-des h2 {
    font-size: 45px;
    font-weight: 700;
    margin: unset;
    margin-bottom: 15px;
}

#first-strip .f-strip-des p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 30px;
}

#first-strip .f-strip-des a {
    display: inline-block;
    padding: 8px 10px;
    font-size: 20px;
}

#listing {
    margin-bottom: 165px;
}

#listing .slick-arrow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

#listing .slick-prev {
    margin-right: 50px;
}

#listing .list-wrap h2 {
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    margin: unset;
    margin-bottom: 13px;
}

#listing .list-wrap p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    margin: unset;
    margin-bottom: 40px;
    text-align: center;
}

#listing .list-wrap .bullets-wrap h3 {
    font-weight: 700;
    color: #32A94A;
    font-size: 20px;
    margin-bottom: 20px;
}

#listing .list-wrap .bullets-wrap ul {
    list-style: none;
    margin-bottom: 40px;
}

#listing .list-wrap .bullets-wrap ul li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin: unset;
    margin-bottom: 23px;
    width: 100%;
    max-width: 300px;
}

#listing .list-wrap .bullets-wrap ul li::after {
    content: '';
    background-image: url('/wp-content/uploads/2022/12/Vector-4.svg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    position: absolute;
    left: 0;
    height: 15px;
    margin-left: -29px;
    top: 50%;
    margin-top: -7px;
}

#listing .list-wrap .bullets-flex {
    display: flex;
    justify-content: center;
}

#listing .list-wrap .bullets-wrap {
    margin-right: 100px;
}

#listing .list-wrap .bullets-wrap:last-child {
    margin-right: unset;
}

#listing .list-wrap .cta-wrap {
    text-align: center;
}

#listing .list-wrap a {
    display: inline-block;
    margin: 0 auto;
    padding: 8px 10px;
}

#listing .list-wrap a>img {
    width: 100%;
    max-width: 24px;
    height: auto;
    margin-left: 17px;
    position: relative;
    transition: all 0.4s ease-out;
}

#listing .list-wrap a:hover>img {
    transform: translateX(5px);
}

#sec-strip {
    margin-bottom: 180px;
    position: relative;
}

#sec-strip img {
    width: 100%;
}

#sec-strip .graphic.left {
    top: -40%;
}

#sec-strip h2 {
    font-weight: 700;
    font-size: 45px;
    margin: unset;
    margin-bottom: 6px;
}

#sec-strip p {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    margin: unset;
}

#sec-strip .cta-strip-wrap {
    padding-top: 14px;
}

#sec-strip a {
    display: inline-block;
    margin: 10px 0;
    padding: 8px 10px;
}

#sec-strip .row.img-right .col-lg-6:first-child {
    order: 1;
}

#team {
    background: linear-gradient(180deg, rgba(239, 244, 255, 0) 0%, #EFF4FF 100%);
    margin-bottom: 145px;
    padding-bottom: 54px;
}

#team .team-des {
    margin-bottom: 75px;
}

#team .team-des h2 {
    margin: unset;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 13px;
}

#team .team-des p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 14px;
}

#team .cta-strip-wrap a {
    font-weight: 600;
    color: #32A94A;
    text-decoration: none;
    position: relative;
    width: 0;
}

#team .cta-strip-wrap a:after {
    content: '';
    position: absolute;
    width: 0;
    background-color: #32A94A;
    height: 2px;
    bottom: -4px;
    left: 0;
    transition: all 0.7s ease;
}

#team .cta-strip-wrap a:hover {
    color: black;
}

#team .cta-strip-wrap a svg {
    transition: all 0.4s ease-out;
}

#team .cta-strip-wrap a:hover>svg {
    transform: translateX(10px);
}

#team .cta-strip-wrap a:hover>svg path {
    fill: black;
}

#team .cta-strip-wrap a:hover:after {
    width: 390px;
}

#team .cta-strip-wrap a>img {
    width: 100%;
    max-width: 24px;
    height: auto;
    margin-left: 17px;
    position: relative;
    transition: left 1s ease;
}

#team .team-members {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 70px;
}

#team .member {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
}

#team .member .profile-photo {
    display: block;
    width: 100%;
    max-width: 120px;
    height: auto;
    margin-bottom: 20px;
    position: relative;
}

#team .member .profile-photo img {
    width: 100%;
    height: auto;
}

#team .member .profile-photo::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #32A94A;
    right: -22px;
    top: 10px;
    transform: rotate(45deg);
}

#team .member h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
}

#team .member h3:after {
    content: '';
    position: absolute;
    width: 300px;
    height: 2px;
    background-color: #BCCEC0;
    bottom: 0;
    left: 0;
    margin-bottom: -8px;
}

#team .member .role-flex {
    display: flex;
    justify-content: space-between;
}

#team .member .role-flex span {
    font-size: 16px;
}

#we-know {
    margin-bottom: 170px;
    position: relative;
}

#we-know .graphic {
    top: -10%;
    right: -60%;
}

#we-know .know-wrap .items-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

#we-know .know-wrap h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 45px;
    text-align: center;
}

#we-know .know-wrap h2>span {
    color: #32A94A;
    font-weight: 700;
}

#we-know .know-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 15px;
    flex: 1;
}

#we-know .know-wrap ul li {
    width: 100%;
    max-width: 220px;
    min-height: 40px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-out;
    border-bottom: 1px solid #32A94A;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#we-know .know-wrap .items-wrap ul:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#we-know .know-wrap .items-wrap ul:first-child li {
    min-height: 63px;
    margin-bottom: 0;
}

#we-know .know-wrap ul li:last-child {
    margin-bottom: 0;
}

#we-know .know-wrap ul li span {
    z-index: 2;
}

#we-know.show .know-wrap ul li:after {
    right: 0;
}

#we-know.show .know-wrap ul li.green:after {
    background-color: #F2FCF3;
}

#we-know.show .know-wrap ul li.pale-blue:after {
    background-color: #EFF4FF;
}

#we-know.show .know-wrap ul li.bluish:after {
    background-color: #CFDEFF;
}

#we-know .know-wrap .right-wrap ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

#we-know .know-wrap .right-wrap ul li {
    min-height: 50px;
}

#we-know .know-wrap ul li:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    top: 0;
    right: 100%;
    margin-bottom: -10px;
    transition: right 3.5s ease;
    z-index: 1;
}

#we-know .know-cta {
    text-align: center;
}

#we-know .know-wrap a {
    padding: 8px 10px;
    display: inline-block;
}

#we-know .know-wrap a img {
    position: relative;
}

#we-know .know-wrap a:hover img {
    transform: translateX(4px);
}

#speakers {
    margin-bottom: 300px;
}

#speakers h2 {
    font-size: 45px;
    font-weight: 700;
    margin: unset;
    margin-bottom: 35px;
}

#speakers .green-line {
    width: 100%;
    max-width: 106px;
    height: 4px;
    background-color: #32A94A;
    margin-bottom: 30px;
}

#we-know .know-wrap a>img {
    margin-left: 17px;
    transition: all 0.4s ease-out;
}

#speakers .grow-wrap {
    display: flex;
    justify-content: space-between;
}

#speakers .grow-wrap .first-sec {
    width: 450px;
}

#speakers .grow-wrap .sec-sec {
    position: relative;
    width: 100%;
    max-width: 560px;
}

#speakers .grow-wrap .sec-sec .top {
    position: absolute;
    right: 0;
    top: 300px;
}

#speakers .grow-wrap .sec-sec .bottom {
    position: absolute;
    left: -130px;
    top: 0;
}

#speakers .grow-tool img {
    width: auto;
    height: 75px;
    margin-bottom: 5px;
}

#speakers .grow-tool p {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 30px;
    min-height: 108px;
    max-height: 108px;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

#speakers .grow-tool p::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

#speakers .grow-tool .grow-cta-wrap {
    display: flex;
}

#speakers .grow-tool .grow-cta-wrap div {
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 16px;
    padding: 7px;
    min-width: 220px;
    border-bottom: 1px solid #32A94A;
    text-align: center;
}

#speakers .grow-tool .grow-cta-wrap div:first-child {
    background-color: #F2FCF3;
    margin-right: 21px;
}

#speakers .grow-tool .grow-cta-wrap div:last-child {
    background-color: #EFF4FF;
}

#speakers .comment-wrap>span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    max-height: 72px;
    overflow: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

#speakers .comment-wrap>span::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

#speakers .comment-wrap p {
    font-size: 20px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 30px;
    overflow: auto;
    max-height: 210px;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

#speakers .comment-wrap p::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

#speakers .comment-wrap .com-info p {
    font-size: 18px;
    font-weight: 700;
}

#speakers .comment-wrap .com-info p>span {
    font-size: 18px;
    font-weight: 400;
    margin-left: 21px;
    position: relative;
}

#speakers .comment-wrap .com-info p>span::after {
    content: '';
    position: absolute;
    background-color: #32A94A;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: -10px;
}

#speakers .slick-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -50px;
    cursor: pointer;
    transition: transform 0.4s ease-out;
}

#speakers .prev {
    margin-left: -65px;
}

#speakers .next:hover {
    transform: translateX(4px);
}

#speakers .prev:hover {
    transform: translateX(-4px);
}

#post-section {
    position: relative;
}

#post-section h2 {
    font-size: 45px;
    font-weight: 700;
    margin: unset;
    margin-bottom: 10px;
}

#post-section .graphic.left {
    top: 25%;
}

#post-section .post-display {
    margin-bottom: 105px;
}

#post-section .post-display img {
    width: 100%;
    max-width: 1062px;
    height: auto;
    transition: all 0.3s ease;
}

#post-section .post-display:hover img {
    transform: scale(1.05);
}

#post-section .post-display .img-warp {
    overflow: hidden;
    margin-bottom: 25px;
}

#post-section .post-display span {
    font-weight: 500;
    font-size: 30px;
    color: #32A94A;
    display: inline-block;
    margin-bottom: 21px;
    position: relative;
    max-width: 880px;
}

#post-section .post-display span:after {
    content: '';
    height: 2px;
    width: 0;
    background-color: black;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
}

#post-section .post-display:hover span:after {
    width: 100%;
}

#post-section .post-display .post-author {
    font-weight: 600;
    font-size: 18px;
    margin: unset;
    margin-bottom: 10px;
}

#post-section .post-display .post-author>span {
    color: black;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin-left: 21px;
    display: inline;
}

#post-section .post-display .post-author>span::after {
    content: '';
    position: absolute;
    background-color: #DAE7DD;
    height: 30px;
    width: 1px;
    left: -4px;
    top: -4px;
    margin-left: -10px;
}

#post-section .post-display .post-content {
    font-size: 20px;
    line-height: 36px;
}

#post-section .post-display .post-content .warp {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#post-section .post-display .post-content a {
    color: #32A94A;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
}

#post-section .posts-lists {
    margin-bottom: 120px;
    max-width: 75%;
    margin-left: auto;
    visibility: hidden;
}

#post-section .posts-lists img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#post-section .posts-lists a p {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    min-height: 96px;
    color: black;
}

#post-section .posts-lists a {
    color: #32A94A;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
}

#post-section .posts-lists .next,
#post-section .posts-lists .prev {
    max-width: 32px;
    height: auto;
    margin: unset;
    position: absolute;
    top: -40px;
    right: 100px;
    cursor: pointer;
    transition: transform 0.4s ease-out;
}

#post-section .posts-lists .next:hover {
    transform: translateX(4px);
}

#post-section .posts-lists .prev:hover {
    transform: translateX(-4px);
}

#post-section .posts-lists .prev {
    right: 150px;
}

.slicki-post>div .warp {
    max-width: 300px;
    margin-left: auto;
    padding-right: 15px;
}

.all-posts {
    text-align: right;
    margin-bottom: 18px;
}

.all-posts a {
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: #32A94A;
    font-family: 'PTSerif';
    position: relative;
    transition: color 0.4s ease-in;
}

.all-posts a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #EFF4FF;
    bottom: 0;
    left: 0;
    margin-bottom: -5px;
    transition: all 0.4s ease-in;
}

.all-posts a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #000000;
    bottom: 0;
    left: 0;
    margin-bottom: -5px;
    transition: all 0.4s ease-in;
}

.all-posts a:hover::before {
    content: none;
}

.all-posts a:hover::after {
    border: none;
    width: 100%;
}

#contact_form {
    min-height: 650px;
    background-color: #EFF4FF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#contact_form .black-line {
    width: 106px;
    height: 4px;
    background-color: black;
    margin-bottom: 32px;
}

#contact_form .contact-text {}

#contact_form .contact-text h2 {
    color: #32A94A;
    font-size: 45px;
    font-weight: 700;
}

#contact_form .graphic {
    background-color: #32A94A;
    z-index: 2;
    top: -30%;
}

#contact_form.wpcf7-spinner {
    display: none;
}

#contact_form .graphic .base {
    border-color: transparent transparent #32A94A;
}

#contact_form .graphic .line {
    background-color: black;
}

#contact_form .form-flex {
    display: flex;
}

#contact_form .form-flex p {
    margin: unset;
}

#contact_form .form-flex div:last-child {
    width: 100%;
    max-width: 408px;
}

#contact_form .contact-wrap {
    position: relative;
    z-index: 9;
}

#contact_form .contact-wrap label {
    font-weight: 500;
    font-size: 18px;
    width: 110px;
}

#contact_form .contact-wrap label:nth-of-type(3) {}

#contact_form .contact-wrap label:last-child {
    margin-bottom: unset;
    min-height: 120px;
}

#contact_form .contact-wrap input:focus-visible,
#contact_form .contact-wrap textarea:focus-visible {
    outline: unset;
}

#contact_form .contact-wrap input {
    min-height: 50px;
    border: unset;
    border-bottom: 2px solid #32A94A;
    width: 100%;
    max-width: 407px;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

#contact_form .contact-wrap input[type=submit] {
    max-width: 90px;
    color: white;
    font-family: 'PTSerif';
    font-weight: 700;
    font-size: 20px;
    background-color: #32a94a;
    margin: unset;
    padding: 10px;
    min-height: unset;
    display: block;
    margin-left: auto;
    transition: all 0.4s ease-in;
    position: relative;
}

#contact_form .contact-wrap input[type=submit]:hover {
    border-bottom: 2px solid #000000;
}

#contact_form .contact-wrap textarea {
    border: unset;
    border-bottom: 2px solid #32A94A;
    height: 120px;
    width: 100%;
    max-width: 407px;
    padding: 16px;
    resize: none;
    font-size: 18px;
}

#contact_form .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    width: 200px;
    left: 0;
    margin-top: 40px;
}

#contact_form form {
    position: relative;
}

#contact_form .wpcf7-response-output {
    position: absolute;
    bottom: 0;
    margin: unset;
    border: 0;
    width: 60%;
    left: 0;
    margin-bottom: 58px;
    color: #bc0505;
    margin-left: 25px;
}

#contact_form .contact-wrap .contact-wrapper div {
    margin-bottom: 32px;
}

#contact_form .contact-wrap .contact-wrapper .area-wrap>p {
    display: flex;
    align-items: center;
}


/* end-main */


/* footer */

footer {
    border-top: 2px solid #BCCEC0;
    padding-top: 35px;
    padding-bottom: 80px;
}

footer .footer-logo {
    margin-bottom: 16px;
}

footer .footer-logo>img {
    width: 100%;
    max-width: 107px;
    height: auto;
}

footer .company-info {
    font-size: 18px;
}

footer span {
    display: inline-block;
    margin-left: 21px;
    position: relative;
}

footer span::after {
    content: '';
    background-color: #32A94A;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -12px;
}

footer .address-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .social {
    display: flex;
}

footer .social .social-wrap {
    margin-right: 35px;
}

footer .social .social-wrap:last-child {
    margin-right: unset;
}

footer .social .social-wrap img {
    width: 100%;
    height: auto;
}

body #hubspot-messages-iframe-container {
    bottom: 80px!important;
}


/* end-footer */


/* leptop */

@media only screen and (max-width: 1367px) {
    .graphic {
        top: -590px;
    }
    #first-strip .graphic.left {
        top: -30%;
    }
    #first-strip .graphic {
        top: 25%;
        right: -45%;
    }
    #we-know .graphic {
        top: -30%;
        right: -80%;
    }
    #speakers .grow-wrap .sec-sec .bottom {
        max-width: 70px;
        left: -100px;
    }
    #speakers .grow-wrap .sec-sec .top {
        max-width: 70px;
    }
    #speakers .grow-wrap .sec-sec {
        max-width: 500px;
    }
    #contact_form .contact-wrap .contact-wrapper .area-wrap>p {
        align-items: start;
        flex-direction: column;
    }
    #contact_form .contact-wrap input[type=submit] {
        margin-right: auto;
        margin-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .inner-grid {
        padding: 0;
    }
    #first-strip .graphic.left {
        top: -40%;
        left: -90%;
    }
    #first-strip .graphic {
        right: -85%;
    }
    #first-strip .row:first-child .f-strip-des {
        padding-left: 0;
    }
    #sec-strip p,
    #listing .list-wrap p,
    #first-strip .f-strip-des p,
    #team .team-des p,
    #speakers .comment-wrap p,
    #post-section .post-display .post-content {
        font-size: 18px;
    }
    #speakers .comment-wrap p {
        line-height: 28px;
    }
    #hero-wrap .hero-des .title {
        font-size: 44px;
    }
    #first-strip .f-strip-des h2,
    #listing .list-wrap h2,
    #sec-strip h2,
    #team .team-des h2,
    #we-know .know-wrap h2,
    #speakers h2,
    #post-section h2,
    #contact_form .contact-text h2 {
        font-size: 38px;
    }
    #speakers .comment-wrap>span {
        font-size: 22px;
    }
    #speakers .grow-tool p {
        font-size: 18px;
        line-height: 32px;
    }
}


/* mobile */

@media only screen and (max-width: 787px) {
    header {
        padding-top: 40px;
    }
    header.darkHeader {
        margin: unset;
    }
    .menu-mobile-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu-mobile-wrap a.basic-btn {
        font-size: 16px;
        padding: 11px 8px;
        display: inline-block;
        margin-right: 30px;
    }
    .menu-mobile-wrap a img {
        width: 100%;
        max-width: 60px;
    }
    .menu-mobile-wrap .right-menu-wrap {
        display: flex;
    }
    .menu-mobile-wrap .menu-mobile {
        background-color: white;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 12px;
        z-index: 999;
        display: none;
    }
    .menu-mobile-wrap .menu-mobile .mobile-right-flex {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
        padding-top: 51px;
    }
    .menu-mobile-wrap .menu-mobile .mobile-right-flex .mobile-logo {
        width: 100%;
        max-width: 60px;
    }
    .menu-mobile-wrap .menu-mobile .mobile-right-flex>img {
        width: 100%;
        max-width: 30px;
    }
    .menu-mobile-wrap .menu-mobile ul {
        padding: 0;
        list-style: none;
    }
    .menu-mobile-wrap .menu-mobile ul li {
        margin-bottom: 45px;
    }
    .menu-mobile-wrap .menu-mobile ul li:last-child {
        margin-bottom: unset;
    }
    .menu-mobile-wrap .menu-mobile ul li a {
        text-decoration: none;
        color: black;
        font-size: 18px;
        font-weight: 600;
    }
    #hero-wrap .hero-des .title {
        font-size: 28px;
        line-height: 48px;
    }
    #hero-wrap .hero-des .title strong {
        font-size: 28px;
        line-height: 34px;
    }
    .inner-grid {
        padding: unset;
    }
    #hero-wrap .hero-des .title p br {
        display: none;
    }
    #first-strip {
        margin-bottom: 65px;
    }
    #first-strip .row:first-child .f-strip-des {
        padding-top: unset;
        padding-left: unset;
    }
    #first-strip .img-wrap {
        margin-bottom: 40px;
        text-align: center;
    }
    #first-strip .f-strip-des h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    #first-strip .f-strip-des p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    #first-strip .f-strip-des p br {
        display: none;
    }
    #first-strip .f-strip-des a {
        font-size: 16px;
    }
    #first-strip .row.img-right .col-lg-6:first-child {
        order: unset;
    }
    .strip-anim.show .left-strip {
        display: none;
    }
    #listing {}
    #listing .list-wrap h2 {
        font-size: 24px;
        margin-bottom: 8px;
        text-align: left;
    }
    #listing .list-wrap p {
        font-size: 16px;
        line-height: 34px;
        text-align: left;
        margin-bottom: 24px;
    }
    #listing .list-wrap p br {
        display: none;
    }
    #listing .list-wrap .bullets-flex {
        flex-wrap: wrap;
        flex-direction: column;
    }
    #listing .list-wrap a {
        font-size: 16px;
    }
    #listing .list-wrap .cta-wrap {
        text-align: left;
    }
    .strip-anim {
        padding: 25px 0;
    }
    #sec-strip {
        margin-bottom: 65px;
    }
    #sec-strip h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    #sec-strip .img-wrap {
        margin-bottom: 45px;
    }
    #sec-strip h2 br {
        display: none;
    }
    #sec-strip p {
        font-size: 16px;
        line-height: 30px;
    }
    #sec-strip p>br {
        display: none;
    }
    #sec-strip .graphic.left {
        top: -10%;
    }
    #team {
        padding-bottom: 0;
        margin-bottom: 90px;
    }
    #team .team-des h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    #team .team-des p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    #team .team-des p br {
        display: none;
    }
    .cta-strip-wrap {
        width: 100%;
        max-width: 280px;
    }
    #team .team-des {
        margin-bottom: 45px;
    }
    #team .team-members {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-column-gap: unset;
        grid-row-gap: 50px;
    }
    #team .member .profile-photo {
        max-width: 85px;
        margin-right: 30px;
    }
    #team .member h3 {
        font-size: 18px;
        margin: unset;
        line-height: 30px;
    }
    #team .member {
        flex-direction: row;
        max-width: unset;
    }
    #team .member .m-view {
        flex: 1;
    }
    #team .member .role-flex span {
        font-size: 14px;
    }
    #team .member h3:after {
        content: none;
    }
    #team .member .role-flex {
        position: relative;
        margin-bottom: 10px;
    }
    #team .member .role-flex:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #BCCEC0;
        bottom: 0;
        left: 0;
        margin-bottom: -8px;
    }
    #we-know .know-wrap h2 {
        margin-bottom: 27px;
        font-size: 24px;
        text-align: left;
    }
    #we-know .know-wrap h2>span {
        display: block;
    }
    #we-know .know-wrap .right-wrap ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
    #we-know .know-cta {
        text-align: left;
    }
    #we-know .know-wrap a {
        font-size: 16px;
    }
    #we-know .know-wrap ul:last-child {
        width: 100%;
    }
    #we-know .know-wrap ul:last-child li {
        max-width: unset;
    }
    #we-know .know-wrap ul li {
        font-size: 14px;
    }
    #speakers h2 {
        font-size: 24px;
        max-width: 150px;
        margin-bottom: 25px;
    }
    #speakers .grow-wrap {
        flex-direction: column;
    }
    #speakers .grow-tool .grow-cta-wrap div {
        min-width: auto;
        width: 50%;
        font-size: 13px;
        padding: 7px;
        margin-bottom: 20px;
    }
    #speakers .grow-tool p {
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
        margin-bottom: 25px;
        min-height: 66px;
        max-height: 66px;
    }
    #speakers .comment-wrap>span {
        font-size: 16px;
        line-height: 24px;
        font-style: italic;
    }
    #speakers .comment-wrap p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        max-height: 120px;
    }
    #speakers .slick-arrow {
        bottom: 0;
    }
    #speakers .comment-wrap .com-info p {
        font-size: 12px;
        font-weight: 600;
    }
    #speakers .comment-wrap .com-info p>span {
        font-size: 12px;
        margin-left: 12px;
    }
    #speakers .comment-wrap .com-info p>span::after {
        margin-left: -6px;
        background-color: #DAE7DD;
    }
    #post-section {
        margin-bottom: 60px;
    }
    #post-section .post-display {
        margin-bottom: 50px;
    }
    #post-section h2 {
        font-size: 24px;
    }
    #post-section .post-display .img-warp {
        margin-bottom: 5px;
    }
    #post-section .post-display span {
        font-size: 16px;
        margin-bottom: 12px;
    }
    #post-section .post-display .post-author {
        font-size: 12px;
        margin-bottom: 10px;
    }
    #post-section .post-display .post-content {
        font-size: 14px;
        line-height: 24px;
    }
    #post-section .post-display .post-content br {
        display: none;
    }
    #post-section .post-display .post-content>a {
        font-size: 16px;
    }
    #post-section .posts-lists {
        width: 100%;
        margin: 0 auto;
        max-width: unset;
    }
    #post-section .posts-lists a {
        font-size: 14px;
    }
    .slicki-post>div .warp {
        margin: 0 auto;
        max-width: unset;
        width: 100%;
    }
    #post-section .posts-lists img {
        margin-bottom: 10px;
    }
    #post-section .posts-lists p {
        font-size: 14px;
        line-height: 24px;
        min-height: 75px;
    }
    #post-section .posts-lists p br {
        display: none;
    }
    #post-section .slick-arrow {
        display: none;
    }
    #post-section .wrapper {
        display: flex;
        flex-direction: column;
    }
    #post-section .wrapper .all-posts {
        order: 1;
        text-align: left;
        margin-top: 30px;
    }
    #post-section .wrapper .all-posts a {
        padding-bottom: unset;
    }
    .graphic {
        width: 725px;
        height: 188px;
        right: -569px;
        top: -216px;
    }
    .graphic .base {
        border-width: 0px 133px 133px 133px;
        left: -180px;
        bottom: 74px;
    }
    .graphic .line {
        width: 100px;
        left: -200px;
        bottom: 80%;
    }
    .graphic.left {
        left: -549px;
    }
    .graphic.left .line {
        bottom: unset;
        top: 22%;
    }
    #first-strip .graphic {
        top: 38%;
        right: unset;
        left: 45%;
    }
    #first-strip .graphic .line {
        width: 100px;
        left: -85px;
        bottom: 25%;
    }
    #first-strip .graphic.left {
        top: -13%;
        right: 30%;
        left: auto;
    }
    #we-know .know-wrap .items-wrap {
        flex-wrap: wrap;
        justify-content: start;
    }
    #we-know .know-wrap ul {
        width: 45%;
        margin: 0 7px;
        flex: unset;
        margin-bottom: 15px;
    }
    .graphic.left .base {
        right: -180px;
        bottom: 74px;
    }
    .graphic.left .line {
        right: -184px;
    }
    #contact_form .contact-text h2 {
        font-size: 24px;
        margin-bottom: 55px;
    }
    #contact_form .contact-wrap label {
        font-size: 16px;
        width: unset;
        margin-bottom: 10px;
        width: 100%;
    }
    #contact_form .contact-wrap .contact-wrapper div {
        margin-bottom: 25px;
    }
    #contact_form .contact-wrap .contact-wrapper p {
        margin: unset;
    }
    #contact_form .contact-wrap .contact-wrapper .area-wrap>p {
        flex-direction: column;
        align-items: start;
    }
    #contact_form .contact-wrap textarea {
        font-size: 16px;
    }
    .wpcf7-spinner {
        display: none;
    }
    #contact_form {
        padding-bottom: 65px;
    }
    #we-know .graphic {
        top: auto;
        bottom: -6%;
        right: auto;
        left: 70%;
    }
    #we-know .graphic .line {
        left: -190px;
        bottom: 80%;
    }
    #speakers .grow-wrap .sec-sec {
        padding-left: 15%;
    }
    #post-section .graphic.left {
        top: 36%;
        left: auto;
        right: 50%;
    }
    #contact_form .graphic {
        top: auto;
        bottom: 34%;
    }
    #listing .list-wrap .bullets-flex {
        display: block;
    }
    #speakers .grow-wrap .sec-sec .bottom {
        left: 0;
        width: 40px;
    }
    #speakers .grow-wrap .sec-sec .top {
        width: 40px;
    }
    #speakers {
        margin-bottom: 230px;
    }
    #post-section .post-display .post-author>span {
        font-size: 12px;
    }
    #speakers .grow-wrap .first-sec {
        width: 100%;
    }
}

footer .footer-logo>img {
    max-width: 60px;
}

footer .footer-logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

footer .social .social-wrap {
    margin-right: 24px;
}

footer .company-info {
    font-size: 14px;
}

footer span::after {
    content: none;
}

footer span {
    display: block;
    margin: unset;
    margin-top: 6px;
}


/* end */