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

html,body{
    padding: 0;
    margin: 0;
    min-height: 100%;
    /* font-family: 'Museo300', Helvetica, Arial, sans-serif !important; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    font-family: Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    color: #1a1a1a;
}

@media only screen and (min-width: 768px) {
    .container {
        width: 750px;
    }

    .col-sm-push-1 {
        margin-left: 8.33%;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

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

.hide{
    display: none !important;
}

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

a {
    text-decoration: none;
    color: #428bca;
}

h1{
    line-height: 50px;
}

p {
    overflow-wrap: break-word;
    line-height: 23px;
}

.blue{
    color: #0033A0;
}

.green{
    color: green;
}

.red{
    color: red;
}

.pd-15{
    padding: 0 15px;
}

.padding-40 {
    padding: 40px 0;
}

.margin-btm-20 {
    margin-bottom: 20px;
}

.space-20 {
    width: 100%;
    height: 20px;
    clear: both;
}

.space-50 {
    width: 100%;
    height: 50px;
    clear: both;
}

.space-70 {
    width: 100%;
    height: 50px;
    clear: both;
}

.pull-right {
    float: right!important;
}

.pull-left {
    float: left!important;
}

h1.underline, h2.underline, h3.underline, h4.underline {
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #84bd00;
}

.block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #ccc;
}

label{
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

/* Topbar */

.header-main {
    width: 100%;
}

.top-bar {
    background: #0033A0 !important;
    color: #fff;
    font-size: 16px;
}

.top-bar .top-bar-container{
    display: flex;
    justify-content: space-between;
}

.top-bar .info {
    margin: 0px;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.widget ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #7e7e7e;
}

.top-bar .info li {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    color: #555;
    font-weight: 500;
    font-size: 13px;
    border-bottom: none;
}

.top-bar .widget ul li, .widget.widget_bw_social_widget ul li {
    border-bottom: none;
    padding: 0px 2px;
}

.widget ul li a {
    display: block;
    color: #777;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.top-bar .info-link {
    color: #fff !important;
    transition: all 250ms ease-in-out !important;
}

.top-bar .info li a {
    color: #555;
    margin-right: 10px;
}

.social-btn li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-top: 1px;
}

.top-bar .sidebar-box .social-btn {
    margin-bottom: 0px;
    margin-top: 5px;
}

.sidebar-box .social-btn li a i {
    background-color: #000;
    color: #fff;
}

.top-bar .sidebar-box .social-btn li a i {
    border-radius: 0px;
    font-size: 18px;
}

.hire-sec .services-icon i, .services-icon i, 
.services-box .service-box-icon, .services-icon i::before, 
.services-box .service-box-icon::before, .team.social-btn li a i, 
.team.social-btn li a i::before, .top-bar .sidebar-box .social-btn li a i, 
.top-bar .sidebar-box .social-btn li a i::before {
    background-color: #84bd00;
    color: #fff;
    border: none;
    line-height: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.top-bar .sidebar-box .social-btn li a i, 
.top-bar .sidebar-box .social-btn li a i::before {
    background-color: #fff;
    color: #0033A0;
    line-height: 26px;
    width: 26px;
    height: 26px;
}

.navbar-default {
    background-color: #fff;
    border-color: #eeeeee;
    -webkit-box-shadow: 0 5px 6px -6px #ccc;
    -moz-box-shadow: 0 5px 6px -6px #ccc;
    box-shadow: 0 5px 6px -6px #ccc;
    border: none;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0px;
    padding: 0;
}

.sticky-nav {
    width: 100%;
    z-index: 999;
}

.navbar-brand {
    color: #555 !important;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    padding: 15px;
    line-height: 20px;
    display: inline-block;
}

.navbar-brand img {
    width: 200px;
    height: auto;
}

.navbar-nav > li > a {
    text-transform: Capitalize;
    letter-spacing: -0;
}

.navbar-default .navbar-nav > li > a {
    color: #1A1A1A;
    font-weight: 400;
    font-size: 14px;
    font-family: Helvetica,Arial,sans-serif !important;
    text-transform: Capitalize;
    letter-spacing: -0;
    position: relative;
    display: block;
    padding: 20px 12px;
    line-height: 44px;
}

.btn, input.btn, input[type=button].contact-submit, 
.btn:hover, input.btn:hover, input[type=button].contact-submit:hover, 
.navbar-nav > li#menu-item-594 > a, .navbar-nav > li#menu-item-594 > a:hover {
    background-color: #84bd00;
    border: 1px solid #689401;
    border-bottom: 2px solid #689401;
    color: #fff;
    font-size: 18px;
    padding-top: 8px;
}

.navbar-nav > li#menu-item-594 > a, 
.navbar-nav > li#menu-item-594 > a:hover {
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: 'Museo300', Helvetica, Arial, sans-serif !important;
    line-height: 44px;
    padding: 4px 12px;
}

.navbar-toggle{
    display: none;
}

.navbar-brand {
    margin-left: -15px;
}

.navbar-collapse{
    display: block !important;
    flex-basis: auto;
    flex-grow: initial;
}

.navbar-collapse ul li{
    display: inline-block;
}

.navbar-nav{
    flex-direction: row;
}

@media only screen and (min-width: 768px) {
    .navbar-brand img {
        width: 220px;
        height: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-brand img {
        width: 270px;
        height: auto;
    }
}

@media only screen and (max-width: 992px) {
    .navbar-default .navbar-nav > li > a{
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-collapse ul li{
        display: block;
    }

    .navbar-nav{
        display: block;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }

    /* .navbar>.container{
        padding: 0;
    }

    .navbar-header{
        padding: 0 15px;
    } */

    .navbar-collapse ul li:not(.navbar-nav > li#menu-item-594){
        border-top: 1px solid #ddd;
    }

    .navbar-default .navbar-nav > li > a,
    .navbar-nav > li#menu-item-594 > a, .navbar-nav > li#menu-item-594 > a:hover{
        line-height: 1;
        padding: 12px;
        font-size: 14px;
    }

    .navbar-nav > li#menu-item-594 > a, .navbar-nav > li#menu-item-594 > a:hover{
        margin-top: 0;
    }

    .navbar-header{
        width: 100%;
    }

    .navbar-toggle{
        display: block;
        float: right;
        margin-top: 20px;
        border: none;
        background: transparent;
    }

    .navbar-toggle i{
        color: #000;
        font-size: 20px;
    }

    .collapse:not(.show){
        display: none !important;
    }


}


/* Home Slider */

.splide__slide figure{
    position: relative;
}

.splide__slide figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
}

.slider-overlay {
    background: rgba(0,0,0,.4);
    background-image: url(https://franchise-ventures-general.s3.amazonaws.com/growwithgator/images/pattern.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.splide__slide img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.splide__arrows{
    display: none;
}

.slider-text h1 {
    color: #fff;
    margin-top: 150px;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}

.slider-text, .slider-text p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    text-align: center;
}

.splide__pagination{
    bottom: 3em !important;
}

.splide__pagination__page{
    width: 11px !important;
    height: 11px !important;
    background-color: #fff !important;
}

.splide__pagination__page.is-active {
    background-color: #84bd00 !important;
    transform: scale(1) !important;
}

@media (min-width: 320px){
    .slider-text h1 {
        margin-top: 5px;
        font-size: 1em;
    }

    .slider-text, .slider-text p {
        font-size: 10px;
    }
}

@media (min-width: 480px){
    .slider-text h1 {
        margin-top: 20px;
        font-size: 1.15em;
    }

    .slider-text, .slider-text p {
        font-size: 13px;
    }
}

@media (min-width: 640px){
    .slider-text h1 {
        font-size: 1.4em;
    }

    .slider-text, .slider-text p {
        font-size: 16px;
    }
}

@media (min-width: 768px){
    .slider-text h1 {
        margin-top: 70px;
    }
}

@media (min-width: 992px){
    .slider-text h1 {
        margin-top: 100px;
        font-size: 2em;
    }
}

@media (min-width: 1200px){
    .slider-text h1 {
        margin-top: 150px;
        font-size: 2.5em;
    }
}

/* Grow you Franchise Section */

.grow-your-fran h2, h3.page-tree-text{
    font-size: 32px;
}

.grow-your-fran h2{
    color: #0033A0;
}

.services-box {
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 10px;
    border: 1px solid #eeeeee;
    min-height: 250px;
}

.services-box h1 {
    font-size: 17px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.services-box i{
    font-size: 24px;
    /* margin-bottom: 15px; */
    text-align: center;
}

.services-box .service-box-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.services-box .service-box-icon:hover{
    background-color: #0033A0;
}

@media (min-width: 640px){
    .services-box {
        min-height: 200px;
    }
}

@media (min-width: 768px){
    .services-box {
        min-height: 250px;
    }    
}

@media (min-width: 992px){
    .services-box {
        min-height: 330px;
    }
}

@media (min-width: 1200px){
    .services-box {
        min-height: 280px;
    }
}


/* Footer */

#footer {
    background-color: #1a1a1a;
    padding: 30px 0;
}

.footer-col form label {
    color: #fff;
    font-weight: 700;
}

.form-control {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #7a7a7a;
    border: 1px solid #dadada;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.footer-col form input[type="text"], .footer-col form input[type="email"] {
    background-color: #111;
    border: none;
    color: #fff;
}

.footer-col form input[type=text], .footer-col form input[type=email] {
    background-color: #fff;
    color: #000;
}

.footer-bottom span {
    color: #fff;
    font-weight: 800;
}

.contact-status-msg {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #46b450;
    color: #fff;
}

.contact-status-msg.error{
    border: 2px solid #ff0000;
}

.load-spinner{
    /* visibility: hidden; */
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.load-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

/* Why Franchise Gator */

.page-tree-bg{
    background: url(https://franchise-ventures-general.s3.amazonaws.com/growwithgator/images/page-tree-bg.jpg) no-repeat bottom center scroll;
}

h3.page-tree-text {
    text-align: center;
    color: #fff;
    margin: 0px;
    text-transform: uppercase !important;
}

h4.heading-mini {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
}

h3.heading-progress {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
    line-height: 34px;
}

.progress {
    margin-bottom: 20px;
    overflow: hidden;
    height: 15px;
    line-height: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #E9E9E9;
    border-radius: 0;
}

.progress-bar {
    background-color: #0033A0 !important;
}

#content-region-2 {
    background: url(https://franchise-ventures-general.s3.amazonaws.com/growwithgator/images/content-region-2-bg.jpg) no-repeat top center scroll;
    padding: 40px 0;
}

#why-fg-slider .splide__pagination{
    bottom: -2em !important;
}

.testimonials p.testi-text {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.testimonials span.testi-person {
    font-weight: 500;
    color: #fff;
}

/* Team */

.person-section {
    padding: 1rem;
    text-align: center;
    border-radius: 6px;
    box-shadow: 2px 4px 8px rgb(0 0 0 / 20%);
    border: 1px solid #e4e3ff;
    /* border: 1px solid #eeeeee; */
}

.person-desc {
    padding: 10px 10px;
}

.person-desc h3 {
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 34px;
}

.person-desc h3:first-child{
    line-height: 1.4;
}

.person-desc span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    color: #7a7a7a;
    margin-left: 10px;
}

.team.social-btn li a i, .team.social-btn li a i::before {
    line-height: 24px;
    height: 24px;
    width: 28px;
    font-size: 20px;
}

/* Testimonials */

.accordion-button,.accordion-button:not(.collapsed){
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after{
    background-image: none !important;
}

.accordion-item{
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid transparent;
    border-color: #ddd;
}

.accordion-item:not(:first-of-type){
    border-top: 1px solid #ddd;
}

.newsletter .btn.form-control {
    width: auto;
    text-transform: capitalize;
}

@media (max-width:639px) {
    .top-bar { display:none }

    .page-tree-bg{
        background-size: cover;
    }
  }
  
  @media (min-width: 640px) {
    .services-box { 
        min-height:200px 
    }
    .page-id-105 .services-box { 
        min-height: 250px 
    }
  }
  
  @media (min-width: 768px) {
    .navbar-brand { 
        padding-top:25px 
    }
    .navbar-brand img { 
        width:220px; height:auto 
    } 
    .services-box { 
        min-height:250px 
    }
    .page-id-105 .services-box { 
        min-height: 325px 
    }
    #menu-item-1063 { 
        display:none 
    }
  }

  @media (min-width: 768px) and (max-width:991px) {
    #menu-item-956, #menu-item-599 { 
        display:none 
    }
  }
  @media (min-width:992px){
    .services-box { 
        min-height:330px 
    }
    .page-id-105 .services-box { 
        min-height: 440px 
    }
  }
  @media (min-width:1200px){
   .navbar-brand img { 
       width:270px; 
       height:auto 
    } 
    .services-box { 
        min-height:280px 
    }
    .page-id-105 .services-box { 
        min-height: 375px 
    }
    #menu-item-1063 { 
        display:block 
    }
  }

  @media only screen and (max-width: 767px) {
    h4.heading-mini{
        font-size: 1rem;
    }

    h3.page-tree-text{
        font-size: 1.2rem;
    }
  }
  button.contact-submit{
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: 'Museo300', Helvetica, Arial, sans-serif !important;
    line-height: 44px;
    padding: 4px 12px;
    background-color: #84bd00;
    border: 1px solid #689401;
    border-bottom: 2px solid #689401;
    color: #fff;
    font-size: 18px;
    padding-top: 8px;
  }
  #waiting{
    display: none;
}
#waiting.wait {
    margin: 0;
    position: fixed;
    bottom: 0;
    transition: opacity .3s ease;
    background: rgba(255,255,255, .6);
    z-index: 999999;
    text-align: center;
    vertical-align: middle;
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
#waiting.wait:before{
    content:'';
    display: block;
    border: 16px solid rgba(225,225,225, .8);
    border-radius: 50%;
    border-top: 16px solid #84bd00;
    width: 250px;
    height: 250px;
    max-width: 25vw;
    max-height: 25vw;
    -webkit-animation: spin 1.5s linear infinite; /* Safari */
    animation: spin 1.5s linear infinite;
}
@media (min-width: 768px){
    #waiting.wait:before{
        border-width: 40px;
    }
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}