/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@media (-webkit-device-pixel-ratio: 1.25) {
    .title-clip-art {
      zoom: 0.8;
    }
  }
  @media (-webkit-device-pixel-ratio: 1.25) {
    .bowl-section {
      zoom: 0.8;
    }
  }
     
:root {
    --primary: #DA291C;
    --secondary: #FB9F38;
    --light: #F5F8F2;
    --dark: #2C2A29;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-black {
    font-weight: 900;
}
.text-red-600{
    color: #BA0020 !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar-dark .navbar-toggler-icon {
    background-image: url('../img/menu-icon.png');
}
.poulet-menu{
    position: absolute;
    width: 100%;
    padding: 30px 100px;
}
.poulet-menu .navbar-nav .nav-link {
    font-family: "Veneer-One";
    font-weight: normal;
    display: inline;
    font-size: 26px;
    color: #fff;
}
.locale-switch button{
    font-family: "Veneer-One";
    font-weight: normal;
    display: inline;
    font-size: 26px;
    color: #fff;
    background-color:transparent;
    border: none;
    cursor: pointer;
    border: none;
}

.poulet-menu .navbar-nav .nav-link.active, .poulet-menu .navbar-nav .nav-link:hover {
    color: var(--primary);
}
.sticky-top {
    top: -150px;
    transition: .5s;
}
.sticky-top.shadow-sm .poulet-menu{
    background-color: var(--dark);
    padding: 10px 100px;
    
}
.sticky-top.shadow-sm .poulet-menu img{
    height: 50px;
    
}
.sticky-top.shadow-sm .mobile-logo img{
    width: 50px;
    
}
.navbar .navbar-nav .nav-link {
    margin-left: 15px;
    margin-right: 15px;
    padding: 25px 0;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.poulet-menu .dropdown-item {
    font-family: "Veneer-One";
    font-weight: normal;
    display: inline;
    font-size: 22px;
    color: #fff;
    background-color: #000;
}
.poulet-menu .dropdown-menu{
    padding: 0;
}
.poulet-menu .dropdown-menu .dropdown-item{
    background-color: #000;
    padding-top: 10px;
}
.poulet-menu .dropdown-menu{
    background-color: transparent;
    
}
.poulet-menu .dropdown-menu .dropdown-item:hover{
    color: var(--primary);
}
#communitiy .carousel-caption, #franchies .carousel-caption {
    z-index: 10;
}
#communitiy{
    background: url('../img/community-bg.jpg') no-repeat center;
    background-size: cover;
    height: 959px;
    position: relative;
}
#communitiy::before, #franchies::before, #career::before .apart::before, #terms::before, #user-agreement::before, #forms-section::before{
    content: '';
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#faq-section::before{
    content: '';
    position: absolute;
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#terms, #user-agreement{
    background: url('../img/terms-bg.jpg') no-repeat center;
    background-size: cover;
    height: 300px;
}
#career{
    background: url('../img/Header_Carrers_ENG.jpg') no-repeat center;
    background-size: cover;
    height: 100vh;
    position: relative;
}
#faq-section{
    background: url('../img/faq-bg.png') no-repeat center;
    background-size: cover;
    height:90vh;
    position: relative;
}
#faq-section .section-title-one h1{
    position: relative;
    color: #fff;
    z-index: 10;
    font-size: 10rem;
    font-family: 'Brandon-Printed';
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#faq-section .section-title-two h1{
    font-weight: normal;
    position: relative;
    z-index: 10;
    text-transform: lowercase;
    font-family: 'Thirsty';
}
.faq{
    background-color: #000;
    padding-top: 0;
    padding-bottom: 100px;
}
.formsPage{
    padding-top: 100px;
}
.career-section .section-title-one h1, .apply-section .section-title-one h1 {
    font-size: 70px;
    line-height: 50px;
}
.career-section .section-title-two h1, .apply-section .section-title-two h1 {
    font-size: 60px;
}
.video-btn:hover{
    color: #fff;
}
.video-btn {
    color: #fff;
    font-size: 100px;
    animation: zoom-in-zoom-out 5s ease infinite;
}
.sustain {
    overflow: hidden;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
}

#career .carousel-caption {
    display: flex;
    align-items: center;
    top: 50%;
}
.video-modal .modal-content {
    background-color: transparent;
}
.video-modal .btn-close span i {
    color: #fff;
    font-size: 20px;
}
.video-modal .modal-dialog, #thanksmodal .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#thanksmodal .btn-close span i {
    color: #000;
    font-size: 20px;

}
#thanksmodal .modal-footer{
    justify-content: center;
}
#exampleModal button.close, #thanksmodal button.close {
    background-color: #000;
    color: #fff;
}
#thanksmodal .modal-header {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
#franchies{
    background: url('../img/franchies-bg.jpg') no-repeat center;
    background-size: cover;
    height: 959px;
    position: relative;
}
.apart{
    background: url('../img/about-bg.png') no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.moving-animation{
        opacity: 1;
        transform: translateY(-5px);
        animation: customFloat-1 4s ease-in-out infinite;
}
.center-logo img {
    width: 150px;
    border-radius: 100%;
    height: 140px;
}
.center-logo {
    background-color: #000;
    border-radius: 50%;
}
.sticky-top.shadow-sm .poulet-menu .center-logo img {
    width: auto;
}
.mobile-logo img {
    width: 90px;
    margin-right: 20px;
}
.col-logo {
    width: 25%;
}
.col-menu {
    width: 50%;
}
.col-lan {
    width: 25%;
}
@keyframes customFloat-1 {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
}
.home-img-block{
    position: relative;
    overflow: hidden;
}
.home-img-block img{
    -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.home-img-block:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
@media (max-width: 991.98px) {
    .menu-btn {
        margin-right: 10px;
    }
    .navbar>.container-fluid{
        justify-content: flex-start;
    }
    .poulet-menu, .sticky-top.shadow-sm .poulet-menu {
        background-color: #000000;
        position: relative;
        width: 100%;
        padding: 0;
        height: 78px;
    }
    .poulet-menu .navbar-toggler {
        color: transparent;
        border-color: transparent;
        padding: 0;
    }
    .language{
        display: none;
    }
    .poulet-menu img, .sticky-top.shadow-sm .poulet-menu img {
        height: 65px;
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 5px 0;
        display: block;
    }

    .navbar .navbar-nav {
        margin-top: 0px;
        border-top: 1px solid #EEEEEE;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .mobile-logo img {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.bowl-section, .career-section, .franchies-section, .franchies-apply-section{
    padding: 100px 0;
}
.apply-section{
    padding-bottom: 100px;
}
.confirmation-section {
    font-family: 'Brandon Bold';
    padding-bottom: 100px;
}
.career-welcome{
    font-family: 'Brandon regular';
}
.section-title-one h1{
    font-family: "Veneer-One";
    font-size: 90px;
    color: var(--dark);
    font-weight: normal;
    line-height: 90px;
}
.section-title-two h1{
    font-family: 'Thirsty-Rough-Black';
    text-transform: capitalize;
    font-size: 80px;
    color: var(--primary);
    font-weight: normal;
    line-height: 90px;
}
.section-title-three h3{
    font-family: "Veneer-One";
    text-transform: capitalize;
    font-size: 60px;
    color: var(--dark);
    font-weight: normal;
}
.title-height{
    line-height: 60px;
}
.section-cnt h4{
    font-family: 'Brandon Regular';
    font-size: 24px;
    font-weight: 400;
    color: var(--dark);
}
.btn-arrow {
    width: 40px;
    height: 40px;
    display: inline-block;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    padding: 6px;
    font-size: 1rem;
    border-radius: 4px;
    opacity: .5;
    transition: .5s;
}
.btn-arrow:hover{
    opacity: 1;
    color: #fff;
}
.btn {
    font-family: "Veneer-One";
    font-weight: normal;
    display: block;
    font-size: 30px;
    padding: 20px 10px 15px 10px;
    border: none;
    background: var(--primary);
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    width: 315px;
    margin: 0 auto;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-style-one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.btn-style-one:hover::before {
    opacity: 1;
    background-color: var(--dark);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-style-one:hover {
    color: #fff;
}

.btn-two {
    font-family: "Veneer-One";
    font-weight: normal;
    display: block;
    text-align: center;
    width: 400px;
    font-size: 30px;
    padding: 20px 60px 15px 60px;
    border: none;
    background: #fff;
    color:var(--dark);
    border-radius: 0;
    text-transform: uppercase;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}


.btn-style-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.btn-style-two:hover::before {
    opacity: 1;
    background-color: var(--primary);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-style-two:hover {
    color: #fff;
}

.btn-three {
    font-family: "Veneer-One";
    font-weight: normal;
    display: block;
    text-align: center;
    width: 400px;
    
    font-size: 30px;
    padding: 20px 60px 15px 60px;
    border: none;
    background: var(--primary);
    color:#fff;
    border-radius: 0;
    text-transform: uppercase;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}


.btn-style-three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.btn-style-three:hover::before {
    opacity: 1;
    background-color: #fff;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-style-three:hover {
    color: var(--dark);
}
.community-bx h3{
    font-family: 'Brandon Bold';
    font-size: 30px;
    font-weight: 700;
    color: var(--dark);
}
.md-text p{
    font-family: 'Brandon Bold';
    font-size: 18px;
    font-weight: normal;
    color: var(--dark);
}
.career-cnt p{
    font-family: 'Brandon Regular';
    font-size: 18px;
    font-weight: 400;
    color: var(--dark);
}
/*** Section Title ***/
.section-title {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    bottom: -13px;
    left: calc(25% - 13px);
    background: var(--dark);
    border: 10px solid #FFFFFF;
    border-radius: 28px;
}

.section-title.text-center::before {
    left: 25%;
}

.section-title.text-center::after {
    left: calc(50% - 13px);
}
.client-sport {
    margin: 100px 0;
}
.communitiy-img-one img {
    transform: rotate(-20deg);
    position: relative;
    margin-top: 73px;
    margin-left: 80px;
}
.communitiy-img-two img {
    margin-top: 10px;
    transform: rotate(0);
    position: relative;
    z-index: 9;
}
.communitiy-img-three img {
    transform: rotate(20deg);
    position: relative;
    margin-top: 75px;
    margin-left: -80px;
}
.space{
    width: 100%;
    height: 100px;
}
/***  ***/
.vimi-icoboxes h4{
    font-family: 'Thirsty-Rough-Black';
    text-transform: capitalize;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 25px;
}
.vimi-icoboxes p{
    font-family: 'Brandon Regular';
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.vimi-icoboxes img {
    width: 125px;
    height: 125px;
}

.vimi-icoboxes {
    padding: 50px;
    transition: .3s;
    background-color: var(--primary);
}
.vimi-icoboxes-2{
    background-color: #000;
}
.vimi-icoboxes-2 h4{
    color: var(--primary);
}

.core-values-section{
    padding-bottom: 100px;
    position: relative;
    
}
.core-values-listing{
    position: relative;
    z-index: 10;
}

.core-values-listing li{
    font-family: 'Brandon Regular';
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    list-style: disc;
    position: relative;
    padding-bottom: 10px;
}

.get-franchie-section {
    padding: 100px 0;
}
.get-franchie-section .section-title-one h1{
    font-size: 70px;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 50px;
}
.employees-section p{
    font-family: 'Brandon Bold';
    font-size: 18px;
    font-weight: 400;
    color: var(--dark);
    margin-bottom: 0;
    position: relative;
    padding-bottom: 15px;
}
.get-franchie-section .section-title-two h1 {
    font-size: 60px;
}
.our-franchisee {
    padding: 100px 0;
    background-color: #DA291C;
    color: #fff;
    position: relative;
}
.our-franchisee p{
    font-family: 'Brandon Regular';
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}
.what-make-text ul li{
    font-family: "Veneer-One";
    text-transform: capitalize;
    font-size: 50px;
    color: var(--dark);
    font-weight: normal;
    list-style-type: none;
    text-align: center;
}
.employees-section{
    background-color: #f7f7f7;
    padding: 100px 0;
}
.employees-section .section-title-one h1{
        font-family: "Veneer-One";
        font-size: 60px;
        color: var(--dark);
        font-weight: normal;
        line-height: 90px;
}
.employees-section ul li {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 15px;
}
.process-text h1{
    line-height: 55px;
}
/*******************/
.video-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    position: absolute;
    width: 100%;
    top: 40%;
}
.video-carousel .owl-nav .owl-next {
    right: -120px;
    position: relative;
}
.video-carousel .owl-nav .owl-prev{
    left: -120px;
    position: relative;
}
.video-carousel .owl-nav .owl-prev,
.video-carousel .owl-nav .owl-next {
    margin: 0 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    background: transparent;
    border: 2px solid var(--dark);
    border-radius: 55px;
    font-size: 25px;
    transition: .5s;
}

.video-carousel .owl-nav .owl-prev:hover,
.video-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
    color: #fff;
}


/*** About ***/
.video {
    background: linear-gradient(rgba(136, 180, 78, .85), rgba(136, 180, 78, .85)), url(../img/video-bg.jpg) center center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 65px;
    height: 75px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 28px 30px 30px 38px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 13px;
    border-left: 40px solid var(--primary);
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
.franchies-apply-section .section-title-two h1{
    font-size:60px;
}
.franchies-apply-section .section-title-one h1 {
    font-family: "Veneer-One";
    font-size: 70px;
    color: var(--dark);
    font-weight: normal;
    line-height: 60px;
}
.franchies-apply-section h3, .apply-section h4{
    font-family: 'Brandon Bold';
}
.franchies-apply-section h4{
    font-family: 'Brandon Bold';
}
/*** Store ***/
.store-item .store-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(138, 180, 78, .3);
    opacity: 0;
    transition: .5s;
}

.store-item:hover .store-overlay {
    opacity: 1;
}


/*** Contact ***/
.contact .btn-square {
    width: 100px;
    height: 100px;
    border: 20px solid var(--light);
    background: var(--primary);
    border-radius: 50px;
}



 .gal-list li{
    display: inline-block;
    vertical-align: top;
 }
 
 
 .gallery-boxes .gal-box{
    display: none;
 }
 .gallery-boxes .gal-box.galcurr{
    display: block;
 }
 .gal-tabs .prv, .gal-tabs .nxt{
    font-family: "Veneer-One";
    font-weight: normal;
    display: block;
    font-size: 30px;
    padding: 20px 10px 15px 10px;
    border: none;
    background: var(--primary);
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 150px;
    text-align: center;
    transition:  0.3s;
 }
 .gal-tabs .prv:hover, .gal-tabs .nxt:hover{
    background-color: #000;
 }
 /* hide the html5 date picker spin arrows */

 .product {
    background: linear-gradient(rgba(136, 180, 78, .1), rgba(136, 180, 78, .1)), url(../img/product-bg.png) left bottom no-repeat;
    background-size: auto;
}

.product-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    position: absolute;
    width: 100%;
    top: 30%;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
    margin: 0 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border: 2px solid #fff;
    border-radius: 55px;
    font-size: 25px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    background: #FFFFFF;
    color: var(--primary);
}

/*** Testimonial ***/
.testimonial {
    background:var(--primary);
    padding: 100px 0;
}

.testimonial h4{
    font-family: "Veneer-One";
    text-transform: capitalize;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    margin: 0;
}

.testimonial-cnt p{
    font-family: 'Brandon Bold';
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}
.testimonial-item {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    background: #FFFFFF;
    border: 30px solid var(--primary);
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: black;
}
/*** Footer ***/
.footer {
   background-color: #000;
   padding: 100px 0 50px 0;
}
.insta-text h5{
    font-family: 'Brandon Bold';
    font-weight: 800;
    font-size: 25px;
    color: #fff;
    margin: 0;
}
.footer-menu a{
    font-family: "Veneer-One";
    font-weight: normal;
    display: block;
    font-size: 30px;
    color: #fff;
    text-decoration: underline;
    transition: .5s;
} 
.footer-menu a:hover{
    color: var(--primary);
} 
.notification-box h3{
    font-family: "Veneer-One";
    font-weight: normal;
    display: block;
    font-size: 40px;
    color: #fff;
}
.notification-box h4{
    font-family: "Veneer-One";
    font-weight: normal;
    display: block;
    font-size: 25px;
    color: #fff;
}
.divider{
    width: 5px;
    height: 50px;
    background-color: #fff;
    margin: 0 20px;
}
.notification-box input{
    font-family: "Veneer-One";
    background-color: #fff;
    border-radius: 0;
    height: 70px;
    padding: 25px  40px 15px 10px;
    font-size: 20px;
}
.notification-box input::placeholder{
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
.notification-box button{
    font-family: "Veneer-One";
    background-color: var(--primary);
    color: #fff;
    border-radius: 0;
    font-size: 30px;
    border: none;
    padding: 15px 20px 7px 20px;
}
.copy-right-text p,  .copy-right-text p a{
    font-family: "Veneer-One";
    font-weight: normal;
    display: inline;
    font-size: 22px;
    color: #fff;
    
    padding-top: 5px;
    padding-bottom: 0;

}
.copy-right-text p{
    border-left: 2px solid #fff;
    padding-right: 3px;
    padding-left: 3px;
}
.copy-right-text p:first-child{
    border: none;
    padding: 0;
}

/*------------career page -------*/
.form-wrap{
	background: rgba(255,255,255,1);
	width: 100%;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
/*.form-wrap:before{
	content: "";
	width: 90%;
	height: calc(100% + 60px);
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	background: var(--primary);
	z-index: -1;
	opacity: 0.8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}*/
.form-group{
	margin-bottom: 25px;
}
.form-group > label{
	display: block;
	font-size: 20px;	
	color: #000;
    font-family: 'Brandon Bold';
    text-transform: capitalize;
    margin-bottom: 5px;

}
.font-bold{
    font-weight: bold;

}
#econtact-label {
    font-weight: bold;
}

.custom-control-label{
	color: #000;
	font-size: 16px;
    font-family: 'Brandon Bold';
}
.form-group input::placeholder, .form-group textarea::placeholder{
    font-family: 'Thirsty-Medium';
}
.form-control{
	height: 50px;
	background: #ecf0f4;
	border-color: transparent;
	padding: 0 15px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-control:focus{
	border: 1px solid var(--primary) !important;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
.gal-tabs {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkbox__body {
    font-family: 'Brandon Regular';
}
textarea.form-control{
	height: 160px;
	padding-top: 15px;
	resize: none;
}
.career-btn{
    margin: 0;
}
.checkbox.style-c:hover input ~ .checkbox__checkmark {
    background-color: #eee;
}
.checkbox.style-c {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox.style-c input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox.style-c .checkbox__checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    transition: background-color 0.25s ease;
    border-radius: 4px;
}
.checkbox.style-c input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
}
.checkbox.style-c .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.checkbox.style-c input:checked ~ .checkbox__checkmark {
    background-color: var(--primary);
}
.checkbox.style-f {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox.style-f input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox.style-f .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 22px;
    display: block;
    background-color: var(--primary);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.25s ease;
}
.checkbox.style-f:hover input ~ .checkbox__checkmark {
    background-color: #eee;
}
.checkbox.style-f input:checked ~ .checkbox__checkmark {
    background-color: #eee;
}
.checkbox.style-f .checkbox__checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    transition: background-color 0.25s ease;
    border-radius: 11px;
}
.checkbox.style-f input:checked ~ .checkbox__checkmark:after {
    transform: scale(1);
}
.checkbox.style-f .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 22px;
    display: block;
    background-color: var(--primary);
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.25s ease;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .upload-btn{
    font-family: 'Brandon Bold';
    font-size: 16px;
    padding: 8px 16px;
    width: 150px;
    border-radius: 0px;
    border: none;
    color: #fff;
    background-color: var(--dark);
    position: relative;
    z-index: 1;
  }
  .upload-btn:hover{
    background-color: #DA291C;
    transition: .3s;
  }
  .title-clip-art {
    position: relative;
    width: 50%;
    margin: 0 auto;
    padding-right: 5%;
}
.title-clip-art h2{
    font-family: 'Brandon Bold';
    font-size: 50px;
    font-weight: 400;
    margin: 0;
} 
.title-clip-art .heading-one h1, .title-clip-art .heading-one-one h1{
    font-family: 'Thirsty';
    text-transform: capitalize;
    font-size: 160px;
    line-height: 100px;
    font-weight: 500;
    margin: 0;
} 
.heading-three h2 {
    font-family: "Veneer-One";
    font-size: 65px;
    font-weight: normal;
    line-height: 70px;
    margin-top: 140px;
}

.left-clip-art{
    margin-top: -20%;
    position: absolute;
    left: 30px;

}
.right-clip-art {
    margin-top: -34%;
    position: absolute;
    right: -20px;
}
.heading-two{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.left-clip-art-one {
    margin-right: 1%;
}
.right-clip-art-one {
    margin-left: 1%;
}

.left-clip-art-two {
    position: absolute;
    left: 5%;
    top: -45%;
}
.right-clip-art-three {
    position: absolute;
    right: 1%;
    top: -90%;
}
.left-clip-art-three {
    left: 9%;
    top: 116%;
    position: absolute;
}
.right-clip-art-four {
    left: 33%;
    top: 123%;
    position: absolute;
}
#erroremail {
    height: 20px;
}
.error{
    color: #DA291C;
    font-size: 1rem;
    font-weight:normal;
    font-family: 'Brandon Regular';
}
.success {
    color: green;
}
.modal-title{
    font-family: 'Brandon Bold';
}
.isRequired { 
    color:red;
}
.user .section-title-one h1{
    font-family: 'Brandon-Printed';
    font-size: 65px;
}
.user .section-cnt h4{
    font-family: 'Brandon Bold';
    font-size: 22px;
    text-transform: uppercase;
}
.user .section-title-one h3{
    font-family: "Veneer-One";
    font-weight: 400;
    letter-spacing: .5px;
}
.user ol > li{
    font-family: "Brandon Regular";
    font-weight: 400;
    padding-bottom: 5px;
}
.user ol {
    padding-left: 15px;
}
.tconditions-carousel .owl-nav .owl-prev, .tconditions-carousel .owl-nav .owl-next {
    position: absolute;
    background-color: #DA291C;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 50%;
}
.tconditions-carousel .owl-nav .owl-prev {
    left: 0;
}
.tconditions-carousel .owl-nav .owl-next {
    right: 0;
}
.tconditions-carousel .owl-nav .owl-prev i, .tconditions-carousel .owl-nav .owl-next i {
    display: flex;
    color: #fff;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    padding-top: 14px;
}
i.bi.bi-chevron-left {
    margin-left: -1px;
}
i.bi.bi-chevron-right {
    margin-right: -1px;
}
.tconditions-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #ddd;
    margin-right: 10px;
    display: inline-flex;
    border-radius: 50%;
}
.tconditions-carousel .owl-dots .owl-dot.active {
    background-color: var(--primary);
}
.tconditions-carousel .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq .nav-tabs {
    border: none;
    justify-content: space-between;
    margin-bottom: 100px;
    font-family: "Veneer-One";
    border-bottom: 3px solid #2c2a29;
}

.faq .nav-tabs .nav-link.active::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #2c2a29;
    bottom: -20px;
    left: 45%;
}
.faq .nav-tabs .nav-link{
    font-size: 50px;
    color: #fff;
    margin-bottom: 0;
    background: none;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq .nav-tabs .nav-link.active, .faq .nav-tabs .nav-link:focus{
    background-color: transparent;
    color: #DA291C;
    border: none;
    position: relative;
}
.faq .nav-tabs .nav-link:hover{
    border: none;
    color: #DA291C;
}
.faq .nav-tabs li:focus-visible{
    outline: none;
}
 
#categoryTabs .nav-link{
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 40px;
    color: #fff;
    font-family: "Veneer-One";
}
#categoryTabs .nav-link.active, #categoryTabs .nav-link:hover {
    color: #DA291C;
}
#common-questions .accordion-item:first-of-type, #common-questions .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#common-questions .accordion-item, #common-questions .accordion-button:not(.collapsed), #common-questions .accordion-button {
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
}
#common-questions .accordion-button:focus{
    box-shadow: none;
    border: none;
}
#common-questions .accordion-button{
    font-size: 32px;
    color: #fff;
    font-family: "Veneer-One";
}
#common-questions  .accordion-body{
    font-size: 22px;
    color: #fff;
    font-family: "Veneer-One";
    padding-left: 0;
    padding-right: 0;
}
#common-questions .accordion-button.collapsed::after{
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDUwIiBoZWlnaHQ9IjUwcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MCA1MCIgd2lkdGg9IjUwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iNTAiIHdpZHRoPSI1MCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIHgxPSI5IiB4Mj0iNDEiIHkxPSIyNSIgeTI9IjI1Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iNCIgeDE9IjI1IiB4Mj0iMjUiIHkxPSI5IiB5Mj0iNDEiLz48L3N2Zz4=") !important;
    transform: rotate(0deg) !important;
    background-color: #fff;
    border-radius: 50%;
}
#common-questions .accordion-button:not(.collapsed)::after{
    transform: rotate(45deg) !important;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDUwIiBoZWlnaHQ9IjUwcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MCA1MCIgd2lkdGg9IjUwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iNTAiIHdpZHRoPSI1MCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiIHgxPSI5IiB4Mj0iNDEiIHkxPSIyNSIgeTI9IjI1Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iNCIgeDE9IjI1IiB4Mj0iMjUiIHkxPSI5IiB5Mj0iNDEiLz48L3N2Zz4=") !important;
    background-color: #fff;
    border-radius: 50%;
 }

#common-questions .accordion-header {
    border-top: 3px solid #2c2a29;
    margin-top: 0;
}
.cnt-tab-title h3 {
    font-weight: normal;
    position: relative;
    z-index: 10;
    font-family: 'Thirsty';
    color: var(--primary);
    font-size: 80px;
}
.cnt-tab-title h1{
    position: relative;
    color: #fff;
    z-index: 10;
    font-size: 12rem;
    font-family: "Veneer-One";
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 160px;
}
#suggestions .input-wrapper{
    opacity: 0;
}
#suggestions .show.input-wrapper{
    opacity: 1;
}

.btn-suggest{
    font-family: "Veneer-One";
    display: block;
    font-size: 35px;
    padding: 35px 10px 25px 10px;
    border: 5px solid #fff;
    border-radius: 20px;
    background-color: transparent;
    color: #fff;
    width: 500px;
}
.btn-suggest:hover{
    border-color: var(--primary);
    transition: .3s;
}
#suggestions input.form-control {
    background-color: transparent;
    border-bottom: 5px solid #fff;
    border-radius: 0;
    padding: 20px 30px;
    height: 56px;
    color: #fff;
}
#suggestions .show.input-wrapper {
    max-width: 650px;
    margin-left: 50px;
    margin-top: 30px;
    width: 50%;
}
#suggestions input.form-control::placeholder{
    font-size: 18px;
    font-family: 'Brandon Bold';
    line-height: 25px;
}
.input-wrapper h3{
    font-family: "Veneer-One";
    font-size: 25px;
}
.btn-suggest-submit{
    background-color: #DA291C;
    font-family: "Veneer-One";
    display: block;
    font-size: 22px;
    padding: 15px 10px 10px 10px;
    border: none;
    border-radius: 5px;
    color: #fff;
    width: 200px;
    margin-left: 10px;
    
}
.btn-suggest-submit:hover{
    background-color: #fff;
    color: #000;
    transition: .3s;
}
#supportModal .modal-header.text-center {
    background-color: #DA291C;
    color: #fff;
}
.black_section{
	background:#000000;
}
.believe-headings{
    padding-top: 17%;
}
.hand-bowl-img img {
    width: 57%;
    top: -15%;
    position: absolute;
    z-index: 99;
    left: 0;
}
img.believe-clip-art-2, img.believe-clip-art-1 {
    height: 60px;
}
.about_banr{
    padding: 250px 0;
    position: relative;
    z-index: 10;
}

.about_blk h4{
	font-family: "Veneer-One";
    font-weight: normal;
    display: block;
    font-size: 45px;
    color: #fff;
    text-decoration: none;
    transition: .5s;
    line-height: 45px;
}
.about-baneer-title h3{
    font-weight: normal;
    position: relative;
    z-index: 10;
    font-family: 'Thirsty';
    color: #fff;
    font-size: 80px;
    line-height: 90px;
}
.about-baneer-title h1{
    position: relative;
    color: #fff;
    z-index: 10;
    font-size: 10rem;
    font-family: 'Brandon-Printed';
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 110px;
}
.about-baneer-title img {
    width: 100px;
    margin-top: -53px;
    position: relative;
    z-index: 11;
}

.about_sub-t{
 	font-family: "Veneer-One";
    font-weight: normal;
  
    font-size: 45px;
    color: #DA291C;
    text-decoration: none;
    transition: .5s;
}
.about_blk img{
height: 130px
}
.abt-little h2{
	font-family: "Veneer-One";
    font-weight: normal;
  line-height: 110px;
    font-size:110px;
    color: #000000;
    text-decoration: none;
    transition: .5s;
}
.abt-little .abt-littlered{
	 	font-family: "Veneer-One";
    font-weight: normal;
  line-height: 90px;
    font-size:90px;
    color: #DA291C;
    text-decoration: none;
    transition: .5s;
}
.abt_img {
    width: 250px;
    transform: rotate(30deg);
    position: absolute;
    top: 33%;
    left: 52%;
}
.believe-section .section-title-two h1 {
    font-size: 75px;
    text-transform: lowercase;
    font-family: 'Thirsty';
    line-height: 55px;
}
.believe-section .section-title-three h3 {
    font-size: 100px;
    line-height: 80px;
    margin-top: 90px;
}
.believe-section .section-title-four h3{
    color:var(--primary);
    font-size: 7rem;
    font-family: 'Brandon-Printed';
    font-weight: 800;
    text-transform: uppercase;
    line-height: 110px;
}
.believe-clip-art-1 img {
    width: 230px;
    margin-bottom: 30px;
}
.believe-clip-art-6 img.img-fluid {
    height: 310px;
    margin-top: 30px;
}
.black_section, .lights, .sustain{
    padding: 100px 0;
}
.shape{
    position: absolute;
}
.little-section{
    padding-top: 250px;
    padding-bottom: 200px;
}
img.abt-little-clip-art-2 {
    top: -49%;
    right: 16%;
    width: 70px;
}
img.abt-little-clip-art-1 {
    width: 120px;
    top: -40%;
    left: 31%;
}
.abt_img1 {
    width: 250px;
    transform: rotate(-10deg);
    position: absolute;
    top: -25%;
    left: 46%;
}
img.abt-little-clip-art-4.shape {
    width: 60px;
    right: 7%;
    top: 29%;
}
img.abt-little-clip-art-3.shape {
    width: 30px;
    top: 66%;
    left: 43%;
}
.sustain_pic{
	height: 490px;
    margin-left: -30%;
    margin-bottom: -15px;
}
.lights{
	background:var(--primary);
}
.lights h4{
		font-family: "Veneer-One";
    font-weight: normal;
  line-height: normal;
    font-size:68px;
    color: #fff;
    text-decoration: none;
    transition: .5s;
    margin: 0!important;
}
.lights p{
	color:#fff;
	text-transform: uppercase;
	font-family: "Veneer-One";
    font-weight: normal;
    font-size: 22px;
}
.red-box {
    border: 3px solid #fff;
    color: #fff;
    padding: 30px;
    min-height: 400px;
    font-family: "Veneer-two";
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 70px;
    text-align: center;
}
.red-box h5{
	font-size: 45px;
	font-family: "Veneer-two";
	margin: 20px 0;
    font-weight: 500;
}
.about_banr p{
	color:#fff;
    font-family: 'Brandon Regular';
    font-size: 24px;
    font-weight: 400;
}
.about_banr h2{

    font-family: 'Thirsty';
}
.bowl{
	height: 500px;
}

#supportModal .modal-title {
    font-family: "Veneer-One";
    font-weight: 500;
}
.report-modal .checkbox {
    margin-bottom: 13px;
    font-size: 18px;
}
.report-modal .form-group > label {
    font-size: 25px;
    margin-bottom: 15px;
}
.report-modal .checkbox.style-f .checkbox__checkmark {
    top: 4px;
}
.report-modal .gal-tabs .prv, .report-modal .gal-tabs .nxt {
    font-size: 25px;
    padding: 10px 10px 5px 10px;
}
img.things-clip-art-1 {
    position: absolute;
    left: 36%;
    top: 65px;
    width: 90px;
}
img.things-clip-art-2 {
    position: absolute;
    width: 38px;
    right: 33%;
    top: 20px;
}
.forms-title{
    position: relative;
    z-index: 10;
}
.forms-title h3{
    font-weight: normal;
    position: relative;
    z-index: 10;
    font-family: 'Thirsty';
    color: #DA291C;
    font-size: 80px;
    line-height: 90px;
}
.forms-title h1{
    position: relative;
    color: #fff;
    z-index: 10;
    font-size: 10rem;
    font-family: 'Brandon-Printed';
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 110px;
}
.bowl-form-cnt .form-group > label {
    font-size: 30px;
    font-family: "Veneer-One";
}
.bowl-form-cnt .form-group {
    margin-bottom: 75px;
}
.bowl-form-cnt .form-group input::placeholder,
.bowl-form-cnt .form-group textarea::placeholder {
    font-family: 'Brandon Black';
    color: #585858;
    font-size: 30px;
}
#forms-section {
    background: url('../img/forms-bg.jpg') no-repeat center;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.bowl-form-cnt input.form-control, .bowl-form-cnt select.form-control, .bowl-form-cnt textarea.form-control {
    background-color: transparent;
    border-bottom: 3px solid #fff;
    border-radius: 0;
    padding: 20px 30px;
    height: 75px;
    color: #fff;
    padding-left: 0;
    font-size: 26px;
}
.bowl-form-cnt input.form-control, .bowl-form-cnt textarea.form-control {
    font-size: 26px;
}
.bowl-form-cnt select.form-control option{
    color: #000;
}

#myTabs-donations{
    position: relative;
}
.formsPage li::before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 5px;
    height: 100%;
    left: 50%;
    top: 0;
}
select#location{
    background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    radial-gradient(transparent 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}
.bowl-form-cnt input[type="time" i], .bowl-form-cnt input[type="date" i] {
    color: #fff;
}
.bowl-form-cnt input[type="file"]::file-selector-button {
    border: 2px solid #DA291C;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    background-color: #DA291C;
    cursor: pointer;
    transition: 1s;
    color: #fff;
    margin-left: 5px;
  }
  #success-message h3{
    font-family: 'Brandon Regular';
    font-weight: 500;
    font-size: 16px;
  }

  #validateinputs {
    margin-bottom: 1rem;
}
.bowl-form-cnt input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(0) invert(1);
    cursor: pointer;
}
.bowl-form-cnt input[type="time"]::-webkit-calendar-picker-indicator {
    filter: brightness(0) invert(1);
    cursor: pointer;
}
/*------------career page -------*/
@media (min-width: 768px){
    .report-modal {
        margin: 5rem auto;
    }
    .navbar-expand-md .navbar-collapse {
        justify-content: space-around;
    }
}

@media(min-width: 768px) {
    .section-cnt h4 br {
        display: none;
    }
    .ft-height{
        height: 476px;
    }
    .community-give h4{
        font-size: 24px;
        margin: 0;
    }
    .got-section h4 br
    {
        display: block;
    }

}
@media(max-width: 768px) {
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .btn-three, .btn-two{
        width: auto;
        margin: 10px 0;
    }
    #communitiy, #franchies {
        height: 100vh;
    }
    .video-carousel .owl-nav {
       position: absolute;
       justify-content: center;
    }
    .video-carousel .owl-nav .owl-next {
        right: 0;
        position: relative;
    }
    .video-carousel .owl-nav .owl-prev {
        left: 0;
        position: relative;
    }
    .navbar-collapse {
        align-items: center;
        background-color: #000;
    }
}
@media(max-width: 600px){
    .mobile-toggle{
        position: absolute;
        right: 10px;
        top: 15px;
    }
    
    .btn-three {
        font-size: 10px;
        line-height: 13px;
        padding: 9px;
        width: 124px;
        height: 27px;
        text-align: center;
    }
    .mobile-btn{
        font-size: 15px;
        line-height: 11px;
    }
    .btn, .btn-two {
        font-size: 18px;
        padding: 7px 40px 2px 40px;
        width: 170px;
        height: 40px;
    }
    .franchies-section .section-title-one h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .section-title-one h1, .get-franchie-section .section-title-one h1, #faq-section .section-title-one h1 {
        font-size: 40px;
        line-height: 20px;
    }
    .section-title-two h1 {
        font-size: 37px;
        line-height: 50px;
    }
    .franchies-apply-section .section-title-two h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .section-cnt h4 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 0;
    }
    .section-cnt h4, .testimonial-cnt p {
        font-size: 20px;
        font-weight:normal;
        margin-top: 0;
        margin-bottom: 0;
        letter-spacing: 0px;
    }
    .section-img img {
        margin: 35px 0;
        width: 170px;
    }
    .community-thumb-img img {
        width: 100%;
        margin: 20px 0;
    }
    button.btn.btn-style-one.ask-btn {
        padding: 5px;
        line-height: 35px;
        font-size: 15px;
    }
    .section-title-three h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .bowl-section{
        padding: 40px 0px 25px 0;
    }
    .bowl-section, .testimonial, .career-section, .apply-section, .franchies-section, .franchies-apply-section, .employees-section, .faq
     {
        padding: 40px 0;
    }
    .confirmation-section, .core-values-section {
        padding-bottom: 40px;
    }
    .our-franchisee, .get-franchie-section {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .client-sport {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .communitiy-img-three img {
        margin-top: 30px;
        margin-left: -10px;
    }
    .communitiy-img-one img {
        margin-top: 29px;
        margin-left: 10px;
    }
    .impact-box {
        margin: 0 5%;
        margin-bottom: 40px;
        margin-top: 15px;
    }
    .space {
        height: 70px;
    }
    .product-carousel .owl-nav .owl-prev, .product-carousel .owl-nav .owl-next {
        width: 15px;
        height: 15px;
        border: 1px solid #fff;
        font-size: 10px;
    }
    .space-0{
        height: auto;
    }
    .footer {
        padding: 30px 50px;
    }
   
    .footer-logo {
        margin-bottom: 20px;
        padding: 0 53px;
    }
    .footer-logo img {
        margin-bottom: 15px;
    }
    .footer-icons {
        padding: 0 25px;
      }
    .footer-icons img {
        width: 18px;
        margin-bottom: 5px;
    }
    .insta-text h5 {
        font-size: 14px;
    }
    .footer-menu a {
        font-size: 15px;
    }
    .notification-box h3 {
        font-size: 18px;
    }
    .notification-box h4 {
        font-size: 10px;
    }
    .footer a.btn-two, .footer a.btn-three {
        font-size: 11px;
        padding: 10px 5px;
        width: 100px;
        height: 27px;
        line-height: 10px;
    }
    .divider {
        width: 2px;
        height: 35px;
        margin: 0;
    }
    .notification-box input::placeholder{
        font-size: 16px;
        padding: 10px 20px 5px;
    }
    .notification-box input {
        text-align: center;
        height: auto;
        padding: 10px 7px 5px 10px;
        line-height: 15px;
    }
    .notification-box button {
        font-size: 16px;
        padding: 7px 10px 5px 10px;
    }
    .copy-right-text p, .copy-right-text p a {
        font-size: 7px;
    }
    .copy-right-text {
        text-align: center;
        line-height: 10px;
    }
    b, strong {
        font-weight: 700;
        letter-spacing: 0;
    }
    .community-bx img {
        width: 60px;
    }
    .community-bx h3 {
        margin-top: 8px;
        font-size: 18px;
        color: var(--dark);
    }
    .md-text p {
        font-size: 14px;
        font-weight: 600;
    }
    .spark-btn {
        padding: 5px;
        line-height: 35px;
        font-size: 18px;
    } 
    .title-clip-art h2 {
        font-size: 30px;
    }
    .title-clip-art .heading-one h1, .title-clip-art .heading-one-one h1 {
        font-size: 90px;
        line-height: 80px;
    }
     .heading-three h2 {
        font-size: 20px;
        margin-top: 80px;
        line-height: 25px;
    }
    .heading-two {
        margin-top: 0;
    }
    .left-clip-art {
        width: 20%;
        }
    .right-clip-art {
        top: 60%;
        width: 20%;
        right: -17%;
    }
    .left-clip-art-one {
        left: 31%;
        top: 36%;
        width: 8%;
    }
    .right-clip-art-one {
        right: 29%;
        top: 36%;
        width: 8%;
    }
    .left-clip-art-two {
        left: 0%;
    top: -12%;
    width: 10%;
    }
    .right-clip-art-three {
        right: -10%;
        top: -47%;
        width: 20%;
    }
    .right-clip-art-four {
        top: 100%;
        width: 50%;
    }
    .left-clip-art-three {
        left: 7%;
        top: 82%;
        width: 8%;
    }
    .title-clip-art {
        margin: 0px;
        width: 100%;
        padding: 0;
    }
    .video-carousel{
        margin: 20px 0;
    } 
    /*.video-carousel .owl-stage-outer {
        margin: 0 30px;
    }  */
    .video-carousel .owl-nav {
        justify-content: space-between;
        margin-top: 0px;
        top: 50%;
    }
    .video-carousel .owl-nav .owl-prev, .video-carousel .owl-nav .owl-next {
        width: 20px;
        height: 20px;
        border: 1px solid var(--dark);
        font-size: 14px;
    }
    /*.video-carousel .owl-item.active.center, .video-carousel .owl-item{
        margin: 0 5px !important;
    }*/
    .notification-box .input-group {
        padding: 0px 25px;
    }
    .video-carousel .owl-nav .owl-prev {
        left: -50px;
        position: relative;
    }
    .video-carousel .owl-nav .owl-next {
        right: -50px;
        position: relative;
    }
    .career-section .section-title-one h1, .apply-section .section-title-one h1 {
        font-size: 30px;
        line-height: 20px;
    }
    .career-section .section-title-two h1, .apply-section .section-title-two h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .form-wrap{
        box-shadow: none;
        padding: 15px;
    }
    #career {
        height: 25vh;
    }
    .carousel-caption{
        top: 50%;
    }
    .vimi-icoboxes p br {
        display: none;
    }
    .what-make-text ul li {
        font-size: 22px;
        color: var(--dark);
    }
    .get-franchie-section .section-title-two h1, .franchies-apply-section .section-title-one h1{
        font-size: 37px;
        line-height: 40px;
        padding-top: 15px;
    }
    .employees-section .section-title-two h1 {
        line-height: 15px;
        padding-bottom: 20px;
    }
    .employees-section .section-title-one h1{
        font-size: 40px;
        line-height: 30px;
    }
    .locale-switch button {
        margin-left: 10px;
    }
    .our-franchisee p {
        line-height: 25px;
        font-size: 20px;
    }
    .employees-section ul li{
        font-size: 20px;
    }
    .employees-section .process-text  h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .gal-tabs .prv, .gal-tabs .nxt, .career-btn {
        padding: 10px 10px 3px 10px;
        width: 150px;
        font-size: 18px;
    }
    .career-cnt p {
        margin-top: 20px;
    }
    .video-btn {
        font-size: 45px;
    }
    .video-modal .modal-dialog, #thanksmodal .modal-dialog {
        display: block;
        margin: 2.5rem;
    }
    #career .carousel-caption {
        top: 40%;
    }
    #faq-section{
        height: 30vh;
    }
    .faq .nav-tabs {
        flex-wrap: nowrap;
        margin-bottom: 10px;
    }
    .faq .nav-tabs .nav-link {
        font-size: 25px;
        line-height: 30px;
        text-align: center;

    }
    .about-baneer-title h1, .forms-title h1{
        font-size: 5rem;
    }
    .about-baneer-title h3, .forms-title h3 {
        font-size: 44px;
        line-height: 0px;
    }
    .about-baneer-title img {
        width: 60px;
        margin-top: -73px;
    }
    .about_banr {
        padding-top: 40px;
        padding-bottom: 100px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        z-index: 10;
    }
    .about_banr p br {
        display: none;
    }
    .about_banr p{
        font-size: 22px;
    }
    .hand-bowl-img img {
        width: 100%;
        top: -11%;
        left: -50px;
    }
    .about_blk br {
        display: none;
    }
    .about_blk h4 {
        font-size: 37px;
        padding: 0 20px;
        margin-top: 30px
    }
    .about_sub-t{
        font-size: 37px;
    }
    .black_section, .lights, .sustain {
        padding: 60px 0;
    }
    .lights h4 {
        line-height: 45px;
        font-size: 45px;
    }
    .lights p br {
        display: none;
    }
    .red-box br {
        display: none;
    }
    .red-box h5 {
        font-size: 35px;
    }
    .lights p {
        margin-top: 30px;
        padding: 0 32px;
    }
    .red-box{
        font-size: 24px;
    }
    .abt-little h2, .abt-little .abt-littlered {
        line-height: 75px;
        font-size: 75px;
    }
    .sustain_pic {
        height: 330px;
    }
    .user .section-title-one h1 {
        font-size: 26px;
        line-height: 40px;
    }
    .user .section-cnt h4 br {
        display: none;
    }
    #terms, #user-agreement {
        height: 150px;
    }
    #categoryTabs {
        flex-wrap: nowrap;
    }
    #categoryTabs .nav-link {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 0;
    }
    #common-questions .accordion-button {
        font-size: 22px;
    }
    #common-questions .accordion-header {
        margin-top: 0;
    }
    #common-questions .accordion-body {
        font-size: 17px;
    }
    .cnt-tab-title h1 {
        font-size: 5rem;
        line-height: 70px;
    }
    .cnt-tab-title h3 {
        font-size: 40px;
    }
    #contact-support .btn{
        width: 230px;
    }
    .btn-suggest {
        font-size: 27px;
        padding: 25px 10px 15px 10px;
        width: 100%;
    }
    #suggestions .input-wrapper {
        opacity: 1;
    }
    #suggestions .input-wrapper {
        overflow: visible;
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 50px;
    }
    #suggestions .show.input-wrapper {
        max-width: 600px;
        margin-left: 0;
        margin-top: 50px;
        width: 100%;
    }
    #suggestions .input-wrapper .btn-suggest-submit {
        margin: 0 auto;
    }
    #suggestions .translate-middle-y {
        transform: translateY(0%) !important;
    }
    #suggestions input.form-control {
        margin-bottom: 25px;
    }
    #suggestions .form-control:focus{
        border-color: #fff;
    }
    .believe-section .section-title-four h3 {
        font-size: 3rem;
        line-height: 50px;
        margin-top: 40px;
    }
    img.believe-clip-art-2, img.believe-clip-art-1 {
        height: 40px;
    }
    .believe-section .section-title-three h3 {
        font-size: 3rem;
        line-height: 30px;
        margin-top: 20px;
    }
    .believe-clip-art-6 img.img-fluid {
        height: 140px;
        margin-top: 12px;
    }
    .believe-clip-art-1 img {
        width: 120px;
        margin-bottom: 30px;
    }
    .believe-section .section-title-two h1 {
        font-size: 35px;
    }
    .about_banr p br {
        display: none;
    }
    .abt_img1 {
        width: 140px;
        transform: rotate(0deg);
        position: relative;
        top: -20px;
        left: 30%;
    }
    .abt_img {
        width: 170px;
        transform: rotate(0deg);
        position: relative;
        top: 50%;
        left: 50%;
    }
    img.abt-little-clip-art-1 {
        width: 80px;
        top: -30%;
        left: 46%;
    }
    img.abt-little-clip-art-2 {
        top: -25%;
        right: -11px;
        width: 40px;
    }
    .little-section {
        padding-top: 90px;
        padding-bottom: 90px;
        position: relative;
        overflow: hidden;
    }
    .abt-little-img {
        margin-left: -40px;
    }
    .abt-littlered br {
        display: none;
    }
    .abt_img {
        width: 120px;
        transform: rotate(0deg);
        position: relative;
        margin-top: -50%;
        left: 70%;
    }
    img.abt-little-clip-art-4.shape {
        width: 50px;
        right: 0;
        top: 37%;
        left: 45%;
    }
    img.abt-little-clip-art-3.shape {
        width: 20px;
        top: 80%;
        left: 67%;
    }
    img.things-clip-art-1 {
        left: 30%;
        top: 45px;
        width: 40px;
    }
    img.things-clip-art-2 {
        width: 26px;
        right: 23%;
        top: 23px;
    }
    #forms-section {
        height: 30vh;
    }
    .bowl-form-cnt .form-group > label {
        font-size: 20px;
    }
    .bowl-form-cnt input.form-control,  .bowl-form-cnt textarea.form-control, .bowl-form-cnt select.form-control{
        height: auto;
        font-size: 18px;
    }
    .bowl-form-cnt {
        padding: 0 15px;
    }
    .bowl-form-cnt .form-group input::placeholder, .bowl-form-cnt .form-group textarea::placeholder {
        font-size: 18px;
    }
    .bowl-form-cnt input.form-control, .bowl-form-cnt select.form-control, .bowl-form-cnt textarea.form-control {
        padding: 10px 0px;
    }
    .tconditions-carousel .owl-nav .owl-prev, .tconditions-carousel .owl-nav .owl-next {
        width: 30px;
        height: 30px;
    }
    .tconditions-carousel .owl-nav .owl-prev i, .tconditions-carousel .owl-nav .owl-next i {
        font-size: 13px;
        padding-top: 10px;
    }
    .bowl-form-cnt .btn-three {
        font-size: 18px;
        width: 140px;
        height: 50px;
        line-height: 38px;
    }
    .bowl-form-cnt input.form-control, .bowl-form-cnt textarea.form-control {
        font-size: 18px;
    }
    .bowl-form-cnt .form-group {
        margin-bottom: 50px;
    }
}
@media (max-width: 428px){
    .right-clip-art {
        right: -14%;
    }
    .left-clip-art {
        left: -10px;
    }
    .footer {
        padding: 30px 75px;
    }
    .notification-box h4 {
        font-size: 11.5px;
    }
    .copy-right-text p, .copy-right-text p a {
        font-size: 6px;
    }
    .divider {
        height: 25px;
        width: 1px;
    }
    .footer-logo-img img {
        width: 65%;
    }
    .believe-headings {
        padding-top: 37%;
    }
    .bowl-form-cnt input.form-control, .bowl-form-cnt textarea.form-control {
        font-size: 18px;
    }

}
@media (max-width: 400px){
    .section-cnt h4, .testimonial-cnt p, p {
        font-size: 16px;
    }
    
    .footer {
        padding: 30px 40px;
    }
    .left-clip-art {
        left: -10%;
    }
    .gal-tabs .prv, .gal-tabs .nxt, .upload-btn {
        width: 130px;
    }
    .career-btn {
        padding: 7px 20px 2px 20px;
        width: 130px !important;
    }
    .what-make-text ul li {
        font-size: 20px;
    }
    .employees-section .process-text h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .video-modal .modal-dialog {
        display: block;
        margin: 3rem 2.5rem;
    }
    .abt-little h2, .abt-little .abt-littlered {
        line-height: 70px;
        font-size: 70px;
    }
    .abt_img1 {
        width: 110px;
    }
    .abt_img {
        width: 80px;

    }
    img.abt-little-clip-art-1 {
        width: 60px;
        top: -22%;
        left: 55%;
    }
    img.abt-little-clip-art-3.shape {
        width: 10px;
        top: 80%;
        left: 74%;
    }
    img.abt-little-clip-art-2 {
        top: -12%;
        right: -11px;
        width: 20px;
    }
    .red-box h5 {
        font-size: 30px;
    }
    .red-box{
        font-size: 20px;
    }
}
/****************-*/

@media (min-width: 2499px) {
    .believe-headings {
        padding-top: 22%;
      }
  }
   
  