@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap');
h1, h2, h3, h4, h5, h6,
h1.span, h2.span, h3.span, h4.span, h5.span, h6.span {
    font-family: 'Montserrat', sans-serif !important;
}

.cb-hero-slider.flexslider {
    position: absolute;
    top: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
}
.site-header .site-header__container {
    max-width: 1440px;
}
.cb-hero-slider.flexslider ol.flex-control-nav {
    bottom: 0;
    z-index: 99;
}
.cb-hero-slider.flexslider ul.slides, .cb-hero-slider.flexslider li.single-slide {
    height: 100%;
}
.flexslider .slides img.slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-slide-wrapper {
    position: relative;
    display: flex;
    height: 100%;
    padding-top: 120px;
        flex-flow: wrap;
    margin: 0 auto;
}
.heros-slide-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 60px;
    width: 70%;
}
.slide-with-img .heros-slide-content {
    width: 55%;
        justify-content: flex-end;
}
.heros-slide-content h2,
.heros-slide-content h1 {
    line-height: 1.5;
    font-size: 54px;
}
.slide-text-light h2, .slide-text-light p {
    color: #fff;
}
.slide-text-light .hero__btn::after {
    background: #fff;
}
.slide-text-light .hero__btn::before {
    border-color: #fff;
}
.hero-slide-image {
    width: 45%;
    padding-bottom: 60px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.slide-with-img .heros-slide-content p {
    max-width: 380px;
}
.mb-0 {
    margin-bottom: 10px;
}
.case-studies-block_sub_title{
    font-size: 22px;
    margin-bottom: 60px;
}
a.dwnld-button{
    transition: all .2s ease-in-out;
    background-color: #00aeef;
}
a.dwnld-button:hover {
    background-color: #f69322;
    color: #fff;
}
.hubspot.hubspot--color {
    border: 2px solid #787878;
}
.hubspot__text p {
    margin: 0;
}


@media screen and (max-width:1440px) {
    .heros-slide-content h2,
    .heros-slide-content h2 {
    line-height: 1.5;
    font-size: 48px;
}
}


@media screen and (max-width:1200px) {
   .page-id-10930 section.hero {
    min-height: 550px;
}
    .heros-slide-content h2,
    .heros-slide-content h2 {
    font-size: 36px;
}
    .slide-with-img .heros-slide-content p {
    max-width: 310px;
}
	.hero {
	min-height: 100vh;
	}
	.heros-slide-content h2, .heros-slide-content h1 {
    font-size: 30px;
}
	.site-header .logo__link {
    padding-left: 15px;
}
}


@media screen and (max-width:767px) {
   
    .hero-slide-wrapper {
        padding-top: 40px;
    }
    .slide-with-img .heros-slide-content {
    width: 100%;
    justify-content: center;
    padding: 0 15px;
}
    .hero-slide-image {
    display: none;
}
    .heros-slide-content {
    padding: 0 15px;
}
}




/* =========== Popup Styling ========== */
.pum-title {
    display: none;
}
.blog-popup-bg.btm-popup {
    text-align: left;
    padding: 40px 50px 20px 75px;
    position: relative;
}
.blog-popup-bg.btm-popup:before {
    content: "";
    width: 60px;
    height: 90%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #00aeef;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.btm-popup h2.blog-popup-title{
    font-size: 26px;
    color: #00aeef;
    margin-bottom: 20px;
}
body div#popmake-4129 button.pum-close.popmake-close,
body div#popmake-4134 button.pum-close.popmake-close{
    color: #dcdcdb !important;
}
.blog-popup-bg {
    background: #ebebeb;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 30px;
    text-align: center;
}
.popup-bg-white{
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 19%);
}
.blog-popup-bg.exit-popup-new {
    padding: 50px;
}
.home-page-mid-popup .blog-popup-left {
    width: 65%;
    background: rgba(0, 174, 239, 0.95);
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    flex-direction: column;
    padding: 30px 70px;
}
.home-page-mid-popup .blog-popup-right {
    width: 35%;
    background: #0c1114;
    padding: 0;
}
#pum-11589 .blog-popup-left h3.blog-popup-subtitle,
#pum-11589 .blog-popup-left p{
    color: #fff;
}

.social-share.fixed-pos {
    position: fixed;
}
.post-content.content-block {
    padding: 60px 0;
}

.contact-form-popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    z-index: -9;
    transition: all 0.5s ease 0s;
}
.contact-form-popup.active {
    opacity: 1;
    z-index: 999;
}
.form-popup-wrapper {
    position: absolute;
    width: 90%;
    max-width: 500px;
}
.form-popup-wrapper {
    position: absolute;
    width: 90%;
    max-width: 500px;
    height: auto;
    max-height: 90vh;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 30px 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.form-popup-wrapper .close {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
    cursor: pointer;
}
.form-popup-wrapper .close:hover {
    transform: rotate(225deg);
}

.mid-popup{
    background-color: #cd8229;
    padding: 33px 0 0;
    background-image: url(/wp-content/uploads/2022/03/Resources-Offers-big.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.mid-popup:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #643419;
    mix-blend-mode: multiply;
}
.mid-popup .blog-popup-flex {
    max-width: 80%;
    align-items: center;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    position: relative;
    z-index: 2;
}
.mid-popup .blog-popup-flex h2.blog-popup-title{
    font-size: 26px;
    margin: 0;
    color: #fff;
}
.mid-popup .blog-popup-flex{
    color: #fff;
}
.mid-popup-right img {
    transform: scaleX(-1);
}
.mid-popup-mid p + p br,
.blog-popup-bg.btm-popup p br,
.home-page-mid-popup p br,
.exit-popup-new p br{
    display: none;
}
.blog-popup-bg.btm-popup p {
    margin-bottom: 0;
    font-size: 18px;
}
.home-page-mid-popup h2.blog-popup-title{
    margin-bottom: 0;
}
.exit-popup-new p {
    margin-bottom: 0;
}
.blog-popup-bg p.mb{
    margin-bottom: 30px;
}
body div#pum-4137 button.pum-close,
body div#pum-4145 button.pum-close,
body div#pum-4134 button.pum-close,
body div#pum-4129 button.pum-close,
body div#pum-4116 button.pum-close,
body div#pum-4105 button.pum-close,
body div#pum-4092 button.pum-close{
    right: 0;
}
body div#pum-4127 button.pum-close,
body div#pum-4120 button.pum-close{
    right: -5px;
}
.home-page-mid-popup h2.blog-popup-title {
    font-size: 40px;
}
.home-page-mid-popup h2.blog-popup-title + p{
    font-size: 26px;
}
iframe#ssf_MzI1T7E0TEzWtUwxM9Y1STRP0rU0TDPVTUxLNTA3MjNIs0y0AAA {
    margin-top: -20px;
}
.mid-popup .blog-popup-flex p, .blog-popup-col-6.ab-test-popup p {
    font-size: 19px;
}
.blog-popup-col-6.ab-test-popup h2{
    font-size: 31px;
    margin-bottom: 10px;
}
.blog-popup-img.ab-test-bg iframe#ssf_MzI1T7E0TEzWtUwxM9Y1STRP0rU0TDPVTUxLNTA3MjNIs0y0AAA {
    margin-top: 80px;
}
.poupup-btns .single-tile {
    margin-bottom: 0;
}


.blog-popup-flex {
    display: flex;
    flex-flow: wrap;
}
.blog-popup-left, .blog-popup-right, .blog-popup-col-6 {
    position: relative;    
    padding: 30px;
    background: #ebebeb;
    min-height: 450px;
}
div#popmake-11585 .blog-popup-left {
    min-height: 380px;
}
div#popmake-11585 .ab-test-bg,
div#popmake-11572 .ab-test-bg{
    align-items: center;
    padding-top: 150px;
}
div#popmake-11585 .ab-test-bg:before, 
div#popmake-11572 .ab-test-bg:before{
    background: rgba(0, 0, 0, 0.1);
}
.blog-popup-left {
    width: 35%;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}
.blog-popup-right {
    width: 65%;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.blog-popup-col-6{
    width: 50%;
    flex-flow: wrap;
    padding: 0;
}
.blog-popup-left .blog-popup-img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.blog-popup-col-6.ab-test-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 35px;
    background-color: #fff;
    flex-direction: column;
}
body div#popmake-4105 button.pum-close.popmake-close,
body div#popmake-4116 button.pum-close.popmake-close,
body div#popmake-4120 button.pum-close.popmake-close,
body div#popmake-4127 button.pum-close.popmake-close{
    color: #fff !important;
}
.blog-popup-col-6.ab-test-popup  h2{
    color: #00aeef;
    margin-bottom: 20px;
}
.ab-test-bg {
    display: flex;
    align-items: center;
    padding: 30px;
    position: relative;
    width: 100%;
    background-size: cover !important;
}
.ab-test-bg:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.ab-test-bg iframe {
    position: relative;
    z-index: 2;
}
.p0{
    padding: 0;
}
body .blog-popup-left .blog-popup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
h2.blog-popup-title {
    position: relative;
    z-index: 9;
    margin: 10px 0 30px;
    font-size: 29px;
    line-height: 1.2;
    color: #000;
}
h4.blog-popup-subtitle {
    position: relative;
    z-index: 9;
    margin: 0;
    font-family: urw-din, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
body .blog-popup-right .hbspt-form {
    padding: 0;
}
body button.pum-close.popmake-close {
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 50px !important;
    font-weight: 300 !important;
    font-family: urw-din, sans-serif !important;
    transform: rotate(45deg);
    outline: none !important;
}
body .pum-container, .pum-theme-default-theme .pum-container {
    background: transparent !important;
}
ul.inputs-list.multi-container {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
body .hbspt-form li.hs-form-checkbox input,
body .hbspt-form li.hs-form-radio input {
    width: auto;
}
body .pum-theme-lightbox .pum-content + .pum-close {
    border: 0;
    right: 10px;
    top: 20px;
}

body .pum-theme-906 .pum-container, body .pum-theme-lightbox .pum-container{
    border: 0;
    box-shadow: none;
}
body .blog-popup-right{
    position: relative;
}
body .blog-popup-right .hbspt-form .actions input.hs-button{
    font-family: urw-din, sans-serif !important;
    font-size: 21px;
}
body .blog-popup-right .hbspt-form .hs-input {
    border-radius: 5px;
}
body .blog-popup-right .hbspt-form .hs-form-field {
    margin-bottom: 35px;
    max-width: 350px;
}
body .blog-popup-right .hbspt-form .hs-form-field .hs-input{
    min-height: 57px !important;
}
body .blog-popup-right .hbspt-form label span {
    color: #888888;
}
body .blog-popup-right .mb-m{
    margin-bottom: 50px;
}
body .blog-popup-right li.blog-popup-seo{
    position: absolute;
    right: 20px;
    bottom: 0px;
    background: url(https://beswifty.com/wp-content/uploads/2021/03/arrow.png) no-repeat;
    background-position: left 2px;
    padding-left: 30px;
}
body .blog-popup-right li.blog-popup-seo a{
    color: #000;
    text-decoration: underline;
}
body .blog-popup-right .blog-popup-list{
    position: relative;
    padding-left: 20px;
}
body .blog-popup-right li.blog-popup-seo::marker{
    font-size: 0;
}
body .top-popup .hbspt-form{
    position: relative;
}
body .top-popup .hbspt-form .hs-form-field .hs-input {
    min-height: 57px !important;
    border-radius: 5px;
}
body .top-popup .hbspt-form .hs-submit {
    position: absolute;
    right: 0;
    bottom: 10px;
}
body .top-popup .hbspt-form .hs-form-field {
    max-width: 380px;
    margin: 0;
}
.top-popup{
    background-color: #FECC13;
    padding: 0;
}
.top-popup .blog-popup-flex {
    max-width: 74%;
    align-items: center;
    margin: 0 auto;
}
.top-popup .blog-popup-flex h2.blog-popup-title{
    font-size: 18px;
    margin: 0;
}
.top-popup .blog-popup-flex .hbspt-form{
    position: relative;
}
.top-popup .blog-popup-flex .top-popup-left, .top-popup .blog-popup-flex .top-popup-right{
    width: 50%;
}
body .top-popup .hbspt-form .hs-form-field label {
    display: none;
}
body #popmake-3453 button.pum-close.popmake-close {
    color: #fff !important;
    font-size: 24px !important;
}
body #popmake-3453 .hbspt-form .actions input.hs-button {
    font-family: urw-din, sans-serif !important;
    font-size: 21px;
}
#popmake-3429, #popmake-3442{
    max-width: 900px;
}
body[bottom-bar="true"] div#popmake-3453 {
    top: auto !important;
    bottom: -40% !important;
    margin-bottom: 0 !important;
}
body[bottom-bar="true"] div#popmake-3453.active {
    bottom: 0 !important;
}
.pum-container.pum-responsive img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.mid-popup{
    background-color: #cd8229;
    padding: 33px 0 0;
    background-image: url(/wp-content/uploads/2022/03/Blog-Pages-Timed-Pop-Up-Bottom-Right-Test-B.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.mid-popup:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00aeef;
    mix-blend-mode: multiply;
}
.mid-popup .blog-popup-flex {
    max-width: 60%;
    align-items: center;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    position: relative;
    z-index: 2;
}
div#popmake-11603 .blog-popup-flex{
    max-width: 515px;
}
div#popmake-11603 .blog-popup-flex .mid-popup-mid {
    width: 100%;
}
.mid-popup .blog-popup-flex h2.blog-popup-title{
    font-size: 26px;
    margin: 0;
    color: #fff;
}
.mid-popup .blog-popup-flex{
    color: #fff;
}
.mid-popup-right img {
    transform: scaleX(-1);
}
.mid-popup-mid p + p br,
.blog-popup-bg.btm-popup p br,
.home-page-mid-popup p br,
.exit-popup-new p br{
    display: none;
}
.mid-popup .mid-popup-mid h2 + p {
    margin-bottom: 0;
}
div#popmake-11603 .mid-popup{
    padding-top: 50px;
}
div#popmake-11603 {
    padding: 0;
}
div#popmake-11603 h2.blog-popup-title + p br {
    display: none;
}
body div#popmake-11605 .popmake-content + button.pum-close {
    color: #bababa !important;
}
div#popmake-11593 button.pum-close {
    color: #dcdcdb !important;
}
div#popmake-11589 .blog-popup-left h3.blog-popup-subtitle {
    font-size: 39px;
}
div#pum-11589 .blog-popup-left p{
    font-size: 25px;
}
body.sharpspring_form form#form_fcb73eb9-5e67-496e-862c-23f274b6e9d6 .form-container p.clear{
    margin-top: 40px;
}
div#popmake-11603 button.pum-close.popmake-close{
    top: 10px;
}
.btm-popup h2.blog-popup-title{
    padding: 0 10px;
    margin-bottom: 0;
}
div#popmake-11589 .blog-popup-left h3.blog-popup-subtitle,
div#pum-11589 .blog-popup-left p{
    padding: 0 10px;
}
div#pum-11589 .blog-popup-left p iframe {
    margin: 0 -10px;
}


@media screen and (max-width:1440px) {
    div#popmake-11589 .blog-popup-left h3.blog-popup-subtitle {
    font-size: 26px;
}
div#pum-11589 .blog-popup-left p{
    font-size: 19px;
}
/*
    .mid-popup .blog-popup-flex h2.blog-popup-title{
    font-size: 20px;
}
*/
    .home-page-mid-popup .blog-popup-left{
    padding: 80px 40px 30px
}
}

@media screen and (max-width:767px) {
    .home-page-mid-popup .blog-popup-left{
        width: 100%;
        padding: 30px;
        border-radius: 15px 15px 0 0;
    }
    .home-page-mid-popup .blog-popup-right{
        width: 100%;
        border-radius: 0 0 15px 15px;
    }
    .blog-popup-bg.btm-popup:before{
        left: 50%;
        top: 0%;
        transform: translateY(-50%) translateX(-50%) rotate(90deg);
    }
    div#popmake-11593 .blog-popup-bg.btm-popup{
        padding: 40px 20px;
    }
    .blog-popup-flex{
        flex-flow: column;
    }
    .blog-popup-col-6{
        width: 100%;
    }
    .blog-popup-left{
        border-radius: 15px 15px 0 0;
    }
    .blog-popup-left, .blog-popup-right, .blog-popup-col-6{
        min-height: auto;
    }
    .blog-popup-right{
        border-radius: 0 0 15px 15px;
    }
    .blog-popup-col-6.ab-test-popup h2{
        font-size: 24px;
    }
    div#popmake-11585 .ab-test-bg, div#popmake-11572 .ab-test-bg{
        padding-top: 100px;
    }
    div#popmake-11585 button.pum-close,
    div#popmake-11572 button.pum-close {
        color: #f69322 !important;
        right: 15px;
        top: 30px;
    }
    div#popmake-11585 .blog-popup-left {
        min-height: 300px;
    }
    div#popmake-11589 .blog-popup-left {
        padding-top: 60px;
        padding-bottom: 0;
        text-align: center;
    }
    .btm-popup h2.blog-popup-title br, .mid-popup .blog-popup-flex h2.blog-popup-title br{
        display: none;
    }
}