:root 
{
  --primary-color: #bc8953;
  --secondary-color: #2D2D2D;
  --third-color: #2D2D2D;
}
/* * 
{
    border: 1px solid var(--primary-color);  
} */
body
{
    font-size: 16px;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Roboto Slab', serif!important;
}
body p
{
    font-family: 'Roboto Slab', serif!important;
}
html
{
    overflow-x: hidden;
}
.mob-show
{
    display: none;
}
.container-90
{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.container-95
{
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
h2
{
    font-family: 'Bubblegum Sans', cursive;
}
.main-logo
{
    height: 100px;
    padding: 0px;
}
.navbar
{
    padding: 0px;
}
.navbar-nav li a
{
    color: #000;
    font-weight: 700;
    transition: all 0.2s ease;
}
.navbar-nav li a:hover
{
    color: var(--primary-color);
    text-decoration: underline;
}
.navbar-nav li
{
    padding: 0px 10px;
}
footer
{
    background-color: var(--primary-color);
    padding: 60px 0px;
    margin-top: 50px;
}
footer img
{
    height: 100px;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fff;
}
footer p
{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
footer p i
{
    margin-right: 10px;
}
footer h3
{
    color: #2a2a2a;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Bubblegum Sans', cursive;
    letter-spacing: 1px;
    text-transform: uppercase;
}
footer ul
{
    padding-left: 20px;
    list-style-type: square;
}
footer .nav-ul, footer .nav-ul li a
{
    color: #fff;
}
footer ul li
{
    margin: 12px 0px;
}
footer ul li a
{
    color: #000;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: underline;
}
footer ul li a:hover
{
    color: #2d2d2d;
    text-decoration: underline;
}
footer .socialmedia
{
    padding-left: 0px;
}
footer .socialmedia li
{
    display: inline-block;
    margin: 0px 5px;
}
footer .socialmedia li a
{
    background-color: var(--secondary-color);
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s ease;
    color: #fff;
    font-size: 15px;
}
footer .socialmedia li a:hover
{
    box-shadow: 1px 1px 10px #ddd;
    background-color: #fff;
}
.copy-right
{
    text-align: center;
    background: #2d2d2d;
    color: #fff;
    font-size: 13.5px;
    padding: 15px 0px;
    font-weight: 600;
    margin-bottom: 0;
}
.service-div
{
    border: 1px solid #ddd;
    box-shadow: 1px 1px 10px #ddd;
    padding: 15px 15px 30px 15px;
    text-align: center;
    margin: 10px 0px;
}
.service-div img
{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.service-div h2
{
    font-size: 22px;
    margin-top: 10px;
    color: var(--primary-color);
    font-weight: 700;
}
.service-div h4
{
    font-size: 16px;
    margin-top: 30px;
}
.service-div h4 a
{
    background: var(--primary-color);
    color: #fff;
    padding: 5px 30px;
    border-radius: 20px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
.service-div h4 a:hover
{
    color: var(--primary-color);
    background-color: #fff;
    border: 2px solid var(--primary-color);
    text-decoration: none;
}
.about-div
{
    background-image: url("https://www.bouncehere.com/wp-content/themes/bounce/images/our_work_home_section.jpg");
    background-size: cover;
    padding: 130px 0px;
}
.about-div .text-part
{
    background: rgba(195, 158, 119, 0.8);
    padding: 100px 50px;
    color: #fff;
}
.about-div .text-part h2
{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.about-div .text-part p
{
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 18px;
    width: 90%;
}
.about-div .text-part h4 a, .about-us-div h4 a, .carousel-caption h4 a, .contact-form button, .we-care-div h4 a, .about-us-div h4 a
{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 40px;
    border: 0px;
    border-radius: 0px;

    background-image: linear-gradient(to right, #fff 50%,  #000 0);
    background-position: right;
    background-size: 200% 200%;
    transition: background-position 0.5s;
}
.about-us-div h4 a
{
    background-image: linear-gradient(to right, var(--primary-color) 50%,  #000 0);
}
.carousel-caption h4, .we-care-div h4
{
    margin-top: 50px;
}
.about-div .text-part h4 a:hover, .carousel-caption h4 a:hover
{
    text-decoration: none;
    color: #000;
    background-position: left;
}
.about-us-div h4 a:hover
{
    background-color: var(--primary-color);
    text-decoration: none;
}
.contact-form button, .we-care-div h4 a, .carousel-caption h4 a
{
    margin-top: 30px;
    background-image: linear-gradient(to right, #000 50%, var(--primary-color) 0);
    background-position: right;
    background-size: 200% 200%;
    transition: background-position 0.5s;
}
.carousel-caption h4 a
{
    background-image: linear-gradient(to right, #fff 50%, var(--primary-color) 0);
}
.contact-form button:hover, .we-care-div h4 a:hover, .about-us-div h4 a:hover
{
    background-position: left;
    text-decoration: none;
}
.top-bar
{
    background: var(--primary-color);
    padding: 10px 0px;
}
.top-bar p
{
    display: inline-block;
    margin: 0px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.top-bar p i
{
    margin-right: 10px;
}
.top-bar .right-side
{
    text-align: right;
}
.top-bar .left-side ul
{
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px;
}
.top-bar .left-side ul li
{
    display: inline-block;
    margin: 0px 3px;
}
.top-bar .left-side ul li a
{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: var(--secondary-color);
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    transition: all 0.3s ease;
}
.top-bar .left-side ul li a:hover
{
    background-color: #fff;
    color: #000;
    box-shadow: 1px 1px 10px #ddd;
}
.full-color-div
{
    background: var(--primary-color);
    padding: 80px 0px;
    text-align: center;
    color: #fff;
}
.full-color-div h2
{
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}
.full-color-div p
{
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
}
.full-color-div img
{
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    margin-bottom: 20px;
    width: 150px;
}
.home-section1
{
    background-image: url("https://www.bouncehere.com/wp-content/themes/bounce/images/home_about_section.jpg");
}
.home-section2
{
    background-image: url("https://www.bouncehere.com/wp-content/themes/bounce/images/our_work_home_section.jpg");
}
.about-us-div, .numbers-div, .we-care-div, .contact-div
{
    margin: 100px 0px;
}
.about-us-div h2
{
    margin-bottom: 30px;
}
.about-us-div h4
{
    margin-top: 50px;
}
.about-us-div img
{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
}
.about-us-div p
{
    margin: 40px 0px;
    line-height: 30px;
    font-size: 16.5px;
}
.numbers-div h4
{
    width: 140px;
    height: 140px;
    border: 1px solid #ddd;
    border: 3px solid var(--primary-color);
    /* line-height: 150px; */
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    box-shadow: 1px 1px 10px #eaeaea;
    margin-left: auto;
    margin-right: auto;
}
.numbers-div h4 span:first-child
{
    display: block;
    line-height: 30px;
    margin-top: 40px;
    font-weight: 700;
    letter-spacing: 1px;
}
.numbers-div h2, .we-care-div h2, .services-div h2
{
    text-align: center;
    margin-bottom: 50px;
}
.carousel-caption 
{
    position: absolute;
    right: auto;
    top: 28%;
    left: 8%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-caption h5
{
    font-size: 38px;
    margin-bottom: 30px;
    font-family: 'Bubblegum Sans', cursive;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.carousel-caption p
{
    font-size: 20px;
    width: 50%;
    letter-spacing: 1px;
    line-height: 36px;
}
.carousel-control-next, .carousel-control-prev
{
    width: 8%;
}
.carousel-item img
{
    height: 600px;
    object-fit: cover;
}
.we-care-div, .contact-div h2
{
    text-align: center;
}
.contact-div h2, .numbers-div h2, .we-care-div h2, .services-div h2, .about-us-div h2, .about-us-div h1
{
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 36px;
    letter-spacing: 1px;
}
.table-package
{
    margin-bottom: 100px;
}
.table-package tr th:first-child
{
    width: 70px;
}
.table-package tr td:last-child
{
    font-weight: 700;
    width: 120px;
}
.table-package tr td
{
    text-align: left;
    padding: 20px 20px;
}
.table-package thead
{
    background: var(--primary-color);
    color: #fff;
    font-size: 17px;
}
.terms-conditions-div
{
    text-align: left;
    /* margin-top: 70px; */
}
.terms-conditions-div p
{
    font-weight: 700;
    margin-bottom: 16px;
}
.terms-conditions-div ul
{
    padding-left: 24px;
    list-style-type: square;
}
.terms-conditions-div ul li
{
    margin: 10px 0px;
}
.contact-info
{
    text-align: center;
    margin-top: -10px;
}
.contact-info .left-side p
{
    display: inline-block;
    margin: 15px 10px;
}
.contact-info p i
{
    margin-right: 15px;
}
.contact-info p
{
    font-weight: 600;
}
.contact-form
{
    border: 1px solid #ddd;
    padding: 50px;
    text-align: center;
    box-shadow: 1px 1px 10px #ddd;
    margin-top: 30px;
}
.contact-form .form-control
{
    margin: 10px 0px;
    border-radius: 15px;
    padding: 11px 15px;
}
select.form-control:not([size]):not([multiple])
{
    height: auto;
}
.form-group
{
    padding: 0px 20px!important;
}
.services-div .service-single, .about-us-div .row
{
    display: flex;
    align-items: center;
    width: 100%;
}
.service-single img
{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}
.service-single .text-part
{
    padding: 40px 70px;
}
.services-div .row .service-single .col-sm-6
{
    padding: 0px;
}
.service-single .text-part h3
{
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    color: var(--primary-color);
    font-family: 'Bubblegum Sans', cursive;
    letter-spacing: 1px;
}
.service-single .text-part p
{
    font-size: 18px;
}
.service-single .text-part ul
{
    padding-left: 20px;
    margin-top: 30px;
    list-style-type: square;
    width: 100%;
    max-height: 220px;
    overflow-y: auto;
}

.service-single .text-part ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.service-single .text-part ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #ccc; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #ddd; 
}

.service-single .text-part ul li
{
    margin: 15px 0px;
    font-size: 17px;
}
.service-single .text-part h4
{
    font-size: 15.5px;
    display: inline-block;
    margin-right: 26px;
    margin-top: 26px;
}
.service-single .text-part h4 a
{
    /* background-color: var(--primary-color); */
    padding: 8px 28px;
    color: #fff;
    text-decoration: none;

    background-image: linear-gradient(to right, var(--primary-color) 50%,  #000 0);
    background-position: right;
    background-size: 200% 200%;
    transition: background-position 0.5s;
}
.service-single .text-part .price-a a
{
    background-image: linear-gradient(to right, #000 50%,  var(--primary-color) 0);
}
.service-single .text-part h4 a:hover
{
    background-position: left;
}
.breadcrumb-bg 
{
    height: 450px;
    width: 100%;
    background-repeat: no-repeat;
    background-color: grey;
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: url("https://www.bouncehere.com/wp-content/themes/bounce/images/main_bg.jpg");
}
.breadcrumb-opacity 
{
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.breadcrumb-bg-div 
{
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.breadcrumb-bg h2, .breadcrumb-bg h1
{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 34px;
}
.breadcrumb-bg ol 
{
    list-style-type: none;
    padding-left: 0px;
    text-align: center;
}
.breadcrumb-bg ol li, .breadcrumb-bg ol li a 
{
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.breadcrumb-bg ol li i 
{
    padding: 0px 10px;
}
.we-care-div h3
{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Bubblegum Sans', cursive;
    letter-spacing: 1px;
}
.we-care-div h3 i
{
    margin-right: 10px;
}
.about-page .about-div .text-part p
{
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
    width: 90%;
}
.about-page .about-div .text-part h4
{
    margin-top: 50px;
}
.about-page .about-div .text-part h2
{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.captcha-div
{
    text-align: right;
}
.success-p 
{
    font-weight: 700;
    text-align: center;
    padding: 7px 0px;
    background-color: green;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
}
.success-p i
{
    margin-right: 15px;
}
.g-recaptcha div
{
    margin-left: auto;
    margin-right: auto;
}
.captcha-error-p 
{
    font-weight: 600!important;
    color: red!important;
}
.captcha-error-p i 
{
    margin-right: 10px!important;
}

/* ========== Mobile CSS ========== */
@media only screen and (max-width: 600px)
{
    .mob-none
    {
        display: none;
    }
    .mob-show
    {
        display: block;
    }
    .top-bar .right-side, .top-bar .left-side ul
    {
        text-align: center;
    }
    .top-bar .left-side ul
    {
        margin-bottom: 10px;
    }
    .fa-navicon:before
    {
        font-size: 24px;
    }
    .navbar-nav
    {
        margin: 10px 0px;
    }
    .navbar-nav .nav-link
    {
        border-bottom: 1px solid #ddd;
    }
    .breadcrumb-bg
    {
        height: 400px;
    }
    .contact-info
    {
        text-align: left;
    }
    .contact-info .left-side p
    {
        margin: 15px 0px;
    }
    .contact-form
    {
        padding: 20px 0px;
    }
    footer .col-sm-3
    {
        margin: 10px 0px;
    }
    .copy-right
    {
        font-size: 13px;
    }
    footer
    {
        padding: 30px 0px;
    }
    .table-package
    {
        margin-bottom: 50px;
    }
    .about-div .text-part
    {
        padding: 100px 40px;
    }
    .about-page .about-div .text-part p
    {
        width: 100%;
    }
    .services-div .service-single
    {
        display: block;
    }
    .service-single .text-part
    {
        padding: 40px;
    }
    .service-single .text-part h3
    {
        text-align: center;
    }
    .service-single .text-part h4
    {
        font-weight: 600;
    }
    .service-single .text-part h4 a
    {
        padding: 10px 20px;
    }
    .service-single .text-part h4
    {
        font-size: 14px;
        margin-right: 10px;
    }
    .service-single .text-part ul
    {
        max-height: none;
    }
    .about-us-div img
    {
        margin-bottom: 20px;
        height: 300px;
    }
    .carousel-item img
    {
        height: 400px;
        object-fit: cover;
    }
    .about-us-div
    {
        margin: 50px 0px;
    }
    .about-us-div h2
    {
        margin: 5px 0px 0px 0px;
    }
    .about-us-div p
    {
        margin: 20px 0px;
    }
    .contact-info p
    {
        margin-top: 12px;
    }
    .navbar-nav li a:hover
    {
        text-decoration: none;
    }
    .contact-form .form-control
    {
        margin: 5px 0px;
    }
    .we-care-div p
    {
        margin: 24px 0px;
    }
    .serv-btns
    {
        text-align: center;
        /* border: 1px solid red;  */
    }
    .serv-btns .price-a
    {
        float: right;
    }
    .about-us-div .row
    {
        display: inline;
    }
    .about-us-div h4
    {
        margin-top: 40px
    }
    .numbers-div h4
    {
        margin-bottom: 20px;
    }
    .navbar-nav .dropdown-menu
    {
        border-top: none;
    }
    .navbar-nav li a
    {
        border-bottom: 1px solid #ddd;
    }
    .dropdown-menu a:last-child
    {
        border-bottom: none;
    }
    .carousel-caption
    {
        top: 15%;
        right: 3%;
        left: 3%;
    }
    .carousel-caption h5
    {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
    .carousel-caption p 
    {
        font-size: 16px;
        width: 100%;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
    }
    .carousel-caption h4
    {
        text-align: center;
    }
    .success-p
    {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }
}