/* BASE CSS */
:root {
    --blue: #182E58;
    --green: #3BB54A;
    --light-gray:#ECECEC;
    --dark-gray:#686A6C;
    --link: #2364AA;
    --icon: #006EBF;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    color:#333;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.2;
}

html, body{
    padding: 0;
    margin: 0;
    min-height: 100%;
    font-family: 'Raleway',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    color: #807f7f !important;
    font-size: 15px;
    line-height: 1.733rem;
    position: relative;
}

.container {
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
}

.font-rw{
    font-family: sans-serif;
}

a {
    color: #2364aa;
    text-decoration: none;
}

p {
    margin: 0 0 1rem;
    line-height: 1.25;
    font-size: 1.1rem;
}

.h1, h1 {
    margin: 0 0 0.25rem;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.5;
    color: #303030;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.hide{
    display: none !important;
}

.red{
    color: red !important;
}

.gray {
    color: #686a6c;
}

.light {
    background-color: #f6f6f6;
}

section.gray, .bg-gray {
    background-color: #ececec;
}

.col-3 {
    flex: 0 1 25%;
}

/* .col-md-4 {
    flex: 0 1 33.33%;
}

.col-md-8 {
    flex: 0 1 66.66%;
} */

.col-6 {
    flex: 0 1 50%;
}

.col-12 {
    flex: 0 1 100%;
}

.flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

section h1, h2, .h2, h2 a {
    color: #3e333f;
    font-size: 1.35rem;
    line-height: 2rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.text-center {
    text-align: center;
}

@media only screen and (max-width:992px) {
    .hidden-md{
        display: none;
    }
}

/* Header */
header#header {
    background-color: #FFF;
}

header#header .container {
    padding: 0;
}

#logo a {
    display: block;
    height: 3rem;
    background-size: contain;
    background-image: url('/images/logo.png');
    background-repeat: no-repeat;
    background-position: 50%;
}

nav#navigation {
    /* max-height: 0; */
    display: none;
    overflow: hidden;
    transition: max-height .2s ease-out;
    z-index: 999;
    background: #fff;
}

.menu #navigation {
    max-height: 37.5rem;
    transition: max-height 1s ease-out;
    box-shadow: rgb(34 43 53 / 15%) 0 3px 3px 0;
}

nav#navigation.active {
    display: block !important;
}

nav.main_menu ul {
    padding-top: 1rem;
    margin: 0;
}

nav.main_menu li {
    height: 2.5rem;
    display: flex;
    align-items: center;
}

nav.main_menu a {
    text-decoration: none;
    position: relative;
    padding: 0 1rem;
    color: #222;
    font-weight: 500;
    font-size: .813rem;
    letter-spacing: 1px;
    white-space: nowrap;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: all .3s ease-in-out,color .3s ease-in-out;
    -o-transition: all .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: all .3s ease-in-out,color .3s ease-in-out;
    transition: all .3s ease-in-out,color .3s ease-in-out;
    display: flex;
    width: 100%;
    height: 2.5rem;
    align-items: center;
}

li#menu-item-572 a {
    font-family: "Gill Sans","Gill Sans MT","Myriad Pro","DejaVu Sans Condensed",Helvetica,Arial,"sans-serif";
    text-transform: none;
    font-size: 1rem;
}

li#menu-item-572 a::after {
    content: '';
    height: 1em;
    width: 1em;
    display: inline-block;
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMGgtMTRjLTIuNzYxIDAtNSAyLjIzOS01IDV2MTRjMCAyLjc2MSAyLjIzOSA1IDUgNWgxNGMyLjc2MiAwIDUtMi4yMzkgNS01di0xNGMwLTIuNzYxLTIuMjM4LTUtNS01em0tMTEgMTloLTN2LTExaDN2MTF6bS0xLjUtMTIuMjY4Yy0uOTY2IDAtMS43NS0uNzktMS43NS0xLjc2NHMuNzg0LTEuNzY0IDEuNzUtMS43NjQgMS43NS43OSAxLjc1IDEuNzY0LS43ODMgMS43NjQtMS43NSAxLjc2NHptMTMuNSAxMi4yNjhoLTN2LTUuNjA0YzAtMy4zNjgtNC0zLjExMy00IDB2NS42MDRoLTN2LTExaDN2MS43NjVjMS4zOTYtMi41ODYgNy0yLjc3NyA3IDIuNDc2djYuNzU5eiIvPjwvc3ZnPg==) no-repeat 50% 50%;
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgMGgtMTRjLTIuNzYxIDAtNSAyLjIzOS01IDV2MTRjMCAyLjc2MSAyLjIzOSA1IDUgNWgxNGMyLjc2MiAwIDUtMi4yMzkgNS01di0xNGMwLTIuNzYxLTIuMjM4LTUtNS01em0tMTEgMTloLTN2LTExaDN2MTF6bS0xLjUtMTIuMjY4Yy0uOTY2IDAtMS43NS0uNzktMS43NS0xLjc2NHMuNzg0LTEuNzY0IDEuNzUtMS43NjQgMS43NS43OSAxLjc1IDEuNzY0LS43ODMgMS43NjQtMS43NSAxLjc2NHptMTMuNSAxMi4yNjhoLTN2LTUuNjA0YzAtMy4zNjgtNC0zLjExMy00IDB2NS42MDRoLTN2LTExaDN2MS43NjVjMS4zOTYtMi41ODYgNy0yLjc3NyA3IDIuNDc2djYuNzU5eiIvPjwvc3ZnPg==) no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #222;
    margin-left: 0.25rem;
    vertical-align: text-top;
    -webkit-transition: all .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: all .3s ease-in-out,color .3s ease-in-out;
    -o-transition: all .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: all .3s ease-in-out,color .3s ease-in-out;
    transition: all .3s ease-in-out,color .3s ease-in-out;
}

nav.main_menu ul ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    padding: 0.5rem 0;
    height: auto;
}

nav.main_menu ul ul.sub-menu li {
    height: 2rem;
    font-size: .75rem;
}

li#menu-item-623 a {
    color: #FFF;
    background-color: var(--green);
}

section {
    background-color: #FFF;
    padding: 1rem 0;
}

button#menuToggle {
    border: none;
    background: none;
    padding: 0.25rem;
    display: block;
    margin: 0.25rem 0 0 1rem;
    cursor: pointer;
}

button#menuToggle:before {
    content: '';
    height: 2rem;
    width: 2rem;
    display: table;
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjQgNmgtMjR2LTRoMjR2NHptMCA0aC0yNHY0aDI0di00em0wIDhoLTI0djRoMjR2LTR6Ii8+PC9zdmc+) no-repeat 50% 50%;
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjQgNmgtMjR2LTRoMjR2NHptMCA0aC0yNHY0aDI0di00em0wIDhoLTI0djRoMjR2LTR6Ii8+PC9zdmc+) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #9d9d9d;
}
body.menu button#menuToggle:before {
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjMgMjAuMTY4bC04LjE4NS04LjE4NyA4LjE4NS04LjE3NC0yLjgzMi0yLjgwNy04LjE4MiA4LjE3OS04LjE3Ni04LjE3OS0yLjgxIDIuODEgOC4xODYgOC4xOTYtOC4xODYgOC4xODQgMi44MSAyLjgxIDguMjAzLTguMTkyIDguMTggOC4xOTJ6Ii8+PC9zdmc+) no-repeat 50% 50%;
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjMgMjAuMTY4bC04LjE4NS04LjE4NyA4LjE4NS04LjE3NC0yLjgzMi0yLjgwNy04LjE4MiA4LjE3OS04LjE3Ni04LjE3OS0yLjgxIDIuODEgOC4xODYgOC4xOTYtOC4xODYgOC4xODQgMi44MSAyLjgxIDguMjAzLTguMTkyIDguMTggOC4xOTJ6Ii8+PC9zdmc+) no-repeat 50% 50%;
}
.privacy{
    font-size: .9rem;
}


/* Banner */
#banner {
    position: relative;
    min-height: 200px;
    padding: 2.5rem 60px;
    overflow: hidden;
    /* background: black; */
    background: #080f17;
}

#banner::before {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    /* background-image: url('/images/banner3.jpg'); */
    /* background-image: url('/images/home_bg.png'); */
    /* background-color: #99cc33; Old browsers */
    /* background-color: linear-gradient(to bottom,  #99cc33 0%,var(--green) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: #080f17;
    background-size: cover;
    background-position: center right 10%;
    background-repeat: no-repeat;
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
}

#banner .area {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    width: 100%;
    position: absolute;
    /* left: 0; */
    bottom: 0.5rem;
    /* right: 0.5rem; */
    background: rgba(255,255,255,.9);
    padding: 0.5rem;
    border-radius: 0;
}

#banner .area p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: rgb(10,10,10);
    font-family: 'Raleway',sans-serif;
    margin-bottom: 0;
    text-align: center;
}

a.promo {
    background-color: var(--green);
    display: flex;
    padding: 0.5rem;
    line-height: 1.1;
    color: #FFF;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

a.promo svg {
    fill: #FFF;
    height: 1rem;
    width: 1rem;
    margin-right: 0.5rem;
}

h1#home-title {
    line-height: 1.1;
    margin: 0 0 1rem;
}


.quad {
    padding-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.quad>* {
    text-align: center;
    width: 100%;
    flex: 1;
}

.quad_item{
    border: 2px solid var(--green);
    border-radius: 20px;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.quad_image{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
}

.quad_image .circle{
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    transform: translate(0, 0) rotate(-90deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.quad_image .text-slate-100 {
    color: rgb(241 245 249 / 1);
}

.quad_image .text-primary {
    color: #e9ffec;
}

.counter {
    margin-top: 1rem;
    margin-bottom: 0.25rem;
    font-family: arial;
    color: rgb(15 23 42 / 1);
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
}

.subText {
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: rgb(100 116 139 / 1);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.95rem;
    line-height: 1rem;
    font-weight: 500;
}

.after {
    width: 40px;
    background: #3c3c3c;
    height: 2px;
    margin: 10px auto 2rem;
}

.home_contact{
    text-align: center;
}

.home_contact_btn{
    text-align: center;
    display: flex;
    justify-content: center;
}

.home_contact .home_contact_btn a{
    background: var(--green);
    padding: 0.85rem;
    max-width: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.2rem;
    border-radius: 10px;
    color: #fff;
}

.home_contact > a{
    color: var(--green);
    margin-top: 0.5rem;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .quad{
        display: block;
    }

    .quad .quad_item{
        margin: 1rem 0;
    }

    .quad .quad_item:first-child{
        margin-top: 0;
    }
}

img#ifa {
    max-width: 60%;
}

.gray h3 {
    color: #3c3d3e;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 1.5rem;
}

.gray .footer-about h3 {
    margin-bottom: 0.5rem;
}

.gray.middle .flex {
    align-items: center;
}

/* Brands */
.brands a {
    display: block;
}

.brands img {
    margin: 0 auto;
}

.brands .flex {
    padding-top: 2rem;
    justify-content: center;
}

/* App download */
.application .container {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.application img {
    max-width: 75%;
    margin: 0 auto;
}

.application h2 {
    font-size: 1.75rem;
}

.application p.price {
    font-size: 1.75rem;
    line-height: 1.1;
}

.application .flex {
    padding: 1rem 0 2rem;
}

/* Footer */
footer#footer {
    background-color: #050505;
    line-height: 1.5;
    padding: 1rem;
    text-align: center;
    color: #FFF;
}

.footer-address a svg {
    fill: #2364aa;
    height: 1rem;
    width: 1rem;
}

/* .slide{
    max-width: 250px;
    width: 100%;
} */

/* Our brands */
.brands.all img {
    max-width: calc(100% - 2rem);
    margin: 0 auto 1rem;
}

.brands.all .flex{
    padding: 0;
}

.brands.all .flex .flex a {
    padding: 0 0 2rem;
    display: block;
}

@media only screen and (max-width: 992px) {
    .brands.all .container > .flex {
        display: block !important;
    }

    .brands.all .flex>*{
        max-width: 70%;
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    .brands img{
        width: 70%;
    }
}

/* Contact franchise ventures */
a p {
    color: #807f7f;
}

.contact-fran .col-lg-6 p:first-of-type {
    margin-bottom: 0;
}

.contact-fran .col-lg-6:after, .contact-fran:not(.test) .col-lg-6:nth-child(5)::before,.why .col-lg-8:after,#heading .col-lg-8:after,p.phone:after,h2.phone:before{
    width: 6rem;
    height: 1px;
    display: block;
    content: '';
    border-bottom: 1px dashed #222;
    margin: 2rem auto;
}
#heading ::after {
    margin-bottom: 0 !important;
}
.contact-fran .flex {
    justify-content: center;
}

.contact-fran .linked {
    display: block;
    padding: 1rem;
    background-color: rgba(117,117,117,0);
    transition: background-color ease-in-out .5s;
    border-radius: 1.25rem;
}

.contact-fran .flex svg {
    width: 3rem;
    height: 3rem;
    fill: #006ebf;
}

.contact-fran .flex h2 {
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.1;
}

/* Contact sales */
label.col-1 {
    padding: 10px 20px 0 0;
    margin: 0 0 10px;
    flex: 0 1 100%;
    width: 100%;
    line-height: 1;
}

label.col-2 {
    display: block;
    padding: 10px 20px 10px 0;
}

.contact-sales input, .contact-sales textarea{
    color: #4d4845;
    border: 1px solid #4d4845;
    margin: 5px 0 0;
    background-color: #fff;
    line-height: 12px;
    font-size: 13px;
    padding: 10px;
    outline: 0;
    resize: none;
    box-sizing: border-box;
    font-weight: 400;
    font-family: Raleway,sans-serif;
    width: 100%;
}

.contact-sales input[type='radio'],.contact-sales input[type='checkbox']{
    width: auto;
}

.ct-form{
    text-align: left !important;
}

.ct-form button.submit {
    display: block;
    margin: 0 auto;
}

span.list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.form-control.submit:not([disabled]){
    border: 2px solid var(--green);
    color: #FFF;
    background-color: var(--green);
}

.form-control.submit{
    position: relative;
    display: inline-block;
    width: auto;
    height: 39px;
    line-height: 36px;
    margin: 0;
    padding: 0 23px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    font-size: 1em;
}

/* About Page */
.light .col-lg-4 {
    display: flex;
    justify-content: flex-end;
}

.contacts {
    background-color: #ececec;
    padding: 1rem;
}

p.title_paragraph {
    padding-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.384615384615385em;
    color: #303030;
    margin-bottom: 0!important;
    padding-right: 1.25rem;
}

#thankyou-msg{
    text-align: center;
    border: 1px solid #000;
    padding: 10px;
}

@media only screen and (max-width:1279px){
    nav.main_menu ul li{
        display:block;
        height:auto
    }
    nav.main_menu ul li ul.sub-menu{
        position:relative
    }
    nav.main_menu ul li.active ul.sub-menu{
        display:block;
        padding: 0 0 1rem 1rem;
    }
    nav.main_menu ul li.menu-item-has-children>a{
        justify-content:space-between
    }
    nav.main_menu ul li.menu-item-has-children>a::after{
        content:'';
        height:1em;
        width:1em;
        display:inline-block;
        -webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+) no-repeat 50% 50%;
        mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+) no-repeat 50% 50%;
        -webkit-mask-size:contain;
        mask-size:contain;
        background-color:#9d9d9d
    }
    nav.main_menu ul li.menu-item-has-children:hover>a::after{
        background-color:#222
    }
    nav.main_menu ul li.menu-item-has-children.active>a::after{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        transform:rotate(180deg);
        background-color:#222
    }
    nav.main_menu a {
        text-transform: capitalize;
    }
    li#menu-item-623 a {
        color: #FFF;
        background-color: var(--green);
        display: block;
        height: auto;
    }
    nav.main_menu ul#menu-main-menu > li + li:before{
        content: '';
        display: block;
        border-top: 1px solid #9d9d9d;
        width:100%;
    }
    .menu-item-has-children.active,.menu-item-has-children.active ul.sub-menu {
        background-color: #ececec;
    }
    nav.main_menu ul li.menu-item-has-children >a{
        transition: all 0 none;
    }
    nav.main_menu ul li.menu-item-has-children.active >a {
        background: rgba(255,255,255,.4);
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
}
/* @media only screen and (min-width:1280px){
    nav#navigation{
        display:block!important;
        overflow:visible
    }
    #logo a{
        height:5rem;
        background-image:url(https://d1zaul414tw0cr.cloudfront.net/franchiseventures.com/images/logo_desktop.png);
        background-position:0 50%;
        margin:.25rem 0
    }
    .menu-main-menu-container{display:flex;justify-content:flex-end}nav.main_menu ul{display:flex;height:5.5rem;align-items:center;padding-top:0}nav.main_menu li{height:5.5rem;border:none!important;position:relative}nav.main_menu ul li:hover ul.sub-menu{display:block}} */


    .spinner {
        animation: rotate 2s linear infinite;
        width: 30px;
        height: 30px;
        margin-left: 10px;
      }

      .spinner .path {
        stroke: rgb(23, 23, 23);
        stroke-linecap: round;
        animation: dash 1.5s ease-in-out infinite;
      }
      
      @keyframes rotate {
        100% {
          transform: rotate(360deg);
        }
      }
      
      @keyframes dash {
        0% {
          stroke-dasharray: 1, 150;
          stroke-dashoffset: 0;
        }
        50% {
          stroke-dasharray: 90, 150;
          stroke-dashoffset: -35;
        }
        100% {
          stroke-dasharray: 90, 150;
          stroke-dashoffset: -124;
        }
      }

/* Marquee */
#slider{
    height:100px;
    max-width:100vw;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    transform:translate3d(0,0,0)
}

.customer-logos{
    height:100px;
    width:1100vw;
    position:absolute;
    top:0;
    left:0;
    transform:translate3d(0,0,0)
}

.customer-logos .slide{
    display:inline-flex;
    width:50vw;
    justify-content:center;
    align-items:center;
    height:100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.customer-logos .slide img{
    max-width:80%;
    display:block;
    height: auto;
}

.customer-logos.scroll:hover{
    animation-play-state:paused
}

@keyframes moveSlideshow{
    100%{transform:translateX(-800vw)}
}

@keyframes moveSlideshowDesktop{
    100%{transform:translateX(-320vw)}
}

@media only screen and (max-width:767px){
    .customer-logos.scroll{
        animation:moveSlideshow 15s linear infinite
    }
}


/* Home banner */
.home-area{
    position: relative;
}
.banner-icon-list{
    background: rgba(225,225,225,0.92);
    padding: 10px;
    border-radius: 20px;
    margin: auto;
    margin-top: 20px;
    max-width: 550px;
    width: 100%;
}
@media only screen and (max-width:767px){
    .banner-icon-list{
        width: fit-content;
        justify-content: space-between;
    }

    .banner-item{
        cursor: pointer;
        width: 33.33%;
    }

    .our-brands{
        padding: 0 1rem;
    }
}

.home-area .banner-icons{
    width: 100%;
    height: auto;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    padding: 10px;
    border: 3px solid #f2f2f2;
}

.home-area .banner-icons.fcn-icons{
    padding: 15px;
}

.home-area img{
   width: 100%;
}

#banner.flex{
    justify-content: center;
}

#banner p.banner-title{
    color: #fff;
    /* font-size: 2rem; */
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    /* background: #4eac41; */
    padding: 10px 0;
    border-radius: 10px;
}

.banner-item p{
    margin: 0;
    margin-top: 5px;
    text-align: center;
    font-size: 0.7rem;
    /* color: #000; */
    font-weight: 600;
}

@media only screen and (max-width: 992px) {
    #banner p.banner-title{
        margin: auto;
        margin-bottom: 1rem;
    }

    #banner p.banner-title, .banner-icon-list{
        width: 95%;
    }

    .banner-item {
        width: 30%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    #banner{
        padding: 1rem;
    }

    .banner-item {
        width: 25%;
        margin: 10px;
    }

    #banner p.banner-title{
        font-size: 1rem;
    }
}

.footer-address{
    margin-top: 20px !important;
}

a.button_link{
    border: 2px solid var(--green);
    color: #FFF;
    background-color: var(--green);
    position: relative;
    display: table;
    width: auto;
    height: 39px;
    line-height: 36px;
    margin: 1rem auto 0;
    padding: 0 23px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    font-size: 1em;
}
p.test-logo img {
    display: table;
    margin: 0 auto;
    max-width: 90%;
    height: auto;
}
p.test-quote {
    color: #3e333f;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 2rem;
    position: relative;
}
p.test-quote:before{
    color: #006ebf;
    font-size: 4.5rem;
    font-family: sans-serif;
    position: absolute;
    content: '\201C';
    left: 0;
    top: -1.5rem;
}
p.test-person {
    padding: 0 2rem;
    line-height: 1.5;
    color: #303030;
    text-align: left;
    font-size: .9rem;
}
p.test-person strong{
    display: block;
    line-height: 1;
}

.others_specify{
    display: inline;
    width: 300px !important;
    margin-left: 10px !important;
}

/*  */
.subscribe-msg{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscribe-msg-inner{
    width: 450px;
    height: auto;
    background: #fff;
    border-radius: 6px;
    padding: 1.5rem 1rem;
    text-align: center;
    /* color: #3BB54A; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

.subscribe-msg-inner p{
    font-size: 1.2rem;
    font-weight: bold;
    color: #000000;
}

.subscribe-msg-inner button{
    background: #1e2a57;
    color: #fff;
    border-radius: 4px;
    padding: 8px 20px;
    font-size: 1rem;
    cursor: pointer;
}

.subscribe-msg-inner svg{
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}


/* CRM Help */
.crm_help header{
    border-bottom: 1px solid #e5e5e5;
}

.returnMain a span{
    font-size: 1.5rem;
    margin-left: 0.25rem;
    margin-top: -5px;
}

.crm_help ul{
    list-style: none;
    padding: 0 0 1rem 0.5rem;
}

.crm_help .crm_content ul, .crm_help .crm_content ol{
    padding-left: 1rem;
}

.crm_help .crm_content ul{
    list-style: disc;
}

.crm_help .crm_content ol{
    list-style: decimal;
}

.crm_help ul li{
    padding: 0.75rem;
    line-height: 1;
}

.crm_help .crm_content li{
    padding: 0 0.75rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.crm_help #sideMenu ul li:first-child{
    margin-bottom: 1rem;
}

.crm_help ul li a{
    color: #000;
    font-size: 0.875rem;
    font-weight: bold;
}

.crm_help ul li.active{
    border-radius: 20px 0 0 20px;
    background: #1e2a57;
}

.crm_help ul li.active a{
    color: #fff;
}

.crm_help .crm_content{
    padding: 2rem;
    color: #050505;
}

.crm_help .crm_content .crm_title{
    background: #1e2a57;
    color: #fff;
    padding:1rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    font-size: 1.875rem;
    font-family: sans-serif;
}

.crm_help .crm_content .crm_title span{
    background: #33B84C;
    border-radius: 4px;
    padding: 0.25rem;
    font-size: 0.75rem;
    font-weight: bold;
}

.crm_help .crm_content .crm_title h1{
    color: #fff;
    font-size: 1.875rem;
    line-height: 1;
}

.line-partition {
    margin-bottom: 1.5rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid #A9B9D1;
}

.crm_title_p {
    margin: 0;
    font-family: sans-serif;
}

.crm_help .crm_content p{
    font-size: 0.938rem;
    line-height: 1.733rem;
}

.crm_help .crm_content .s-font{
    font-size: 0.875rem;
}

.crm_help .crm_content h3{
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid #A9B9D1;
    line-height: 2rem;
    color: #727C8C;
}

.crm_help .crm_content pre{
    text-wrap: wrap;
}

.crm_help .crm_content .crm_desc{
    padding-left: 1rem;
}

.crm_help .crm_content .reference_container{
    /* background: #ececec; */
    border: 2px dashed #A9B9D1;
    padding: 1rem;
    border-radius: 6px;
}

code {
    background-color: #202020;
    padding: 20px;
    padding-top: 4rem;
    color: white;
    border-radius: 5px;
    overflow-x: auto;
    display: block;
    /* border-top: 35px solid #3c3c3c; */
    position: relative;
    margin-top: 1rem;
    max-height: 450px;
}

.crm_menu .menu-main-menu-container{
    justify-content: center;
}

nav.crm_menu ul{
    height: auto;
    padding: 0;
}

code::before{
    content: 'Code Example';
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem 0.875rem;
    width:100%;
    background : #3c3c3c;
}

.webhook-btn{
    padding: 0.875rem;
    line-height: 1;
    font-size: 0.9rem;
    border: none;
    background: #33b84c;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.webhook-btn:hover{
    background: #28913c;
}

#webhook_modal,#crm_campaign_modal,#dev_notes_modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

#webhook_modal .guts,#crm_campaign_modal .guts,#dev_notes_modal .guts{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 1rem;
}

#webhook_modal .guts .content,#crm_campaign_modal .guts .content{
    width: 100%;
    /* height: 200px; */
    background: #fff;
    max-width: 600px;
    padding: 2rem;
    border-radius: 4px;
}

#webhook_modal .guts .content input,#crm_campaign_modal .guts .content input{
    display: block;
    width: 100%;
    height: 45px;
    margin: 1.5rem 0;
    padding: 0 0.5rem;
    font-size: 0.9rem;
}

#webhook_modal .guts .content .btn-block,#crm_campaign_modal .guts .content .btn-block{
    display: flex;
    justify-content: center;
}

#webhook_modal .guts .content button,#crm_campaign_modal .guts .content button{
    width: 150px;
}

#webhook_modal .guts .content button.cancel,#crm_campaign_modal .guts .content button.cancel{
    background: none;
    border: 1px solid #1e2a57;
    color: #1e2a57;
    margin-right: 1rem;
}

#webhook_modal .guts .content button.cancel:hover,#crm_campaign_modal .guts .content button.cancel:hover{
    background: #c6c6c6;
    border: none;
}

#webhook_error{
    font-size: 0.875rem;
    color: red;
    text-align: center;
}

#webhook_modal p{
    font-size: 1rem;
}
#crm_campaign_modal p{
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}

.disable-btn{
    opacity: 0.8;
    pointer-events: none;
}

#webhook_modal input::placeholder{
    color:#c1c1c1;
}

@media only screen and (max-width: 992px) {
    .crm_help section{
        position: relative;
        padding: 0;
        display: block;
    }

    #sideMenu{
        position: absolute;
        width: 100%;
    }

    .crm_help ul{
        padding: 1rem 0;
        /* height: 380px; */
        overflow: scroll;
    }

    .crm_help .crm_content{
        padding: 1rem;
    }
}

 /* Css for Custom modal for developer notes  */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }

  .btn-notes {
      margin-top:5px;
      padding:10px;
      border:none;
      border-radius: 5px;
      background-color:#8a9aaf;
      color:white;
      cursor:pointer;
      
  }

  /* Modal Content */
  .modal-developer-notes {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px 0px 30px 20px;
    border-radius: 8px;
    border: 10px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    height:600px;
    width:90%;
   
  }
