
/*** Globals
******************************************************************************/
body{
    background-color: #000;
    font-size: 1rem;
}

h1, h2, h3 {
    text-transform: uppercase;
}
h1, h2 {
    margin-bottom: 30px;
}
.cage {
    background-color: #F5F5F5;
    padding: 30px 50px;
}
.cage img {
    margin-bottom: 15px;
}
.upsell-icon {
    display: flex;
    align-items: center;
    font-size: 3.5rem;
}
.h2-heading {
    background: url(../images/h2-hl.png) no-repeat bottom center;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.h3-heading {
    background: url(../images/h3-hl.png) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5rem;
}

/*** Header and Nav
******************************************************************************/
header {
    padding: 10px 0;
    background-color: #fff;
}
header .b-line {
    border-bottom: solid 1px #ccc;
}
header .logo {
    
}
header .logo img {
    width: 20%;
    height: auto;
    
}
header .nav ul.desktop {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;

    width: 100% !important;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.1rem;
    font-weight: 500;
    padding-right: 50px;
}
header .nav ul.desktop li a.services-active {
    color: #F4BC16;
}
header .nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #666;
}
header .nav ul li a:hover {
    color: #F4BC16;
}
header .logo, header .nav {
    padding: 0;
}
header a.btn-bars, header a.btn-bars:hover {
    background-color: transparent;
    border: none;
}
header .nav ul.desktop {
    display: block;
}
header .nav ul.mobile {
    display: none;
}

/*** hero
******************************************************************************/
.hero {
    display: flex;
    align-items: center;
    background-image: url( ../images/hero.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 650px;
    margin-bottom: -40px;
}
.hero .hero-message {
    width: 45%;
    margin-left: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.hero .hero-message p {
    padding: 30px;
    font-size: 2.5vh;
}
.hero .hero-message h2 {
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom: solid 3px #996E22;
    padding: 30px;
    margin: 0;
    font-size: 2vw;
}

/*** Upsell
******************************************************************************/
.upsell {
    background-color: #fff;
    padding: 30px 60px;
    margin-top: 0px;
}
.upsell .hp-cta, .upsell .upsell-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.upsell h2 {
    text-transform: uppercase !important;
    font-size: 1.8rem;
    color: #777;
}
h2.box-header {
    border-bottom: solid 2px #F4BC16;
    padding-bottom: 30px;
    margin-top: 30px;
}

/*** HP services
******************************************************************************/
.services img {
    padding-bottom: 30px;
}
.services h3 {
    font-size: 1.3rem;
    text-align: center;
}
.services-cta {
    padding: 50px 50px 40px 50px;
}
.services-block {
    margin-bottom: 30px;
}

/*** Why Choose RG
******************************************************************************/
.why-choose {
    padding: 50px;
    background-color: #fff;
}
.why-choose .icon {
    align-items: center;
    font-size: 3.5rem;
    color: #F4BC16;
}
.why-choose h3 {
    font-size: 1.3rem;
}

/*** Internal
******************************************************************************/
.internal {
    background-color: #f5f5f5;
    padding: 50px;
}
.internal h3 {
    font-size: 1.2rem;
}
.internal img.hdr-thumbs {
    margin-bottom: 20px;
}
.internal .left-col ul {
    list-style: none;
    margin: 0 0 0 -30px;
}
.internal .left-col ul li {
    background-color: #f5f5f5;
}
.internal .left-col ul li a {
    display: block;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 1rem;
    text-decoration: none;
    color: #000;
} 
.internal .left-col ul li a:hover {
    background-color: #F4BC16;
    color: #fff;
} 
.internal .left-col ul li a.active {
    background-color: #F4BC16;
    color: #fff;
}
.internal a.thumb-services {
    text-decoration: none;
    color: #000;
}
.internal a.thumb-services:hover {
    text-decoration: none;
    color: #F4BC16;
}
.internal img:hover {
    opacity: 0.7;
}

.internal .album {
    height: 20vh;
    overflow: hidden;
    margin-bottom: 30px;
}

.internal .title-breadcrumbs h1 {
    color: #000; 
    margin-bottom: 0;
}
.internal .title-breadcrumbs p {
    font-size: 1rem; 
    margin-bottom: 30px;
}
.internal .title-breadcrumbs p a {
    color: #F4BC16;
}
.internal iframe {
    border: solid 2px #ccc !important;
}

/*** footer
******************************************************************************/
.footer-cage {
    background-color: #f5f5f5;
    padding: 30px 0;
    border-top: solid 2px #ccc;
}
.footer-cage .social i {
    color: #F4BC16;
}


/*** Media Queries
******************************************************************************/
@media only screen and (max-width : 990px) {
    .offcanvas {
        background-color: #F5F5F5;
    }
    .offcanvas-header h2 {

    }
    .hero {
        height: 500px;
    }
    .hero .hero-message {
        width: 60%;
        margin-right: 20px;
        margin-left: 20px;
    }
    .hero .hero-message h2 {
        font-size: 2.5vw;
    }
    .hero .hero-message p {
        padding: 30px;
        font-size: 2vw !important;
    }
    .offcanvas-body {
        padding: 0px !important;
    }
    .nav-mobile ul {
        list-style: none;
        margin-left: -30px;
    }
    .nav-mobile ul li {
        margin-bottom: 10px;
        padding: 10px 10px 10px 10px;
        background-color: #f1f1f1;
        font-size: 1rem;
        font-weight: 700;
    }
    .nav-mobile ul li a {
        text-decoration: none;
        color: #000;
        display: block;
    }
    
    header .nav ul.desktop {
        display: none !important;
    }
    header .nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    header .nav ul.mobile {
        display: flex;
        justify-content: flex-end;
        align-items: center;

        display: block;
        list-style: none ;
    }
    .internal {
        background-color: #fff;
        padding: 15px !important;
    }
}

@media only screen and (max-width : 480px) {
    .hero {
        height: 500px;
    }
    .hero .hero-message {
        width: 100%;
        margin-right: 20px;
        margin-left: 20px;
    }
    .hero .hero-message h2 {
        font-size: 4.5vw;
    }
    .hero .hero-message p {
        padding: 30px;
        font-size: 3vw !important;
    }
    .offcanvas-body {
        padding: 0px !important;
    }
    .nav-mobile ul {
        list-style: none;
        margin-left: -30px;
    }
    .nav-mobile ul li {
        margin-bottom: 10px;
        padding: 10px 10px 10px 10px;
        background-color: #f1f1f1;
        font-size: 1rem;
        font-weight: 700;
    }
    .nav-mobile ul li a {
        text-decoration: none;
        color: #000;
        display: block;
    }
    
    header .nav ul.desktop {
        display: none !important;
    }
    header .nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    header .nav ul.mobile {
        display: flex;
        justify-content: flex-end;
        align-items: center;

        display: block;
        list-style: none ;
    }
    header .logo img {
        width: 100%;
        height: auto;
    }
    .h3-heading {
        font-size: 1.2rem;
    }
}