/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

@font-face {
    font-family: "aktiv-grotesk", sans-serif;
    src: url("fonts/aktiv-grotesk-light-webfont.html") format("woff2"),
        url("fonts/aktiv-grotesk-light-webfont-2.html") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: "aktiv-grotesk", sans-serif;
    src: url("fonts/aktiv-grotesk-regular-webfont.html") format("woff2"),
        url("fonts/aktiv-grotesk-regular-webfont-2.html") format("woff");
    font-weight: 400;
}


@font-face {
    font-family: "aktiv-grotesk", sans-serif;
    src: url("fonts/aktiv-grotesk-medium-webfont.html") format("woff2"),
        url("fonts/aktiv-grotesk-medium-webfont-2.html") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: "aktiv-grotesk", sans-serif;
    src: url("fonts/aktiv-grotesk-bold-webfont.html") format("woff2"),
        url("fonts/aktiv-grotesk-bold-webfont-2.html") format("woff");
    font-weight: 700;
}

@font-face {
    font-family: "aktiv-grotesk", sans-serif;
    src: url("fonts/aktiv-grotesk-black-webfont.html") format("woff2"),
        url("fonts/aktiv-grotesk-black-webfont-2.html") format("woff");
    font-weight: 900;
}
.fl-theme-builder-header-shrink-module-top.fl-module-content {
    display: none;
}

.fl-theme-builder-header-scrolled #headerbar-main {
    background-color: #fff;
}

#headerbar-main {
    -webkit-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 0%);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 0%);
    -webkit-backdrop-filter: saturate(100%) blur(0px);
    backdrop-filter: saturate(100%) blur(0px);
}

#headerbar-main .fl-menu .fl-menu-toggle:before {
    top: 46%;
    width: 8px;
    height: 8px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.stickybar-open {
    background-color: #fff;
    /* background: rgba(255,255,255,0.9);
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%); */
}

.fl-builder-content .stickybar-open #headermain-groupbuttons .fl-button-group-buttons div:first-child .fl-button-wrap a.fl-button span,
.fl-builder-content .stickybar-open .menu>li>.fl-has-submenu-container>a {
    color: #707070;
}

.fl-builder-content .stickybar-open .fl-menu .fl-toggle-arrows .fl-menu-toggle:before {
    border-color: #707070;
}

.widget_block h2 {
    text-align: left;
    font: normal normal medium 14px/14px Epilogue;
    font-size: 14px;
    letter-spacing: 1.68px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.fl-page-bar a.primary-color,
.primary-color {
    color: #2D8BFF !important;
}

.social-icons .fl-icon-group .fl-icon {
    margin-bottom: 0;
    margin-top: 0;
}

.fl-page-bar .fl-page-bar-text {
    display: block;
}

.buttons-top .fl-button-group-buttons div:first-child .fl-button-wrap a.fl-button,
.bg-blur {
    background: none !important;
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.355) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.buttons-top .fl-button-group-buttons div:first-child .fl-button-wrap a.fl-button:hover {
    background-color: #DD7239 !important;
}

.fl-button-group .fl-button-wrap a.fl-button,
.buttons-top .fl-button-wrap a.fl-button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    /* justify-content: center; */
    justify-content: flex-start;
    align-items: center;
}

/*
.fl-button-wrap a.fl-button span.fl-button-text {
    width: 200px;
    display: block;
}
*/



.fl-button-group .fl-button-wrap a.fl-button .fl-button-icon,
.buttons-top .fl-button-wrap a.fl-button .fl-button-icon {
    margin-left: 25px !important;
}

.vertical-tabs-home .fl-tabs-panels {
    border-width: 0;
}

.vertical-tabs-home .fl-tabs-vertical .fl-tabs-labels {
    float: left;
    width: 20%;
    padding-top: 250px;
}

.img-grayscale {
    filter: grayscale(1);
    opacity: 0.5;
}

.fl-button-has-icon i.fa-angle-double-right {
    width: 25px;
    height: 14px;
}

.fa-angle-double-right:before {
    content: '';
    /*background-image: url('../../uploads/2022/12/Path-3935.png');*/
    width: 19px;
    height: 10px;
    position: absolute;
    display: block;
    background-position: center center;
    background-repeat: space;
}

.fl-button:hover>.fa-angle-double-right:before {
    width: 23px;
}



/*==========================================*/
#testimonials_images .fl-html {
    display: flex;
    direction: ltr;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#testimonials_images img {
    display: block;
    margin: 2% 2% 30px;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

#testimonials_images img:nth-child(2n) {
    margin-right: 0px;
}

#testimonials_images img:not(.active) {
    opacity: .3;
}

#testimonials .fl-html {
    position: relative;
    padding: 40px 0px 0px 0;
}

#testimonials .fl-html:before {
    content: " ";
    /*background-image: url('../../uploads/2022/12/Path-7018%402x.png');*/
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35px;
    height: 25px;
    background-size: contain;
    background-position: 0% 0%;
    background-repeat: no-repeat;

}

#testimonials .fl-html>div {
    position: relative;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

#testimonials .fl-html>div:not(.active) {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.testimonials_section .fl-col-group {
    display: flex;
    direction: ltr;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonials_section .fl-col {
    float: none;
}

.testimonials_section .fl-col-group:nth-child(2) .fl-col {
    width: 47.5%;
}

.testimonials_section .fl-col-group:nth-child(2) .fl-col:nth-child(1) {
    margin: 0px auto 0px 0px
}

#testimonials p {
    /*font-family: 'Epilogue', sans-serif;*/
    font-weight: 100;
    font-size: 21px;
    color: #092C44;
    line-height: 30px;
    margin-bottom: 20px;
}

#testimonials .testimonial-data {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#testimonials .testimonial-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    margin-left: 10px;
}

#testimonials p.testimonial-name {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #092C44;
    letter-spacing: 1.44px;
    margin: 0;
}

#testimonials p.testimonial-company {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #092C44;
    margin: 0;
}

/*Footer*/
footer ul {
    padding-left: 0;
}

footer ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

footer .copyright {
    text-align: right;
    color: #707070 !important;
}

footer .copyright a {
    color: #707070 !important;
    padding: 0 10px;
}

footer .copyright a.primary-color {
    color: #2D8BFF !important;
}

.group-col-border .fl-col {
    min-height: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.group-col-border .fl-col:first-child {
    background:
        linear-gradient(to right, #f77942 3px, transparent 3px) 0 0,
        linear-gradient(to right, #f77942 3px, transparent 3px) 0 100%,
        linear-gradient(to left, #f77942 1.5px, transparent 3px) 100% 0,
        linear-gradient(to left, #f77942 1.5px, transparent 3px) 100% 100%,
        linear-gradient(to bottom, #14c7ca00 3px, transparent 3px) 0 0,
        linear-gradient(to bottom, transparent 3px, transparent 3px) 100% 0,
        linear-gradient(to top, #eceb0900 3px, transparent 3px) 0 100%,
        linear-gradient(to top, #8be11a00 3px, transparent 3px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-top: 1px dashed #DEDEDE;
    border-bottom: 1px dashed #DEDEDE;
}

.group-col-border .fl-col:nth-child(2) {
    background:
        linear-gradient(to right, #f77942 1.5px, transparent 3px) 0 0,
        linear-gradient(to right, #f77942 1.5px, transparent 3px) 0 100%,
        linear-gradient(to left, #f77942 1.5px, transparent 3px) 100% 0,
        linear-gradient(to left, #f77942 1.5px, transparent 3px) 100% 100%,
        linear-gradient(to bottom, #14c7ca00 3px, transparent 3px) 0 0,
        linear-gradient(to bottom, transparent 3px, transparent 3px) 100% 0,
        linear-gradient(to top, #eceb0900 3px, transparent 3px) 0 100%,
        linear-gradient(to top, #8be11a00 3px, transparent 3px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-top: 1px dashed #DEDEDE;
    border-bottom: 1px dashed #DEDEDE;
}

.group-col-border .fl-col:last-child {
    background:
        linear-gradient(to right, #f77942 1.5px, transparent 3px) 0 0,
        linear-gradient(to right, #f77942 1.5px, transparent 3px) 0 100%,
        linear-gradient(to left, #f77942 3px, transparent 3px) 100% 0,
        linear-gradient(to left, #f77942 3px, transparent 3px) 100% 100%,
        linear-gradient(to bottom, #14c7ca00 3px, transparent 3px) 0 0,
        linear-gradient(to bottom, transparent 3px, transparent 3px) 100% 0,
        linear-gradient(to top, #eceb0900 3px, transparent 3px) 0 100%,
        linear-gradient(to top, #8be11a00 3px, transparent 3px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-top: 1px dashed #DEDEDE;
    border-bottom: 1px dashed #DEDEDE;
}

.content {
    position: relative;
    width: 100%;
}

.sticky-connected-holder {
    position: relative;
    margin-top: 100px;
    /*height: 2700px;*/
}

.sticky-connected-holder .fl-col-group {
    width: 100%;
    /*height: 600px;*/
    top: 0;
    /* 44px ? */
    left: 0;

    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}

.sticky-connected-holder .fl-col-group:nth-child(2),
.sticky-connected-holder .fl-col-group:nth-child(3) {
    box-shadow: 0px -38px 48px #00000054;
}

.image-with-caption {
    position: relative;
}

.image-with-caption .fl-photo-content {
    border-style: solid;
    border-width: 5px 0px 0px;
    background-clip: border-box;
    border-color: #2D8BFF;
}

.image-with-caption:hover .fl-photo-content {
    overflow: hidden;
}

.image-with-caption:hover .fl-photo-content>a:before {
    content: ' ';
    background: #2D8BFF;
    /*background-image: url('../../uploads/2022/12/arrow-bg-orange.png');*/
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 2;
}

.image-with-caption:hover .fl-photo-content img {
    transform: scale(1.1);
}

.image-with-caption .caption-img {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.355);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    padding: 20px;
    width: 100%;
}

.image-with-caption .caption-img h3 {
    font-family: 'Epilogue', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1.4px;
    color: #ffffff;
}

.image-with-caption:hover .caption-img h3 {
    color: #2D8BFF;
}

.image-with-caption .caption-img h4 {
    font-family: 'Epilogue', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
}

.image-with-caption:hover .caption-img h4 {
    color: #2D8BFF;
}

.image-with-caption.image-with-caption-services:hover .fl-photo-content:before {
    content: none;
}

.image-with-caption-services .caption-img:before {
    content: ' ';
    background: #2D8BFF;
    /*background-image: url(../../uploads/2022/12/arrow-bg-orange.png);*/
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
    width: 68px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 2;
}

.image-with-caption .caption-img p {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
}

.sticky-nav-wrapper {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 12%;
    display: block;
    height: 100%;
    z-index: 500;
}

.sticky-nav-wrapper .sticky-connected-nav {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.sticky-nav-wrapper .sticky-nav-inner {
    position: sticky;
    z-index: 100;
    height: calc(100vh - 78px);
    top: 78px;
}

.sticky-nav-counter {
    position: absolute;
    display: block;
    left: 0;
    top: 30%;
}

.sticky-nav-counter .sticky-nav-inner-counter {
    position: relative;
    display: block;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #1d1d1d;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
}

/*.sticky-nav-counter:after {
    position: absolute;
    content: '';
    display: block;
    left: 15px;
    top: calc(100% + 15px);
    width: 1px;
    height: 25px;
    background: rgba(0,0,0,0.4);
}*/
.sticky-nav-counter .sticky-nav-inner-counter .current-count {
    position: relative;
    display: inline-block;
    font-size: 26px;
    vertical-align: top;
    line-height: 1.2;
    width: 32px;
    overflow: hidden;
    padding-bottom: 2px;
    margin-right: -1px;
}

.sticky-nav-counter .sticky-nav-inner-counter .total-count {
    position: relative;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    line-height: 1.5;
}

.sticky-nav-counter .sticky-nav-inner-counter .current-count .current-count-slider {
    position: relative;
    display: block;
    right: 0;
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.sticky-nav-counter .sticky-nav-inner-counter .current-count .count-num {
    display: block;
    width: 30px;
}

.sticky-nav-wrapper .sticky-connected-nav a {
    position: relative;
    display: block;
    padding: 0px 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #092C44;
    font-size: 12px;
    font-family: 'Epilogue', sans-serif;
    letter-spacing: 1.44px;
    line-height: 40px;
}

.sticky-nav-wrapper .sticky-connected-nav a:hover,
.sticky-nav-wrapper .sticky-connected-nav a:active,
.sticky-nav-wrapper .sticky-connected-nav a.active {
    color: #2D8BFF;
}

/*.sticky-connected-holder .sticky-connected-nav a:before {
    content: 'â€¢';
    display: inline-block;
    font-size: 24px;
    line-height: 18px;
    width: 12px;
    height: 12px;
    margin: 0px 5px 0px 0px;
}*/

.testimonial-absolute {
    position: absolute;
    top: 58%;
    left: 54%;
    width: 422px;
    height: auto;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.355) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    padding: 50px;
    padding-top: 50px;
}

.testimonial-absolute:before {
    content: ' ';
    /*background-image: url('../../uploads/2022/12/walmart-square%402x.png');*/
    background-size: 100%;
    width: 50px;
    height: 50px;
    top: 0;
    left: 50%;
    position: absolute;
    margin-top: -25px;
    margin-left: -25px;
}

.testimonial-absolute p {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.testimonial-absolute .test-content:before {
    content: ' ';
    /*background-image: url('../../uploads/2022/12/Path-3969%402x.png');*/
    background-size: 100%;
    width: 35px;
    height: 24px;
    top: 15px;
    left: 15px;
    position: absolute;
    margin-bottom: 25px;
    opacity: 0.3;
}

.testimonial-absolute .test-content:after {
    content: ' ';
    /*background-image: url('../../uploads/2022/12/Path-3970%402x.png');*/
    background-size: 100%;
    width: 35px;
    height: 24px;
    bottom: 0;
    right: 15px;
    position: absolute;
    margin-bottom: 25px;
    opacity: 0.3;
}

.testimonial-absolute p.test-name {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #ffffff;
    letter-spacing: 1.44px;
    margin: 0;
    text-transform: uppercase;
}

.testimonial-absolute p.test-company {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.86px;
}

.image-with-caption .fl-photo-content {
    overflow: hidden;
}

.image-with-caption:before,
.image-with-caption img,
.image-with-caption .caption-img h3 {
    transition: all .25s ease-in;
}

.sticky-connected-section h2 {
    margin-top: 0;
}

.text-border-bottom:after {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-bottom: 1px dashed #DEDEDE;
    height: 20px;
    width: 100%;
    margin-bottom: 50px;
    background-image: linear-gradient(to bottom right, #ffffff 50%, #2D8BFF 0);
    border-left: 304px solid #ffffff;
}

.post-featured-content {
    width: 100%;
    display: flex;
}

.col-50 {
    width: 50%;
}

.post-date {
    font-family: 'Epilogue', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.68px;
    color: #092C44;
}

.post-title {
    font-family: 'Epilogue', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    color: #092C44;
}

.post-excerpt {
    font-family: 'aktiv-grotesk', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 25px;
}

.bg-light {
    background-color: #F2ECEA;
}

.bg-light.col-50 {
    padding: 70px 50px 70px 120px;
}

.btn-readmore {
    padding: 19px 37px;
    display: flex;
    max-width: 193px;
}

/*===================================================*/
.grayscale-logos img {
    filter: grayscale(100%);
}

.with_frm_style label {
    /* position: absolute; */
	position:relative;
    margin-top: -8px !important;
    background-color: #ffffff !important;
    padding: 0 5px !important;
    margin-left: 10px !important;
    color: #535353;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 1.44px;
}

.with_frm_style .frm_required {
    display: none;
}

.with_frm_style label span {
    font-size: 8px;
}

.with_frm_style input[type=text],
.with_frm_style input[type=email] {
    height: 55px;
    border: 1px solid #707070;
    border-radius: 5px;
}

.with_frm_style textarea {
    border: 1px solid #707070;
    border-radius: 5px;
}

.frm_button_submit {
    background-color: #2D8BFF !important;
    border-radius: 0 !important;
    border: none !important;
    display: block !important;
    width: 100% !important;
    height: 54px !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-family: 'Epilogue', sans-serif !important;
    font-weight: 600;
    font-size: 12px !important;
    line-height: 12px !important;
    letter-spacing: 0.96px !important;
}

.icon-list i {
    border-radius: 100%;
    border: 2px solid #FB8240;
    margin-right: 20px;
}


/*========== Contact form HubSpot =============*/
.contact-form fieldset,
.contact-form .field{
    max-width: 100%!important;
    margin-bottom: 20px!important;
}
.contact-form .input input:not([type=checkbox]):not([type=radio]), 
.contact-form textarea, 
.contact-form select{
    height: 55px;
    border: 1px solid #707070;
    border-radius: 5px;
    background-color: #ffffff;
    width: 100%!important;
	padding: 6px 12px;
}
.contact-form textarea{
	height: 114px;
}
.contact-form label:not(.hs-form-checkbox-display):not(.hs-form-radio-display) {
    /* position: absolute; */
	position:relative;
    margin-top: -8px !important;
    background-color: #ffffff !important;
    padding: 0 5px !important;
    margin-left: 10px !important;
    color: #3f4b5b;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 1.44px;
    font-weight: 400;
}
.contact-form .hs-button{
	background-color: #2D8BFF;
    border-radius: 0 !important;
    border: none !important;
    display: block !important;
    width: 100% !important;
    height: 54px !important;
    color: #FFFFFF !important;
    text-transform: uppercase!important;
    font-family: 'Epilogue', sans-serif !important;
    font-weight: 600;
    font-size: 12px !important;
    line-height: 12px !important;
    letter-spacing: 0.96px !important;
}
.contact-form fieldset.form-columns-3 .hs-form-field {
    width: 50%!important;
    float: left;
}
.contact-form .hs-submit .actions{
	position:relative;
}
.contact-form .hs-submit .actions:after{
	content: '';
    /*background-image: url(../../uploads/2022/12/Path-3935.png);*/
    width: 19px;
    height: 10px;
    position: absolute;
    display: block;
    background-position: center center;
    background-repeat: space;
    transition: all 200ms;
    z-index: 2;
    top: 39%;
    left: 55%;
}
.contact-form .hs-submit .actions:hover:after{
	width: 23px;
}
.contact-form .inputs-list{
	padding-left: 0;
	list-style-type:none;
}
.contact-form .inputs-list li{
	list-style-type:none;
}
.contact-form .inputs-list label{
	position: relative;
	text-transform:none;
}
.contact-form .hs-fieldtype-checkbox .input{
	margin-top: 18px;
}
.contact-form .hs-fieldtype-checkbox .input label,
.contact-form .hs-fieldtype-radio .input label{
	color: #3f4b5b;
    font-size: 12px !important;
    font-weight: 400;
}
.contact-form .hs-fieldtype-checkbox .input input[type=checkbox], 
.contact-form .hs-fieldtype-radio .input input[type=radio] {
    margin-right: 6px;
}
/*===============================================*/

.button-circle a {
    width: 128px;
    height: 128px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.download-now-circle{
    color:#ffffff;
}
.position-relative{
    position: relative;
}
.blue-logo-after{
    position: relative;
}
.fl-col.fl-col-small.fl-col-small-full-width.blue-logo-after:before {
    content: " ";
    height: 100%;
    width: 1px;
    border-left: dashed 1px #D5C3BD;
    position: absolute;
    right: 26px;
    top: 0;
}
/* .fl-col.fl-col-small.fl-col-small-full-width.blue-logo-after:after {
    content: ' ';
    width: 52px;
    height: 52px;
    background-image: url('../../uploads/2023/01/Group-9555%402x.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
} */
.image-fill .fl-photo {
    text-align: center;
    width: calc(100% + 2px);
}

.owl-carousel .owl-stage{
	display: flex;
}
.owl-carousel .owl-item {
    display: flex;
	flex: 1 0 auto;
	border: 1px solid #D5D5D5;
}
.owl-carousel .owl-item .carousel-image-container {
    max-height: 250px;
    overflow: hidden;
    border-bottom: 5px solid #2D8BFF;
}
.owl-carousel .owl-item img{
	width: calc(100% + 2px);
	/*border-bottom: 5px solid #2D8BFF;*/
}
.owl-carousel .caption {
    display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	padding: 20px;
}
/*===========================================*/
legend {
    padding: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: inherit;
    color: #3f4b5b;
    border: 0;
    border-bottom: none;
    margin-top: 10px;
	display:none!important;
}
.fl-module .owl-theme.nav-centered .owl-nav button.owl-next, 
.fl-module .owl-theme.nav-centered .owl-nav button.owl-prev {
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 40px;
    text-align: center;
}
.fl-module .owl-theme.nav-centered .owl-nav button.owl-prev {
    left: -5ch;
}
.fl-module .owl-theme.nav-centered .owl-nav button.owl-next {
    right: -5ch;
}
.mega-menu-saved-row-container:after {
    /*content: "";
    width: 100%;
    position: absolute;
    height: 500px;
    left: 0;
    top: 100%;
    background: #000000bf;*/
}
@media screen and (max-width:992px) {
    .testimonial-absolute {
        top: 80%;
        left: 25%;
    }
}

@media screen and (max-width:767px) {
	.post-featured-content .col-50:first-child{
		background-size: 100%;
		background-repeat: no-repeat;
		min-height: 260px;
	}
	footer .copyright {
		text-align: center;
	}
    .buttons-top .fl-button-group .fl-button-group-buttons,
    .buttons-top .fl-button-group .fl-button-group-buttons .fl-button-group-button,
    .buttons-top .fl-button-group-layout-horizontal .fl-button-wrap,
    .prefooter .fl-button-group .fl-button-group-buttons,
    .prefooter .fl-button-group .fl-button-group-buttons .fl-button-group-button,
    .prefooter .fl-button-group-layout-horizontal .fl-button-wrap {
        display: inline-block;
        width: 100%;
    }

    .testimonial-absolute-container {
        position: relative;
    }

    .testimonial-absolute {
        width: 80%;
        top: 40%;
        left: 10%;
        padding-top: 20px;
    }

    .testimonial-absolute p {
        margin-bottom: 10px;
    }

    .testimonial-absolute p,
    .testimonial-absolute p.test-name,
    .testimonial-absolute p.test-company {
        font-size: 12px;
        line-height: 14px;
    }

    .testimonial-absolute .test-content {
        padding-top: 20px;
    }

    .testimonial-absolute .test-content:before,
    .testimonial-absolute .test-content:after {
        width: 25px;
        height: 14px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 10px;
    }

    .testimonial-absolute:before {
        width: 25px;
        height: 25px;
        margin-left: -12.5px;
        margin-top: -12.5px;
    }

    #testimonials_images img {
        width: 35%;
        margin: 0px 12.5% 12.5% 15px;
    }

    #testimonials p {
        font-size: 18px;
        line-height: 30px;
    }

    .group-col-border .fl-col {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 0;
    }

    .group-col-border .fl-col:first-child {
        background: linear-gradient(to right, #f7794203 3px, transparent 3px) 0 0, linear-gradient(to right, #f7794200 3px, transparent 3px) 0 100%, linear-gradient(to left, #f7794200 1.5px, transparent 3px) 100% 0, linear-gradient(to left, #f7794200 1.5px, transparent 3px) 100% 100%, linear-gradient(to bottom, #f77942 3px, transparent 3px) 0 0, linear-gradient(to bottom, transparent 3px, transparent 3px) 100% 0, linear-gradient(to top, #f77942 3px, transparent 3px) 0 100%, linear-gradient(to top, #8be11a00 3px, transparent 3px) 100% 100%;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        border-left: 1px dashed #DEDEDE;
        border-bottom: none;
        border-top: none;
    }

    .group-col-border .fl-col:nth-child(2) {
        background: linear-gradient(to right, #f7794203 1px, transparent 1px) 0 0, linear-gradient(to right, #f7794200 1px, transparent 1px) 0 100%, linear-gradient(to left, #f7794200 1px, transparent 1px) 100% 0, linear-gradient(to left, #f7794200 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, #f77942 1px, transparent 1px) 0 0, linear-gradient(to bottom, transparent 1px, transparent 1px) 100% 0, linear-gradient(to top, #f77942 1px, transparent 1px) 0 100%, linear-gradient(to top, #8be11a00 1px, transparent 1px) 100% 100%;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        border-left: 1px dashed #DEDEDE;
        border-bottom: none;
        border-top: none;
    }

    .group-col-border .fl-col:last-child {
        background: linear-gradient(to right, #f7794203 3px, transparent 3px) 0 0, linear-gradient(to right, #f7794200 3px, transparent 3px) 0 100%, linear-gradient(to left, #f7794200 1.5px, transparent 3px) 100% 0, linear-gradient(to left, #f7794200 1.5px, transparent 3px) 100% 100%, linear-gradient(to bottom, #f77942 3px, transparent 3px) 0 0, linear-gradient(to bottom, transparent 3px, transparent 3px) 100% 0, linear-gradient(to top, #f77942 3px, transparent 3px) 0 100%, linear-gradient(to top, #8be11a00 3px, transparent 3px) 100% 100%;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        border-left: 1px dashed #DEDEDE;
        border-bottom: none;
        border-top: none;
    }

    .sticky-connected-holder>.fl-col-group {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sticky-nav-wrapper {
        display: none;
    }
}
@media screen and (min-width:768px){
	.image-absolute {
		position: absolute;
		bottom: 0;
		right: -80px;
	}
	
}

.mega-menu-saved-row-container {
    background-color: #F2ECEA;
}

.copyright {
    padding: 20px 0;
    background-color: #000000;
    color: #fff;
}
.copyright ul {
    padding: 0;
    margin: 0;
}
.copyright ul li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
}

.copyright p {
    color: #fff;
    margin-bottom: 0;
}
.copyright a {
    color: #2D8BFF;
}